Home
last modified time | relevance | path

Searched refs:words (Results 1 – 18 of 18) sorted by relevance

/device/google/contexthub/firmware/os/cpu/cortexm4/
DatomicBitset.c26 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/
DatomicBitset.c27 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/
DRailDataProvider.cpp112 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/
Dcrc.c54 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/
Dif_monitor.cpp210 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/
DatomicBitset.h26 uint32_t words[]; member
/device/generic/goldfish-opengl/shared/GoldfishAddressSpace/include/
Dgoldfish_address_space_android.impl568 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/
DatomicBitset.h25 uint32_t words[]; member
/device/generic/goldfish-opengl/
DGNUmakefile29 ifneq ($(words $(_BUILD_ROOT)),1)
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Degl.entries5 %// Return types must be single words, see GLDispatch.cpp
Dgles3_only.entries5 %// Return types must be single words, see GLDispatch.cpp
Dgles1_core.entries5 %// Return types must be single words, see GLDispatch.cpp
/device/google/contexthub/firmware/os/platform/stm32/lkr/
Dapp.lkr101 … LONG(0) /* size in 32-bit words, to add to bss section for dynamic destructor registration */
/device/google/contexthub/firmware/app/
Dapp.mk50 ifeq ($(words $(variant_conf)),1)
/device/google/bonito/json-c/
DDoxyfile17 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
/device/google/crosshatch/json-c/
DDoxyfile17 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
/device/google/coral/json-c/
DDoxyfile17 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
/device/linaro/dragonboard/db845c/firmware/
Dadsp.b1332 …%x�AFEDmaManager.cpp:Warning: Not enough 32 bit words available to write into DMA buffer, Availabl…