Home
last modified time | relevance | path

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

/external/strace/
Dcount.c46 static struct call_counts *countv[SUPPORTED_PERSONALITIES]; variable
47 #define counts (countv[current_personality])
232 if (!countv[i]) in call_summary()
DChangeLog-CVS1412 * syscall.c (call_counts, countv, counts, shortest, time_cmp,
1428 * syscall.c (countv): New call_counts pointers array.
1429 (counts): Convert to macro wrapper around countv.
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_depth.c462 LLVMValueRef countv = LLVMBuildAnd(builder, maskvalue, countmask, "countv"); in lp_build_occlusion_count() local
469 countv = LLVMBuildBitCast(builder, countv, i8vntype, ""); in lp_build_occlusion_count()
476 countd = LLVMBuildShuffleVector(builder, countv, LLVMGetUndef(i8vntype), shufflev, ""); in lp_build_occlusion_count()