/external/bison/lib/ |
argmatch.c | 85 const char *vallist, size_t valsize) 109 || memcmp (vallist + valsize * matchind, 110 vallist + valsize * i, valsize)) 144 VALSIZE is the size of the elements of VALLIST */ 147 const char *vallist, size_t valsize) 157 || memcmp (last_val, vallist + valsize * i, valsize)) 160 last_val = vallist + valsize * i; 178 const char *vallist, size_t valsize, [all...] |
argmatch.h | 43 char const *vallist, size_t valsize) _GL_ATTRIBUTE_PURE; 69 char const *vallist, size_t valsize); 81 char const *vallist, size_t valsize, 96 char const *vallist, size_t valsize)
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
floatnum.h | 101 * \param valsize size (in bits) 110 size_t destsize, size_t valsize, size_t shift,
|
arch.h | 153 size_t valsize, size_t shift, int warn); 159 unsigned char *buf, size_t destsize, size_t valsize, 343 * \param valsize size (in bits) 350 size_t valsize, size_t shift, int warn); 360 * \param valsize size (in bits) 365 * valsize bits) 370 size_t valsize, int shift, 468 #define yasm_arch_floatnum_tobytes(arch, flt, buf, destsize, valsize, shift, \ 471 (arch, flt, buf, destsize, valsize, shift, warn) 472 #define yasm_arch_intnum_tobytes(arch, intn, buf, destsize, valsize, shift, [all...] |
coretype.h | 285 * \param valsize size (in bits) 296 unsigned int destsize, unsigned int valsize, int warn, void *d);
|
intnum.h | 241 * \param valsize size (in bits) 245 * \param warn enables standard warnings (value doesn't fit into valsize 250 size_t destsize, size_t valsize, int shift,
|
value.c | 630 unsigned int valsize = value->size; local 640 buf, destsize, valsize, 0, warn)) 714 if (yasm_arch_intnum_tobytes(arch, outval, buf, destsize, valsize, 0, 727 if (yasm_arch_intnum_tobytes(arch, intn, buf, destsize, valsize, 0, bc, 733 if (yasm_arch_intnum_tobytes(arch, outval, buf, destsize, valsize, 0,
|
intnum.c | 776 size_t destsize, size_t valsize, int shift, 790 if (warn<0 && !yasm_intnum_check_size(intn, valsize, rshift, 1)) 793 valsize); 794 if (warn>0 && !yasm_intnum_check_size(intn, valsize, rshift, 2)) 796 N_("value does not fit in %d bit field"), valsize); 826 BitVector_Interval_Copy(op1, op2, (unsigned int)shift, 0, (N_int)valsize);
|
floatnum.c | 675 size_t destsize, size_t valsize, size_t shift, 679 if (destsize*8 != valsize || shift>0 || bigendian) {
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/ |
lc3barch.h | 62 size_t destsize, size_t valsize, int shift, const yasm_bytecode *bc,
|
lc3barch.c | 142 unsigned char *buf, size_t destsize, size_t valsize,
|
lc3bbc.c | 243 unsigned char *buf, size_t destsize, size_t valsize, 247 yasm_intnum_get_sized(intn, buf, destsize, valsize, shift, 0, warn);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/ |
elf-x86-amd64.c | 154 if (!ssym || reloc->valsize != ssym->size) 169 } else if (reloc->is_GOT_sym && reloc->valsize == 32) { 171 } else if (reloc->is_GOT_sym && reloc->valsize == 64) { 174 switch (reloc->valsize) { 182 switch (reloc->valsize) {
|
elf-x86-x86.c | 142 if (!reloc->wrt && reloc->is_GOT_sym && reloc->valsize == 32 && offset != 0) 157 if (!ssym || reloc->valsize != ssym->size) 169 } else if (reloc->is_GOT_sym && reloc->valsize == 32) { 172 switch (reloc->valsize) { 179 switch (reloc->valsize) {
|
elf.h | 391 size_t valsize; member in struct:elf_reloc_entry 441 size_t valsize,
|
elf-objfmt.c | 449 unsigned int valsize, int warn, void *d) 457 yasm_intnum_create_uint(bc->offset), 0, valsize, 0); 468 valsize, 0, bc, warn); 483 unsigned int valsize = value->size; local 552 valsize, sym == info->GOT_sym); 578 valsize, 0, bc, warn); [all...] |
elf.c | 151 size_t valsize, 159 if (!elf_march->accepts_reloc(valsize, wrt)) 173 entry->valsize = valsize;
|
/external/qemu/ |
migration-tcp.c | 57 socklen_t valsize = sizeof(val); local 61 ret = getsockopt(s->fd, SOL_SOCKET, SO_ERROR, (void *) &val, &valsize);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/ |
nasm-listfmt.c | 87 unsigned int valsize = value->size; local 124 valsize, 0, bc, 0); 134 valsize, 0, bc, 0);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/ |
x86arch.h | 315 size_t destsize, size_t valsize, size_t shift, int warn); 318 size_t destsize, size_t valsize, int shift, const yasm_bytecode *bc,
|
x86expr.c | [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/ |
macho-objfmt.c | 415 unsigned int valsize = value->size; local 450 switch (valsize) { 519 if (valsize == 32) { 572 valsize, 0, bc, warn); [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/ |
rdf-objfmt.c | 191 unsigned int valsize = value->size; local 235 reloc->size = valsize/8; 292 valsize, 0, bc, warn); [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/ |
xdf-objfmt.c | 156 unsigned int valsize = value->size; local 192 reloc->size = valsize/8; 230 valsize, 0, bc, warn);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/ |
coff-objfmt.c | 459 unsigned int valsize = value->size; local 599 if (valsize == 32) 607 if (valsize != 32) { 661 if (valsize == 32) { 666 } else if (valsize == 64) 710 valsize, 0, bc, warn); [all...] |