Searched refs:UNIX (Results 1 – 25 of 161) sorted by relevance
1234567
/external/valgrind/main/coregrind/m_syswrap/ |
D | syscall-x86-darwin.S | 82 #define UNIX 3 macro 137 .if $0 == UNIX 153 .if $0 == UNIX 197 DO_SYSCALL UNIX 244 ML_(blksys_setup_UNIX): .long MK_L_SCCLASS_N(UNIX,1) 245 ML_(blksys_restart_UNIX): .long MK_L_SCCLASS_N(UNIX,2) 246 ML_(blksys_complete_UNIX): .long MK_L_SCCLASS_N(UNIX,3) 247 ML_(blksys_committed_UNIX): .long MK_L_SCCLASS_N(UNIX,4) 248 ML_(blksys_finished_UNIX): .long MK_L_SCCLASS_N(UNIX,5)
|
D | syscall-amd64-darwin.S | 82 #define UNIX 3 macro 150 .if $0 == UNIX 199 DO_SYSCALL UNIX 246 ML_(blksys_setup_UNIX): .quad MK_L_SCCLASS_N(UNIX,1) 247 ML_(blksys_restart_UNIX): .quad MK_L_SCCLASS_N(UNIX,2) 248 ML_(blksys_complete_UNIX): .quad MK_L_SCCLASS_N(UNIX,3) 249 ML_(blksys_committed_UNIX): .quad MK_L_SCCLASS_N(UNIX,4) 250 ML_(blksys_finished_UNIX): .quad MK_L_SCCLASS_N(UNIX,5)
|
/external/llvm/lib/Support/Unix/ |
D | README.txt | 5 are common to two or more variants of UNIX. For example, the directory 8 Unix - only code that is truly generic to all UNIX platforms 9 Posix - code that is specific to Posix variants of UNIX 11 SysV - code that is specific to System V variants of UNIX
|
D | Host.inc | 10 // This file implements the UNIX Host support. 15 //=== WARNING: Implementation here must contain only generic UNIX code that 16 //=== is guaranteed to work on *all* UNIX variants.
|
D | Mutex.inc | 15 //=== WARNING: Implementation here must contain only generic UNIX code that 16 //=== is guaranteed to work on *all* UNIX variants.
|
D | system_error.inc | 16 //=== WARNING: Implementation here must contain only generic UNIX code that 17 //=== is guaranteed to work on *all* UNIX variants.
|
D | ThreadLocal.inc | 15 //=== WARNING: Implementation here must contain only generic UNIX code that 16 //=== is guaranteed to work on *all* UNIX variants.
|
D | RWMutex.inc | 15 //=== WARNING: Implementation here must contain only generic UNIX code that 16 //=== is guaranteed to work on *all* UNIX variants.
|
D | TimeValue.inc | 15 //=== WARNING: Implementation here must contain only generic UNIX code that 16 //=== is guaranteed to work on *all* UNIX variants.
|
/external/srec/make/asr/ |
D | Makefile.config | 8 ASR_HOST_OS = UNIX 9 ASR_OS = UNIX 10 ASR_TARGET_OS = UNIX
|
/external/compiler-rt/lib/tsan/rtl/ |
D | CMakeLists.txt | 27 elseif(UNIX) 36 if(CAN_TARGET_x86_64 AND UNIX AND NOT APPLE)
|
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
D | tz.alias | 39 # EET Europe/Istanbul # EET is a standard UNIX zone 45 # MET Asia/Tehran # MET is a standard UNIX zone
|
D | icuzones | 54 #Link Europe/Istanbul EET # EET is a standard UNIX zone 60 #Link Asia/Tehran MET # MET is a standard UNIX zone
|
/external/icu4c/tools/tzcode/ |
D | tz.alias | 39 # EET Europe/Istanbul # EET is a standard UNIX zone 45 # MET Asia/Tehran # MET is a standard UNIX zone
|
D | icuzones | 54 #Link Europe/Istanbul EET # EET is a standard UNIX zone 60 #Link Asia/Tehran MET # MET is a standard UNIX zone
|
/external/libgsm/ |
D | README | 7 UNIX-based tools for computer-mediated telecooperation that will be 17 with typical UNIX applications, our implementation turns frames of 160
|
/external/libpng/scripts/ |
D | README.txt | 7 makefile.knr => Archaic UNIX Makefile that converts files with 20 makefile.dec => DEC Alpha UNIX makefile 49 makefile.std => Generic UNIX makefile (cc, creates static libpng.a)
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
D | CMakeLists.txt | 11 if(UNIX AND NOT APPLE)
|
/external/srec/audio/test/AudioInRecord/ |
D | Android.mk | 14 $(ASR_ROOT_DIR)/audio/AudioIn/UNIX/include \
|
/external/srec/audio/test/AudioHardwareRecordLoop/ |
D | Android.mk | 14 $(ASR_ROOT_DIR)/audio/AudioIn/UNIX/include \
|
/external/srec/audio/test/AudioHardwareRecord/ |
D | Android.mk | 14 $(ASR_ROOT_DIR)/audio/AudioIn/UNIX/include \
|
/external/clang/tools/diagtool/ |
D | CMakeLists.txt | 29 if(UNIX)
|
/external/chromium_org/third_party/pexpect/ |
D | PKG-INFO | 10 Platform: UNIX
|
/external/chromium-libpac/ |
D | README | 7 modified to use UNIX functions.
|
/external/compiler-rt/lib/tsan/tests/ |
D | CMakeLists.txt | 8 if(UNIX AND NOT APPLE
|
1234567