/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/ |
atomic_word.h | 39 // in other words, this is a Load-Load acquire barrier. 44 // words, a Store-Store release barrier.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86_64/include/bits/ |
atomic_word.h | 39 // in other words, this is a Load-Load acquire barrier. 44 // words, a Store-Store release barrier.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/ |
atomic_word.h | 39 // in other words, this is a Load-Load acquire barrier. 44 // words, a Store-Store release barrier.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/ |
atomic_word.h | 39 // in other words, this is a Load-Load acquire barrier. 44 // words, a Store-Store release barrier.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/ |
atomic_word.h | 39 // in other words, this is a Load-Load acquire barrier. 44 // words, a Store-Store release barrier.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/ |
atomic_word.h | 39 // in other words, this is a Load-Load acquire barrier. 44 // words, a Store-Store release barrier.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips32r6/include/bits/ |
atomic_word.h | 39 // in other words, this is a Load-Load acquire barrier. 44 // words, a Store-Store release barrier.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/ |
atomic_word.h | 39 // in other words, this is a Load-Load acquire barrier. 44 // words, a Store-Store release barrier.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/ |
atomic_word.h | 39 // in other words, this is a Load-Load acquire barrier. 44 // words, a Store-Store release barrier.
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/ |
atomic_word.h | 39 // in other words, this is a Load-Load acquire barrier. 44 // words, a Store-Store release barrier.
|
/development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/ |
SampleSpellCheckerService.java | 67 // length <= 3 for short words that we assume are in the fake dictionary 68 // length > 20 for too long words that we assume can't be recognized (such as CJK words) 122 // length <= 3 for short words that we assume are in the fake dictionary 123 // length > 20 for too long words that we assume can't be recognized 124 // (such as CJK words)
|
/external/libvpx/libvpx/vp8/common/x86/ |
mfqe_sse2.asm | 34 pshuflw xmm0, xmm0, 0x0 ; replicate to all low words 35 punpcklqdq xmm0, xmm0 ; replicate to all hi words 111 pshuflw xmm0, xmm0, 0x0 ; replicate to all low words 112 punpcklqdq xmm0, xmm0 ; replicate to all hi words 209 ; and operate on words. 222 ; phaddd only operates on adjacent double words.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
mfqe_sse2.asm | 34 pshuflw xmm0, xmm0, 0x0 ; replicate to all low words 35 punpcklqdq xmm0, xmm0 ; replicate to all hi words 111 pshuflw xmm0, xmm0, 0x0 ; replicate to all low words 112 punpcklqdq xmm0, xmm0 ; replicate to all hi words 209 ; and operate on words. 222 ; phaddd only operates on adjacent double words.
|
/ndk/sources/host-tools/make-3.81/tests/scripts/functions/ |
word | 3 Test the word, words, wordlist, firstword, and lastword functions.\n"; 6 Produce a variable with a large number of words in it, 7 determine the number of words, and then read each one back.\n"; 16 @echo $(words $(string)) 17 @echo $(words $(string4)) 155 a := $(word $(words $(list)),$(list))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
rlcompleter.py | 138 words = dir(thisobject) 139 if "__builtins__" in words: 140 words.remove("__builtins__") 143 words.append('__class__') 144 words.extend(get_class_members(thisobject.__class__)) 147 for word in words:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
rlcompleter.py | 138 words = dir(thisobject) 139 if "__builtins__" in words: 140 words.remove("__builtins__") 143 words.append('__class__') 144 words.extend(get_class_members(thisobject.__class__)) 147 for word in words:
|
/libcore/luni/src/main/java/org/apache/harmony/security/provider/crypto/ |
SHA1Impl.java | 37 * within limit of a frame of 64 bytes (16 words). 45 * a 512 bit message stored in first 16 words of int[] array argument and 46 * current hash value stored in five words, beginning HASH_OFFSET, of the array argument. 57 * a 512 bit message stored in first 16 words of int[] array argument and 58 * current hash value stored in five words, beginning OFFSET+1, of the array argument. 71 * only first (BYTES_OFFSET+6) words are used 146 * within limit of a frame of 64 bytes (16 words). 185 // - writing 4 bytes into empty words, 207 // writing full words 209 maxWord = (toByte - i + 1) >> 2; // # of remaining full words, may be "0 [all...] |
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/ |
SHA1ImplTest.java | 66 int[] words = new int[INDEX + 6]; // working array to compute hash local 72 for (int i = 0; i < words.length; i++) { 73 words[i] = 0; 75 words[0] = 0x61626380; // constants from Secure Hash Standard 76 words[15] = 0x00000018; 78 alternateHash(words, hash1); 100 * if data supplied takes exactly fourteen words of sixteen word buffer.
|
/external/openssh/openbsd-compat/ |
inet_ntop.c | 120 u_int words[IN6ADDRSZ / INT16SZ]; local 129 memset(words, '\0', sizeof words); 131 words[i / 2] |= (src[i] << ((1 - (i % 2)) << 3)); 135 if (words[i] == 0) { 179 (best.len == 6 || (best.len == 5 && words[5] == 0xffff))) { 185 advance = snprintf(tp, ep - tp, "%x", words[i]);
|
/external/tcpdump/missing/ |
inet_ntop.c | 118 u_long words [IN6ADDRSZ / INT16SZ]; local 125 memset (words, 0, sizeof(words)); 127 words[i/2] |= (src[i] << ((1 - (i % 2)) << 3)); 133 if (words[i] == 0) 173 (best.len == 6 || (best.len == 5 && words[5] == 0xffff))) 183 tp += sprintf (tp, "%lX", words[i]);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
NgramContext.java | 31 * Class to represent information of previous words. This class is used to add n-gram entries 51 * Word information used to represent previous words information. 100 // The words immediately before the considered word. EMPTY_WORD_INFO element means we don't 136 * Extracts the previous words context. 138 * @return a String with the previous words separated by white space. 159 * Extracts the previous words context. 161 * @return a String array with the previous words.
|
/build/tools/ |
product_debug.py | 28 words = line.split("=", 1) 29 if len(words) == 1: 30 return (words[0], "") 32 return (words[0], words[1])
|
/cts/tests/tests/text/src/android/text/method/cts/ |
QwertyKeyListenerTest.java | 35 new QwertyKeyListener(Capitalize.WORDS, true); 113 Capitalize.WORDS); 158 QwertyKeyListener listener1 = QwertyKeyListener.getInstance(true, Capitalize.WORDS); 159 QwertyKeyListener listener2 = QwertyKeyListener.getInstance(true, Capitalize.WORDS); 160 QwertyKeyListener listener3 = QwertyKeyListener.getInstance(false, Capitalize.WORDS);
|
/external/ipsec-tools/src/racoon/ |
racoon.8 | 42 .Bk -words 45 .Bk -words 48 .Bk -words 51 .Bk -words 54 .Bk -words
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_mm.c | 117 int words, ret; local 120 words = ((size >> chunk_order) + 31) / 32; 121 assert(words); 123 slab = MALLOC(sizeof(struct mm_slab) + words * 4); 127 memset(&slab->bits[0], ~0, words * 4);
|