HomeSort by relevance Sort by last modified time
    Searched refs:word (Results 251 - 275 of 2641) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
elf-rel13-mips16.s 18 l1: .word 1
23 .word 1
24 l3: .word 2
elf-rel13.s 16 l1: .word 1
21 .word 1
22 l3: .word 2
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/
err-mova.s 7 .word 0
18 .word 1
20 .word 2
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/tic6x/
parallel-bad-1.s 8 || .word 0
14 ||^ .word 0
32 || .word 0
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/vax/
elf-rel.s 4 .word data_vax_16
8 .word data_vax_16+16
14 .word 0
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
protected-data.s 10 .word 1
27 .word _GLOBAL_OFFSET_TABLE_-(1b+4)
28 .word var(GOT)
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
vxworks1.s 19 .word dlocal
25 .word dglobal
26 .word dexternal
  /external/libgsm/src/
add.c 23 word gsm_add P2((a,b), word a, word b)
29 word gsm_sub P2((a,b), word a, word b)
35 word gsm_mult P2((a,b), word a, word b)
41 word gsm_mult_r P2((a,b), word a, word b
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
OpenWnnEngineEN.java 35 /** Score(frequency value) of word in the learning dictionary */
37 /** Score(frequency value) of word in the user dictionary */
44 /** Word list */
46 /** HashMap for checking duplicate word */
108 WnnWord word; local
111 while ((word = mDictionary.getNextWord()) != null) {
113 char c = word.candidate.charAt(0);
120 word.candidate = Character.toString(Character.toUpperCase(c)) + word.candidate.substring(1);
124 word.candidate = word.candidate.toUpperCase()
305 WnnWord word = getCandidate(mOutputNum); local
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
mapmisc.d 62 4: 64636261 .word 0x64636261
64 c: 00636261 .word 0x00636261
66 14: 00676665 .word 0x00676665
68 1c: 006a6968 .word 0x006a6968
70 24: 0000006b .word 0x0000006b
72 2c: 0000006c .word 0x0000006c
73 30: 00000000 .word 0x00000000
75 38: 0000006d .word 0x0000006d
78 4c: 3fc00000 .word 0x3fc00000
80 54: 40200000 .word 0x4020000
    [all...]
group-reloc-ldc-encoding-bad.l 2 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
3 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
4 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
5 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
6 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
7 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
8 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
9 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
10 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\)
11 [^:]*:43: Error: bad offset 0x00000001 \(must be word-aligned\
    [all...]
  /device/google/contexthub/firmware/os/cpu/x86/
atomic.c 58 uint32_t atomicXchg32bits(volatile uint32_t *word, uint32_t newVal)
60 return __atomic_exchange_n(word, newVal, __ATOMIC_ACQ_REL);
92 bool atomicCmpXchg32bits(volatile uint32_t *word, uint32_t prevVal, uint32_t newVal)
94 return __sync_bool_compare_and_swap (word, prevVal, newVal);
100 :"=a"(ret), "+m"(*word)
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3328/drivers/pmu/
plat_pmu_macros.S 19 .word 0
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/cgi/
wiki.py 23 raise ValueError, "page name is not a wiki word"
42 for word in re.split('(\W+)', line):
43 if self.iswikiword(word):
44 if os.path.isfile(self.mkfile(word)):
45 word = self.mklink("view", word, word)
47 word = self.mklink("new", word, word + "*")
    [all...]
  /external/llvm/test/MC/ARM/
symbol-variants-errors.s 12 .word bar(got
14 @CHECK: .word bar(got
19 .word bar(got+2)
22 @CHECK: .word bar(got+2)
  /external/llvm/test/MC/X86/
x86_directives.s 6 .word 3
  /external/python/cpython2/Demo/cgi/
wiki.py 23 raise ValueError, "page name is not a wiki word"
42 for word in re.split('(\W+)', line):
43 if self.iswikiword(word):
44 if os.path.isfile(self.mkfile(word)):
45 word = self.mklink("view", word, word)
47 word = self.mklink("new", word, word + "*"
    [all...]
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
arm_word_directive.s 6 .word 3
  /external/swiftshader/third_party/LLVM/test/MC/X86/
x86_directives.s 6 .word 3
  /external/vulkan-validation-layers/libs/glm/gtx/
raw_data.hpp 58 //! Type for word numbers.
60 typedef detail::uint16 word; typedef in namespace:glm
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
idct_vca.cpp 425 uint32 word; local
434 word = (tmp << 8) | tmp;
435 word = (word << 16) | word;
437 *((uint32*)(comp += offset)) = word;
438 *((uint32*)(comp + 4)) = word;
453 int32 word; local
473 word = ((x0 + x4) >> 14);
474 CLIP_RESULT(word)
510 int32 word; local
583 int32 word; local
    [all...]
  /frameworks/minikin/libs/minikin/
LineBreakerUtil.cpp 33 // A word here is any consecutive string of non-NBSP characters.
39 // A word just ended. Hyphenate it.
40 const U16StringPiece word = str.substr(Range(wordStart, i)); local
41 if (word.size() <= LONGEST_HYPHENATED_WORD) {
42 hyphenator.hyphenate(word, out.data() + wordStart);
43 } else { // Word is too long. Inefficient to hyphenate.
44 out.insert(out.end(), word.size(), HyphenationType::DONT_BREAK);
  /frameworks/minikin/tests/perftests/
Hyphenator.cpp 32 std::vector<uint16_t> word = utf8ToUtf16("hyphen"); local
35 hyphenator->hyphenate(word, &result);
45 std::vector<uint16_t> word = utf8ToUtf16("Pneumonoultramicroscopicsilicovolcanoconiosis"); local
48 hyphenator->hyphenate(word, &result);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
WeightedString.java 32 public WeightedString(final String word, final int probability) {
33 this(word, new ProbabilityInfo(probability));
36 public WeightedString(final String word, final ProbabilityInfo probabilityInfo) {
37 mWord = word;
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
raw_data.hpp 58 //! Type for word numbers.
60 typedef detail::uint16 word; typedef in namespace:glm

Completed in 712 milliseconds

<<11121314151617181920>>