HomeSort by relevance Sort by last modified time
    Searched defs:CHK (Results 1 - 5 of 5) sorted by null

  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
cu_cmd.h 272 # define CHK(p) ((!p)) ? (void) 0 : fprintf(stderr, "\nfailed: '%s', file %s, line %d\n", #p, __FILE__, __LINE__);
274 # define CHK(p) (p)
  /external/srec/portable/include/
ESR_ReturnCode.h 193 #define CHK(rc, x) do { if ((rc = (x)) != ESR_SUCCESS) goto CLEANUP; } while (0)
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
ticon.c 50 #define CHK(p) ((!p)) ? (VOID) 0 : os_error_printf(CU_MSG_ERROR, (PS8)"\nfailed: '%s', file %s, line %d\n", #p, __FILE__, __LINE__);
52 #define CHK(p) (p)
    [all...]
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
ticon.c 50 #define CHK(p) ((!p)) ? (VOID) 0 : os_error_printf(CU_MSG_ERROR, (PS8)"\nfailed: '%s', file %s, line %d\n", #p, __FILE__, __LINE__);
52 #define CHK(p) (p)
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/test/
venc_test.cpp 74 #define CHK(result) if (result != OMX_ErrorNone) { E("*************** error *************"); exit(0); }
358 CHK(result);
368 CHK(result);
374 CHK(result);
383 CHK(result);
447 CHK(result);
473 CHK(result);
480 CHK(result);
488 CHK(result);
496 CHK(result);*
    [all...]

Completed in 467 milliseconds