Searched refs:inp (Results 1 - 25 of 36) sorted by relevance

12

/haiku-buildtools/legacy/gcc/gcc/
H A Dfullpath.c17 char *outp, *inp; local
36 outp = inp = full_path_buffer;
37 *outp++ = *inp++; /* copy first slash */
40 if (!inp[0])
43 else if (inp[0] == '/' && outp[-1] == '/')
45 inp++;
48 else if (inp[0] == '.' && outp[-1] == '/')
50 if (!inp[1])
52 else if (inp[1] == '/')
54 inp
[all...]
H A Dprotoize.c1277 char *outp, *inp;
1300 outp = inp = abs_buffer;
1301 *outp++ = *inp++; /* copy first slash */
1303 if (inp[0] == '/')
1304 *outp++ = *inp++; /* copy second slash */
1308 if (!inp[0])
1310 else if (inp[0] == '/' && outp[-1] == '/')
1312 inp++;
1315 else if (inp[0] == '.' && outp[-1] == '/')
1317 if (!inp[
1266 char *outp, *inp; local
[all...]
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dinput.c78 struct input_source *inp; local
81 inp = free_inputs;
82 free_inputs = inp->next;
83 inp->next = 0;
84 return inp;
86 inp = (struct input_source *) xmalloc (sizeof (struct input_source));
87 inp->next = 0;
88 return inp;
92 free_input (inp)
93 struct input_source *inp;
112 struct input_source *inp = allocate_input (); local
136 struct input_source *inp = input; local
[all...]
/haiku-buildtools/legacy/gcc/libio/testsuite/libio.tests/
H A Dhounddog.exp1 test_libio hounddog.cc "" hounddog.inp hounddog.exp ""
2 test_libio hounddog.cc "" hounddog.inp hounddog.exp "-b0"
3 test_libio hounddog.cc "" hounddog.inp hounddog.exp "-b2"
H A Dputbackdog.exp1 test_libio putbackdog.cc "" hounddog.inp hounddog.exp ""
2 test_libio putbackdog.cc "" hounddog.inp hounddog.exp "-b0"
3 test_libio putbackdog.cc "" hounddog.inp hounddog.exp "-b2"
H A DtFile.exp1 test_libio tFile.cc "" tFile.inp tFile.exp ""
2 test_libio tFile.cc "" tFile.inp tFile.exp "-b0"
3 test_libio tFile.cc "" tFile.inp tFile.exp "-b3"
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Deof_5.f909 character(len=258) :: inp = ' 1.0 1.0 1.0' variable in program:iotest
17 read(inp,*,iostat=ios) a1, a2, a3, a4
/haiku-buildtools/gcc/contrib/
H A Dcheck_GNU_style.sh40 inp=check_GNU_style.inp
44 trap "rm -f $inp $tmp" 0
45 trap "rm -f $inp $tmp ; exit 1" 1 2 3 5 9 13 15
49 > $inp
55 cat $inp \
66 cat $inp \
78 cat $inp \
87 cat $inp \
/haiku-buildtools/legacy/gcc/libstdc++/testsuite/libstdc++.tests/
H A Dtest.exp24 if [file exists ${prefix}.inp] {
25 set inpfile ${prefix}.inp
/haiku-buildtools/gcc/gmp/tests/mpf/
H A Dt-inp_str.c41 const char *inp; member in struct:__anon1881
101 fputs (data[i].inp, fp);
116 printf (" inp \"%s\"\n", data[i].inp);
126 /* if data[i].inp is a whole string to read and there's no post
128 if (post == 0 && data[i].want_nread == strlen(data[i].inp))
134 printf (" inp \"%s\"\n", data[i].inp);
151 printf (" inp \"%s\"\n", data[i].inp);
[all...]
/haiku-buildtools/gcc/gmp/tests/mpq/
H A Dt-inp_str.c41 const char *inp; member in struct:__anon1895
95 fputs (data[i].inp, fp);
110 printf (" inp \"%s\"\n", data[i].inp);
118 if (post == 0 && data[i].want_nread == strlen(data[i].inp))
124 printf (" inp \"%s\"\n", data[i].inp);
134 printf (" inp \"%s\"\n", data[i].inp);
146 printf (" inp \"
[all...]
/haiku-buildtools/gcc/gmp/tests/mpz/
H A Dt-inp_str.c41 const char *inp; member in struct:__anon1912
98 fputs (data[i].inp, fp);
113 printf (" inp \"%s\"\n", data[i].inp);
123 /* if data[i].inp is a whole string to read and there's no post
125 if (post == 0 && data[i].want_nread == strlen(data[i].inp))
131 printf (" inp \"%s\"\n", data[i].inp);
148 printf (" inp \"%s\"\n", data[i].inp);
[all...]
H A Dbit.c108 mpz_t inp, got, want; local
113 mpz_init (inp);
117 mpz_set_n (inp, data[i].inp_n, data[i].inp_size);
118 mpz_neg (inp, inp);
123 mpz_set (got, inp);
129 mpz_trace ("inp ", inp);
137 mpz_clear (inp);
/haiku-buildtools/binutils/libiberty/testsuite/
H A Dtest-demangle.c201 const char *inp; local
210 inp = protect_end (input.data);
295 kc = is_gnu_v3_mangled_ctor (inp);
302 kd = is_gnu_v3_mangled_dtor (inp);
317 result = cplus_demangle (inp, (DMGL_PARAMS | DMGL_ANSI | DMGL_TYPES
333 result = cplus_demangle (inp, DMGL_ANSI|DMGL_TYPES);
/haiku-buildtools/gcc/libiberty/testsuite/
H A Dtest-demangle.c201 const char *inp; local
210 inp = protect_end (input.data);
295 kc = is_gnu_v3_mangled_ctor (inp);
302 kd = is_gnu_v3_mangled_dtor (inp);
317 result = cplus_demangle (inp, (DMGL_PARAMS | DMGL_ANSI | DMGL_TYPES
333 result = cplus_demangle (inp, DMGL_ANSI|DMGL_TYPES);
/haiku-buildtools/legacy/binutils/bfd/
H A Dcoff-stgo32.c245 adjust_aux_out_pre (abfd, inp, type, class, indx, numaux, extp)
247 PTR inp;
254 union internal_auxent *in = (union internal_auxent *) inp;
263 adjust_aux_out_post (abfd, inp, type, class, indx, numaux, extp)
265 PTR inp;
272 union internal_auxent *in = (union internal_auxent *) inp;
H A Dcoffswap.h339 coff_swap_sym_out (bfd * abfd, void * inp, void * extp) argument
341 struct internal_syment *in = (struct internal_syment *) inp;
345 COFF_ADJUST_SYM_OUT_PRE (abfd, inp, extp);
374 COFF_ADJUST_SYM_OUT_POST (abfd, inp, extp);
485 void * inp,
492 union internal_auxent * in = (union internal_auxent *) inp;
496 COFF_ADJUST_AUX_OUT_PRE (abfd, inp, type, class, indx, numaux, extp);
569 COFF_ADJUST_AUX_OUT_POST (abfd, inp, type, class, indx, numaux, extp);
589 coff_swap_lineno_out (bfd * abfd, void * inp, void * outp) argument
591 struct internal_lineno *in = (struct internal_lineno *) inp;
484 coff_swap_aux_out(bfd * abfd, void * inp, int type, int class, int indx ATTRIBUTE_UNUSED, int numaux ATTRIBUTE_UNUSED, void * extp) argument
[all...]
H A Dcoff64-rs6000.c294 _bfd_xcoff64_swap_lineno_out (abfd, inp, outp)
296 PTR inp;
299 struct internal_lineno *in = (struct internal_lineno *) inp;
332 _bfd_xcoff64_swap_sym_out (abfd, inp, extp)
334 PTR inp;
337 struct internal_syment *in = (struct internal_syment *) inp;
440 _bfd_xcoff64_swap_aux_out (abfd, inp, type, class, indx, numaux, extp)
442 PTR inp;
449 union internal_auxent *in = (union internal_auxent *) inp;
H A DpeXXigen.c191 _bfd_XXi_swap_sym_out (bfd * abfd, void * inp, void * extp)
193 struct internal_syment *in = (struct internal_syment *) inp;
291 void * inp,
298 union internal_auxent *in = (union internal_auxent *) inp;
374 _bfd_XXi_swap_lineno_out (bfd * abfd, void * inp, void * outp)
376 struct internal_lineno *in = (struct internal_lineno *) inp;
190 _bfd_XXi_swap_sym_out(bfd * abfd, void * inp, void * extp) argument
289 _bfd_XXi_swap_aux_out(bfd * abfd, void * inp, int type, int class, int indx ATTRIBUTE_UNUSED, int numaux ATTRIBUTE_UNUSED, void * extp) argument
373 _bfd_XXi_swap_lineno_out(bfd * abfd, void * inp, void * outp) argument
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dsse4_2-crc32.h109 compute_crc32 (DST_T crc, SRC_T inp) argument
124 memcpy (inbuf, &inp, sizeof (SRC_T));
/haiku-buildtools/binutils/bfd/
H A Dcoff-stgo32.c234 void * inp,
241 union internal_auxent *in = (union internal_auxent *) inp;
252 void * inp,
259 union internal_auxent *in = (union internal_auxent *) inp;
233 adjust_aux_out_pre(bfd *abfd ATTRIBUTE_UNUSED, void * inp, int type, int in_class, int indx ATTRIBUTE_UNUSED, int numaux ATTRIBUTE_UNUSED, void * extp ATTRIBUTE_UNUSED) argument
251 adjust_aux_out_post(bfd *abfd ATTRIBUTE_UNUSED, void * inp, int type, int in_class, int indx ATTRIBUTE_UNUSED, int numaux ATTRIBUTE_UNUSED, void * extp ATTRIBUTE_UNUSED) argument
H A Dcoffswap.h338 coff_swap_sym_out (bfd * abfd, void * inp, void * extp) argument
340 struct internal_syment *in = (struct internal_syment *) inp;
344 COFF_ADJUST_SYM_OUT_PRE (abfd, inp, extp);
373 COFF_ADJUST_SYM_OUT_POST (abfd, inp, extp);
485 void * inp,
492 union internal_auxent * in = (union internal_auxent *) inp;
496 COFF_ADJUST_AUX_OUT_PRE (abfd, inp, type, in_class, indx, numaux, extp);
570 COFF_ADJUST_AUX_OUT_POST (abfd, inp, type, in_class, indx, numaux, extp);
590 coff_swap_lineno_out (bfd * abfd, void * inp, void * outp) argument
592 struct internal_lineno *in = (struct internal_lineno *) inp;
484 coff_swap_aux_out(bfd * abfd, void * inp, int type, int in_class, int indx ATTRIBUTE_UNUSED, int numaux ATTRIBUTE_UNUSED, void * extp) argument
[all...]
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dpat_trie_base.hpp904 inode_pointer inp = static_cast<inode_pointer>(m_p_nd); local
905 return std::distance(inp->begin(), inp->end());
914 inode_pointer inp = static_cast<inode_pointer>(m_p_nd); local
915 typename Inode::iterator it = inp->begin();
1143 inode_pointer inp = static_cast<inode_pointer>(ret);
1144 return inp->leftmost_descendant();
/haiku-buildtools/jam/
H A Dexpand.c79 const char *inp = in; local
117 return list_new( l, inp, 1 );
/haiku-buildtools/binutils/gold/
H A Doutput.cc2588 Input_section inp(posd);
2589 this->add_output_section_data(&inp);
2638 Input_section inp(poris);
2648 inp.set_section_order_index(section_order_index);
2653 this->add_output_section_data(&inp);
2673 Output_section::add_output_section_data(Input_section* inp) argument
2678 this->input_sections_.push_back(*inp);
2680 uint64_t addralign = inp->addralign();
2684 inp->set_output_section(this);
2693 Input_section inp(pos
[all...]

Completed in 168 milliseconds

12