Searched refs:word (Results 226 - 250 of 401) sorted by relevance

1234567891011>>

/external/clang/docs/tools/
H A DMakefile43 CLANG_VERSION := $(word 3,$(shell grep "CLANG_VERSION " \
/external/clang/runtime/compiler-rt/
H A DMakefile19 CLANG_VERSION := $(word 3,$(shell grep "CLANG_VERSION " \
/external/grub/netboot/
H A Dsmc9000.h36 typedef unsigned short word; typedef
/external/grub/stage2/
H A Dfsys_ext2fs.c239 * ffz = Find First Zero in word. Undefined if no zero exists,
243 ffz (unsigned long word) argument
246 : "=r" (word)
247 : "r" (~word));
248 return word;
591 printf ("first word=%x\n", *((int *) raw_inode));
598 printf ("first word=%x\n", *((int *) INODE));
H A Dfsys_reiserfs.c370 log2 (unsigned long word) argument
373 : "=r" (word)
374 : "r" (word));
375 return word;
379 is_power_of_two (unsigned long word) argument
381 return (word & -word) == word;
/external/icu4c/common/
H A Dtriedict.h57 * <p>TrieWordDictionary is an abstract class that represents a word
139 * begin at least one word that is near the median of the set in the dictionary
176 * <p>Add one word to the dictionary.</p>
178 * @param word A UChar buffer containing the word.
179 * @param length The length of the word.
182 virtual void addWord( const UChar *word,
/external/openssl/crypto/sha/asm/
H A Dsha256-mips.s1980 .word 0x428a2f98, 0x71374491, 0xb5c0fbcf, 0xe9b5dba5
1981 .word 0x3956c25b, 0x59f111f1, 0x923f82a4, 0xab1c5ed5
1982 .word 0xd807aa98, 0x12835b01, 0x243185be, 0x550c7dc3
1983 .word 0x72be5d74, 0x80deb1fe, 0x9bdc06a7, 0xc19bf174
1984 .word 0xe49b69c1, 0xefbe4786, 0x0fc19dc6, 0x240ca1cc
1985 .word 0x2de92c6f, 0x4a7484aa, 0x5cb0a9dc, 0x76f988da
1986 .word 0x983e5152, 0xa831c66d, 0xb00327c8, 0xbf597fc7
1987 .word 0xc6e00bf3, 0xd5a79147, 0x06ca6351, 0x14292967
1988 .word 0x27b70a85, 0x2e1b2138, 0x4d2c6dfc, 0x53380d13
1989 .word
[all...]
/external/srec/srec/Grammar/include/
H A DSR_GrammarImpl.h143 const LCHAR* word, const LCHAR* pronunciation,
/external/srtp/crypto/include/
H A Ddatatypes.h243 /* bit 0 is first 32-bit word, low order bit. in little-endian, that's
244 the first byte of the first 32-bit word. In big-endian, that's
245 the 3rd byte of the first 32-bit word */
433 * of word[0], while the most significant bit is the nth most
434 * significant bit of word[m], where length = bits_per_word * m + n.
443 uint32_t *word; member in struct:__anon13095
449 ((((v)->word[((bit_index) >> 5)]) >> ((bit_index) & 31)) & 1) \
455 (((v)->word[((bit_index) >> 5)] |= ((uint32_t)1 << ((bit_index) & 31)))) \
460 (((v)->word[((bit_index) >> 5)] &= ~((uint32_t)1 << ((bit_index) & 31)))) \
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DEditorClientEfl.h114 virtual void getGuessesForWord(const String& word, const String& context, WTF::Vector<String>& guesses);
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DEditorClientHaiku.h111 virtual void getGuessesForWord(const String& word, const String& context, Vector<String>& guesses);
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditorClientQt.h109 virtual void getGuessesForWord(const String& word, const String& context, Vector<String>& guesses);
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DEditorClientWx.h112 virtual void getGuessesForWord(const String& word, const String& context, Vector<String>& guesses);
/external/mdnsresponder/mDNSPosix/
H A Dnss_mdns.c1942 char * word; local
1944 word = get_next_word (curr, &curr);
1945 if (! word || word [0] == k_comment_char)
1951 if (strcmp (word, k_keyword_domain) == 0)
1953 word = get_next_word (curr, &curr);
1954 if (word)
1956 int errcode = add_domain (conf, word);
1987 word
1996 Get next word (whitespac
[all...]
/external/openssl/crypto/bn/asm/
H A Dppc64-mont.pl297 lwz $t0,4($ap) ; load a[j] as 32-bit word pair
299 lwz $t2,12($ap) ; load a[j+1] as 32-bit word pair
301 lwz $t4,4($np) ; load n[j] as 32-bit word pair
303 lwz $t6,12($np) ; load n[j+1] as 32-bit word pair
307 lwz $t0,0($ap) ; load a[j..j+3] as 32-bit word pairs
311 lwz $t4,0($np) ; load n[j..j+3] as 32-bit word pairs
428 lwz $t0,4($ap) ; load a[j] as 32-bit word pair
430 lwz $t2,12($ap) ; load a[j+1] as 32-bit word pair
432 lwz $t4,4($np) ; load n[j] as 32-bit word pair
434 lwz $t6,12($np) ; load n[j+1] as 32-bit word pai
[all...]
/external/chromium/chrome/browser/autofill/
H A Daddress.cc240 bool Address::IsWordInLine(const string16& word, argument
244 if (StringToLowerASCII(word) == *iter)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Dantenv.cmd31 param = word(argv, i)
/external/icu4c/data/brkitr/
H A Dbrkfiles.mk41 BRK_SOURCE = sent_el.txt word_POSIX.txt line_fi.txt line_he.txt word_ja.txt line_ja.txt char.txt word.txt line.txt sent.txt title.txt char_th.txt
/external/icu4c/tools/toolutil/
H A Dunewdata.c201 udata_write16(UNewDataMemory *pData, uint16_t word) { argument
203 T_FileStream_write(pData->file, &word, 2);
/external/kernel-headers/original/linux/
H A Dsignal.h66 static inline int sigfindinword(unsigned long word) argument
68 return ffz(~word);
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM-E_filter_gnu.s100 MOV z1, tmp0, ASR #14 @ shift result to low word
113 MOV z1, tmp1, ASR #14 @ shift result to low word
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_filter_gnu.s100 MOV z1, tmp0, ASR #14 @ shift result to low word
113 MOV z1, tmp1, ASR #14 @ shift result to low word
/external/webkit/Source/WebCore/inspector/front-end/UglifyJS/
H A Dparse-js.js504 var word = read_while(is_identifier_char);
505 return !HOP(KEYWORDS, word)
506 ? token("name", word)
507 : HOP(OPERATORS, word)
508 ? token("operator", word)
509 : HOP(KEYWORDS_ATOM, word)
510 ? token("atom", word)
511 : token("keyword", word);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
H A DMD5Digest.java78 int word,
82 out[outOff] = (byte)word;
83 out[outOff + 1] = (byte)(word >>> 8);
84 out[outOff + 2] = (byte)(word >>> 16);
85 out[outOff + 3] = (byte)(word >>> 24);
294 // reset the offset and clean out the word buffer.
77 unpackWord( int word, byte[] out, int outOff) argument
/external/zlib/src/contrib/masmx86/
H A Dmatch686.asm56 scan_start equ word ptr [esp+NbStack-48]
120 chainlenwmask equ esp + 0 ; high word: current chain len
121 ; low word: s->wmask
234 ;;; It is then shifted into the high word, to make room for the wmask
291 movzx ebx, word ptr [edi]
293 movzx ebx, word ptr [edi + eax - 1]
326 movzx ecx, word ptr [edi + ecx*2]
331 LoopEntry: movzx eax, word ptr [esi + ecx - 1]
335 movzx eax, word ptr [eax + ecx]
423 movzx ebx, word pt
[all...]

Completed in 641 milliseconds

1234567891011>>