Searched refs:n32 (Results 1 - 25 of 62) sorted by relevance

123

/external/strace/linux/mips/
H A Dgenstub.sh6 for n in n32 n64 o32; do
/external/avb/test/
H A Davb_util_unittest.cc45 uint32_t n32; local
48 n32 = 0x11223344;
51 h.key_num_bits = htobe32(n32);
52 n32++;
53 h.n0inv = htobe32(n32);
54 n32++;
58 n32 = 0x11223344;
61 EXPECT_EQ(n32, s.key_num_bits);
62 n32++;
63 EXPECT_EQ(n32,
121 uint32_t n32; local
159 uint32_t n32; local
[all...]
H A Davb_vbmeta_image_unittest.cc495 uint32_t n32; local
498 n32 = 0x11223344;
501 h.required_libavb_version_major = htobe32(n32);
502 n32++;
503 h.required_libavb_version_minor = htobe32(n32);
504 n32++;
509 h.algorithm_type = htobe32(n32);
510 n32++;
533 h.flags = htobe32(n32);
534 n32
[all...]
/external/eigen/bench/btl/generic_bench/timers/
H A Dx86_timer.hh55 rdtsc(_click_start.n32[0],_click_start.n32[1]);
62 rdtsc(_click_stop.n32[0],_click_stop.n32[1]);
221 unsigned long int n32[2] ; member in union:X86_Timer::__anon6438
227 unsigned long int n32[2] ; member in union:X86_Timer::__anon6439
/external/webrtc/webrtc/base/
H A Dbytebuffer_unittest.cc21 uint32_t n32 = 1; local
25 EXPECT_EQ(n32, NetworkToHost32(HostToNetwork32(n32)));
31 EXPECT_EQ(n32, HostToNetwork32(n32));
36 EXPECT_EQ(n32 >> 24, GetBE32(&n32));
41 EXPECT_NE(n32, HostToNetwork32(n32));
46 EXPECT_EQ(GetBE32(&n32), HostToNetwork3
[all...]
/external/protobuf/src/google/protobuf/stubs/
H A Dint128.cc62 uint32 n32 = n; local
63 STEP(uint32, n32, pos, 0x10);
64 STEP(uint32, n32, pos, 0x08);
65 STEP(uint32, n32, pos, 0x04);
66 return pos + ((GOOGLE_ULONGLONG(0x3333333322221100) >> (n32 << 2)) & 0x3);
/external/skia/include/private/
H A DSkFixed.h44 SkFixed n32 = (SkFixed)n64; local
45 SkASSERT(n64 == n32);
46 return n32;
/external/skqp/include/private/
H A DSkFixed.h44 SkFixed n32 = (SkFixed)n64; local
45 SkASSERT(n64 == n32);
46 return n32;
/external/llvm/test/MC/Mips/
H A Dmacro-li-bad.s3 # RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n32 2>&1 | \
H A 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 available in O32.
35 # WARNING: mips64-register-names-n32-n64.s:[[@LINE+4]]:9: warning: register names $t4-$t7 are only available in O32.
40 # WARNING: mips64-register-names-n32-n64.s:[[@LINE+4]]:9: warning: register names $t4-$t7 are only available in O32.
45 # WARNING: mips64-register-names-n32-n64.s:[[@LINE+4]]:9: warning: register names $t4-$t7 are only available in O32.
H A Dreloc-directive.s3 # RUN: llvm-mc -triple mips64-unknown-linux < %s -show-encoding -target-abi=n32 \
10 # RUN: llvm-mc -triple mips64-unknown-linux < %s -show-encoding -target-abi=n32 \
H A 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 - | \
H A Dcprestore-noreorder-noat.s7 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi=n32 \
10 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi=n32 \
H A Dcpsetup.s7 # RUN: llvm-mc -triple mips64-unknown-linux -target-abi n32 -filetype=obj -o - %s | \
11 # RUN: llvm-mc -triple mips64-unknown-unknown -target-abi n32 %s | \
H A Delf_reginfo.s6 # RUN: llvm-mc -filetype=obj -triple=mipsel %s -target-abi n32 -o - \
H A Dmacro-la-bad.s3 # RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n32 2>&1 | \
H A Dnabi-regs.s10 # RUN: -mcpu=mips64r2 -arch=mips64 -target-abi n32 | FileCheck %s
H A Dcpload.s6 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -target-abi n32 -filetype=obj -o -| \
H A Dmips-reginfo-fp64.s5 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa,+fp64 -target-abi n32 -filetype=obj -o - | \
H A Dnooddspreg-cmdarg.s8 # RUN: not llvm-mc %s -arch=mips -mcpu=mips64 -target-abi n32 -mattr=+nooddspreg 2> %t0
H A Dnooddspreg.s8 # RUN: not llvm-mc %s -arch=mips -mcpu=mips64 -target-abi n32 2> %t1
H A Dexpansion-jal-sym-pic.s4 # RUN: llvm-mc %s -arch=mips -mcpu=mips64 -target-abi n32 -show-encoding |\
13 # RUN: llvm-mc %s -arch=mips -mcpu=mips64 -target-abi n32 -mattr=micromips -show-encoding |\
H A Dmips-expansions-bad.s3 # RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n32 2>&1 | \
H A Delf_eflags.s48 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r2 -target-abi n32 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64R2-N32 %s
49 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64r2 -target-abi n32 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64R2-N32 %s
52 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64r2 -target-abi n32 -mattr=+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64R2-N32-NAN2008 %s
55 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64 -target-abi n32 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64-N32 %s
58 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64 -target-abi n32 -mattr=+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64-N32-NAN2008 %s
/external/libxaac/decoder/generic/
H A Dixheaacd_qmf_dec_generic.c848 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; local
909 n32 = x_c - x_e;
918 y3[h2 + 2] = n32;
938 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; local
1017 n32 = xl0_2 - xl1_3;
1026 y3[h2 + 2] = n32;
1687 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; local
1766 n32 = xl0_2 - xl1_3;
1775 y3[h2 + 2] = n32;
1791 WORD32 n02, n12, n22, n32, n0 local
[all...]

Completed in 510 milliseconds

123