/external/avb/test/ |
D | avb_vbmeta_image_unittest.cc | 496 uint64_t n64; in TEST_F() local 499 n64 = 0x1122334455667788; in TEST_F() 505 h.authentication_data_block_size = htobe64(n64); in TEST_F() 506 n64++; in TEST_F() 507 h.auxiliary_data_block_size = htobe64(n64); in TEST_F() 508 n64++; in TEST_F() 511 h.hash_offset = htobe64(n64); in TEST_F() 512 n64++; in TEST_F() 513 h.hash_size = htobe64(n64); in TEST_F() 514 n64++; in TEST_F() [all …]
|
D | avb_util_unittest.cc | 45 uint64_t n64; in TEST_F() local 48 n64 = 0x1122334455667788; in TEST_F() 58 n64 = 0x1122334455667788; in TEST_F() 71 uint64_t n64; in TEST_F() local 73 n64 = 0x1122334455667788; in TEST_F() 78 h.original_image_size = htobe64(n64); in TEST_F() 79 n64++; in TEST_F() 80 h.vbmeta_offset = htobe64(n64); in TEST_F() 81 n64++; in TEST_F() 82 h.vbmeta_size = htobe64(n64); in TEST_F() [all …]
|
/external/webrtc/webrtc/base/ |
D | bytebuffer_unittest.cc | 22 uint64_t n64 = 1; in TEST() local 26 EXPECT_EQ(n64, NetworkToHost64(HostToNetwork64(n64))); in TEST() 32 EXPECT_EQ(n64, HostToNetwork64(n64)); in TEST() 37 EXPECT_EQ(n64 >> 56, GetBE64(&n64)); in TEST() 42 EXPECT_NE(n64, HostToNetwork64(n64)); in TEST() 47 EXPECT_EQ(GetBE64(&n64), HostToNetwork64(n64)); in TEST() 52 EXPECT_EQ(n64 << 56, GetBE64(&n64)); in TEST()
|
/external/llvm/test/CodeGen/Mips/Fast-ISel/ |
D | check-disabled-mcpus.ll | 3 ; RUN: llc -march=mips -mcpu=mips3 -O0 -relocation-model=pic -target-abi n64 \ 5 ; RUN: llc -march=mips -mcpu=mips4 -O0 -relocation-model=pic -target-abi n64 \ 13 ; RUN: llc -march=mips -mcpu=mips64 -O0 -relocation-model=pic -target-abi n64 \ 15 ; RUN: llc -march=mips -mcpu=mips64r2 -O0 -relocation-model=pic -target-abi n64 \ 17 ; RUN: llc -march=mips -mcpu=mips64r3 -O0 -relocation-model=pic -target-abi n64 \ 19 ; RUN: llc -march=mips -mcpu=mips64r5 -O0 -relocation-model=pic -target-abi n64 \
|
/external/eigen/bench/btl/generic_bench/timers/ |
D | x86_timer.hh | 73 return (_click_stop.n64-_click_start.n64)/double(FREQUENCY); in get_elapsed_time_in_second() 80 return (_click_stop.n64-_click_start.n64); in get_click() 222 unsigned long long n64 ; member 228 unsigned long long n64 ; member
|
/external/llvm/test/MC/Mips/ |
D | elf_eflags.s | 4 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r6 -target-abi n64 %s -o -| l… 7 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r6 -target-abi n64 -mattr=+na… 10 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r2 -target-abi n64 %s -o -| l… 11 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r3 -target-abi n64 %s -o -| l… 12 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r5 -target-abi n64 %s -o -| l… 15 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r2 -target-abi n64 -mattr=+na… 16 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r3 -target-abi n64 -mattr=+na… 17 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r5 -target-abi n64 -mattr=+na… 20 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64 -target-abi n64 %s -o -| llv… 23 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64 -target-abi n64 -mattr=+nan2… [all …]
|
D | mips64-register-names-n32-n64.s | 9 # Check that the register names are mapped to their correct numbers for n32/n64 30 # WARNING: mips64-register-names-n32-n64.s:[[@LINE+4]]:9: warning: register names $t4-$t7 are only … 35 # WARNING: mips64-register-names-n32-n64.s:[[@LINE+4]]:9: warning: register names $t4-$t7 are only … 40 # WARNING: mips64-register-names-n32-n64.s:[[@LINE+4]]:9: warning: register names $t4-$t7 are only … 45 # WARNING: mips64-register-names-n32-n64.s:[[@LINE+4]]:9: warning: register names $t4-$t7 are only …
|
D | elf_reginfo.s | 2 # corresponding options (-mabi=64 -> -mattr=+n64 for example). 4 # RUN: llvm-mc -filetype=obj -triple=mips64el-linux -target-abi n64 %s -o - \
|
/external/llvm/test/CodeGen/Mips/cconv/ |
D | roundl-call.ll | 6 ; RUN: llc -march=mips64 -mcpu=mips64 -target-abi=n64 -relocation-model=pic < \ 8 ; RUN: llc -march=mips64el -mcpu=mips64 -target-abi=n64 -relocation-model=pic < \ 16 ; RUN: llc -march=mips64 -mcpu=mips64 -mattr=+soft-float -target-abi=n64 < %s \ 18 ; RUN: llc -march=mips64el -mcpu=mips64 -mattr=+soft-float -target-abi=n64 < \
|
/external/llvm/test/CodeGen/Mips/ |
D | adjust-callstack-sp.ll | 5 ; RUN: llc < %s -march=mips -mcpu=mips3 -target-abi n64 | FileCheck %s -check-prefix=GP64 6 ; RUN: llc < %s -march=mips -mcpu=mips64 -target-abi n64 | FileCheck %s -check-prefix=GP64 7 ; RUN: llc < %s -march=mips -mcpu=mips64r6 -target-abi n64 | FileCheck %s -check-prefix=GP64
|
D | elf_eflags.ll | 26 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips4 -target-abi n64 -relocation-model=static %s -o… 27 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips4 -target-abi n64 %s -o - | FileCheck -check-pre… 29 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips64 -target-abi n64 -relocation-model=static %s -… 30 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips64 -target-abi n64 %s -o - | FileCheck -check-pr… 31 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips64r2 -target-abi n64 -relocation-model=static %s… 32 ; RUN: llc -mtriple mipsel-unknown-linux -mcpu=mips64r2 -target-abi n64 %s -o - | FileCheck -check-…
|
D | mips64fpimm0.ll | 1 ; RUN: llc < %s -march=mips64el -mcpu=mips4 -target-abi=n64 | FileCheck %s 2 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -target-abi=n64 | FileCheck %s
|
D | mips64directive.ll | 1 ; RUN: llc < %s -march=mips64el -mcpu=mips4 -target-abi=n64 | FileCheck %s 2 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -target-abi=n64 | FileCheck %s
|
D | fcopysign.ll | 3 ; RUN: llc < %s -march=mips64el -mcpu=mips4 -target-abi=n64 | FileCheck %s -check-prefix=64 4 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -target-abi=n64 | FileCheck %s -check-prefix=64 5 ; RUN: llc < %s -march=mips64el -mcpu=mips64r2 -target-abi=n64 | FileCheck %s -check-prefix=64R2
|
D | fcopysign-f32-f64.ll | 1 ; RUN: llc < %s -march=mips64el -mcpu=mips4 -target-abi=n64 | \ 3 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -target-abi=n64 | \ 5 ; RUN: llc < %s -march=mips64el -mcpu=mips64r2 -target-abi=n64 | \
|
D | zeroreg.ll | 4 ; RUN: llc < %s -march=mipsel -mcpu=mips4 -target-abi n64 -relocation-model=pic | FileCheck %s -… 5 ; RUN: llc < %s -march=mipsel -mcpu=mips64 -target-abi n64 -relocation-model=pic | FileCheck %s -… 6 ; RUN: llc < %s -march=mipsel -mcpu=mips64r2 -target-abi n64 -relocation-model=pic | FileCheck %s -… 7 ; RUN: llc < %s -march=mipsel -mcpu=mips64r6 -target-abi n64 -relocation-model=pic | FileCheck %s -…
|
D | mips64ext.ll | 1 ; RUN: llc < %s -march=mips64el -mcpu=mips4 -target-abi=n64 | FileCheck %s 2 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -target-abi=n64 | FileCheck %s
|
D | mips64fpldst.ll | 1 ; RUN: llc < %s -march=mips64el -mcpu=mips4 -target-abi n64 -relocation-model=pic | FileCheck %s -… 3 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -target-abi n64 -relocation-model=pic | FileCheck %s … 6 ; RUN: llc < %s -march=mipsel -mcpu=mips64r6 -mattr=+micromips -target-abi n64 -relocation-model=p…
|
D | remat-immed-load.ll | 2 ; RUN: llc -march=mips64el -mcpu=mips4 -target-abi=n64 < %s | FileCheck %s -check-prefix=64 3 ; RUN: llc -march=mips64el -mcpu=mips64 -target-abi=n64 < %s | FileCheck %s -check-prefix=64
|
/external/llvm/test/CodeGen/Mips/mips64r6/ |
D | compatibility.ll | 1 ; RUN: llc -march=mipsel -mcpu=mips64r6 -target-abi n64 < %s | FileCheck %s 2 ; RUN: not llc -march=mipsel -mcpu=mips64r6 -target-abi n64 -mattr=+dsp < %s 2>&1 | FileCheck --che…
|
/external/skia/include/private/ |
D | SkFixed.h | 38 int64_t n64 = (int64_t)(x * SK_Fixed1); in SkFloatToFixed_Check() local 39 SkFixed n32 = (SkFixed)n64; in SkFloatToFixed_Check() 40 SkASSERT(n64 == n32); in SkFloatToFixed_Check()
|
/external/llvm/test/MC/Mips/mips64/ |
D | abiflags.s | 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips64 -target-abi n64 | \ 4 # RUN: llvm-mc %s -arch=mips -mcpu=mips64 -target-abi n64 -filetype=obj -o - | \
|
/external/llvm/test/MC/Mips/mips64r2/ |
D | abiflags.s | 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips64r2 -target-abi n64 | \ 4 # RUN: llvm-mc %s -arch=mips -mcpu=mips64r2 -target-abi n64 -filetype=obj -o - | \
|
/external/llvm/test/MC/Mips/mips64r3/ |
D | abiflags.s | 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips64r3 -target-abi n64 | \ 4 # RUN: llvm-mc %s -arch=mips -mcpu=mips64r3 -target-abi n64 -filetype=obj -o - | \
|
/external/llvm/test/MC/Mips/mips64r5/ |
D | abiflags.s | 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips64r5 -target-abi n64 | \ 4 # RUN: llvm-mc %s -arch=mips -mcpu=mips64r5 -target-abi n64 -filetype=obj -o - | \
|