Home
last modified time | relevance | path

Searched refs:n64 (Results 1 – 25 of 115) sorted by relevance

12345

/external/avb/test/
Davb_vbmeta_image_unittest.cc496 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 …]
Davb_util_unittest.cc45 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/
Dbytebuffer_unittest.cc22 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/
Dcheck-disabled-mcpus.ll3 ; 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/
Dx86_timer.hh73 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/
Delf_eflags.s4 # 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 …]
Dmips64-register-names-n32-n64.s9 # 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 …
Delf_reginfo.s2 # 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/
Droundl-call.ll6 ; 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/
Dadjust-callstack-sp.ll5 ; 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
Delf_eflags.ll26 ; 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-…
Dmips64fpimm0.ll1 ; 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
Dmips64directive.ll1 ; 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
Dfcopysign.ll3 ; 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
Dfcopysign-f32-f64.ll1 ; 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 | \
Dzeroreg.ll4 ; 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 -…
Dmips64ext.ll1 ; 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
Dmips64fpldst.ll1 ; 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…
Dremat-immed-load.ll2 ; 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/
Dcompatibility.ll1 ; 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/
DSkFixed.h38 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/
Dabiflags.s1 # 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/
Dabiflags.s1 # 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/
Dabiflags.s1 # 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/
Dabiflags.s1 # 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 - | \

12345