Searched refs:wordSize (Results 1 – 7 of 7) sorted by relevance
/external/libphonenumber/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/ |
D | FlyweightMapStorage.java | 199 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/ |
D | FlyweightMapStorage.java | 200 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/ |
D | BaseBlockCipher.java | 323 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/ |
D | BaseBlockCipher.java | 319 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/ |
D | es31fMultisampleTests.cpp | 89 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()
|
D | es31fTextureMultisampleTests.cpp | 86 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/ |
D | core.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |