Home
last modified time | relevance | path

Searched refs:x_size (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/lgpl3/gmp/dist/mpz/
H A Dget_str.c44 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 Dout_str.c41 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 Dtc-h8300.c1100 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 Dobj-coff.h165 #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 Dtc-h8300.c1103 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 Dobj-coff.h161 #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 Dti.h429 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 Dexternal.h204 char x_size[2]; /* str/union/array size */ member
H A Dinternal.h561 uint16_t x_size; /* str/union/array size */ member
/netbsd-src/external/gpl3/binutils.old/dist/include/coff/
H A Dti.h429 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 Dexternal.h204 char x_size[2]; /* str/union/array size */ member
H A Dinternal.h561 unsigned short x_size; /* str/union/array size */ member
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dlibpei.h81 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 Dcoffswap.h54 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 Demacs.c129 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 Dsyms.h174 unsigned short x_size; /* str, union, array */ member
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dlibpei.h83 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 Dcoffswap.h54 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 Dcoffgrok.c229 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 Drdcoff.c445 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 Dcoffgrok.c229 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 Drdcoff.c389 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 Dbt8xx.h440 int x_size; member
/netbsd-src/usr.sbin/sysinst/
H A Dbsddisklabel.c1810 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 Dbktr_core.c1893 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;

12