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

  /external/strace/
count.c 46 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/
lp_bld_depth.c 462 LLVMValueRef countv = LLVMBuildAnd(builder, maskvalue, countmask, "countv"); local
469 countv = LLVMBuildBitCast(builder, countv, i8vntype, "");
476 countd = LLVMBuildShuffleVector(builder, countv, LLVMGetUndef(i8vntype), shufflev, "");
    [all...]

Completed in 46 milliseconds