/device/google/contexthub/firmware/os/cpu/cortexm4/ |
D | atomicBitset.c | 26 memset(set->words, 0, sizeof(uint32_t) * ATOMIC_BITSET_NUM_WORDS(numBits)); in atomicBitsetInit() 28 set->words[numBits / 32] = ((uint32_t)((int32_t)-1LL)) << (numBits & 31); in atomicBitsetInit() 41 return !!((set->words[num / 32]) & (1UL << (num & 31))); in atomicBitsetGetBit() 47 uint32_t *wordPtr = set->words + idx; in atomicBitsetClearBit() 67 uint32_t *wordPtr = set->words + idx; in atomicBitsetSetBit() 88 uint32_t *wordPtr = set->words; in atomicBitsetFindClearAndSet() 125 … otherSet->words[idx] = atomicXchg32bits(&atomicallyAccessedSet->words[idx], otherSet->words[idx]); in atomicBitsetXchg() 138 dest[idx] = atomicRead32bits(&set->words[idx]); in atomicBitsetBulkRead()
|
/device/google/contexthub/firmware/os/cpu/x86/ |
D | atomicBitset.c | 27 memset(set->words, 0, (numBits + 31) / 8); in atomicBitsetInit() 29 set->words[numBits / 32] = ((uint32_t)((int32_t)-1LL)) << (numBits & 31); in atomicBitsetInit() 42 return !!((set->words[num / 32]) & (1UL << (num & 31))); in atomicBitsetGetBit() 48 uint32_t *wordPtr = set->words + idx; in atomicBitsetClearBit() 64 uint32_t *wordPtr = set->words; in atomicBitsetFindClearAndSet()
|
/device/google/coral/powerstats/ |
D | RailDataProvider.cpp | 112 std::vector<std::string> words = android::base::Split(line, ":"); in parsePowerRails() local 113 if (words.size() == 2) { in parsePowerRails() 114 mOdpm.railsInfo.emplace(words[0], in parsePowerRails() 118 .subsysName = words[1], in parsePowerRails() 144 std::vector<std::string> words = android::base::Split(line, ","); in parseIioEnergyNode() local 146 if (words.size() == 1) { in parseIioEnergyNode() 147 timestamp = strtoull(words[0].c_str(), NULL, 10); in parseIioEnergyNode() 153 } else if (words.size() == 2) { in parseIioEnergyNode() 154 std::string railName = words[0]; in parseIioEnergyNode() 159 mOdpm.reading[index].energy = strtoull(words[1].c_str(), NULL, 10); in parseIioEnergyNode()
|
/device/google/contexthub/firmware/os/platform/stm32/ |
D | crc.c | 54 const uint32_t *words = (const uint32_t *)buf; in crc32() local 69 mCrcRegs->DR = words[i]; in crc32() 73 memcpy(&word, words + numWords, leftoverBytes); in crc32()
|
/device/generic/goldfish/radio/ril/ |
D | if_monitor.cpp | 210 uint64_t words[2]; in getPrefix() local 211 memcpy(words, v6->sin6_addr.s6_addr, sizeof(words)); in getPrefix() 212 return __builtin_popcountll(words[0]) + in getPrefix() 213 __builtin_popcountll(words[1]); in getPrefix()
|
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/ |
D | atomicBitset.h | 26 uint32_t words[]; member
|
/device/generic/goldfish-opengl/shared/GoldfishAddressSpace/include/ |
D | goldfish_address_space_android.impl | 568 uint32_t words[] = { 579 .size = sizeof(words), 580 .command = (uint64_t)(uintptr_t)(words), 651 uint32_t words[] = { 658 .size = sizeof(words), 659 .command = (uint64_t)(uintptr_t)(words), 732 uint32_t words[] = { 744 .size = sizeof(words), 745 .command = (uint64_t)(uintptr_t)(words),
|
/device/google/contexthub/firmware/os/cpu/x86/inc/cpu/ |
D | atomicBitset.h | 25 uint32_t words[]; member
|
/device/generic/goldfish-opengl/ |
D | GNUmakefile | 29 ifneq ($(words $(_BUILD_ROOT)),1)
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | egl.entries | 5 %// Return types must be single words, see GLDispatch.cpp
|
D | gles3_only.entries | 5 %// Return types must be single words, see GLDispatch.cpp
|
D | gles1_core.entries | 5 %// Return types must be single words, see GLDispatch.cpp
|
/device/google/contexthub/firmware/os/platform/stm32/lkr/ |
D | app.lkr | 101 … LONG(0) /* size in 32-bit words, to add to bss section for dynamic destructor registration */
|
/device/google/contexthub/firmware/app/ |
D | app.mk | 50 ifeq ($(words $(variant_conf)),1)
|
/device/google/bonito/json-c/ |
D | Doxyfile | 17 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
|
/device/google/crosshatch/json-c/ |
D | Doxyfile | 17 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
|
/device/google/coral/json-c/ |
D | Doxyfile | 17 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
|
/device/linaro/dragonboard/db845c/firmware/ |
D | adsp.b13 | 32 …%xAFEDmaManager.cpp:Warning: Not enough 32 bit words available to write into DMA buffer, Availabl…
|