/external/llvm/test/CodeGen/AArch64/ |
arm64-movi.ll | 57 ; CHECK-NEXT: movk x0, #0x5678
|
/external/vboot_reference/tests/ |
vb20_common3_tests.c | 195 private_key, 0x5678);
|
vb21_common_tests.c | 419 3, 0x1234, 0x5678, desc),
|
/external/webrtc/webrtc/audio/ |
audio_receive_stream_unittest.cc | 195 ByteWriter<uint32_t>::WriteBigEndian(&header[4], 0x5678); // Timestamp.
|
/toolchain/binutils/binutils-2.25/bfd/ |
coff-tic54x.c | 39 longwords are MSW first. For example, 0x12345678 is encoded 0x5678 in the
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
c-m32r.texi | 193 or3 r0, r0, #low(0x12345678) ; compute r0 = r0 | 0x5678
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_uuid.py | 53 (0x12345678, 0x1234, 0x5678, 0x12, 0x34, 0x567812345678),
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
uuid.py | 119 UUID(fields=(0x12345678, 0x1234, 0x5678, 0x12, 0x34, 0x567812345678))
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_uuid.py | 53 (0x12345678, 0x1234, 0x5678, 0x12, 0x34, 0x567812345678),
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
uuid.py | 119 UUID(fields=(0x12345678, 0x1234, 0x5678, 0x12, 0x34, 0x567812345678))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_uuid.py | 53 (0x12345678, 0x1234, 0x5678, 0x12, 0x34, 0x567812345678),
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
uuid.py | 119 UUID(fields=(0x12345678, 0x1234, 0x5678, 0x12, 0x34, 0x567812345678))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_uuid.py | 53 (0x12345678, 0x1234, 0x5678, 0x12, 0x34, 0x567812345678),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
uuid.py | 119 UUID(fields=(0x12345678, 0x1234, 0x5678, 0x12, 0x34, 0x567812345678))
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mep/ |
dj1.be.d | 559 530: c0 11 56 78 movu \$0,0x5678 560 534: c0 21 56 78 movh \$0,0x5678 561 538: cf 11 56 78 movu \$sp,0x5678 562 53c: cf 21 56 78 movh \$sp,0x5678 [all...] |
dj1.le.d | 559 530: 11 c0 78 56 movu \$0,0x5678 560 534: 21 c0 78 56 movh \$0,0x5678 561 538: 11 cf 78 56 movu \$sp,0x5678 562 53c: 21 cf 78 56 movh \$sp,0x5678 [all...] |
/external/llvm/test/MC/Mips/mips64r6/ |
valid.s | 106 dahi $3,0x5678 # CHECK: dahi $3, 22136 # encoding: [0x04,0x66,0x56,0x78]
|
/external/compiler-rt/lib/asan/tests/ |
asan_test.cc | 1128 EXPECT_EQ(0, mlock((void*)0x12345, 0x5678)); [all...] |
/external/dexmaker/src/main/java/com/google/dexmaker/ |
Code.java | 718 * {@code 0x12345678} to a short yields {@code 0x5678}, losing the high [all...] |
/external/v8/test/cctest/ |
test-disasm-arm64.cc | 265 COMPARE(Movk(x4, 0x5678, 32), "movk x4, #0x5678, lsl #32"); [all...] |
/external/jemalloc/test/unit/ |
SFMT.c | [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
micromips-insn32.d | 77 [ 0-9a-f]+: 5042 5678 ori v0,v0,0x5678 [all...] |
micromips-noinsn32.d | 77 [ 0-9a-f]+: 5042 5678 ori v0,v0,0x5678 [all...] |
micromips-trap.d | 78 [ 0-9a-f]+: 5042 5678 ori v0,v0,0x5678 [all...] |
micromips.d | 78 [ 0-9a-f]+: 5042 5678 ori v0,v0,0x5678 [all...] |