Searched defs:ESR_SUCCESS (Results 1 - 1 of 1) sorted by relevance

/external/srec/portable/include/
H A DESR_ReturnCode.h45 ESR_SUCCESS, enumerator in enum:ESR_ReturnCode_t
191 * Checks the function return-code and if it is not ESR_SUCCESS, returns it.
193 #define CHK(rc, x) do { if ((rc = (x)) != ESR_SUCCESS) goto CLEANUP; } while (0)

Completed in 104 milliseconds