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

  /external/libhevc/common/arm/
ihevc_platform_macros.h 126 static INLINE UWORD32 CTZ(UWORD32 u4_word)
  /external/libhevc/common/mips/
ihevc_platform_macros.h 67 static inline UWORD32 CTZ(UWORD32 u4_word)
  /external/libhevc/common/x86/
ihevc_platform_macros.h 82 static INLINE UWORD32 CTZ(UWORD32 u4_word)
  /art/runtime/
utils.h 267 static constexpr int CTZ(T x) {
  /external/llvm/lib/Target/R600/
R600ISelLowering.cpp 285 unsigned CTX = 1, CTY = 1, CTZ = 1, CTW = 1;
303 CTZ = 0;
306 CTZ = 0;
310 CTZ = 0;
313 CTZ = 0;
333 .addImm(CTZ)
352 .addImm(CTZ)
372 .addImm(CTZ)
386 unsigned CTX = 1, CTY = 1, CTZ = 1, CTW = 1;
404 CTZ = 0
    [all...]

Completed in 233 milliseconds