Searched refs:word (Results 201 - 225 of 401) sorted by relevance

1234567891011>>

/external/kernel-headers/original/asm-arm/arch/
H A Dmcbsp.h306 void omap_mcbsp_xmit_word(unsigned int id, u32 word);
311 int omap_mcbsp_spi_master_xmit_word_poll(unsigned int id, u32 word);
312 int omap_mcbsp_spi_master_recv_word_poll(unsigned int id, u32 * word);
/external/protobuf/gtest/scripts/
H A Dgen_gtest_pred_impl.py175 def Title(word):
176 """Returns the given word in title case. The difference between
180 return word[0].upper() + word[1:]
/external/quake/quake/src/QW/client/
H A Dcl_ents.c230 int word; local
243 word = (unsigned short)MSG_ReadShort ();
250 if (!word)
253 CL_ParseDelta (&olde, &newe, word);
270 int word, newnum, oldnum; local
315 word = (unsigned short)MSG_ReadShort ();
322 if (!word)
335 newnum = word&511;
360 if (word & U_REMOVE)
373 CL_ParseDelta (&cl_baselines[newnum], &newp->entities[newindex], word);
[all...]
H A Dsys_wina.asm259 fldcw ds:word ptr[single_cw]
263 fldcw ds:word ptr[full_cw]
267 fnstcw ds:word ptr[pushed_cw]
268 fldcw ds:word ptr[full_cw]
272 fldcw ds:word ptr[pushed_cw]
276 fnstcw ds:word ptr[cw]
H A Dd_polysa.asm295 fldcw ds:word ptr[ceil_cw]
298 fldcw ds:word ptr[single_cw]
483 cmp dx,ds:word ptr[eax+ebp*2]
485 mov ds:word ptr[eax+ebp*2],dx
562 mov cx,ds:word ptr[_r_lstepx]
577 mov dx,ds:word ptr[24+esi]
585 cmp bp,ds:word ptr[ecx]
590 mov ds:word ptr[ecx],bp
602 cmp bp,ds:word ptr[2+ecx]
607 mov ds:word pt
[all...]
/external/srec/tools/grxmlcompile/
H A Dgrxmldoc.cpp27 #include "grph.h" // The word graph object and interface
123 // Create the container for the word graph.
496 std::string word; // Words are whitespace separated local
506 //search beginning of the first word
509 //while beginning of a word found
511 //search end of the actual word
514 //end of word is end of line
517 word.clear();
518 // word.assign(cdata,begIdx,endIdx);
519 word
523 std::cout << " -->" << word << "<--\\n"; local
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_s390_helpers.c894 IRExpr *word; local
902 word = unop(Iop_64to32, cc_dep1);
924 word = binop(Iop_And32, word, mkU32(imask));
933 return unop(Iop_1Uto32, binop(Iop_CmpEQ32, word, mkU32(0)));
936 return unop(Iop_1Uto32, binop(Iop_CmpNE32, word, mkU32(0)));
941 word = binop(Iop_Sar32, binop(Iop_Shl32, word, mkU8(shift)),
945 if (cond == 4 || cond == 4 + 1) { /* word < 0 */
946 return unop(Iop_1Uto32, binop(Iop_CmpLT32S, word, mkU3
[all...]
/external/clang/lib/Basic/
H A DIdentifierTable.cpp404 /// given "word", which is assumed to end in a lowercase letter.
405 static bool startsWithWord(StringRef name, StringRef word) { argument
406 if (name.size() < word.size()) return false;
407 return ((name.size() == word.size() ||
408 !islower(name[word.size()]))
409 && name.startswith(word));
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/digest/
H A DMD5.java79 private static void encode(byte[] dst, int dstoff, int word) argument
81 dst[dstoff] = (byte) (word);
82 dst[dstoff + 1] = (byte) (word >> 8);
83 dst[dstoff + 2] = (byte) (word >> 16);
84 dst[dstoff + 3] = (byte) (word >> 24);
/external/libppp/src/
H A Dchap_ms.c82 register unsigned int word; local
84 word = (unsigned)input[startBit / 8] << 8;
85 word |= (unsigned)input[startBit / 8 + 1];
87 word >>= 15 - (startBit % 8 + 7);
89 return word & 0xFE;
/external/libvorbis/lib/
H A Dsharedbook.c70 /* given a list of word lengths, generate a list of codewords. Works
402 ogg_uint32_t word=i<<(32-c->dec_firsttablen); local
403 if(c->dec_firsttable[bitreverse(word)]==0){
404 while((lo+1)<n && c->codelist[lo+1]<=word)lo++;
405 while( hi<n && word>=(c->codelist[hi]&mask))hi++;
416 c->dec_firsttable[bitreverse(word)]=
/external/openssl/crypto/ec/
H A Dec2_mult.c222 BN_ULONG mask,word; local
258 word = scalar->d[i];
259 while (!(word & mask)) mask >>= 1;
261 /* if top most bit was at word break, go to next word */
270 word = scalar->d[i];
273 if (word & mask)
/external/e2fsprogs/misc/
H A Dfsck.c182 char *word, *next; local
184 word = *buf;
185 if (*word == 0)
188 word = skip_over_blank(word);
189 next = skip_over_word(word);
193 return word;
196 static void parse_escape(char *word) argument
201 if (!word)
204 for (p = word,
[all...]
/external/ppp/pppd/
H A Doptions.c535 opt = find_option(w->word);
538 w->word);
548 w0->word);
551 argv[i] = w->word;
553 if (!process_option(opt, w0->word, argv))
1104 * Read a word from a file.
1110 getword(f, word, newlinep, filename)
1112 char *word;
1155 * If this character is escaped, we have a word start.
1177 * A non-whitespace character is the start of a word
[all...]
/external/valgrind/main/exp-bbv/tests/arm-linux/
H A Dll.S425 bss_addr: .word bss_begin
426 data_addr: .word data_begin
427 out_addr: .word out_buffer
428 disk_addr: .word disk_buffer
429 logo_end_addr: .word logo_end
430 pos_mask: .word ((POSITION_MASK<<8)+0xff)
431 text_addr: .word text_buf
/external/srec/seti/sltsEngine/src/
H A Drun_seq_lts.c93 SWIsltsResult lts_for_word(LTS *lts, char *word, int word_len, char **output_phone_string, int max_phone_length, int *num_out);
1008 unsigned char word[MAX_WORD_LEN]; local
1060 if (dp->properties[ Left1+j] == LTS_MAXCHAR) { /*assume an unknown character is a word boundary*/
1079 if (dp->properties[ Right1+j] == LTS_MAXCHAR) { /*assume an unknown character is a word boundary*/
1091 /*pfprintf(PSTDOUT,"word stuff\n"); */
1093 /*find word start and end - use unknown character as word boundaries*/
1102 word[i] = find_letter_index(input_word[i], lm);
1105 /*figure out syllable in word - not really syllables - just looks to see if is or at first or last vowel*/
1110 if (lm->type[word[
1531 lts_for_word(LTS *lts, char *word, int word_len, char **output_phone_string, int max_phone_length, int *pnum_out) argument
1677 char word[MAX_WORD_LEN]; local
[all...]
/external/proguard/src/proguard/
H A DConfigurationParser.java546 // Is the next word actually an annotation type?
821 // Did we get just one word before the opening parenthesis?
991 // Read a comma (or a closing parenthesis, or a different word).
998 // Read a comma (or a different word).
1025 * Creates a properly resolved File, based on the given word.
1027 private File file(String word) throws ParseException argument
1029 String fileName = replaceSystemProperties(word);
1053 * Replaces any system properties in the given word by their values
1056 private String replaceSystemProperties(String word) throws ParseException argument
1061 fromIndex = word
[all...]
/external/srec/srec/crec/
H A Dsrec_context.c226 /* after all word additions, we need to "prepare" the context */
369 wordID wordmap_add_word(wordmap* wmap, const char* word);
374 char *word, *wID_string; local
384 word = strtok(buf, " \n\r\t");
385 num_chars += strlen(word);
399 word = strtok(buf, " \n\r\t");
403 // if(strstr(word,SLOTNAME_INDICATOR))
404 // word = strstr(word,SLOTNAME_INDICATOR);
405 wm_wID = wordmap_add_word(wmap, word);
454 wordmap_find_index(wordmap* wmap, const char* word) argument
502 wordmap_find_index_in_rule(wordmap* wmap, const char* word, wordID rule) argument
522 strlen_with_null(const char* word) argument
532 wordmap_whether_in_rule(wordmap* wmap, wordID word, wordID rule) argument
673 wordmap_add_word(wordmap* wmap, const char* word) argument
770 wordmap_add_word_in_rule(wordmap* wmap, const char* word, wordID rule) argument
1187 FST_AddWordToGrammar(srec_context* fst, const char* _slot, const char* word, const char* pron, const int cost) argument
[all...]
/external/webkit/Source/WebCore/css/
H A DmediaControlsQuickTime.css86 word-spacing: normal;
108 word-spacing: normal;
181 word-spacing: normal;
/external/kernel-headers/original/asm-mips/
H A Dasm.h131 .word 1f; \
306 #define LONG .word
357 #define PTR .word
/external/webkit/Tools/DumpRenderTree/win/
H A DEditingDelegate.cpp414 wstring word = textString.substr(wordStart, wordLength(textString.c_str() + wordStart));
416 if (word == misspelledWords[i]) {
418 *misspellingLength = word.size();
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3bitset.c381 ANTLR3_UINT32 word; local
383 word = wordNumber(bit);
385 if (word >= bitset->blist.length)
390 bitset->blist.bits[word] |= bitMask(bit);
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DBitSet.js56 * Create mask for bit modded to fit in a single word.
84 * @returns {Number} the index of the word in the field bits that would
283 var deg = 0, i, word, bit;
285 word = this.bits[i];
286 if (word !== 0) {
288 if ((word & (1 << bit)) !== 0) {
527 return this.bits.length << org.antlr.runtime.BitSet.LOG_BITS; // num words * bits per word
/external/arduino/hardware/arduino/cores/arduino/
H A Dwiring.h100 typedef unsigned int word; typedef
/external/chromium/chrome/browser/autofill/
H A Dcontact_info.h67 // Returns true if |word| is one of the tokens in |name_tokens|.
68 bool IsWordInName(const string16& word,

Completed in 766 milliseconds

1234567891011>>