Searched defs:countv (Results 1 - 2 of 2) sorted by relevance

/external/strace/
H A Dcount.c46 static struct call_counts *countv[SUPPORTED_PERSONALITIES]; variable in typeref:struct:call_counts
47 #define counts (countv[current_personality])
232 if (!countv[i])
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c462 LLVMValueRef countv = LLVMBuildAnd(builder, maskvalue, countmask, "countv"); local
469 countv = LLVMBuildBitCast(builder, countv, i8vntype, "");
476 countd = LLVMBuildShuffleVector(builder, countv, LLVMGetUndef(i8vntype), shufflev, "");

Completed in 106 milliseconds