Home
last modified time | relevance | path

Searched refs:YASM_ERROR_ARITHMETIC (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dintnum.c437 yasm_error_set(YASM_ERROR_ARITHMETIC, in yasm_intnum_calc()
582 yasm_error_set(YASM_ERROR_ARITHMETIC, N_("invalid use of '%s'"), in yasm_intnum_calc()
586 yasm_error_set(YASM_ERROR_ARITHMETIC, N_("invalid use of '%s'"), in yasm_intnum_calc()
590 yasm_error_set(YASM_ERROR_ARITHMETIC, N_("invalid use of '%s'"), in yasm_intnum_calc()
598 yasm_error_set(YASM_ERROR_ARITHMETIC, in yasm_intnum_calc()
Derrwarn.h53 YASM_ERROR_ARITHMETIC = 0x0001, /**< Arithmetic error (general) */ enumerator
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/
Derrwarn.pxi46 #elif yasm_error_matches(YASM_ERROR_ARITHMETIC):