Home
last modified time | relevance | path

Searched refs:have_z (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_printf.cc148 bool have_z = (*cur == 'z'); in VSNPrintf() local
149 cur += have_z; in VSNPrintf()
150 bool have_ll = !have_z && (cur[0] == 'l' && cur[1] == 'l'); in VSNPrintf()
154 bool have_flags = have_width | have_z | have_ll; in VSNPrintf()
160 : have_z ? va_arg(args, sptr) in VSNPrintf()
169 : have_z ? va_arg(args, uptr) in VSNPrintf()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_printf.cpp161 bool have_z = (*cur == 'z'); in VSNPrintf() local
162 cur += have_z; in VSNPrintf()
163 bool have_ll = !have_z && (cur[0] == 'l' && cur[1] == 'l'); in VSNPrintf()
167 const bool have_length = have_z || have_ll; in VSNPrintf()
174 : have_z ? va_arg(args, sptr) in VSNPrintf()
184 : have_z ? va_arg(args, uptr) in VSNPrintf()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c852 boolean have_z, have_s; in lp_build_depth_stencil_test() local
936 have_z = get_z_shift_and_mask(format_desc, &z_shift, &z_width, &z_mask); in lp_build_depth_stencil_test()
939 if (have_z) { in lp_build_depth_stencil_test()
1131 if (have_z && z_shift) { in lp_build_depth_stencil_test()
1141 if (have_z && have_s) in lp_build_depth_stencil_test()
1143 else if (have_z) in lp_build_depth_stencil_test()