/aosp_15_r20/device/google/contexthub/firmware/os/cpu/cortexm4/ |
D | atomicBitset.c | 86 uint32_t idx, numWords = ATOMIC_BITSET_NUM_WORDS(set->numBits); in atomicBitsetFindClearAndSet() local 119 uint32_t idx, numWords = ATOMIC_BITSET_NUM_WORDS(atomicallyAccessedSet->numBits); in atomicBitsetXchg() local 132 uint32_t idx, numWords = ATOMIC_BITSET_NUM_WORDS(set->numBits); in atomicBitsetBulkRead() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | APInt.cpp | 34 inline static uint64_t* getClearedMemory(unsigned numWords) { in getClearedMemory() 43 inline static uint64_t* getMemory(unsigned numWords) { in getMemory() 112 APInt::APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[]) in APInt() 406 unsigned numWords = getNumWords(); in operator &=() local 418 unsigned numWords = getNumWords(); in operator |=() local 431 unsigned numWords = getNumWords(); in operator ^=() local 438 unsigned numWords = getNumWords(); in AndSlowCase() local 446 unsigned numWords = getNumWords(); in OrSlowCase() local 454 unsigned numWords = getNumWords(); in XorSlowCase() local
|
/aosp_15_r20/external/llvm/lib/Support/ |
H A D | APInt.cpp | 35 inline static uint64_t* getClearedMemory(unsigned numWords) { in getClearedMemory() 44 inline static uint64_t* getMemory(unsigned numWords) { in getMemory() 113 APInt::APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[]) in APInt() 405 unsigned numWords = getNumWords(); in operator &=() local 417 unsigned numWords = getNumWords(); in operator |=() local 430 unsigned numWords = getNumWords(); in operator ^=() local 437 unsigned numWords = getNumWords(); in AndSlowCase() local 445 unsigned numWords = getNumWords(); in OrSlowCase() local 453 unsigned numWords = getNumWords(); in XorSlowCase() local
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkBinaryRegistry.cpp | 167 const size_t numWords = strLen / 4 + 1; // Must always end up with at least one 0 byte in getSearchPath() local 244 void addToSparseIndex(SparseIndexNode *group, const uint32_t *words, size_t numWords, uint32_t inde… in addToSparseIndex()
|
/aosp_15_r20/device/google/contexthub/firmware/os/cpu/x86/ |
D | atomicBitset.c | 63 uint32_t pos, i, numWords = (set->numBits + 31) / 32; in atomicBitsetFindClearAndSet() local
|
/aosp_15_r20/device/google/contexthub/firmware/os/platform/stm32/ |
D | crc.c | 55 size_t numWords = size / 4; in crc32() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | AbstractBasicReader.h | 173 unsigned numWords = llvm::APInt::getNumWords(bitWidth); in readAPInt() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | AbstractBasicReader.h | 173 unsigned numWords = llvm::APInt::getNumWords(bitWidth); in readAPInt() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | AbstractBasicReader.h | 173 unsigned numWords = llvm::APInt::getNumWords(bitWidth); in readAPInt() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | AbstractBasicReader.h | 173 unsigned numWords = llvm::APInt::getNumWords(bitWidth); in readAPInt() local
|
/aosp_15_r20/external/lzma/C/ |
H A D | BwtSort.c | 373 UInt32 numWords = (blockSize + kFlagsMask) >> kNumFlagsBits; in BlockSort() local
|
H A D | Sha3.c | 329 const unsigned numWords = digestSize >> 3; in Sha3_Final() local
|
H A D | Sha512.c | 422 const unsigned numWords = digestSize >> 3; in Sha512_Final() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | APInt.cpp | 37 inline static uint64_t* getClearedMemory(unsigned numWords) { in getClearedMemory() 45 inline static uint64_t* getMemory(unsigned numWords) { in getMemory() 113 APInt::APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[]) in APInt()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | APInt.cpp | 35 inline static uint64_t* getClearedMemory(unsigned numWords) { in getClearedMemory() 43 inline static uint64_t* getMemory(unsigned numWords) { in getMemory() 109 APInt::APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[]) in APInt()
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fTextureMultisampleTests.cpp | 98 const int numWords = getEffectiveSampleMaskWordCount(nthBit - 1); in genAllSetToNthBitSampleMask() local 115 const int numWords = getEffectiveSampleMaskWordCount(nthBit); in genSetNthBitSampleMask() local
|
H A D | es31fMultisampleTests.cpp | 101 const int numWords = getEffectiveSampleMaskWordCount(nthBit - 1); in genAllSetToNthBitSampleMask() local
|
/aosp_15_r20/device/google/contexthub/firmware/os/core/ |
D | bl.c | 262 uint32_t numWords = __pubkeys_end - __pubkeys_start; in blExtApiGetRsaKeyInfo() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/math/ |
D | BigInteger.java | 529 int numWords = (int) (numBits + 31) >>> 5; in BigInteger() local 580 int numWords; in BigInteger() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/math/ |
H A D | BigInteger.java | 529 int numWords = (int) (numBits + 31) >>> 5; in BigInteger() local 580 int numWords; in BigInteger() local
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/5/libcore/ojluni/src/main/java/java/math/ |
D | BigInteger.java | 529 int numWords = (int) (numBits + 31) >>> 5; in BigInteger() local 580 int numWords; in BigInteger() local
|
/aosp_15_r20/frameworks/av/media/libstagefright/rtsp/ |
H A D | ARTPWriter.cpp | 764 size_t numWords = (offset / 4) - 1; in addSDES() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoDecodeTests.cpp | 891 VkDeviceSize numWords = planeSize / sizeof(uint16_t); in getDecodedImage() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/noder/ |
D | reader.go | 1501 func (dict *readerDict) numWords() int64 { func
|
/aosp_15_r20/frameworks/av/media/libstagefright/rtsp/include/media/stagefright/rtsp/ |
H A D | MyHandler.h | 335 size_t numWords = (offset / 4) - 1; in addSDES() local
|