HomeSort by: relevance | last modified time | path
    Searched refs:x_size (Results 1 - 25 of 49) sorted by relevancy

1 2

  /src/external/lgpl3/gmp/dist/mpz/
get_str.c 44 mp_size_t x_size = SIZ (x); local
75 MPN_SIZEINBASE (alloc_size, PTR(x), ABS(x_size), base);
76 alloc_size += 1 + (x_size<0);
81 if (x_size < 0)
84 x_size = -x_size;
92 xp = TMP_ALLOC_LIMBS (x_size | 1); /* |1 in case x_size==0 */
93 MPN_COPY (xp, PTR (x), x_size);
96 str_size = mpn_get_str ((unsigned char *) res_str, base, xp, x_size);
    [all...]
out_str.c 41 mp_size_t x_size = SIZ (x); local
73 if (x_size < 0)
76 x_size = -x_size;
82 DIGITS_IN_BASE_PER_LIMB (str_size, x_size, base);
89 xp = TMP_ALLOC_LIMBS (x_size | 1); /* |1 in case x_size==0 */
90 MPN_COPY (xp, PTR (x), x_size);
93 str_size = mpn_get_str (str, base, xp, x_size);
  /src/external/cddl/osnet/dist/head/
syms.h 174 unsigned short x_size; /* str, union, array */ member in struct:auxent::__anon8977::__anon8978::__anon8979
  /src/external/gpl3/binutils/dist/gas/config/
tc-h8300.c 1102 int x_size = x & SIZE; local
1106 if ((x_size == L_8 && (operands[i].reg & 8) == 0)
1107 || (x_size == L_16 && (operands[i].reg & 8) == 8))
1110 if (x_size != op_size)
1120 if (x_size == L_P)
1121 x_size = (Hmode ? L_32 : L_16);
1126 if (op_size != x_size)
1205 If x_size is L_8, promote it. */
1209 if (x_size == L_8)
1210 x_size = L_16
    [all...]
obj-coff.h 160 #define SA_GET_SYM_SIZE(s) (SYM_AUXENT (s)->x_sym.x_misc.x_lnsz.x_size)
171 #define SA_SET_SYM_SIZE(s,v) (SYM_AUXENT (s)->x_sym.x_misc.x_lnsz.x_size = (v))
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-h8300.c 1102 int x_size = x & SIZE; local
1106 if ((x_size == L_8 && (operands[i].reg & 8) == 0)
1107 || (x_size == L_16 && (operands[i].reg & 8) == 8))
1110 if (x_size != op_size)
1120 if (x_size == L_P)
1121 x_size = (Hmode ? L_32 : L_16);
1126 if (op_size != x_size)
1205 If x_size is L_8, promote it. */
1209 if (x_size == L_8)
1210 x_size = L_16
    [all...]
obj-coff.h 160 #define SA_GET_SYM_SIZE(s) (SYM_AUXENT (s)->x_sym.x_misc.x_lnsz.x_size)
171 #define SA_SET_SYM_SIZE(s,v) (SYM_AUXENT (s)->x_sym.x_misc.x_lnsz.x_size = (v))
  /src/external/gpl3/binutils/dist/include/coff/
external.h 198 char x_size[2]; /* str/union/array size */ member in struct:external_auxent::__anon10334::__anon10335::__anon10336
ti.h 429 char x_size[2]; /* str/union/array size */ member in struct:external_auxent::__anon10408::__anon10409::__anon10410
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)
  /src/external/gpl3/binutils.old/dist/include/coff/
external.h 204 char x_size[2]; /* str/union/array size */ member in struct:external_auxent::__anon11798::__anon11799::__anon11800
ti.h 429 char x_size[2]; /* str/union/array size */ member in struct:external_auxent::__anon11872::__anon11873::__anon11874
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)
  /src/external/gpl3/gdb.old/dist/include/coff/
external.h 204 char x_size[2]; /* str/union/array size */ member in struct:external_auxent::__anon21186::__anon21187::__anon21188
ti.h 429 char x_size[2]; /* str/union/array size */ member in struct:external_auxent::__anon21260::__anon21261::__anon21262
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)
  /src/external/gpl3/gdb/dist/include/coff/
external.h 198 char x_size[2]; /* str/union/array size */ member in struct:external_auxent::__anon781::__anon782::__anon783
ti.h 429 char x_size[2]; /* str/union/array size */ member in struct:external_auxent::__anon848::__anon849::__anon850
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)
  /src/external/gpl3/binutils/dist/bfd/
libpei.h 85 H_GET_16 (abfd, ext->x_sym.x_misc.x_lnsz.x_size)
93 H_PUT_16(abfd, in, ext->x_sym.x_misc.x_lnsz.x_size)
  /src/external/gpl3/binutils.old/dist/bfd/
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)
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);
579 PUT_LNSZ_SIZE (abfd, in->x_sym.x_misc.x_lnsz.x_size, ext);
  /src/external/gpl3/gdb.old/dist/bfd/
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)
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);
579 PUT_LNSZ_SIZE (abfd, in->x_sym.x_misc.x_lnsz.x_size, ext);
  /src/external/gpl3/gdb/dist/bfd/
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)
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)
484 in->x_sym.x_misc.x_lnsz.x_size = GET_LNSZ_SIZE (abfd, ext);
573 PUT_LNSZ_SIZE (abfd, in->x_sym.x_misc.x_lnsz.x_size, ext);
  /src/sys/dev/ic/
bt8xx.h 440 int x_size; member in struct:bktr_capture_area
  /src/bin/ksh/
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) function
2167 i += x_size(*rcp);
  /src/external/gpl3/gdb.old/dist/gdb/
coffread.c 1939 && aux->x_sym.x_misc.x_lnsz.x_size
1969 aux->x_sym.x_misc.x_lnsz.x_size,
1989 aux->x_sym.x_misc.x_lnsz.x_size,
2010 aux->x_sym.x_misc.x_lnsz.x_size,
2031 && aux->x_sym.x_misc.x_lnsz.x_size
2113 list->field.set_bitsize (sub_aux.x_sym.x_misc.x_lnsz.x_size);

Completed in 42 milliseconds

1 2