Home
last modified time | relevance | path

Searched refs:n32 (Results 1 – 25 of 2336) sorted by relevance

12345678910>>...94

/external/avb/test/
Davb_util_unittest.cc46 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 …]
Davb_vbmeta_image_unittest.cc495 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/
Dbytebuffer_unittest.cc21 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/
Dx86_timer.hh55 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/
DSkJSON.cpp782 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/
DSkJSON.cpp782 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/
Delf_header.s36 # 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 …]
Dmips64-register-names-n32-n64.s6 # 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 …
Dmicromips64-unsupported.s2 # 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 …
Doddspreg.s8 # 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/
Dmips64-register-names-n32-n64.s6 # 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 …
Doddspreg.s8 # 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/
Dint128.cc62 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/
Droundl-call.ll1 ; 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 \
Darguments-struct.ll4 ; 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…
Dstack-alignment.ll7 ; 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/
Droundl-call.ll1 ; 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 \
Darguments-struct.ll4 ; 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…
Dstack-alignment.ll7 ; 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/
DSkFixed.h45 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/
DSkFixed.h45 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/
Dmips64fpldst.ll2 ; 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…
Dstart-asm-file.ll22 ; 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/
DELF_N32_relocations.s2 # 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/
Dstart-asm-file.ll22 ; 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 - | \

12345678910>>...94