HomeSort by relevance Sort by last modified time
    Searched refs:countv (Results 1 - 2 of 2) sorted by null

  /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, "");

Completed in 84 milliseconds