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

  /external/compiler-rt/lib/profile/
InstrProfilingValue.c 36 COMPILER_RT_VISIBILITY uint32_t VPMaxNumValsPerSite =
43 VPMaxNumValsPerSite = atoi(Str);
46 if (VPMaxNumValsPerSite > INSTR_PROF_MAX_NUM_VAL_PER_SITE)
47 VPMaxNumValsPerSite = INSTR_PROF_MAX_NUM_VAL_PER_SITE;
51 VPMaxNumValsPerSite = MaxVals;
90 VPMaxNumValsPerSite = INSTR_PROF_MAX_NUM_VAL_PER_SITE;
166 if (VDataCount >= VPMaxNumValsPerSite) {
InstrProfilingInternal.h 170 COMPILER_RT_VISIBILITY extern uint32_t VPMaxNumValsPerSite;

Completed in 2852 milliseconds