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

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
exit.c 33 void exit(int v) function
35 ERROR("EXIT\n");
  /bionic/libc/stdlib/
exit.c 1 /* $OpenBSD: exit.c,v 1.12 2007/09/03 14:40:16 millert Exp $ */
51 * Exit, flushing stdio buffers if necessary.
54 exit(int status) function
  /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
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Makefiles/
NmakeSubdirs.bat 37 goto exit
46 :exit label
47 exit /B %TOOL_ERROR%
  /device/google/dragon/power/
timed_qos_manager.cpp 18 void SysfsQosObject::exit() function in class:SysfsQosObject
54 mQosObject->exit();
  /device/linaro/bootloader/arm-trusted-firmware/lib/aarch64/
cache_helpers.S 105 cbz x3, exit
155 exit: label
  /device/linaro/bootloader/arm-trusted-firmware/plat/fvp/aarch64/
fvp_helpers.S 134 b exit
148 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);
  /external/libopus/win32/
genversion.bat 40 if not errorlevel 1 goto exit
44 :exit label
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
reloc.s 9 jump exit;
12 jump exit-4;
18 exit: label
  /toolchain/binutils/binutils-2.25/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

Completed in 329 milliseconds

1 2 3 4 5 6 7 8 91011>>