HomeSort by relevance Sort by last modified time
    Searched refs:word (Results 151 - 175 of 2213) sorted by null

1 2 3 4 5 67 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
group3b.s 6 .word 0
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
tls-hidden3b.s 10 .word \@
18 .word undef
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
ehtype-reloc-1.s 9 .word 0x12345678
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
tlsgd6a.s 5 .word 0x6666
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
complete-ant-cmd.pl 38 my $word = $ARGV[1];
41 if ($word =~ /^-/) {
42 list( restrict( $word, getArguments() ));
44 list( getBuildFiles($word) );
46 list( restrict( $word, getTargets() ));
58 my ($word, @completions) = @_;
59 grep( /^\Q$word\E/, @completions );
69 my ($word) = @_;
70 grep( /\.xml$/, glob( "$word*" ));
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
mapmisc.d 57 4: 64636261 .word 0x64636261
59 c: 00636261 .word 0x00636261
61 14: 00676665 .word 0x00676665
63 1c: 006a6968 .word 0x006a6968
65 24: 0000006b .word 0x0000006b
67 2c: 0000006c .word 0x0000006c
68 30: 00000000 .word 0x00000000
70 38: 0000006d .word 0x0000006d
73 4c: 3fc00000 .word 0x3fc00000
75 54: 40200000 .word 0x4020000
    [all...]
  /external/libgsm/src/
short_term.c 24 word * LARc, /* coded log area ratio [0..7] IN */
25 word * LARpp) /* out: decoded .. */
27 register word temp1 /* , temp2 */;
92 register word * LARpp_j_1,
93 register word * LARpp_j,
94 register word * LARp)
106 register word * LARpp_j_1,
107 register word * LARpp_j,
108 register word * LARp)
118 register word * LARpp_j_1
    [all...]
  /external/clang/test/CodeGen/
named_reg_global.c 16 } word; member in struct:p4_Thread
44 return (*p4TH).word.len;
  /external/flac/libFLAC/include/private/
bitmath.h 48 static inline unsigned int FLAC__clz_soft_uint32(unsigned int word)
69 return (word) > 0xffffff ? byte_to_unary_table[(word) >> 24] :
70 (word) > 0xffff ? byte_to_unary_table[(word) >> 16] + 8 :
71 (word) > 0xff ? byte_to_unary_table[(word) >> 8] + 16 :
72 byte_to_unary_table[(word)] + 24;
  /external/llvm/test/MC/Sparc/
sparc-directives.s 12 ! SPARC32: .word 65536
13 ! SPARC64: .word 65536
14 .word 65536
16 ! SPARC32: .word 65536
  /external/v8/src/regexp/
regexp-macro-assembler-irregexp-inl.h 18 uint32_t word = ((twenty_four_bits << BYTECODE_SHIFT) | byte); local
23 *reinterpret_cast<uint32_t*>(buffer_.start() + pc_) = word;
28 void RegExpMacroAssemblerIrregexp::Emit16(uint32_t word) {
33 *reinterpret_cast<uint16_t*>(buffer_.start() + pc_) = word;
38 void RegExpMacroAssemblerIrregexp::Emit8(uint32_t word) {
43 *reinterpret_cast<unsigned char*>(buffer_.start() + pc_) = word;
48 void RegExpMacroAssemblerIrregexp::Emit32(uint32_t word) {
53 *reinterpret_cast<uint32_t*>(buffer_.start() + pc_) = word;
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
group-2.s 4 .word 0
8 .word 0
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
vldm.s 7 .word 0x00000000, 0x3ff00000, 0x9999999a, 0x3ff19999
12 .word 0x00000000, 0x3ff00000, 0x9999999a, 0x3ff19999
vldmw-bad.s 7 .word 0x00000000, 0x3ff00000, 0x9999999a, 0x3ff19999
12 .word 0x00000000, 0x3ff00000, 0x9999999a, 0x3ff19999
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
section4.s 9 .word 0
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
intel-expr.s 27 .byte byte, word, dword, fword, qword, tbyte, oword, xmmword, ymmword
32 .word near, far
35 .word near, far
38 .word near, far
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
elf-rel12.s 13 l1: .word 1
14 l2: .word 2
vxworks1.s 15 local: .word 4
16 global: .word 8
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/
renesas-1.d 9 0: 00 00 [ ]*\.word 0x0000
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
crange3.s 22 .word 0x0123
23 .word 0x5678
24 .word 0x1234
25 .word 0x5678
26 .word 0x1234
27 .word 0x5678
28 .word 0x1234
29 .word 0xfede
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
cons.s 6 binary: .word 11b, 0100B
7 octal: .word 011q, 12q, 013Q
8 hex: .word 0Fh, 10H
14 .global byte, word, xlong, long, int
16 word: .word 0CCCh label
33 DAT2: .word 0
35 .word 0
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/xtensa/
jlong.s 6 .word 0
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
emit-relocs-257-be.d 6 +10000: 00011012 \.word 0x00011012
8 +10004: 00000000 \.word 0x00000000
10 +10008: 00045034 \.word 0x00045034
11 +1000c: 1234123c \.word 0x1234123c
emit-relocs-257.d 6 +10000: 00011012 \.word 0x00011012
8 +10004: 00045034 \.word 0x00045034
10 +10008: 00000000 \.word 0x00000000
11 +1000c: 123c1234 \.word 0x123c1234
emit-relocs-260.d 6 +10000: 00000000 \.word 0x00000000
8 +10004: 0000000e \.word 0x0000000e
10 +10008: 00000000 \.word 0x00000000
11 +1000c: 04f2fff4 \.word 0x04f2fff4

Completed in 746 milliseconds

1 2 3 4 5 67 8 91011>>