HomeSort by relevance Sort by last modified time
    Searched refs:yasm_intnum_is_zero (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
intnum.h 191 int yasm_intnum_is_zero(const yasm_intnum *acc);
value.c 516 if (yasm_intnum_is_zero(value->abs->terms[0].data.intn)) {
551 && yasm_intnum_is_zero(value->abs->terms[0].data.intn)) {
expr.c 491 int iszero = yasm_intnum_is_zero(intn);
502 int iszero = yasm_intnum_is_zero(intn);
515 int iszero = yasm_intnum_is_zero(intn);
    [all...]
intnum.c 690 yasm_intnum_is_zero(const yasm_intnum *intn) function
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
intnum.pxi 120 def __nonzero__(self): return not yasm_intnum_is_zero(self.intn)
170 return bool(not yasm_intnum_is_zero((<IntNum>v).intn))
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/
bin-objfmt.c 331 if (!yasm_intnum_is_zero(align_intn)) {
867 if (yasm_intnum_is_zero(bsd->length) ||
868 yasm_intnum_is_zero(bsd2->length))
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
x86expr.c 533 if (yasm_intnum_is_zero(num) && !x86_ea->ea.need_nonzero_len) {
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-line.c     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
elf.c 830 return yasm_intnum_is_zero(shead->size);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass64/
dwarf64_leb128.asm 1681 .globl yasm_intnum_is_zero
1682 .type yasm_intnum_is_zero, @function
1683 yasm_intnum_is_zero: label
1703 .size yasm_intnum_is_zero, .-yasm_intnum_is_zero
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c     [all...]

Completed in 532 milliseconds