Home
last modified time | relevance | path

Searched refs:cvr (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/eval/
H A Dunqual-cast.c1 #define cvr const volatile restrict macro
3 _Static_assert([typeof((cvr int) 0)] == [int]);
4 _Static_assert([typeof((cvr int *) 0)] == [cvr int *]);
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_yuv.c234 LLVMValueRef cvr; in yuv_to_rgb_soa() local
261 cvr = lp_build_const_int_vec(gallivm, type, 409); in yuv_to_rgb_soa()
283 *r = LLVMBuildMul(builder, v, cvr, ""); in yuv_to_rgb_soa()

Completed in 2 milliseconds