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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
exec-got-1b.s 7 .word foo(GOT)
9 .word _start(GOT)
gc-unwind.s 10 .word 0
15 .word 0x11111111
23 .word my_foo
28 .word 0x22222222
36 .word my_eh
ifunc-3.s 14 .word \name(GOT)
16 .word \name(GOT_PREL)
19 .word \name
20 .word \name - .
39 .word 0x11223344
ifunc-5.s 13 .word \name(GOT)
15 .word \name(GOT_PREL)
37 .word 0x11223344
38 .word __irel_start
39 .word __irel_end
ifunc-7.s 14 .word \name(GOT)
16 .word \name(GOT_PREL)
19 .word \name
20 .word \name - .
32 .word 0x11223344
tls-thumb1.s 10 1: .word loc(tlsdesc) + (. - 2b)
17 1: .word loc(tlsdesc) + (. - 2b + 1)
26 1: .word loc(tlsdesc) + (. - 2b)
33 1: .word glob(tlsdesc) + (. - 2b)
40 1: .word loc(tlsdesc) + (. - 2b + 1)
tls-thumb1.d 13 8174: 000080f0 .word 0x000080f0
23 819c: 000080e8 .word 0x000080e8
24 81a0: 000080c8 .word 0x000080c8
32 81b4: 000080c0 .word 0x000080c0
36 81c0: 000080b1 .word 0x000080b1
37 81c4: 00000000 .word 0x00000000
44 81d4: ffffffa0 .word 0xffffffa0
52 400100c: fc00f268 .word 0xfc00f268
56 400101c: fc00f260 .word 0xfc00f260
60 4001028: fc00f249 .word 0xfc00f24
    [all...]
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/
mips16-pic-2b.s 15 .word used3
16 .word used5
  /external/libgsm/src/
rpe.c 23 register word * e, /* signal [-5..0.39.44] IN */
24 word * x /* signal [0..39] OUT */
33 /* word wt[ 50 ]; */
117 word * x, /* [0..39] IN */
118 word * xM, /* [0..12] OUT */
119 word * Mc_out /* OUT */
126 /* register word temp1; */
130 word Mc;
224 word xmaxc, /* IN */
225 word * exp_out, /* OUT *
    [all...]
preprocess.c 36 word * s,
37 word * so ) /* [0..159] IN/OUT */
40 word z1 = S->z1;
42 word mp = S->mp;
44 word s1;
49 word msp, lsp;
50 word SO;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/reloc/
reduce3.s 5 .word 0 ; = 0x0
6 .word 0 ; = 0x0
11 .word 0 ; = 0x0
12 .word 0 ; = 0x0
16 .word 1
  /device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/
SmiException.S 34 .word -1 # LimitLow
35 .word 0 # BaseLow
41 .word -1 # LimitLow
42 .word 0 # BaseLow
48 .word -1 # LimitLow
49 .word 0 # BaseLow
55 .word -1 # LimitLow
56 .word 0 # BaseLow
62 .word -1
63 .word 0
    [all...]
  /bionic/libm/x86/
libm_tancot_huge.S 617 .word 19670
618 .word 44908
619 .word 50960
620 .word 50786
621 .word 49149
622 .word 0
623 .word 19206
624 .word 45228
625 .word 54194
626 .word 5226
    [all...]
  /external/okhttp/okio/okio/src/main/java/okio/
Base64.java 44 int word = 0; local
74 // Append this char's 6 bits to the word.
75 word = (word << 6) | (byte) bits;
80 out[outCount++] = (byte) (word >> 16);
81 out[outCount++] = (byte) (word >> 8);
82 out[outCount++] = (byte) word;
92 word = word << 12;
93 out[outCount++] = (byte) (word >> 16)
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
elf-rel9-mips16.s 50 .word 1,2,3,4
51 l1: .word 4,5
53 l2: .word 7,8
56 l3: .word 1
57 l4: .word 2
58 .word 3
59 l5: .word 4
elf-rel9.s 48 .word 1,2,3,4
49 l1: .word 4,5
51 l2: .word 7,8
54 l3: .word 1
55 l4: .word 2
56 .word 3
57 l5: .word 4
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/SystemEvents/
Text_Suite.py 84 class word(aetools.ComponentItem): class in inherits:aetools.ComponentItem
85 """word - This subdivides the text into words. """
92 words = word
102 'word' : word,
116 'word' : word,
129 'word' : word,
142 'word' : word
    [all...]
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Terminal/
Text_Suite.py 84 class word(aetools.ComponentItem): class in inherits:aetools.ComponentItem
85 """word - This subdivides the text into words. """
92 words = word
102 'word' : word,
116 'word' : word,
129 'word' : word,
142 'word' : word
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Text_Suite.py 84 class word(aetools.ComponentItem): class in inherits:aetools.ComponentItem
85 """word - This subdivides the text into words. """
92 words = word
102 'word' : word,
116 'word' : word,
129 'word' : word,
142 'word' : word
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Text_Suite.py 84 class word(aetools.ComponentItem): class in inherits:aetools.ComponentItem
85 """word - This subdivides the text into words. """
92 words = word
102 'word' : word,
116 'word' : word,
129 'word' : word,
142 'word' : word
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Text_Suite.py 84 class word(aetools.ComponentItem): class in inherits:aetools.ComponentItem
85 """word - This subdivides the text into words. """
92 words = word
102 'word' : word,
116 'word' : word,
129 'word' : word,
142 'word' : word
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Text_Suite.py 84 class word(aetools.ComponentItem): class in inherits:aetools.ComponentItem
85 """word - This subdivides the text into words. """
92 words = word
102 'word' : word,
116 'word' : word,
129 'word' : word,
142 'word' : word
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
brokw-1.s 1 ; Tests the broken-word function, single word.
5 .word sym1 - sym2
brokw-2.s 1 ; Tests the broken-word function, two words.
5 .word sym1 - sym2
6 .word sym3 - sym2
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68k/
p3041.s 17 .word 0x8081
20 .word 0x8283
21 .word 0x8485

Completed in 781 milliseconds

1 2 3 4 5 6 7 8 91011>>