Home
last modified time | relevance | path

Searched refs:wordSize (Results 1 – 7 of 7) 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/libphonenumber/repackaged/internal/prefixmapper/src/com/android/i18n/phonenumbers/prefixmapper/
DFlyweightMapStorage.java200 private static void readExternalWord(ObjectInput objectInput, int wordSize, in readExternalWord() argument
202 int wordIndex = index * wordSize; in readExternalWord()
203 if (wordSize == SHORT_NUM_BYTES) { in readExternalWord()
220 private static void writeExternalWord(ObjectOutput objectOutput, int wordSize, in writeExternalWord() argument
222 int wordIndex = index * wordSize; in writeExternalWord()
223 if (wordSize == SHORT_NUM_BYTES) { in writeExternalWord()
240 private static int readWordFromBuffer(ByteBuffer buffer, int wordSize, int index) { in readWordFromBuffer() argument
241 int wordIndex = index * wordSize; in readWordFromBuffer()
242 return wordSize == SHORT_NUM_BYTES ? buffer.getShort(wordIndex) : buffer.getInt(wordIndex); in readWordFromBuffer()
256 private static void storeWordInBuffer(ByteBuffer buffer, int wordSize, int index, int value) { in storeWordInBuffer() argument
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/symmetric/util/
DBaseBlockCipher.java323 int wordSize = Integer.parseInt(modeName.substring(3)); in engineSetMode() local
326 new OFBBlockCipher(baseEngine, wordSize)); in engineSetMode()
339 int wordSize = Integer.parseInt(modeName.substring(3)); in engineSetMode() local
342 new CFBBlockCipher(baseEngine, wordSize)); in engineSetMode()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
DBaseBlockCipher.java319 int wordSize = Integer.parseInt(modeName.substring(3)); in engineSetMode() local
322 new OFBBlockCipher(baseEngine, wordSize)); in engineSetMode()
335 int wordSize = Integer.parseInt(modeName.substring(3)); in engineSetMode() local
338 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()
/external/zxing/core/
Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...