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

123

/external/chromium_org/third_party/re2/re2/
H A Dmake_unicode_groups.py28 n32 = 0 variable
71 global n32
73 n32 += len(range32)
101 print "// %d 16-bit ranges, %d 32-bit ranges" % (n16, n32)
/external/regex-re2/re2/
H A Dmake_unicode_groups.py28 n32 = 0 variable
71 global n32
73 n32 += len(range32)
101 print "// %d 16-bit ranges, %d 32-bit ranges" % (n16, n32)
/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::__anon21006
227 unsigned long int n32[2] ; member in union:X86_Timer::__anon21007
/external/chromium_org/third_party/webrtc/base/
H A Dbytebuffer_unittest.cc20 uint32 n32 = 1; local
24 EXPECT_EQ(n32, NetworkToHost32(HostToNetwork32(n32)));
30 EXPECT_EQ(n32, HostToNetwork32(n32));
35 EXPECT_EQ(n32 >> 24, GetBE32(&n32));
40 EXPECT_NE(n32, HostToNetwork32(n32));
45 EXPECT_EQ(GetBE32(&n32), HostToNetwork3
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkFixed.h45 SkFixed n32 = (SkFixed)n64; local
46 SkASSERT(n64 == n32);
47 return n32;
/external/skia/include/core/
H A DSkFixed.h45 SkFixed n32 = (SkFixed)n64; local
46 SkASSERT(n64 == n32);
47 return n32;
/external/llvm/test/MC/Mips/
H A Delf_reginfo.s6 # RUN: llvm-mc -filetype=obj -triple=mipsel %s -mattr=-o32,+n32 -o - \
H A Dcpsetup.s8 # RUN: llvm-mc -triple mips64-unknown-unknown -mattr=-n64,+n32 -filetype=obj -o - %s | \
12 # RUN: llvm-mc -triple mips64-unknown-unknown -mattr=-n64,+n32 %s | \
H A Doddspreg.s8 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -mattr=-n64,+n32 | \
11 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -mattr=-n64,+n32 -filetype=obj -o - | \
H A Dnabi-regs.s10 # RUN: -mcpu=mips64r2 -arch=mips64 -mattr=-n64,+n32 | FileCheck %s
H A Dmips64-register-names-n32-n64.s3 # RUN: -mattr=-n64,+n32 | FileCheck %s
5 # Check that the register names are mapped to their correct numbers for n32/n64
H A Dnooddspreg-cmdarg.s8 # RUN: not llvm-mc %s -arch=mips -mcpu=mips64 -mattr=-n64,+n32,+nooddspreg 2> %t0
H A Dnooddspreg.s8 # RUN: not llvm-mc %s -arch=mips -mcpu=mips64 -mattr=-n64,n32 2> %t1
H A Delf_eflags.s40 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64r2 -mattr=-n64,n32 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64R2-N32 %s
43 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64r2 -mattr=-n64,n32,+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64R2-N32-NAN2008 %s
46 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64 -mattr=-n64,n32 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64-N32 %s
49 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64 -mattr=-n64,n32,+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64-N32-NAN2008 %s
/external/llvm/test/Bindings/Ocaml/
H A Dtarget.ml46 let layout = "e-p:32:32-f64:32:64-v64:32:64-v128:32:128-n32-S32" in
/external/chromium_org/v8/test/cctest/compiler/
H A Dtest-scheduler.cc1042 Node* n32 = graph.NewNode(op, nil, nil, nil, nil, nil); local
1043 USE(n32);
1055 n32->ReplaceInput(0, n31);
1059 n32->ReplaceInput(1, n19);
1060 n32->ReplaceInput(2, n6);
1061 n32->ReplaceInput(3, n31);
1062 n32->ReplaceInput(4, n29);
1063 n25->ReplaceInput(1, n32);
1072 n26->ReplaceInput(1, n32);
1316 Node* n32 local
[all...]
/external/e2fsprogs/config/
H A Dconfig.rpath413 *-n32|*"-n32 ") libsuff=32 shlibsuff=N32 ;;
/external/libexif/
H A Dconfig.rpath478 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 ;;
/external/openssl/crypto/bn/asm/
H A Dmips-mont.pl49 $flavour = shift; # supported flavours are o32,n32,64,nubi32,nubi64
51 if ($flavour =~ /64|n32/i) {
52 $PTR_ADD="dadd"; # incidentally works even on n32
53 $PTR_SUB="dsub"; # incidentally works even on n32
73 if ($flavour =~ /64|n32/i) {
/external/openssl/crypto/sha/asm/
H A Dsha1-mips.pl45 $flavour = shift; # supported flavours are o32,n32,64,nubi32,nubi64
47 if ($flavour =~ /64|n32/i) {
48 $PTR_ADD="dadd"; # incidentally works even on n32
49 $PTR_SUB="dsub"; # incidentally works even on n32
52 $PTR_SLL="dsll"; # incidentally works even on n32
H A Dsha512-mips.pl15 # generated code in o32 build and ~55% in n32/64 build. SHA512 [which
48 $flavour = shift; # supported flavours are o32,n32,64,nubi32,nubi64
50 if ($flavour =~ /64|n32/i) {
51 $PTR_ADD="dadd"; # incidentally works even on n32
52 $PTR_SUB="dsub"; # incidentally works even on n32
55 $PTR_SLL="dsll"; # incidentally works even on n32
/external/bison/build-aux/
H A Dconfig.rpath591 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 ;;
/external/chromium_org/third_party/yasm/source/patched-yasm/config/
H A Dconfig.rpath570 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 ;;
/external/svox/pico/lib/
H A Dpicoos.c1439 picoos_uint32 n32; local
1454 done = done && (PICO_OK == picoos_read_le_uint32(f, &n32)); /* length of riff chunk, unused */
1457 done = done && (PICO_OK == picoos_read_le_uint32(f, &n32)); /* length of fmt chunk in bytes; must be 16 */
1458 done = done && (n32 == 16);
/external/valgrind/main/VEX/priv/
H A Dhost_arm64_isel.c344 ARM64RI6* n32 = ARM64RI6_I6(32); local
345 addInstr(env, ARM64Instr_Shift(dst, src, n32, ARM64sh_SHL));
346 addInstr(env, ARM64Instr_Shift(dst, dst, n32, ARM64sh_SAR));

Completed in 1459 milliseconds

123