Home
last modified time | relevance | path

Searched defs:sz1 (Results 1 – 11 of 11) 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()
66 access2(bool main, int sz1, int off2, bool rw, volatile char *obj) { in access2()
86 access1(bool main, int off, int sz1, int off2, bool rw, char *obj) { in access1()
108 for (int sz1 = 0; sz1 < 3; sz1++) { in Test() local
Dunaligned_norace.cc48 for (int sz1 = 0; sz1 < 3; sz1++) { in Test() local
/external/llvm-project/compiler-rt/test/tsan/
Dunaligned_race.cpp40 static NOINLINE void access3(bool main, int sz1, bool rw, volatile char *p) { in access3()
57 access2(bool main, int sz1, int off2, bool rw, volatile char *obj) { in access2()
77 access1(bool main, int off, int sz1, int off2, bool rw, char *obj) { in access1()
99 for (int sz1 = 0; sz1 < 3; sz1++) { in Test() local
Dunaligned_norace.cpp48 for (int sz1 = 0; sz1 < 3; sz1++) { in Test() local
/external/compiler-rt/test/asan/TestCases/
Dcoverage-pc-buffer.cc36 uintptr_t sz1 = __sanitizer_get_coverage_pc_buffer(&buf1); in main() local
48 uintptr_t sz1 = __sanitizer_get_coverage_pc_buffer(&buf1); in main() local
60 uintptr_t sz1 = __sanitizer_get_coverage_pc_buffer(&buf1); in main() local
/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
156 __m128i sz0, sz1, x0, x1, y0, y1, xdq0, xdq1, zeros, ones; in vp8_fast_quantize_b_sse2() local
Dvp8_quantize_ssse3.c53 __m128i sz0, sz1, x, x0, x1, y0, y1, zeros, abs0, abs1; in vp8_fast_quantize_b_ssse3() local
/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
/external/jemalloc_new/msvc/test_threads/
Dtest_threads.cpp34 size_t sz1 = sizeof(allocated1); in test_threads() local
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dnoise.inl95 tvec4<T, P> sz1 = step(gz1, tvec4<T, P>(0.0)); local
417 tvec4<T, P> sz1 = step(gz1, tvec4<T, P>(T(0))); local
/external/mesa3d/src/panfrost/midgard/
Dmidgard_schedule.c205 unsigned sz1 = nir_alu_type_get_type_size(ains->src_types[1]); in mir_is_scalar() local