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

  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
errwarn.c 120 yasm_eclass = YASM_ERROR_NONE;
254 yasm_eclass = YASM_ERROR_NONE;
263 if (yasm_eclass == YASM_ERROR_NONE)
264 return eclass == YASM_ERROR_NONE;
273 if (yasm_eclass != YASM_ERROR_NONE)
297 if (yasm_eclass != YASM_ERROR_NONE)
327 yasm_eclass = YASM_ERROR_NONE;
453 if (yasm_eclass != YASM_ERROR_NONE) {
errwarn.h 51 YASM_ERROR_NONE = 0x0000, /**< No error */
123 /** Get the error indicator. YASM_ERROR_NONE is returned if no error has
124 * been set. Note that as YASM_ERROR_NONE is 0, the return value can also
193 * YASM_ERROR_NONE).

Completed in 29 milliseconds