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

  /external/clang/lib/Headers/
Intrin.h 182 long _InterlockedAnd(long volatile *_Value, long _Mask);
677 _InterlockedAnd(long volatile *_Value, long _Mask) {
    [all...]
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
Intrin.h 182 long _InterlockedAnd(long volatile *_Value, long _Mask);
676 _InterlockedAnd(long volatile *_Value, long _Mask) {
    [all...]
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
Intrin.h 184 long _InterlockedAnd(long volatile *_Value, long _Mask);
687 _InterlockedAnd(long volatile *_Value, long _Mask) {
    [all...]
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
Intrin.h 185 long _InterlockedAnd(long volatile *_Value, long _Mask);
675 _InterlockedAnd(long volatile *_Value, long _Mask) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
Intrin.h 182 long _InterlockedAnd(long volatile *_Value, long _Mask);
677 _InterlockedAnd(long volatile *_Value, long _Mask) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
Intrin.h 182 long _InterlockedAnd(long volatile *_Value, long _Mask);
677 _InterlockedAnd(long volatile *_Value, long _Mask) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
Intrin.h 182 long _InterlockedAnd(long volatile *_Value, long _Mask);
677 _InterlockedAnd(long volatile *_Value, long _Mask) {
    [all...]
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
Intrin.h 185 long _InterlockedAnd(long volatile *_Value, long _Mask);
675 _InterlockedAnd(long volatile *_Value, long _Mask) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
Intrin.h 182 long _InterlockedAnd(long volatile *_Value, long _Mask);
677 _InterlockedAnd(long volatile *_Value, long _Mask) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
Intrin.h 182 long _InterlockedAnd(long volatile *_Value, long _Mask);
677 _InterlockedAnd(long volatile *_Value, long _Mask) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
Intrin.h 182 long _InterlockedAnd(long volatile *_Value, long _Mask);
677 _InterlockedAnd(long volatile *_Value, long _Mask) {
    [all...]
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
Intrin.h 184 long _InterlockedAnd(long volatile *_Value, long _Mask);
687 _InterlockedAnd(long volatile *_Value, long _Mask) {
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
Intrin.h 182 long _InterlockedAnd(long volatile *_Value, long _Mask);
677 _InterlockedAnd(long volatile *_Value, long _Mask) {
    [all...]
  /external/v8/src/runtime/
runtime-atomics.cc 70 #define InterlockedAnd32 _InterlockedAnd
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
intrin.h 333 __MACHINEIW64(__LONG32 _InterlockedAnd(__LONG32 volatile *,__LONG32))
    [all...]
winnt.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
wdm.h 238 return (_InterlockedAnd(Base, ~(1 << Bit)) >> Bit) & 1;
309 #define InterlockedAnd _InterlockedAnd
347 #define InterlockedAnd _InterlockedAnd
    [all...]

Completed in 3314 milliseconds