| /netbsd-src/external/lgpl3/gmp/dist/mpz/ |
| H A D | get_str.c | 44 mp_size_t x_size = SIZ (x); in mpz_get_str() local 75 MPN_SIZEINBASE (alloc_size, PTR(x), ABS(x_size), base); in mpz_get_str() 76 alloc_size += 1 + (x_size<0); in mpz_get_str() 81 if (x_size < 0) in mpz_get_str() 84 x_size = -x_size; in mpz_get_str() 92 xp = TMP_ALLOC_LIMBS (x_size | 1); /* |1 in case x_size==0 */ in mpz_get_str() 93 MPN_COPY (xp, PTR (x), x_size); in mpz_get_str() 96 str_size = mpn_get_str ((unsigned char *) res_str, base, xp, x_size); in mpz_get_str()
|
| H A D | out_str.c | 41 mp_size_t x_size = SIZ (x); in mpz_out_str() local 73 if (x_size < 0) in mpz_out_str() 76 x_size = -x_size; in mpz_out_str() 82 DIGITS_IN_BASE_PER_LIMB (str_size, x_size, base); in mpz_out_str() 89 xp = TMP_ALLOC_LIMBS (x_size | 1); /* |1 in case x_size==0 */ in mpz_out_str() 90 MPN_COPY (xp, PTR (x), x_size); in mpz_out_str() 93 str_size = mpn_get_str (str, base, xp, x_size); in mpz_out_str()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-h8300.c | 1100 int x_size = x & SIZE; in get_specific() local 1104 if ((x_size == L_8 && (operands[i].reg & 8) == 0) in get_specific() 1105 || (x_size == L_16 && (operands[i].reg & 8) == 8)) in get_specific() 1108 if (x_size != op_size) in get_specific() 1118 if (x_size == L_P) in get_specific() 1119 x_size = (Hmode ? L_32 : L_16); in get_specific() 1124 if (op_size != x_size) in get_specific() 1207 if (x_size == L_8) in get_specific() 1208 x_size = L_16; in get_specific() 1211 if (op_size != x_size) in get_specific() [all …]
|
| H A D | obj-coff.h | 165 #define SA_GET_SYM_SIZE(s) (SYM_AUXENT (s)->x_sym.x_misc.x_lnsz.x_size) 176 #define SA_SET_SYM_SIZE(s,v) (SYM_AUXENT (s)->x_sym.x_misc.x_lnsz.x_size = (v))
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-h8300.c | 1103 int x_size = x & SIZE; in get_specific() local 1107 if ((x_size == L_8 && (operands[i].reg & 8) == 0) in get_specific() 1108 || (x_size == L_16 && (operands[i].reg & 8) == 8)) in get_specific() 1111 if (x_size != op_size) in get_specific() 1121 if (x_size == L_P) in get_specific() 1122 x_size = (Hmode ? L_32 : L_16); in get_specific() 1127 if (op_size != x_size) in get_specific() 1210 if (x_size == L_8) in get_specific() 1211 x_size = L_16; in get_specific() 1214 if (op_size != x_size) in get_specific() [all …]
|
| H A D | obj-coff.h | 161 #define SA_GET_SYM_SIZE(s) (SYM_AUXENT (s)->x_sym.x_misc.x_lnsz.x_size) 172 #define SA_SET_SYM_SIZE(s,v) (SYM_AUXENT (s)->x_sym.x_misc.x_lnsz.x_size = (v))
|
| /netbsd-src/external/gpl3/binutils/dist/include/coff/ |
| H A D | ti.h | 429 char x_size[2]; /* str/union/array size */ member 481 (H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_size) / (in_class != C_FIELD ? 8 : 1)) 485 ext->x_sym.x_misc.x_lnsz.x_size)
|
| H A D | external.h | 204 char x_size[2]; /* str/union/array size */ member
|
| H A D | internal.h | 561 uint16_t x_size; /* str/union/array size */ member
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/coff/ |
| H A D | ti.h | 429 char x_size[2]; /* str/union/array size */ member 481 (H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_size) / (in_class != C_FIELD ? 8 : 1)) 485 ext->x_sym.x_misc.x_lnsz.x_size)
|
| H A D | external.h | 204 char x_size[2]; /* str/union/array size */ member
|
| H A D | internal.h | 561 unsigned short x_size; /* str/union/array size */ member
|
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | libpei.h | 81 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_size) 89 H_PUT_16(abfd, in, ext->x_sym.x_misc.x_lnsz.x_size)
|
| H A D | coffswap.h | 54 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_size) 62 H_PUT_16 (abfd, in, ext->x_sym.x_misc.x_lnsz.x_size) 494 in->x_sym.x_misc.x_lnsz.x_size = GET_LNSZ_SIZE (abfd, ext); in coff_swap_aux_in() 586 PUT_LNSZ_SIZE (abfd, in->x_sym.x_misc.x_lnsz.x_size, ext); in coff_swap_aux_out()
|
| /netbsd-src/bin/ksh/ |
| H A D | emacs.c | 129 static int x_size ARGS((int c)); 557 j += x_size(*cp++); 704 i = x_size(c); 715 size += x_size(*cp++); 720 x_size(c) in x_size() function 2167 i += x_size(*rcp); in x_lastcp()
|
| /netbsd-src/external/cddl/osnet/dist/head/ |
| H A D | syms.h | 174 unsigned short x_size; /* str, union, array */ member
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | libpei.h | 83 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_size) 91 H_PUT_16(abfd, in, ext->x_sym.x_misc.x_lnsz.x_size)
|
| H A D | coffswap.h | 54 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_size) 62 H_PUT_16 (abfd, in, ext->x_sym.x_misc.x_lnsz.x_size) 487 in->x_sym.x_misc.x_lnsz.x_size = GET_LNSZ_SIZE (abfd, ext); in coff_swap_aux_in() 579 PUT_LNSZ_SIZE (abfd, in->x_sym.x_misc.x_lnsz.x_size, ext); in coff_swap_aux_out()
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | coffgrok.c | 229 where->bitsize = rawsyms[i + 1].u.auxent.x_sym.x_misc.x_lnsz.x_size; in do_where() 464 res->size = aux->x_sym.x_misc.x_lnsz.x_size; in do_type() 500 res->size = aux->x_sym.x_misc.x_lnsz.x_size; in do_type()
|
| H A D | rdcoff.c | 445 bitsize = auxent.x_sym.x_misc.x_lnsz.x_size; in parse_coff_struct_type() 480 pauxent->x_sym.x_misc.x_lnsz.x_size, in parse_coff_struct_type()
|
| /netbsd-src/external/gpl3/binutils/dist/binutils/ |
| H A D | coffgrok.c | 229 where->bitsize = rawsyms[i + 1].u.auxent.x_sym.x_misc.x_lnsz.x_size; in do_where() 447 res->size = aux->u.auxent.x_sym.x_misc.x_lnsz.x_size; in do_type() 480 res->size = aux->u.auxent.x_sym.x_misc.x_lnsz.x_size; in do_type()
|
| H A D | rdcoff.c | 389 bitsize = psubaux->x_sym.x_misc.x_lnsz.x_size; in parse_coff_struct_type() 430 pauxent->x_sym.x_misc.x_lnsz.x_size, in parse_coff_struct_type()
|
| /netbsd-src/sys/dev/ic/ |
| H A D | bt8xx.h | 440 int x_size; member
|
| /netbsd-src/usr.sbin/sysinst/ |
| H A D | bsddisklabel.c | 1810 char bsd_size[6], min_size[6], x_size[6]; local 1818 humanize_number(x_size, sizeof(x_size), 1828 bsd_size, min_size, x_size); 1833 bsd_size, min_size, x_size);
|
| /netbsd-src/sys/dev/pci/bktr/ |
| H A D | bktr_core.c | 1893 bktr->capture_area_x_size = cap_area->x_size; 1905 cap_area->x_size = format_params[ 1912 cap_area->x_size = bktr->capture_area_x_size;
|