Home
last modified time | relevance | path

Searched refs:wordSize (Results 1 – 4 of 4) sorted by relevance

/external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
DFlyweightMapStorage.java199 private static void readExternalWord(ObjectInput objectInput, int wordSize, in readExternalWord() argument
201 int wordIndex = index * wordSize; in readExternalWord()
202 if (wordSize == SHORT_NUM_BYTES) { in readExternalWord()
219 private static void writeExternalWord(ObjectOutput objectOutput, int wordSize, in writeExternalWord() argument
221 int wordIndex = index * wordSize; in writeExternalWord()
222 if (wordSize == SHORT_NUM_BYTES) { in writeExternalWord()
239 private static int readWordFromBuffer(ByteBuffer buffer, int wordSize, int index) { in readWordFromBuffer() argument
240 int wordIndex = index * wordSize; in readWordFromBuffer()
241 return wordSize == SHORT_NUM_BYTES ? buffer.getShort(wordIndex) : buffer.getInt(wordIndex); in readWordFromBuffer()
255 private static void storeWordInBuffer(ByteBuffer buffer, int wordSize, int index, int value) { in storeWordInBuffer() argument
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
DBaseBlockCipher.java318 int wordSize = Integer.parseInt(modeName.substring(3)); in engineSetMode() local
321 new OFBBlockCipher(baseEngine, wordSize)); in engineSetMode()
334 int wordSize = Integer.parseInt(modeName.substring(3)); in engineSetMode() local
337 new CFBBlockCipher(baseEngine, wordSize)); in engineSetMode()
/external/deqp/modules/gles31/functional/
Des31fMultisampleTests.cpp89 const int wordSize = 32; in getEffectiveSampleMaskWordCount() local
92 return ((maskLen - 1) / wordSize) + 1; // round_up(mask_len / wordSize) in getEffectiveSampleMaskWordCount()
100 const int wordSize = 32; in genAllSetToNthBitSampleMask() local
102 const deUint32 topWordBits = (deUint32)(nthBit - (numWords - 1) * wordSize); in genAllSetToNthBitSampleMask()
Des31fTextureMultisampleTests.cpp86 const int wordSize = 32; in getEffectiveSampleMaskWordCount() local
89 return ((maskLen - 1) / wordSize) + 1; // round_up(mask_len / wordSize) in getEffectiveSampleMaskWordCount()
97 const int wordSize = 32; in genAllSetToNthBitSampleMask() local
99 const deUint32 topWordBits = (deUint32)(nthBit - (numWords - 1) * wordSize); in genAllSetToNthBitSampleMask()
114 const int wordSize = 32; in genSetNthBitSampleMask() local
116 const deUint32 topWordBits = (deUint32)(nthBit - (numWords - 1) * wordSize); in genSetNthBitSampleMask()