HomeSort by relevance Sort by last modified time
    Searched refs:_InterlockedOr (Results 1 - 12 of 12) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
intrin-impl.h     [all...]
  /external/clang/lib/Headers/
intrin.h 236 long _InterlockedOr(long volatile *_Value, long _Mask);
697 _InterlockedOr(long volatile *_Value, long _Mask) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
intrin.h 236 long _InterlockedOr(long volatile *_Value, long _Mask);
697 _InterlockedOr(long volatile *_Value, long _Mask) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
intrin.h 236 long _InterlockedOr(long volatile *_Value, long _Mask);
697 _InterlockedOr(long volatile *_Value, long _Mask) {
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
intrin.h 236 long _InterlockedOr(long volatile *_Value, long _Mask);
697 _InterlockedOr(long volatile *_Value, long _Mask) {
    [all...]
  /external/v8/src/runtime/
runtime-atomics.cc 71 #define InterlockedOr32 _InterlockedOr
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
intrin.h 243 long _InterlockedOr(long volatile *_Value, long _Mask);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
intrin.h 243 long _InterlockedOr(long volatile *_Value, long _Mask);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
intrin.h 379 /* __MACHINEIW64(__LONG32 _InterlockedOr(__LONG32 volatile *,__LONG32)) moved to psdk_inc/intrin-impl.h */
    [all...]
winbase.h 661 #define InterlockedOr _InterlockedOr
937 #define InterlockedOr _InterlockedOr
    [all...]
winnt.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 219 return (_InterlockedOr(Base, 1 << Bit) >> Bit) & 1;
308 #define InterlockedOr _InterlockedOr
348 #define InterlockedOr _InterlockedOr
    [all...]

Completed in 497 milliseconds