HomeSort by relevance Sort by last modified time
    Searched defs:IPC_64 (Results 51 - 52 of 52) sorted by null

1 23

  /external/chromium_org/sandbox/linux/seccomp-bpf/
linux_seccomp.h 55 #ifndef IPC_64
56 #define IPC_64 0x0100
  /external/strace/
ipc.c 72 #if defined LINUX && !defined IPC_64
73 # define IPC_64 0x100
183 #ifdef IPC_64
185 if ((arg) & IPC_64) tprintf("IPC_64|"); \
186 printxval((flagset), (arg) &~ IPC_64, dflt)

Completed in 39 milliseconds

1 23