Searched defs:n32 (Results 1 - 9 of 9) sorted by relevance

/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/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/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/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/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/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));
/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);

Completed in 817 milliseconds