HomeSort by relevance Sort by last modified time
    Searched defs:exit (Results 1 - 25 of 937) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/stdlib/
exit.c 38 void exit(int status) { function
  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
exit.c 9 void exit(int v) function
11 ERROR("EXIT\n");
  /external/curl/src/
tool_vms.h 38 #undef exit macro
39 #define exit(__code) vms_special_exit((__code), (0)) macro
  /external/syslinux/com32/lib/
exit.c 29 * exit.c
31 * The regular exit
39 __noreturn exit(int rv) function
  /external/syslinux/dos/
crt0.S 63 # Here %eax is the exit code, fall through into exit
67 .globl exit
68 .type exit,@function
69 exit: label
70 # Exit code already in %eax
75 .size exit,.-exit
  /external/valgrind/exp-bbv/tests/amd64-linux/
complex_rep.S 47 # Exit
49 exit: label
52 syscall # and exit
million.S 16 # Exit
18 exit: label
20 mov $60,%rax # put exit syscall number (60) in rax
  /external/valgrind/exp-bbv/tests/arm-linux/
million.S 20 @ Exit
22 exit: label
25 swi 0x0 @ and exit
  /external/valgrind/exp-bbv/tests/ppc32-linux/
million.S 15 # Exit
18 exit: label
19 li 3,0 # 0 exit value
20 li 0,1 # put the exit syscall number (1) in r0
21 sc # and exit
  /external/valgrind/exp-bbv/tests/x86/
complex_rep.S 47 # Exit
49 exit: label
53 int $0x80 # and exit
56 int $0x80 # and exit
59 int $0x91 # and exit
million.S 16 # Exit
22 exit: label
24 inc %eax # put exit syscall number (1) in eax
27 int $0x80 # and exit
30 int $0x80 # and exit
33 int $0x91 # and exit
  /prebuilts/go/darwin-x86/src/runtime/
rt0_darwin_arm64.s 86 exit: label
90 B exit
rt0_linux_arm64.s 94 exit: label
98 B exit
  /prebuilts/go/linux-x86/src/runtime/
rt0_darwin_arm64.s 86 exit: label
90 B exit
rt0_linux_arm64.s 94 exit: label
98 B exit
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/v850/
pr19937.s 13 exit: label
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Makefiles/
NmakeSubdirs.bat 37 goto exit
46 :exit label
47 exit /B %TOOL_ERROR%
  /external/libopus/win32/
genversion.bat 31 if not errorlevel 1 goto exit
35 :exit label
  /device/linaro/bootloader/arm-trusted-firmware/lib/aarch64/
cache_helpers.S 23 /* Exit early if size is zero */
91 cbz x3, exit
141 exit: label
  /external/junit/src/main/java/org/junit/internal/
JUnitSystem.java 11 void exit(int code); method in interface:JUnitSystem
RealSystem.java 11 public void exit(int code) { method in class:RealSystem
12 System.exit(code);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/
reloc.s 9 jump exit;
12 jump exit-4;
18 exit: label
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/nios2/
comments.s 11 br exit
28 exit: br exit label
  /external/libhevc/decoder/arm/
ihevcd_fmt_conv_420sp_to_420p.s 196 exit: label
ihevcd_fmt_conv_420sp_to_420sp.s 193 exit: label

Completed in 1146 milliseconds

1 2 3 4 5 6 7 8 91011>>