Home
last modified time | relevance | path

Searched refs:intn2 (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dintnum.c613 yasm_intnum_compare(const yasm_intnum *intn1, const yasm_intnum *intn2) in yasm_intnum_compare() argument
617 if (intn1->type == INTNUM_L && intn2->type == INTNUM_L) { in yasm_intnum_compare()
618 if (intn1->val.l < intn2->val.l) in yasm_intnum_compare()
620 if (intn1->val.l > intn2->val.l) in yasm_intnum_compare()
626 op2 = intnum_tobv(op2static, intn2); in yasm_intnum_compare()
Dintnum.h157 int yasm_intnum_compare(const yasm_intnum *intn1, const yasm_intnum *intn2);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/
Dxdf-objfmt.c219 yasm_intnum *intn2 = yasm_expr_get_intnum(&value->abs, 0); in xdf_objfmt_output_value() local
220 if (!intn2) { in xdf_objfmt_output_value()
226 yasm_intnum_calc(intn, YASM_EXPR_ADD, intn2); in xdf_objfmt_output_value()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/
Drdf-objfmt.c281 yasm_intnum *intn2 = yasm_expr_get_intnum(&value->abs, 0); in rdf_objfmt_output_value() local
282 if (!intn2) { in rdf_objfmt_output_value()
288 yasm_intnum_calc(intn, YASM_EXPR_ADD, intn2); in rdf_objfmt_output_value()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/
Delf-objfmt.c565 yasm_intnum *intn2 = yasm_expr_get_intnum(&value->abs, 0); in elf_objfmt_output_value() local
566 if (!intn2) { in elf_objfmt_output_value()
572 yasm_intnum_calc(intn, YASM_EXPR_ADD, intn2); in elf_objfmt_output_value()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
Dmacho-objfmt.c560 yasm_intnum *intn2 = yasm_expr_get_intnum(&value->abs, 0); in macho_objfmt_output_value() local
562 if (!intn2) { in macho_objfmt_output_value()
568 yasm_intnum_calc(intn, YASM_EXPR_ADD, intn2); in macho_objfmt_output_value()
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
Dcoff-objfmt.c692 yasm_intnum *intn2 = yasm_expr_get_intnum(&value->abs, 0); in coff_objfmt_output_value() local
693 if (!intn2) { in coff_objfmt_output_value()
701 yasm_intnum_calc(intn, YASM_EXPR_ADD, intn2); in coff_objfmt_output_value()