/external/avb/test/ |
D | avb_util_unittest.cc | 46 uint32_t n32; in TEST_F() local 49 n32 = 0x11223344; in TEST_F() 52 h.key_num_bits = htobe32(n32); in TEST_F() 53 n32++; in TEST_F() 54 h.n0inv = htobe32(n32); in TEST_F() 55 n32++; in TEST_F() 59 n32 = 0x11223344; in TEST_F() 62 EXPECT_EQ(n32, s.key_num_bits); in TEST_F() 63 n32++; in TEST_F() 64 EXPECT_EQ(n32, s.n0inv); in TEST_F() [all …]
|
D | avb_vbmeta_image_unittest.cc | 495 uint32_t n32; in TEST_F() local 498 n32 = 0x11223344; in TEST_F() 501 h.required_libavb_version_major = htobe32(n32); in TEST_F() 502 n32++; in TEST_F() 503 h.required_libavb_version_minor = htobe32(n32); in TEST_F() 504 n32++; in TEST_F() 509 h.algorithm_type = htobe32(n32); in TEST_F() 510 n32++; in TEST_F() 533 h.flags = htobe32(n32); in TEST_F() 534 n32++; in TEST_F() [all …]
|
/external/webrtc/webrtc/base/ |
D | bytebuffer_unittest.cc | 21 uint32_t n32 = 1; in TEST() local 25 EXPECT_EQ(n32, NetworkToHost32(HostToNetwork32(n32))); in TEST() 31 EXPECT_EQ(n32, HostToNetwork32(n32)); in TEST() 36 EXPECT_EQ(n32 >> 24, GetBE32(&n32)); in TEST() 41 EXPECT_NE(n32, HostToNetwork32(n32)); in TEST() 46 EXPECT_EQ(GetBE32(&n32), HostToNetwork32(n32)); in TEST() 51 EXPECT_EQ(n32 << 24, GetBE32(&n32)); in TEST()
|
/external/eigen/bench/btl/generic_bench/timers/ |
D | x86_timer.hh | 55 rdtsc(_click_start.n32[0],_click_start.n32[1]); in start() 62 rdtsc(_click_stop.n32[0],_click_stop.n32[1]); in stop() 221 unsigned long int n32[2] ; member 227 unsigned long int n32[2] ; member
|
/external/skia/src/utils/ |
D | SkJSON.cpp | 782 int32_t n32 = 0; in matchFast32OrFloat() local 789 n32 = (*p++ - '0'); in matchFast32OrFloat() 791 if (!is_digit(*p) || n32 > kMaxInt32) break; in matchFast32OrFloat() 792 n32 = n32 * 10 + (*p++ - '0'); in matchFast32OrFloat() 799 this->pushInt32(sign * n32); in matchFast32OrFloat() 811 if (!is_digit(*p) || n32 > kMaxInt32) break; in matchFast32OrFloat() 812 n32 = n32 * 10 + (*p++ - '0'); --exp; in matchFast32OrFloat() 813 if (!is_digit(*p) || n32 > kMaxInt32) break; in matchFast32OrFloat() 814 n32 = n32 * 10 + (*p++ - '0'); --exp; in matchFast32OrFloat() 820 this->pushFloat(sign * n32 * pow10(exp)); in matchFast32OrFloat() [all …]
|
/external/skqp/src/utils/ |
D | SkJSON.cpp | 782 int32_t n32 = 0; in matchFast32OrFloat() local 789 n32 = (*p++ - '0'); in matchFast32OrFloat() 791 if (!is_digit(*p) || n32 > kMaxInt32) break; in matchFast32OrFloat() 792 n32 = n32 * 10 + (*p++ - '0'); in matchFast32OrFloat() 799 this->pushInt32(sign * n32); in matchFast32OrFloat() 811 if (!is_digit(*p) || n32 > kMaxInt32) break; in matchFast32OrFloat() 812 n32 = n32 * 10 + (*p++ - '0'); --exp; in matchFast32OrFloat() 813 if (!is_digit(*p) || n32 > kMaxInt32) break; in matchFast32OrFloat() 814 n32 = n32 * 10 + (*p++ - '0'); --exp; in matchFast32OrFloat() 820 this->pushFloat(sign * n32 * pow10(exp)); in matchFast32OrFloat() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/ |
D | elf_header.s | 36 # RUN: llvm-mc -filetype=obj -triple mips-unknown-linux -mcpu=mips3 -target-abi=n32 … 37 # RUN: llvm-mc -filetype=obj -triple mips-unknown-linux -mcpu=mips4 -target-abi=n32 … 38 # RUN: llvm-mc -filetype=obj -triple mips-unknown-linux -mcpu=mips5 -target-abi=n32 … 39 # FIXME: llvm-mc -filetype=obj -triple mips-unknown-linux -target-abi=n32 … 40 # FIXME: llvm-mc -filetype=obj -triple mipsel-unknown-linux -target-abi=n32 … 41 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r2 -target-abi=n32 … 42 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r3 -target-abi=n32 … 43 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r5 -target-abi=n32 … 44 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r2 -target-abi=n32 -mattr=+… 45 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r3 -target-abi=n32 -mattr=+… [all …]
|
D | mips64-register-names-n32-n64.s | 6 # RUN: -target-abi n32 2>%t1 | FileCheck %s 9 # Check that the register names are mapped to their correct numbers for n32/n64 31 # WARNING: mips64-register-names-n32-n64.s:[[@LINE+4]]:9: warning: register names $t4-$t7 are only … 36 # WARNING: mips64-register-names-n32-n64.s:[[@LINE+4]]:9: warning: register names $t4-$t7 are only … 41 # WARNING: mips64-register-names-n32-n64.s:[[@LINE+4]]:9: warning: register names $t4-$t7 are only … 46 # WARNING: mips64-register-names-n32-n64.s:[[@LINE+4]]:9: warning: register names $t4-$t7 are only …
|
D | micromips64-unsupported.s | 2 # RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64r6 -target-abi n32 2>&1 -mattr=+micromips | FileChec… 5 # RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n32 2>&1 -mattr=+micromips | FileCheck …
|
D | oddspreg.s | 8 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n32 | \ 11 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n32 -filetype=obj -o - | \ 28 # RUN: llvm-mc /dev/null -arch=mips64 -mcpu=mips64 -target-abi n32 -filetype=obj -o - | \
|
/external/llvm/test/MC/Mips/ |
D | mips64-register-names-n32-n64.s | 6 # RUN: -target-abi n32 2>%t1 | FileCheck %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 | oddspreg.s | 8 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n32 | \ 11 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n32 -filetype=obj -o - | \ 28 # RUN: llvm-mc /dev/null -arch=mips64 -mcpu=mips64 -target-abi n32 -filetype=obj -o - | \
|
/external/protobuf/src/google/protobuf/stubs/ |
D | int128.cc | 62 uint32 n32 = n; in Fls64() local 63 STEP(uint32, n32, pos, 0x10); in Fls64() 64 STEP(uint32, n32, pos, 0x08); in Fls64() 65 STEP(uint32, n32, pos, 0x04); in Fls64() 66 return pos + ((GOOGLE_ULONGLONG(0x3333333322221100) >> (n32 << 2)) & 0x3); in Fls64()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/cconv/ |
D | roundl-call.ll | 1 ; RUN: llc -march=mips64 -mcpu=mips64 -target-abi=n32 -relocation-model=pic < \ 3 ; RUN: llc -march=mips64el -mcpu=mips64 -target-abi=n32 -relocation-model=pic < \ 11 ; RUN: llc -march=mips64 -mcpu=mips64 -mattr=+soft-float -target-abi=n32 \ 13 ; RUN: llc -march=mips64el -mcpu=mips64 -mattr=+soft-float -target-abi=n32 \
|
D | arguments-struct.ll | 4 ; RUN-TODO: llc -mtriple=mips64-unknown-linux-gnu -relocation-model=static -target-abi n32 < %s | F… 5 ; RUN-TODO: llc -mtriple=mips64el-unknown-linux-gnu -relocation-model=static -target-abi n32 < %s |… 7 ; RUN: llc -mtriple=mips64-unknown-linux-gnu -relocation-model=static -target-abi n32 < %s | FileCh… 8 ; RUN: llc -mtriple=mips64el-unknown-linux-gnu -relocation-model=static -target-abi n32 < %s | File…
|
D | stack-alignment.ll | 7 ; RUN: llc -march=mips64 -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s 8 ; RUN: llc -march=mips64el -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s
|
/external/llvm/test/CodeGen/Mips/cconv/ |
D | roundl-call.ll | 1 ; RUN: llc -march=mips64 -mcpu=mips64 -target-abi=n32 -relocation-model=pic < \ 3 ; RUN: llc -march=mips64el -mcpu=mips64 -target-abi=n32 -relocation-model=pic < \ 11 ; RUN: llc -march=mips64 -mcpu=mips64 -mattr=+soft-float -target-abi=n32 \ 13 ; RUN: llc -march=mips64el -mcpu=mips64 -mattr=+soft-float -target-abi=n32 \
|
D | arguments-struct.ll | 4 ; RUN-TODO: llc -mtriple=mips64-unknown-linux-gnu -relocation-model=static -target-abi n32 < %s | F… 5 ; RUN-TODO: llc -mtriple=mips64el-unknown-linux-gnu -relocation-model=static -target-abi n32 < %s |… 7 ; RUN: llc -mtriple=mips64-unknown-linux-gnu -relocation-model=static -target-abi n32 < %s | FileCh… 8 ; RUN: llc -mtriple=mips64el-unknown-linux-gnu -relocation-model=static -target-abi n32 < %s | File…
|
D | stack-alignment.ll | 7 ; RUN: llc -march=mips64 -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s 8 ; RUN: llc -march=mips64el -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s
|
/external/skqp/include/private/ |
D | SkFixed.h | 45 SkFixed n32 = (SkFixed)n64; in SkFloatToFixed_Check() local 46 SkASSERT(n64 == n32); in SkFloatToFixed_Check() 47 return n32; in SkFloatToFixed_Check()
|
/external/skia/include/private/ |
D | SkFixed.h | 45 SkFixed n32 = (SkFixed)n64; in SkFloatToFixed_Check() local 46 SkASSERT(n64 == n32); in SkFloatToFixed_Check() 47 return n32; in SkFloatToFixed_Check()
|
/external/llvm/test/CodeGen/Mips/ |
D | mips64fpldst.ll | 2 ; RUN: llc < %s -march=mips64el -mcpu=mips4 -target-abi n32 -relocation-model=pic | FileCheck %s -… 4 ; RUN: llc < %s -march=mips64el -mcpu=mips64 -target-abi n32 -relocation-model=pic | FileCheck %s … 5 ; RUN: llc < %s -march=mipsel -mcpu=mips64r6 -mattr=+micromips -target-abi n32 -relocation-model=p…
|
D | start-asm-file.ll | 22 ; RUN: -relocation-model=static -target-abi n32 %s -o - | \ 26 ; RUN: -relocation-model=pic -target-abi n32 %s -o - | \ 30 ; RUN: -relocation-model=static -target-abi n32 -mattr=+nan2008 %s -o - | \ 34 ; RUN: -relocation-model=pic -target-abi n32 -mattr=+nan2008 %s -o - | \
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/ExecutionEngine/RuntimeDyld/Mips/ |
D | ELF_N32_relocations.s | 2 # RUN: llvm-mc -triple=mips64el-unknown-linux -target-abi n32 -filetype=obj -o %t/test_ELF_N32.o %s 3 # RUN: llc -mtriple=mips64el-unknown-linux -target-abi n32 -filetype=obj -o %t/test_ELF_ExternalFun… 6 # RUN: llvm-mc -triple=mips64-unknown-linux -target-abi n32 -filetype=obj -o %t/test_ELF_N32.o %s 7 # RUN: llc -mtriple=mips64-unknown-linux -target-abi n32 -filetype=obj -o %t/test_ELF_ExternalFunct…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/ |
D | start-asm-file.ll | 22 ; RUN: -relocation-model=static -target-abi n32 %s -o - | \ 26 ; RUN: -relocation-model=pic -target-abi n32 %s -o - | \ 30 ; RUN: -relocation-model=static -target-abi n32 -mattr=+nan2008 %s -o - | \ 34 ; RUN: -relocation-model=pic -target-abi n32 -mattr=+nan2008 %s -o - | \
|