HomeSort by relevance Sort by last modified time
    Searched defs:Word (Results 1 - 13 of 13) sorted by null

  /external/clang/test/CodeGen/
2003-08-29-BitFieldStruct.c 3 struct Word {
  /packages/inputmethods/LatinIME/tools/makedict/src/com/android/inputmethod/latin/
Word.java 24 * Utility class for a word with a frequency.
28 public class Word implements Comparable<Word> {
33 public Word(String word, int frequency, ArrayList<WeightedString> bigrams) {
34 mWord = word;
42 * A Word x is greater than a word y if x has a higher frequency. If they have the same
46 public int compareTo(Word w) {
60 if (!(o instanceof Word)) return false
    [all...]
  /external/valgrind/main/include/
pub_tool_basics.h 87 typedef signed long Word; // 32 64
90 // host", for the notional case where host word size != guest word size.
100 typedef Word SSizeT; // 32 64
106 typedef Word PtrdiffT; // 32 64
112 // Nb: on Linux and AIX, off_t is a signed word-sized int. On Darwin it's
115 typedef Word OffT; // 32 64
166 syscall is a single host word, _wLO.
168 Can record a double-word error or a double-word result
    [all...]
  /external/valgrind/main/memcheck/tests/amd64/
bt_everything.c 14 typedef signed long int Word;
18 ULong btsq_mem ( char* base, Word bitno )
32 ULong btrq_mem ( char* base, Word bitno )
43 ULong btcq_mem ( char* base, Word bitno )
54 ULong btq_mem ( char* base, Word bitno )
69 ULong btsl_mem ( char* base, Word bitno )
83 ULong btrl_mem ( char* base, Word bitno )
94 ULong btcl_mem ( char* base, Word bitno )
105 ULong btl_mem ( char* base, Word bitno )
121 ULong btsw_mem ( char* base, Word bitno
    [all...]
  /cts/tools/dasm/src/dasm/
sym.java 65 static final int Word = 68;
  /ndk/sources/host-tools/sed-4.2.1/sed/
fmt.c 68 /* Cost of breaking a line after the first word of a sentence, where
69 the length of the word is N. */
72 /* Cost of breaking a line before the last word of a sentence, where
73 the length of the word is N. */
112 /* Word descriptor structure. */
114 typedef struct Word WORD;
116 struct Word
121 const char *text; /* the text of the word */
122 short length; /* length of this word */
    [all...]
  /dalvik/vm/alloc/
MarkSweep.cpp 29 typedef unsigned long Word;
30 const size_t kWordSize = sizeof(Word);
583 * to the address corresponding to the lowest address in the next word
  /external/icu4c/tools/gennames/
gennames.c 257 } Word;
260 static Word words[MAX_WORD_COUNT];
312 static Word *
315 static Word *
319 countWord(Word *word);
692 Word *word; local
705 /* get a word and add it if it is longer than 1 */
709 word=findWord(name+start, wordLength)
1396 Word *word; local
    [all...]
  /external/valgrind/main/mpi/
libmpiwrap.c 151 /* Word, UWord are machine words - same size as a pointer. This is
153 machine word - this too is tested at startup. */
154 typedef signed long Word;
209 /* Sanity check - that Word/UWord really are machine words. */
210 assert(sizeof(Word) == sizeof(void*));
    [all...]
  /external/svox/pico/lib/
picotok.c 198 typedef picoos_uchar Word[MARKUP_STRING_BUF_SIZE];
202 Word paramId;
203 Word paramVal;
253 Word phonemes;
    [all...]
  /external/valgrind/main/cachegrind/
cg_merge.c 43 typedef signed long Word;
66 Word (*kCmp)(Word,Word) );
71 Word (*kCmp)(Word,Word) );
75 void deleteFM ( WordFM*, void(*kFin)(Word), void(*vFin)(Word) );
80 void addToFM ( WordFM* fm, Word k, Word v )
    [all...]
  /cts/tools/dx-tests/lib/
jasmin.jar 
  /dalvik/dx/etc/
jasmin.jar 

Completed in 353 milliseconds