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

1 2 3 4

  /external/llvm/lib/Support/Unix/
Unix.h 54 #ifndef WEXITSTATUS
55 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
  /external/fio/os/windows/posix/include/sys/
wait.h 7 #define WEXITSTATUS(a) 0
  /bionic/libc/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /development/ndk/platforms/android-19/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /development/ndk/platforms/android-3/include/sys/
wait.h 41 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
44 #define WSTOPSIG(s) WEXITSTATUS(s)
  /development/ndk/platforms/android-9/include/sys/
wait.h 42 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
45 #define WSTOPSIG(s) WEXITSTATUS(s)
  /development/ndk/platforms/android-L/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /external/bison/lib/
sys_wait.in.h 47 On nearly all systems, including Linux/x86, WEXITSTATUS are bits 15..8 and
69 # ifndef WEXITSTATUS
70 # define WEXITSTATUS(x) (((x) >> 8) & 0xff)
100 # define WEXITSTATUS(x) (x)
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
wait.h 39 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
42 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/sys/
wait.h 38 #define WEXITSTATUS(s) (((s) & 0xff00) >> 8)
41 #define WSTOPSIG(s) WEXITSTATUS(s)

Completed in 2685 milliseconds

1 2 3 4