Home
last modified time | relevance | path

Searched refs:YASM_EXPR_LT (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dcoretype.h242 YASM_EXPR_LT, /**< Less than comparison. */ enumerator
Dintnum.c561 case YASM_EXPR_LT: in yasm_intnum_calc()
Dexpr.c1378 case YASM_EXPR_LT: in yasm_expr_print()
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
Dexpr.pxi42 ((operator.__lt__, operator.lt, '<'), YASM_EXPR_LT),
Dintnum.pxi162 if op == 0: aop = YASM_EXPR_LT
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
Dnasm-eval.c163 e = yasm_expr_create_tree(e, YASM_EXPR_LT, f, 0); in rexp3()