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

  /external/clang/tools/libclang/
CXComment.cpp 180 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC);
181 if (!HTC)
184 return cxstring::createRef(HTC->getTagName());
838 const HTMLTagComment *HTC = getASTNodeAs<HTMLTagComment>(CXC);
839 if (!HTC)
844 Converter.visit(HTC);
    [all...]
  /external/oprofile/events/x86-64/family11h/
unit_masks 190 0x04 Number of times the HTC transitions from inactive to active
191 0x20 Number of clocks HTC P-state is inactive
192 0x40 Number of clocks HTC P-state is active
  /external/aac/libFDK/src/
FDK_hybrid.cpp 120 #define HTC(a) (FX_DBL2FXCONST_SGL(a)) /* Cast to SGL */
125 #define HTC(a) ((FIXP_DBL)(LONG)(a)) /* Cast to DBL */
129 #define HTCP(real,imag) { { HTC(real), HTC(imag) } } /* How to arrange the packed values. */
  /external/oprofile/events/x86-64/hammer/
unit_masks 182 0x01 Number of clocks CPU is active when HTC is active (RevF)
183 0x02 Number of clocks CPU clock is inactive when HTC is active (RevF)
  /external/oprofile/events/x86-64/family10/
unit_masks 215 0x04 Number of times the HTC trip point is crossed
218 0x20 Number of clocks HTC P-state is inactive
219 0x40 Number of clocks HTC P-state is active

Completed in 821 milliseconds