HomeSort by relevance Sort by last modified time
    Searched full:_cpu (Results 26 - 35 of 35) sorted by null

12

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_win16.h 105 #define _PR_IOQ(_cpu) ((_cpu)->md.ioQ)
106 #define _PR_ADD_TO_IOQ(_pq, _cpu) PR_APPEND_LINK(&_pq.links, &_PR_IOQ(_cpu))
107 #define _PR_FD_READ_SET(_cpu) ((_cpu)->md.fd_read_set)
108 #define _PR_FD_READ_CNT(_cpu) ((_cpu)->md.fd_read_cnt)
109 #define _PR_FD_WRITE_SET(_cpu) ((_cpu)->md.fd_write_set
    [all...]
_winnt.h 528 #define _MD_SET_CURRENT_CPU(_cpu) \
531 _pr_current_cpu = (_cpu); \
533 TlsSetValue(_pr_currentCPUIndex, (_cpu)); \
_os2.h 484 #define _MD_SET_CURRENT_CPU(_cpu) _PR_MD_ENSURE_TLS(); pThreadLocalStorage->_pr_currentCPU = (_cpu)
_win95.h 471 #define _MD_SET_CURRENT_CPU(_cpu) (_pr_currentCPU = 0)
483 #define _MD_SET_CURRENT_CPU(_cpu) TlsSetValue(_pr_currentCPUIndex, 0)
  /external/jmdns/src/javax/jmdns/impl/
DNSRecord.java 850 String _cpu; field in class:DNSRecord.HostInformation
862 _cpu = cpu;
903 if ((_cpu == null) && (hinfo._cpu != null)) {
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_s.h 30 GBLS _CPU ;// CPU name
60 _CPU SETS OVERRIDECPU
62 _CPU SETS {CPU}
131 INFO 1, "No match found for CPU '$_CPU'"
154 IF "$cpu"<>_CPU
167 INFO 1, "No variant match found for CPU '$_CPU'"
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_s.h 30 GBLS _CPU ;// CPU name
60 _CPU SETS OVERRIDECPU
62 _CPU SETS {CPU}
134 INFO 1, "No match found for CPU '$_CPU'"
157 IF "$cpu"<>_CPU
170 INFO 1, "No variant match found for CPU '$_CPU'"
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 71 X86AsmBackend(const Target &T, StringRef _CPU)
72 : MCAsmBackend(), CPU(_CPU) {}
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
platform.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
platform.py     [all...]

Completed in 285 milliseconds

12