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

  /external/llvm/lib/Target/PTX/
PTXISelLowering.h 31 EXIT,
  /external/opencv/cxcore/include/
cxerror.h 139 After raising error, control will be transferred to the exit label.
144 EXIT; \
153 function call. If error detected, control will be transferred to the exit
183 #define __END__ goto exit; exit: ; }
185 #define EXIT goto exit
  /external/e2fsprogs/lib/ext2fs/
icount.c 663 #define EXIT 0x00
699 { EXIT, 0, 0, 0 }
733 { EXIT, 0, 0, 0 }
754 exit(1);
760 exit(1);
778 exit(1);
785 exit(1);
788 for (pc = prog; pc->cmd != EXIT; pc++) {
798 exit(1);
807 exit(1)
    [all...]
  /external/openssl/crypto/des/
des.c 104 #define EXIT(a) exit(a&0x10000000L)
106 #define EXIT(a) exit(a)
255 EXIT(1);
275 EXIT(3);
282 EXIT(2);
290 EXIT(4);
302 EXIT(5);
319 EXIT(0)
    [all...]
  /external/openssl/
e_os.h 353 # define EXIT(n) exit(n)
378 /* some programs don't include stdlib, so exit() and others give implicit
408 # define EXIT(n) do { int __VMS_EXIT = n; \
414 exit(__VMS_EXIT); } while(0)
439 # define EXIT(n) { if (n) printf("ERROR: %d\n", (int)n); exit(n); }
476 # define EXIT(n) exit(n)
665 # define OPENSSL_EXIT(n) do { EXIT(n); return(n); } while(0
    [all...]
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 111 milliseconds