Searched refs:word (Results 126 - 150 of 401) sorted by relevance

1234567891011>>

/external/kernel-headers/original/asm-x86/
H A Dsignal.h240 static __inline__ int sigfindinword(unsigned long word) argument
242 __asm__("bsfl %1,%0" : "=r"(word) : "rm"(word) : "cc");
243 return word;
/external/openssl/crypto/sha/asm/
H A Dsha512-mips.pl386 .word 0x428a2f98, 0x71374491, 0xb5c0fbcf, 0xe9b5dba5
387 .word 0x3956c25b, 0x59f111f1, 0x923f82a4, 0xab1c5ed5
388 .word 0xd807aa98, 0x12835b01, 0x243185be, 0x550c7dc3
389 .word 0x72be5d74, 0x80deb1fe, 0x9bdc06a7, 0xc19bf174
390 .word 0xe49b69c1, 0xefbe4786, 0x0fc19dc6, 0x240ca1cc
391 .word 0x2de92c6f, 0x4a7484aa, 0x5cb0a9dc, 0x76f988da
392 .word 0x983e5152, 0xa831c66d, 0xb00327c8, 0xbf597fc7
393 .word 0xc6e00bf3, 0xd5a79147, 0x06ca6351, 0x14292967
394 .word 0x27b70a85, 0x2e1b2138, 0x4d2c6dfc, 0x53380d13
395 .word
[all...]
/external/srec/srec/include/
H A Dsrec.h50 wordID word; /* alternative word, diff from path b.p. */ member in struct:altword_token_t
69 wtokenID word_backtrace[MAX_HMM]; /* index into word tokens*/
70 wordID word[MAX_HMM]; /* when the path encounters an output member in struct:fsmarc_token_t
89 wtokenID word_backtrace; /* index into word tokens*/
90 wordID word; /* when the path encounters an output*/ member in struct:fsmnode_token_t
104 wordID word; /* the word just observed */ member in struct:word_token_t
105 frameID end_time; /* end time of the word just observed, includes trailing silence */
106 nodeID end_node; /* for backtrace with word grap
[all...]
/external/srec/tools/cmd/
H A Dpht_to_long.pl47 ($word, $pron) = split(/\s+/);
54 warn "error: unknown sph $sph in $word $pron\n" ;
61 print OO "$word \t @lphlist\n";
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DTextCheckerClientEnchant.h51 virtual void getGuessesForWord(const WTF::String& word, const WTF::String& context, WTF::Vector<WTF::String>& guesses);
H A DTextCheckerClientEnchant.cpp102 // Set the iterator to be at the current word end, so we don't
108 GOwnPtr<gchar> word(g_new0(gchar, bytes + 1));
110 g_utf8_strncpy(word.get(), cstart, wordLength);
114 if (enchant_dict_check(dict, word.get(), wordLength)) {
118 // Stop checking, this word is ok in at least one dict.
140 void TextCheckerClientEnchant::getGuessesForWord(const String& word, const String& context, WTF::Vector<String>& guesses) argument
150 gchar** suggestions = enchant_dict_suggest(dict, word.utf8().data(), -1, &numberOfSuggestions);
/external/webkit/Tools/DumpRenderTree/win/
H A DEditingDelegate.h120 /* [in] */ BSTR word) { return E_NOTIMPL; }
123 /* [in] */ BSTR word) { return E_NOTIMPL; }
149 /* [in] */ BSTR word) { return E_NOTIMPL; }
158 /* [in] */ BSTR word,
118 ignoreWordInSpellDocument( IWebView *view, BSTR word) argument
122 learnWord( BSTR word) argument
148 updateSpellingUIWithMisspelledWord( BSTR word) argument
157 guessesForWord( BSTR word, IEnumSpellingGuesses **guesses) argument
/external/grub/netboot/
H A Dsmc9000.c112 word bank;
113 word revision_register;
114 word base_address_register;
187 word length; /* real, length incl. header */
188 word numPages;
191 word status;
252 * and the status word ( set to zeros ) */
285 word tx_status;
296 /* read the first word from this packet */
349 /* read the packet (and the last "extra" word) */
[all...]
/external/iproute2/lib/
H A Ddnet_ntop.c12 u_int16_t word; member in union:__anon6915
15 u.word = addr;
/external/srtp/test/
H A Drtpw.c4 * rtp word sender/receiver
10 * libsrtp. It reads one word at a time from /usr/dict/words (or
11 * whatever file is specified as DICT_FILE), and sends one word out
128 char word[MAX_WORD_LEN]; local
433 while (fgets(word, MAX_WORD_LEN, dict) != NULL) {
434 len = strlen(word) + 1; /* plus one for null */
437 printf("error: word %s too large to send\n", word);
439 rtp_sendto(snd, word, len);
440 printf("sending word
[all...]
/external/e2fsprogs/lib/blkid/
H A Dread.c109 char *word, *next;
111 word = *buf;
112 if (*word == '\0')
115 word = skip_over_blank(word);
116 next = skip_over_word(word);
125 if (*word == '"' || *word == '\'')
126 word++;
127 return word;
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
H A Dsearchcvs.php251 foreach ($regs[1] as $word)
253 $word = addslashes($word); variable
254 $list[] = $word;
255 $str = preg_replace("/\Q$word\E/", "", $str);
260 foreach ($regs[1] as $word)
262 $list[] = addslashes($word);
/external/grub/stage2/
H A Dstart.S385 .word 0
386 .word 0
397 .word 0 /* the command "install" will fill this up */
399 .word (STAGE2_SIZE + 511) >> 9
403 .word 0x220
405 .word 0x820 /* this is the segment of the starting address
H A Dasm.S341 .word 0 /* offset */
342 .word 0 /* segment */
598 int15_offset: .word 0
599 int15_segment: .word 0
703 int13_offset: .word 0
704 int13_segment: .word 0
1291 shrl $2, %eax /* Round up to the next word. */
1787 .word 0
1789 .word 0
1907 .word KEY_LEF
[all...]
/external/v8/preparser/
H A Dpreparser-process.cc45 // Optionally this can be followed by the word "throws" (case sensitive),
132 word(i::PreparseDataConstants::kHasErrorOffset) != 0;
140 int length = word(text_pos);
143 int character = word(text_pos + i);
153 return word(i::PreparseDataConstants::kHeaderSize +
159 return word(i::PreparseDataConstants::kHeaderSize +
164 int word(int offset) { function in class:PreparseDataInterpreter
/external/webkit/Source/WebCore/css/
H A Dview-source.css35 word-break: break-word;
67 word-break: normal;
/external/libffi/src/sh64/
H A Dsysv.S379 .word .L_case_v - datalabel .L_table /* FFI_TYPE_VOID */
380 .word .L_case_i - datalabel .L_table /* FFI_TYPE_INT */
381 .word .L_case_f - datalabel .L_table /* FFI_TYPE_FLOAT */
382 .word .L_case_d - datalabel .L_table /* FFI_TYPE_DOUBLE */
383 .word .L_case_d - datalabel .L_table /* FFI_TYPE_LONGDOUBLE */
384 .word .L_case_uq - datalabel .L_table /* FFI_TYPE_UINT8 */
385 .word .L_case_q - datalabel .L_table /* FFI_TYPE_SINT8 */
386 .word .L_case_uh - datalabel .L_table /* FFI_TYPE_UINT16 */
387 .word .L_case_h - datalabel .L_table /* FFI_TYPE_SINT16 */
388 .word
[all...]
/external/srec/srec/crec/
H A Dword_lattice.c48 WT.word = MAXwordID; \
123 if (wtoken->word < rec->context->olabels->num_words)
124 p = rec->context->olabels->words[wtoken->word];
141 PLogMessage (" (%d W%d %s cost=%d/%d/%d time=%d%s node=%d)", wtoken_index, wtoken->word, p, wtoken->cost, cost, cost_for_word, wtoken->end_time, iwttime, wtoken->end_node);
160 if (wtoken->word < rec->context->olabels->num_words)
161 p = rec->context->olabels->words[wtoken->word];
194 wordIDs[currentLen] = wtoken->word;
254 printf("got token %d word %d\n", wtoken_index, wtoken->word);
258 if (wtoken->word < re
[all...]
H A Dsrec.c119 batch->word = awtoken->word;
245 q2->word = list1->word;
255 the number of possible word ends. Any tokens beyond that length will get
671 /*this function allocates a new word token and remembers it in a list in the srec structure (to be used for backtrace later on*/
683 dump_core("create_word_token: cannot allocate word token - we need"
684 " to figure out a word pruning strategy when this happens!\n");
692 /* gets rid of fsmnode which trace back to this word since
693 the word i
716 srec_process_word_boundary_nbest(srec* rec, nodeID end_node, wordID word, wtokenID word_backtrace, costdata cost, costdata* pcurrent_word_threshold, int *any_nodes_blocked) argument
[all...]
/external/ppp/pppd/
H A Dauth.c126 #define ISWILD(word) (word[0] == '*' && word[1] == 0)
497 wp->word = (char *) (wp + 1);
499 BCOPY(addr, wp->word, l);
519 wp->word = (char *) (wp + 1);
521 BCOPY(number, wp->word, l);
2065 ptr_word = ap->word;
2133 warn("unknown host %s in auth. address list", ap->word);
2240 if (addrs->word[
2324 char word[MAXWORDLEN]; local
[all...]
/external/linux-tools-perf/util/
H A Dcolor.c63 const char *word = ptr; local
66 while (len > 0 && !isspace(word[wordlen])) {
71 ptr = word + wordlen;
77 val = parse_color(word, wordlen);
89 val = parse_attr(word, wordlen);
/external/mesa3d/src/mesa/main/
H A Dcompiler.h405 * Set the x86 FPU control word to guarentee only 32 bits of precision
453 "fnstcw word ptr [eax]" \
454 "fldcw word ptr [ecx]" \
460 "fldcw word ptr [eax]" \
484 __asm fnstcw word ptr [x]\
485 __asm fldcw word ptr [mask]\
490 __asm fnstcw word ptr [x]\
491 __asm fldcw word ptr [mask]\
496 __asm fldcw word ptr [x]\
/external/mksh/src/
H A Deval.c51 #define XNULLSUB 5 /* "$@" when $# is 0 (don't generate word) */
55 #define IFS_WORD 0 /* word has chars (or quotes) */
103 /* compile and expand word */
192 short stype; /* [=+-?%#] action after expanded word */
193 short base; /* begin position of expanded word */
200 expand(const char *cp, /* input word */
210 int fdo, word; /* second pass flags; have word */ local
247 word = (f&DOBLANK) ? IFS_WS : IFS_WORD;
272 word
987 varsub(Expand *xp, const char *sp, const char *word, int *stypep, int *slenp) argument
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DActionScriptTarget.java106 public String getTarget64BitStringFromValue(long word) { argument
109 writeHexWithPadding(buf, Integer.toHexString((int)(word & 0x00000000ffffffffL)));
111 writeHexWithPadding(buf, Integer.toHexString((int)(word >> 32)));
/external/webkit/Source/WebCore/platform/graphics/win/
H A DFontPlatformDataCGWin.cpp39 static inline USHORT readBigEndianWord(const BYTE* word) { return (word[0] << 8) | word[1]; } argument

Completed in 625 milliseconds

1234567891011>>