Searched defs:valsize (Results 1 - 16 of 16) sorted by relevance

/external/bison/lib/
H A Dargmatch.c85 const char *vallist, size_t valsize)
109 || memcmp (vallist + valsize * matchind,
110 vallist + valsize * i, valsize))
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,
181 ptrdiff_t res = argmatch (arg, arglist, vallist, valsize);
83 argmatch(const char *arg, const char *const *arglist, const char *vallist, size_t valsize) argument
145 argmatch_valid(const char *const *arglist, const char *vallist, size_t valsize) argument
175 __xargmatch_internal(const char *context, const char *arg, const char *const *arglist, const char *vallist, size_t valsize, argmatch_exit_fn exit_fn) argument
196 argmatch_to_argument(const char *value, const char *const *arglist, const char *vallist, size_t valsize) argument
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/
H A Dlc3barch.c142 unsigned char *buf, size_t destsize, size_t valsize,
141 lc3b_floatnum_tobytes(yasm_arch *arch, const yasm_floatnum *flt, unsigned char *buf, size_t destsize, size_t valsize, size_t shift, int warn) argument
H A Dlc3bbc.c243 unsigned char *buf, size_t destsize, size_t valsize,
247 yasm_intnum_get_sized(intn, buf, destsize, valsize, shift, 0, warn);
242 yasm_lc3b__intnum_tobytes(yasm_arch *arch, const yasm_intnum *intn, unsigned char *buf, size_t destsize, size_t valsize, int shift, const yasm_bytecode *bc, int warn) argument
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dvalue.c630 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,
H A Dfloatnum.c675 size_t destsize, size_t valsize, size_t shift,
679 if (destsize*8 != valsize || shift>0 || bigendian) {
674 yasm_floatnum_get_sized(const yasm_floatnum *flt, unsigned char *ptr, size_t destsize, size_t valsize, size_t shift, int bigendian, int warn) argument
H A Dintnum.c776 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);
775 yasm_intnum_get_sized(const yasm_intnum *intn, unsigned char *ptr, size_t destsize, size_t valsize, int shift, int bigendian, int warn) argument
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
H A Dnasm-listfmt.c87 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/
H A Dx86bc.c1030 unsigned char *buf, size_t destsize, size_t valsize,
1034 yasm_intnum_get_sized(intn, buf, destsize, valsize, shift, 0, warn);
1029 yasm_x86__intnum_tobytes(yasm_arch *arch, const yasm_intnum *intn, unsigned char *buf, size_t destsize, size_t valsize, int shift, const yasm_bytecode *bc, int warn) argument
H A Dx86expr.c1050 unsigned char *buf, size_t destsize, size_t valsize,
1053 if (!yasm_floatnum_check_size(flt, valsize)) {
1059 yasm_floatnum_get_sized(flt, buf, destsize, valsize, shift, 0, warn);
1049 yasm_x86__floatnum_tobytes(yasm_arch *arch, const yasm_floatnum *flt, unsigned char *buf, size_t destsize, size_t valsize, size_t shift, int warn) argument
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
H A Delf-objfmt.c449 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);
447 elf_objfmt_output_reloc(yasm_symrec *sym, yasm_bytecode *bc, unsigned char *buf, unsigned int destsize, unsigned int valsize, int warn, void *d) argument
H A Delf.c151 size_t valsize,
159 if (!elf_march->accepts_reloc(valsize, wrt))
173 entry->valsize = valsize;
147 elf_reloc_entry_create(yasm_symrec *sym, yasm_symrec *wrt, yasm_intnum *addr, int rel, size_t valsize, int is_GOT_sym) argument
H A Delf.h391 size_t valsize; member in struct:elf_reloc_entry
441 size_t valsize,
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
H A Drdf-objfmt.c191 unsigned int valsize = value->size; local
235 reloc->size = valsize/8;
292 valsize, 0, bc, warn);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
H A Dxdf-objfmt.c156 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/macho/
H A Dmacho-objfmt.c415 unsigned int valsize = value->size; local
450 switch (valsize) {
519 if (valsize == 32) {
572 valsize, 0, bc, warn);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
H A Dcoff-objfmt.c459 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);

Completed in 368 milliseconds