Home
last modified time | relevance | path

Searched defs:Word (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/sed/
Dfmt.c116 struct Word struct
121 const char *text; /* the text of the word */
122 short length; /* length of this word */
123 short space; /* the size of the following space */
124 unsigned paren:1; /* starts with open paren */
125 unsigned period:1; /* ends in [.?!])* */
126 unsigned punct:1; /* ends in punctuation */
127 unsigned final:1; /* end of sentence */
131 short line_length; /* length of the best line starting here */
132 COST best_cost; /* cost of best paragraph starting here */
[all …]
/ndk/sources/android/crazy_linker/src/
Delf_traits.h18 typedef Elf32_Word Word; typedef
42 typedef Elf64_Word Word; typedef
/ndk/sources/host-tools/ndk-depends/
Dndk-depends.cc378 typedef uint32_t Word; typedef in __anonec5e253d0111::Elf32
420 typedef uint32_t Word; typedef in __anonec5e253d0111::Elf64
460 typedef typename ELF::Word Word; typedef in __anonec5e253d0111::ElfParser