HomeSort by relevance Sort by last modified time
    Searched full:word (Results 176 - 200 of 2584) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/kernel-headers/original/linux/byteorder/
swabb.h 18 * swahw32 swap 16-bit half-words in a 32-bit word
19 * swahb32 swap 8-bit halves of each 16-bit half-word in a 32-bit word
  /external/proguard/src/proguard/
ArgumentWordReader.java 89 String word = reader.nextWord(); local
90 if (word == null)
93 System.err.println("["+word+"]");
  /external/srec/tools/cmd/
pht_to_short.pl 56 ($word, $pron) = split(/\s*\t\s*/, $_, 2);
61 die "error: unknown lph $lph in $word\n" if(!defined $sph_for_lph{$lph});
65 print OO "$word $sphPron\n";
  /external/kernel-headers/original/linux/
hdreg.h 450 unsigned short reserved2; /* reserved (word 2) */
470 unsigned char capability; /* (upper byte of word 49)
476 unsigned short reserved50; /* reserved (word 50) */
481 unsigned short field_valid; /* (word 53)
482 * 2: ultra_ok word 88
494 unsigned short dma_1word; /* Obsolete, single-word dma info */
495 unsigned short dma_mword; /* multiple-word dma info */
508 unsigned short queue_depth; /* (word 75)
513 unsigned short major_rev_num; /* (word 80) */
514 unsigned short minor_rev_num; /* (word 81) *
    [all...]
wait.h 77 #define __WAIT_BIT_KEY_INITIALIZER(word, bit) \
78 { .flags = word, .bit_nr = bit, }
388 #define DEFINE_WAIT_BIT(name, word, bit) \
390 .key = __WAIT_BIT_KEY_INITIALIZER(word, bit), \
408 * @word: the word being waited on, a kernel virtual address
409 * @bit: the bit of the word being waited on
420 static inline int wait_on_bit(void *word, int bit,
423 if (!test_bit(bit, word))
425 return out_of_line_wait_on_bit(word, bit, action, mode)
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
UserDictionaryToolsList.java 91 /** Maximum word count to display */
123 /** {@code true} if one of word is selected */
135 /** Work area for sorting the word list */
234 /* [menu] add a word */
238 /* [menu] edit a word */
242 /* [menu] delete a word */
264 /* [menu] add a word */
266 /* disable if the number of registered word exceeds MAX_WORD_COUNT */
272 /* [menu] edit a word/delete a word */
597 WnnWord word = new WnnWord(); local
    [all...]
  /external/zlib/contrib/masmx64/
gvmat64.asm 50 chainlenwmask equ rsp + 8 - LocalVarsSize ; high word: current chain len
51 ; low word: s->wmask
106 COMM prev:WORD:08000H
209 ;;; It is then shifted into the high word, to make room for the wmask
269 movzx r12d,word ptr [r9]
270 movzx ebx, word ptr [r9 + r11 - 1]
278 cmp bx,word ptr [rsi + r8 - 1]
284 movzx r8d, word ptr [rdi + r8*2]
291 cmp bx,word ptr [rsi + r8 - 1]
297 movzx r8d, word ptr [rdi + r8*2]
    [all...]
  /external/icu4c/tools/gennames/
gennames.c 242 } Word;
245 static Word words[MAX_WORD_COUNT];
294 static Word *
297 static Word *
301 countWord(Word *word);
576 Word *word; local
589 /* get a word and add it if it is longer than 1 */
593 word=findWord(name+start, wordLength)
1256 Word *word; local
    [all...]
  /external/srec/srec/Grammar/src/
SR_GrammarImpl.c 149 ESR_ReturnCode SR_Grammar_AddWordToSlot(SR_Grammar* self, const LCHAR* slot, const LCHAR* word,
168 if ( word != NULL )
170 if ( strlen ( word ) >= MAX_STRING_LEN )
172 PLogError ( "SR_Grammar_AddWordToSlot word : %s too long : Max %d", word, MAX_STRING_LEN - 1 );
205 /* TODO: add this word to the semantic graph with associated script tag */
219 CHKLOG(rc, vocab->getPronunciation(vocab, word, buffer, &len));
233 CHKLOG(logrc, SR_EventLogToken_BASIC(impl->eventLog, impl->logLevel, L("WORD"), word));
242 /* add word to syntax first *
274 PLogError(L("%s: Homonym '%s' could not be added"), ESR_rc2str(rc), word); local
685 char copy_of[512], *word; local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
bitmap.h 210 /* Word within the current element. */
213 /* Contents of the actually processed word. When finding next bit
252 /* If this word is zero, we must make sure we're not pointing at the
253 first bit, otherwise our incrementing to the next word boundary
255 next word. */
320 /* If this word is zero, we must make sure we're not pointing at the
321 first bit, otherwise our incrementing to the next word boundary
323 next word. */
368 /* If this word is zero, we must make sure we're not pointing at the
369 first bit, otherwise our incrementing to the next word boundar
    [all...]
  /build/core/
build_id.mk 19 # (like "CRB01"). It must be a single word, and is
multi_prebuilt.mk 51 $(if $(word 3,$(tw)),$(error $(LOCAL_PATH): Bad prebuilt filename '$(t)')) \
52 $(if $(word 2,$(tw)), \
53 $(eval LOCAL_MODULE := $(word 1,$(tw))) \
54 $(eval LOCAL_SRC_FILES := $(word 2,$(tw))) \
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INTERPRET.S 23 .word dvmJitToInterpPunt
  /dalvik/vm/mterp/x86/
OP_PACKED_SWITCH.S 23 movl %eax,rINST_FULL # set up word offset
  /external/bluetooth/bluez/rfcomm/
parser.y 59 %token <string> STRING WORD
73 | WORD
83 section : WORD
123 | WORD
  /external/clearsilver/util/test/
net_test.c 133 char word[64000]; local
153 neo_rand_word(word, sizeof(word));
154 thing->s = strdup(word);
  /external/fdlibm/
s_nextafter.c 33 hx = __HI(x); /* high word of x */
34 lx = __LO(x); /* low word of x */
35 hy = __HI(y); /* high word of y */
36 ly = __LO(y); /* low word of y */
  /external/icu4c/data/xml/brkitr/
en_US_POSIX.xml 22 <icu:word icu:dependency="word_POSIX.brk"/>
ja.xml 20 <icu:word icu:dependency="word_ja.brk"/>
  /external/icu4c/samples/break/
ubreak.c 107 /*print each word in order*/
110 printf("\n----- Word Boundaries, forward: -----------\n");
112 printf("\n----- Word Boundaries, backward: ----------\n");
120 /*print word at charpos 10 */
  /external/kernel-headers/original/asm-generic/bitops/
fls.h 6 * @x: the word to search
  /external/kernel-headers/original/asm-x86/
bug.h 20 "\t.word %c1, 0\n" \
  /external/openssl/crypto/perlasm/
readme 29 &DWP(off,base,index,scale) Word pointer addressing
39 &swtmp(num) Address on stack temp word.
46 &data_word(word) Put in a word of data.
  /external/sonivox/docs/JET_Programming_Manual_files/
header.htm 3 xmlns:w="urn:schemas-microsoft-com:office:word"
9 <meta name=ProgId content=Word.Document>
10 <meta name=Generator content="Microsoft Word 11">
11 <meta name=Originator content="Microsoft Word 11">
  /external/srec/srec/Vocabulary/include/
SR_VocabularyImpl.h 83 ESR_ReturnCode SR_VocabularyAddWordImpl(SR_Vocabulary* self, const LCHAR* word);
87 ESR_ReturnCode SR_VocabularyDeleteWordImpl(SR_Vocabulary* self, const LCHAR* word);
91 ESR_ReturnCode SR_VocabularyContainsWordImpl(SR_Vocabulary* self, const LCHAR* word, ESR_BOOL* result);
95 ESR_ReturnCode SR_VocabularyGetPronunciationImpl(SR_Vocabulary* self, const LCHAR* word, LCHAR* phoneme, size_t* len);

Completed in 78 milliseconds

1 2 3 4 5 6 78 91011>>