/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
wordsize.h | 1 /* Determine the wordsize from the preprocessor defines. */
|
a.out.h | 5 #include <bits/wordsize.h>
|
elfclass.h | 9 #include <bits/wordsize.h>
|
semaphore.h | 24 #include <bits/wordsize.h>
|
setjmp.h | 27 #include <bits/wordsize.h>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
wordsize.h | 1 /* Determine the wordsize from the preprocessor defines. */
|
a.out.h | 5 #include <bits/wordsize.h>
|
elfclass.h | 9 #include <bits/wordsize.h>
|
semaphore.h | 24 #include <bits/wordsize.h>
|
setjmp.h | 27 #include <bits/wordsize.h>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
wordsize.h | 1 /* Determine the wordsize from the preprocessor defines. */
|
a.out.h | 5 #include <bits/wordsize.h>
|
elfclass.h | 9 #include <bits/wordsize.h>
|
semaphore.h | 24 #include <bits/wordsize.h>
|
setjmp.h | 27 #include <bits/wordsize.h>
|
/libcore/luni/src/main/java/javax/crypto/spec/ |
RC5ParameterSpec.java | 31 private final int wordSize; 42 * @param wordSize 45 public RC5ParameterSpec(int version, int rounds, int wordSize) { 48 this.wordSize = wordSize; 58 * <code>2 * (wordSize / 8)</code> bytes which are copied to protect them 65 * @param wordSize 71 * * (wordSize / 8)</code>. 73 public RC5ParameterSpec(int version, int rounds, int wordSize, byte[] iv) { 77 if (iv.length < 2 * (wordSize / 8)) [all...] |
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
RC5ParameterSpecTest.java | 38 * RC5ParameterSpec(int version, int rounds, int wordSize, byte[] iv) method 46 int wordSize = 16; 50 new RC5ParameterSpec(version, rounds, wordSize, null); 57 new RC5ParameterSpec(version, rounds, wordSize+8, iv); 64 new RC5ParameterSpec(version, rounds, wordSize, new byte[] {1, 2, 3}); 71 wordSize, iv); 79 * RC5ParameterSpec(int version, int rounds, int wordSize, byte[] iv, int 87 int wordSize = 16; 92 new RC5ParameterSpec(version, rounds, wordSize, null, offset); 99 new RC5ParameterSpec(version, rounds, wordSize+8, iv, offset) [all...] |
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
RC5ParameterSpecTest.java | 38 * RC5ParameterSpec(int version, int rounds, int wordSize, byte[] iv) method 46 int wordSize = 16; 50 new RC5ParameterSpec(version, rounds, wordSize, null); 57 new RC5ParameterSpec(version, rounds, wordSize+8, iv); 64 new RC5ParameterSpec(version, rounds, wordSize, new byte[] {1, 2, 3}); 71 wordSize, iv); 79 * RC5ParameterSpec(int version, int rounds, int wordSize, byte[] iv, int 87 int wordSize = 16; 92 new RC5ParameterSpec(version, rounds, wordSize, null, offset); 99 new RC5ParameterSpec(version, rounds, wordSize+8, iv, offset) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/gnu/ |
stubs.h | 4 #include <bits/wordsize.h>
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/gnu/ |
stubs.h | 4 #include <bits/wordsize.h>
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/gnu/ |
stubs.h | 4 #include <bits/wordsize.h>
|
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/ |
FlyweightMapStorage.java | 194 * @param wordSize the number of bytes used to store the value read from the stream 199 private static void readExternalWord(ObjectInput objectInput, int wordSize, 201 int wordIndex = index * wordSize; 202 if (wordSize == SHORT_NUM_BYTES) { 214 * @param wordSize the number of bytes used to store the value 219 private static void writeExternalWord(ObjectOutput objectOutput, int wordSize, 221 int wordIndex = index * wordSize; 222 if (wordSize == SHORT_NUM_BYTES) { 234 * @param wordSize the number of bytes used to store the value 239 private static int readWordFromBuffer(ByteBuffer buffer, int wordSize, int index) [all...] |
/external/tcpdump/ |
cpack.c | 52 /* Advance to the next wordsize boundary. Return NULL if fewer than 53 * wordsize bytes remain in the buffer after the boundary. Otherwise, 57 cpack_align_and_reserve(struct cpack_state *cs, size_t wordsize) 62 next = cpack_next_boundary(cs->c_buf, cs->c_next, wordsize); 64 /* Too little space for wordsize bytes? */ 65 if (next - cs->c_buf + wordsize > cs->c_len)
|
/hardware/qcom/msm8x74/original-kernel-headers/linux/ |
msm_audio_ac3.h | 19 unsigned short wordSize;
|
/hardware/qcom/msm8x74/kernel-headers/linux/ |
msm_audio_ac3.h | 34 unsigned short wordSize;
|