Searched refs:countv (Results 1 – 3 of 3) sorted by relevance
/external/strace/ |
D | count.c | 46 static struct call_counts *countv[SUPPORTED_PERSONALITIES]; variable 47 #define counts (countv[current_personality]) 196 if (!countv[i]) in call_summary()
|
D | ChangeLog-CVS | 1412 * 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/ |
D | lp_bld_depth.c | 462 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()
|