Searched defs:numWords (Results 1 - 5 of 5) sorted by relevance

/external/srec/srec/include/
H A Dann_util.h38 int numWords; member in struct:__anon31092
/external/llvm/lib/Support/
H A DAPInt.cpp34 inline static uint64_t* getClearedMemory(unsigned numWords) { argument
35 uint64_t * result = new uint64_t[numWords];
37 memset(result, 0, numWords * sizeof(uint64_t));
43 inline static uint64_t* getMemory(unsigned numWords) { argument
44 uint64_t * result = new uint64_t[numWords];
112 APInt::APInt(unsigned numBits, unsigned numWords, const uint64_t bigVal[]) argument
114 initFromArray(makeArrayRef(bigVal, numWords));
404 unsigned numWords = getNumWords(); local
405 for (unsigned i = 0; i < numWords; ++i)
416 unsigned numWords local
429 unsigned numWords = getNumWords(); local
436 unsigned numWords = getNumWords(); local
444 unsigned numWords = getNumWords(); local
452 unsigned numWords = getNumWords(); local
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fMultisampleTests.cpp97 const int numWords = getEffectiveSampleMaskWordCount(nthBit - 1); local
98 const deUint32 topWordBits = (deUint32)(nthBit - (numWords - 1) * wordSize);
99 std::vector<deUint32> mask (numWords);
101 for (int ndx = 0; ndx < numWords - 1; ++ndx)
104 mask[numWords - 1] = (deUint32)((1ULL << topWordBits) - (deUint32)1);
H A Des31fTextureMultisampleTests.cpp97 const int numWords = getEffectiveSampleMaskWordCount(nthBit - 1); local
98 const deUint32 topWordBits = (deUint32)(nthBit - (numWords - 1) * wordSize);
99 std::vector<deUint32> mask (numWords);
101 for (int ndx = 0; ndx < numWords - 1; ++ndx)
104 mask[numWords - 1] = (deUint32)((1ULL << topWordBits) - (deUint32)1);
114 const int numWords = getEffectiveSampleMaskWordCount(nthBit); local
115 const deUint32 topWordBits = (deUint32)(nthBit - (numWords - 1) * wordSize);
116 std::vector<deUint32> mask (numWords);
118 for (int ndx = 0; ndx < numWords - 1; ++ndx)
121 mask[numWords
[all...]
/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp761 int numWords = 1; local
766 numWords ++;
770 if (numWords == 1) {
777 char * words[numWords];
799 for (i=0 ; i < numWords ; i++) {

Completed in 1724 milliseconds