Home
last modified time | relevance | path

Searched refs:sz1 (Results 1 – 16 of 16) sorted by relevance

/external/compiler-rt/test/tsan/
Dunaligned_race.cc49 static NOINLINE void access3(bool main, int sz1, bool rw, volatile char *p) { in access3() argument
52 access(p, sz1, true); in access3()
66 access2(bool main, int sz1, int off2, bool rw, volatile char *obj) { in access2() argument
68 access3<off, 0>(main, sz1, rw, obj); in access2()
70 access3<off, 1>(main, sz1, rw, obj); in access2()
72 access3<off, 2>(main, sz1, rw, obj); in access2()
74 access3<off, 3>(main, sz1, rw, obj); in access2()
76 access3<off, 4>(main, sz1, rw, obj); in access2()
78 access3<off, 5>(main, sz1, rw, obj); in access2()
80 access3<off, 6>(main, sz1, rw, obj); in access2()
[all …]
Dunaligned_norace.cc48 for (int sz1 = 0; sz1 < 3; sz1++) { in Test() local
55 access(p, sz1, true); in Test()
57 p += accesssize(sz1); in Test()
/external/compiler-rt/test/asan/TestCases/
Dcoverage-pc-buffer.cc36 uintptr_t sz1 = __sanitizer_get_coverage_pc_buffer(&buf1); in main() local
37 assertNotZeroPcs(buf1, sz1); in main()
39 assert(sz1 > sz); in main()
48 uintptr_t sz1 = __sanitizer_get_coverage_pc_buffer(&buf1); in main() local
49 assertNotZeroPcs(buf1, sz1); in main()
51 assert(sz1 == sz); in main()
60 uintptr_t sz1 = __sanitizer_get_coverage_pc_buffer(&buf1); in main() local
61 assertNotZeroPcs(buf1, sz1); in main()
63 assert(sz1 < sz); in main()
/external/libvpx/libvpx/vp8/encoder/x86/
Dvp8_quantize_sse2.c40 __m128i sz0, x0, sz1, x1, y0, y1, x_minus_zbin0, x_minus_zbin1; in vp8_regular_quantize_b_sse2() local
63 sz1 = _mm_srai_epi16(z1, 15); in vp8_regular_quantize_b_sse2()
67 x1 = _mm_xor_si128(z1, sz1); in vp8_regular_quantize_b_sse2()
69 x1 = _mm_sub_epi16(x1, sz1); in vp8_regular_quantize_b_sse2()
102 y1 = _mm_xor_si128(y1, sz1); in vp8_regular_quantize_b_sse2()
104 y1 = _mm_sub_epi16(y1, sz1); in vp8_regular_quantize_b_sse2()
156 __m128i sz0, sz1, x0, x1, y0, y1, xdq0, xdq1, zeros, ones; in vp8_fast_quantize_b_sse2() local
160 sz1 = _mm_srai_epi16(z1, 15); in vp8_fast_quantize_b_sse2()
164 x1 = _mm_xor_si128(z1, sz1); in vp8_fast_quantize_b_sse2()
166 x1 = _mm_sub_epi16(x1, sz1); in vp8_fast_quantize_b_sse2()
[all …]
Dquantize_sse4.c34 __m128i sz0, x0, sz1, x1, y0, y1, x_minus_zbin0, x_minus_zbin1, dqcoeff0, in vp8_regular_quantize_b_sse4_1() local
58 sz1 = _mm_srai_epi16(z1, 15); in vp8_regular_quantize_b_sse4_1()
62 x1 = _mm_xor_si128(z1, sz1); in vp8_regular_quantize_b_sse4_1()
64 x1 = _mm_sub_epi16(x1, sz1); in vp8_regular_quantize_b_sse4_1()
94 y1 = _mm_xor_si128(y1, sz1); in vp8_regular_quantize_b_sse4_1()
96 y1 = _mm_sub_epi16(y1, sz1); in vp8_regular_quantize_b_sse4_1()
Dvp8_quantize_ssse3.c53 __m128i sz0, sz1, x, x0, x1, y0, y1, zeros, abs0, abs1; in vp8_fast_quantize_b_ssse3() local
62 sz1 = _mm_srai_epi16(z1, 15); in vp8_fast_quantize_b_ssse3()
84 y1 = _mm_xor_si128(y1, sz1); in vp8_fast_quantize_b_ssse3()
86 x1 = _mm_sub_epi16(y1, sz1); in vp8_fast_quantize_b_ssse3()
/external/libvpx/libvpx/vp8/encoder/arm/neon/
Dfastquantizeb_neon.c29 int16x8_t x0, x1, sz0, sz1, y0, y1; in vp8_fast_quantize_b_neon() local
39 sz1 = vshrq_n_s16(z1, 15); in vp8_fast_quantize_b_neon()
59 y1 = veorq_s16(y1, sz1); in vp8_fast_quantize_b_neon()
61 x1 = vsubq_s16(y1, sz1); in vp8_fast_quantize_b_neon()
/external/clang/test/CodeGenOpenCL/
Dvla.cl5 const global int sz1 = 16;
6 // CHECK: @sz1 = addrspace(1) constant i32 16
15 char vla1[sz1];
/external/jemalloc_new/msvc/test_threads/
Dtest_threads.cpp34 size_t sz1 = sizeof(allocated1); in test_threads() local
35 je_mallctl("stats.active", (void *)&allocated1, &sz1, NULL, 0); in test_threads()
80 je_mallctl("stats.active", (void *)&allocated2, &sz1, NULL, 0); in test_threads()
/external/jemalloc/msvc/projects/vc2015/test_threads/
Dtest_threads.cpp35 size_t sz1 = sizeof(allocated1); in test_threads() local
36 je_mallctl("stats.active", (void *)&allocated1, &sz1, NULL, 0); in test_threads()
81 je_mallctl("stats.active", (void *)&allocated2, &sz1, NULL, 0); in test_threads()
/external/u-boot/arch/arc/include/asm/
Darc-bcr.h65 unsigned int ver:8, sasid:1, sz1:4, sz0:4, res:2, pae:1, member
70 pae:1, res:2, sz0:4, sz1:4, sasid:1, ver:8;
/external/u-boot/arch/sh/include/asm/
Dcpu_sh4.h71 #define mk_pmb_data_val(ppn, ub, v, sz1, sz0, c, wt) \ argument
73 (v << PMB_V) | (sz1 << PMB_SZ1) | \
/external/hyphenation-patterns/hu/
Dhyph-hu.pat.txt112sz1ál
113sz1árb
114sz1á2ré
115sz1á2ri
116sz1á2ro
424sz1á
429sz1é2k
432sz1ő2
435sz1ülő
885sz1á
[all …]
/external/u-boot/lib/efi_loader/
Defi_device_path.c292 unsigned sz1 = efi_dp_size(dp1); in efi_dp_append() local
294 void *p = dp_alloc(sz1 + sz2 + sizeof(END)); in efi_dp_append()
297 memcpy(p, dp1, sz1); in efi_dp_append()
299 memcpy(p + sz1, dp2, sz2 + sizeof(END)); in efi_dp_append()
/external/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td6067 multiclass SIMDFPAcrossLanes<bits<5> opcode, bit sz1, string asm,
6070 def v4i16v : BaseSIMDAcrossLanes<0, 0, {sz1, 0}, opcode, FPR16, V64,
6073 def v8i16v : BaseSIMDAcrossLanes<1, 0, {sz1, 0}, opcode, FPR16, V128,
6077 def v4i32v : BaseSIMDAcrossLanes<1, 1, {sz1, 0}, opcode, FPR32, V128,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64InstrFormats.td6519 multiclass SIMDFPAcrossLanes<bits<5> opcode, bit sz1, string asm,
6522 def v4i16v : BaseSIMDAcrossLanes<0, 0, {sz1, 0}, opcode, FPR16, V64,
6525 def v8i16v : BaseSIMDAcrossLanes<1, 0, {sz1, 0}, opcode, FPR16, V128,
6529 def v4i32v : BaseSIMDAcrossLanes<1, 1, {sz1, 0}, opcode, FPR32, V128,