/external/avb/test/ |
D | avb_util_unittest.cc | 44 uint32_t n32; in TEST_F() local 47 n32 = 0x11223344; in TEST_F() 50 h.key_num_bits = htobe32(n32); in TEST_F() 51 n32++; in TEST_F() 52 h.n0inv = htobe32(n32); in TEST_F() 53 n32++; in TEST_F() 57 n32 = 0x11223344; in TEST_F() 60 EXPECT_EQ(n32, s.key_num_bits); in TEST_F() 61 n32++; in TEST_F() 62 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/regex-re2/re2/ |
D | make_unicode_groups.py | 28 n32 = 0 variable 71 global n32 73 n32 += len(range32) 101 print "// %d 16-bit ranges, %d 32-bit ranges" % (n16, n32)
|
/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 - | \
|
D | reloc-directive.s | 3 # 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 \
|
D | cprestore-noreorder-noat.s | 7 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi=n32 \ 10 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi=n32 \
|
/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/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
|
D | return-hard-fp128.ll | 1 ; RUN: llc -march=mips64 -relocation-model=static -target-abi n32 < %s | FileCheck --check-prefixes… 2 ; RUN: llc -march=mips64el -relocation-model=static -target-abi n32 < %s | FileCheck --check-prefix…
|
D | return-hard-struct-f128.ll | 1 ; RUN: llc -mtriple=mips64-linux-gnu -relocation-model=static -target-abi n32 < %s | FileCheck --ch… 2 ; RUN: llc -mtriple=mips64el-linux-gnu -relocation-model=static -target-abi n32 < %s | FileCheck --…
|
D | reserved-space.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
|
D | callee-saved-float.ll | 11 ; RUN: llc -march=mips64 -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s 12 ; RUN: llc -march=mips64el -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s 13 ; RUN: llc -march=mips64 -target-abi n32 < %s | FileCheck --check-prefixes=ALL,ALL-INV,N32-INV %s 14 ; RUN: llc -march=mips64el -target-abi n32 < %s | FileCheck --check-prefixes=ALL,ALL-INV,N32-INV %s
|
/external/skia/include/private/ |
D | SkFixed.h | 39 SkFixed n32 = (SkFixed)n64; in SkFloatToFixed_Check() local 40 SkASSERT(n64 == n32); in SkFloatToFixed_Check() 41 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 - | \
|
D | 2009-11-16-CstPoolLoad.ll | 3 ; RUN: llc -march=mips64el -mcpu=mips64r2 -target-abi n32 -relocation-model=pic < %s | FileCheck %s… 4 ; RUN: llc -march=mips64el -mcpu=mips64r2 -target-abi n32 -relocation-model=static < %s | FileCheck…
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | ChangeLog.v1 | 137 * README: Added n32 bug fix notes. 149 * README: Fixed n32 sample code. 178 * README (NOTE): Added n32 notes. 436 for n32. 639 * o32.s, n32.s: Wrappers for SGI tool support. 649 * n32.S: Fixed bad stack munging. 660 * n32.S, ffi.c: Lots of changes to support passing and 661 returning structures with the n32 calling convention. 663 * n32.S: Fixed fn pointer bug. 667 (ffi_prep_args): Fixed n32 structure passing when structures [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi_osx/ |
D | README | 51 Irix 5.3 & 6.2 (System V/o32 & n32) 180 at least one word in size (except for the n32 version 318 n32 and n64. Currently, libffi only supports both o32 and n32 under 324 the environment variable CC to either "cc -32" or "cc -n32" before 326 or n32 library), or just "cc" for Irix 5.3. 328 With the n32 calling convention, when returning structures smaller 407 Fixed an n32 ABI bug. New libtool, auto* support. 437 Fixed n32 problem. Many clean-ups. 456 Added SGI n32 support. Fixed bugs in both o32 and Linux support.
|
/external/python/cpython2/Modules/_ctypes/libffi_msvc/ |
D | README | 51 Irix 5.3 & 6.2 (System V/o32 & n32) 180 at least one word in size (except for the n32 version 318 n32 and n64. Currently, libffi only supports both o32 and n32 under 324 the environment variable CC to either "cc -32" or "cc -n32" before 326 or n32 library), or just "cc" for Irix 5.3. 328 With the n32 calling convention, when returning structures smaller 407 Fixed an n32 ABI bug. New libtool, auto* support. 437 Fixed n32 problem. Many clean-ups. 456 Added SGI n32 support. Fixed bugs in both o32 and Linux support.
|
/external/bison/m4/ |
D | largefile.m4 | 71 # so use the C compiler's -n32 option if that helps. 74 CC="$CC -n32" 75 AC_COMPILE_IFELSE([], [ac_cv_sys_largefile_CC=' -n32'; break])
|