/openbsd/gnu/usr.bin/binutils/include/coff/ |
H A D | ecoff.h | 246 #define AUX_GET_ANY(bigend, ax, field) \ argument 249 #define AUX_GET_DNLOW(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_dnLow) argument 250 #define AUX_GET_DNHIGH(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_dnHigh) argument 251 #define AUX_GET_ISYM(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_isym) argument 252 #define AUX_GET_ISS(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_iss) argument 253 #define AUX_GET_WIDTH(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_width) argument 254 #define AUX_GET_COUNT(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_count) argument 257 ((bigend) \ 261 #define AUX_PUT_DNLOW(bigend, val, ax) \ argument 265 #define AUX_PUT_ISYM(bigend, val, ax) \ argument [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/include/coff/ |
H A D | ecoff.h | 248 #define AUX_GET_ANY(bigend, ax, field) \ argument 251 #define AUX_GET_DNLOW(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_dnLow) argument 252 #define AUX_GET_DNHIGH(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_dnHigh) argument 253 #define AUX_GET_ISYM(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_isym) argument 254 #define AUX_GET_ISS(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_iss) argument 255 #define AUX_GET_WIDTH(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_width) argument 256 #define AUX_GET_COUNT(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_count) argument 259 ((bigend) \ 263 #define AUX_PUT_DNLOW(bigend, val, ax) \ argument 267 #define AUX_PUT_ISYM(bigend, val, ax) \ argument [all …]
|
/openbsd/gnu/gcc/libcpp/ |
H A D | charset.c | 296 outbuf[bigend ? 3 : 0] = (s & 0x000000FF); in one_utf8_to_utf32() 319 s = inbuf[bigend ? 0 : 3] << 24; in one_utf32_to_utf8() 320 s += inbuf[bigend ? 1 : 2] << 16; in one_utf32_to_utf8() 321 s += inbuf[bigend ? 2 : 1] << 8; in one_utf32_to_utf8() 322 s += inbuf[bigend ? 3 : 0]; in one_utf32_to_utf8() 365 outbuf[bigend ? 1 : 0] = (s & 0x00FF); in one_utf8_to_utf16() 388 outbuf[bigend ? 1 : 0] = (hi & 0x00FF); in one_utf8_to_utf16() 409 s = inbuf[bigend ? 0 : 1] << 8; in one_utf16_to_utf8() 410 s += inbuf[bigend ? 1 : 0]; in one_utf16_to_utf8() 422 lo = inbuf[bigend ? 2 : 3] << 8; in one_utf16_to_utf8() [all …]
|
/openbsd/gnu/usr.bin/perl/ |
H A D | util.c | 845 bigend -= lend - little; in Perl_ninstr() 849 while (big <= bigend) { in Perl_ninstr() 890 return (char*)bigend; in Perl_rninstr() 1095 assert(bigend >= big); in Perl_fbm_instr() 1114 return (char *) (bigend - (bigend[-1] == '\n')); in Perl_fbm_instr() 1128 if (bigend[-2] == *little && bigend[-1] == '\n') in Perl_fbm_instr() 1151 bigend--; in Perl_fbm_instr() 1172 if (s > bigend) in Perl_fbm_instr() 1212 s = bigend - littlelen; in Perl_fbm_instr() 1251 if (s < bigend) { in Perl_fbm_instr() [all …]
|
H A D | util.h | 249 # define ninstr(big, bigend, little, lend) \ argument 250 (__ASSERT_(bigend >= big) \ 252 (char *) memmem((big), (bigend) - (big), \
|
H A D | sv.c | 6492 char *bigend; local 6521 midend = bigend = big + SvCUR(bigstr); 6522 bigend += i; 6523 *bigend = '\0'; 6525 *--bigend = *--midend; 6540 bigend = big + SvCUR(bigstr); 6542 if (midend > bigend) 6544 midend, bigend); 6546 if (mid - big > bigend - midend) { /* faster to shorten from end */ 6551 i = bigend - midend;
|
H A D | proto.h | 1128 Perl_fbm_instr(pTHX_ unsigned char *big, unsigned char *bigend, SV *littlestr, U32 flags) 1131 assert(big); assert(bigend); assert(littlestr) 3157 Perl_ninstr(const char *big, const char *bigend, const char *little, const char *lend) 3161 assert(big); assert(bigend); assert(little); assert(lend) 3835 Perl_rninstr(const char *big, const char *bigend, const char *little, const char *lend) 3839 assert(big); assert(bigend); assert(little); assert(lend)
|
H A D | embed.fnc | 1131 |NN unsigned char *bigend \ 2336 |NN const char *bigend \ 2762 |NN const char *bigend \
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | mdebugread.c | 937 (*debug_swap->swap_tir_in) (bigend, in parse_symbol() 1404 int bigend, char *sym_name) in parse_type() argument 1517 int width = AUX_GET_WIDTH (bigend, ax); in parse_type() 1552 rf = AUX_GET_ISYM (bigend, ax); in parse_type() 1777 rf = AUX_GET_ISYM (bigend, ax); in upgrade_type() 1784 id, (int *) NULL, bigend, sym_name); in upgrade_type() 1797 lower = AUX_GET_DNLOW (bigend, ax); in upgrade_type() 1799 upper = AUX_GET_DNHIGH (bigend, ax); in upgrade_type() 4209 char **pname, int bigend, char *sym_name) in cross_ref() argument 4228 rf = AUX_GET_ISYM (bigend, ax + 1); in cross_ref() [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | ecofflink.c | 66 _bfd_ecoff_swap_tir_in (bigend, ext_copy, intern) in _bfd_ecoff_swap_tir_in() argument 67 int bigend; in _bfd_ecoff_swap_tir_in() 76 if (bigend) { 123 _bfd_ecoff_swap_tir_out (bigend, intern_copy, ext) in _bfd_ecoff_swap_tir_out() argument 124 int bigend; in _bfd_ecoff_swap_tir_out() 133 if (bigend) { 179 _bfd_ecoff_swap_rndx_in (bigend, ext_copy, intern) in _bfd_ecoff_swap_rndx_in() argument 180 int bigend; in _bfd_ecoff_swap_rndx_in() 189 if (bigend) { 219 int bigend; in _bfd_ecoff_swap_rndx_out() [all …]
|
/openbsd/gnu/usr.bin/binutils/bfd/ |
H A D | ecofflink.c | 66 _bfd_ecoff_swap_tir_in (bigend, ext_copy, intern) in _bfd_ecoff_swap_tir_in() argument 67 int bigend; in _bfd_ecoff_swap_tir_in() 76 if (bigend) { 123 _bfd_ecoff_swap_tir_out (bigend, intern_copy, ext) in _bfd_ecoff_swap_tir_out() argument 124 int bigend; in _bfd_ecoff_swap_tir_out() 133 if (bigend) { 179 _bfd_ecoff_swap_rndx_in (bigend, ext_copy, intern) in _bfd_ecoff_swap_rndx_in() argument 180 int bigend; in _bfd_ecoff_swap_rndx_in() 189 if (bigend) { 219 int bigend; in _bfd_ecoff_swap_rndx_out() [all …]
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlclib.pod | 178 memmem(big, blen, little, len) ninstr(big, bigend, little, little_end)
|
H A D | perldiag.pod | 5169 =item panic: sv_insert, midend=%p, bigend=%p
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
H A D | embed.fnc | 912 ApdR |char* |fbm_instr |NN unsigned char* big|NN unsigned char* bigend \ 1563 AdMTpP |char* |ninstr |NN const char* big|NN const char* bigend \ 1655 AdTpP |char* |rninstr |NN const char* big|NN const char* bigend \
|