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

  /device/google/contexthub/firmware/os/cpu/x86/
atomicBitset.c 48 uint32_t *wordPtr = set->words + idx;
56 old = *wordPtr;
58 } while (!atomicCmpXchg32bits(wordPtr, old, new));
64 uint32_t *wordPtr = set->words;
66 for (i = 0; i < numWords; i++, wordPtr++) {
70 old = *wordPtr;
77 if (atomicCmpXchg32bits(wordPtr, old, new))
  /device/google/contexthub/firmware/os/cpu/cortexm4/
atomicBitset.c 47 uint32_t *wordPtr = set->words + idx;
57 :"=r"(tmp), "=r"(status), "=r"(wordPtr), "=r"(mask)
58 :"2"(wordPtr), "3"(mask)
67 uint32_t *wordPtr = set->words + idx;
77 :"=r"(tmp), "=r"(status), "=r"(wordPtr), "=r"(mask)
78 :"2"(wordPtr), "3"(mask)
88 uint32_t *wordPtr = set->words;
90 for (idx = 0; idx < numWords; idx++, wordPtr++) {
105 :"=r"(scratch1), "=r"(bit), "=r"(scratch2), "=l"(scratch3), "=r"(wordPtr)
106 :"1"(32), "2"(1), "4"(wordPtr)
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
spvIR.h 93 char* wordPtr = wordString;
98 *(wordPtr++) = c;
102 wordPtr = wordString;
111 *(wordPtr++) = 0;
  /prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
spvIR.h 93 char* wordPtr = wordString;
98 *(wordPtr++) = c;
102 wordPtr = wordString;
111 *(wordPtr++) = 0;

Completed in 237 milliseconds