/external/strace/ |
count.c | 45 static struct call_counts *countv[SUPPORTED_PERSONALITIES]; variable in typeref:struct:call_counts 46 #define counts (countv[current_personality]) 231 if (!countv[i])
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_bld_depth.c | 470 LLVMValueRef countv = LLVMBuildAnd(builder, maskvalue, countmask, "countv"); local 477 countv = LLVMBuildBitCast(builder, countv, i8vntype, ""); 484 countd = LLVMBuildShuffleVector(builder, countv, LLVMGetUndef(i8vntype), shufflev, "");
|