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

  /external/libavc/common/arm/
ih264_platform_macros.h 138 static INLINE UWORD32 CTZ(UWORD32 u4_word)
  /external/libavc/common/armv8/
ih264_platform_macros.h 138 static INLINE UWORD32 CTZ(UWORD32 u4_word)
  /external/libavc/common/mips/
ih264_platform_macros.h 80 static __inline UWORD32 CTZ(UWORD32 u4_word)
  /external/libavc/common/x86/
ih264_platform_macros.h 79 static __inline UWORD32 CTZ(UWORD32 u4_word)
  /external/libhevc/common/arm/
ihevc_platform_macros.h 134 static INLINE UWORD32 CTZ(UWORD32 u4_word)
  /external/libhevc/common/mips/
ihevc_platform_macros.h 74 static inline UWORD32 CTZ(UWORD32 u4_word)
  /external/libmpeg2/common/mips/
icv_platform_macros.h 55 static __inline UWORD32 CTZ(UWORD32 u4_word)
  /external/libmpeg2/common/x86/
icv_platform_macros.h 55 static __inline UWORD32 CTZ(UWORD32 u4_word)
  /external/libhevc/common/x86/
ihevc_platform_macros.h 87 static INLINE UWORD32 CTZ(UWORD32 u4_word)
  /art/runtime/base/
bit_utils.h 44 static constexpr int CTZ(T x) {
79 return (value == 0) ? -1 : CTZ(value);
108 return CTZ(x);
346 return CTZ(this->bits_);
  /external/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp 305 unsigned CTX = 1, CTY = 1, CTZ = 1, CTW = 1;
323 CTZ = 0;
326 CTZ = 0;
330 CTZ = 0;
333 CTZ = 0;
353 .addImm(CTZ)
372 .addImm(CTZ)
392 .addImm(CTZ)
406 unsigned CTX = 1, CTY = 1, CTZ = 1, CTW = 1;
424 CTZ = 0
    [all...]

Completed in 419 milliseconds