Searched defs:CTZ (Results 1 - 10 of 10) sorted by relevance

/external/libavc/common/arm/
H A Dih264_platform_macros.h138 static INLINE UWORD32 CTZ(UWORD32 u4_word) function
/external/libavc/common/armv8/
H A Dih264_platform_macros.h138 static INLINE UWORD32 CTZ(UWORD32 u4_word) function
/external/libavc/common/mips/
H A Dih264_platform_macros.h80 static __inline UWORD32 CTZ(UWORD32 u4_word) function
/external/libavc/common/x86/
H A Dih264_platform_macros.h79 static __inline UWORD32 CTZ(UWORD32 u4_word) function
/external/libhevc/common/mips/
H A Dihevc_platform_macros.h74 static inline UWORD32 CTZ(UWORD32 u4_word) function
/external/libmpeg2/common/mips/
H A Dicv_platform_macros.h55 static __inline UWORD32 CTZ(UWORD32 u4_word) function
/external/libmpeg2/common/x86/
H A Dicv_platform_macros.h55 static __inline UWORD32 CTZ(UWORD32 u4_word) function
/external/libhevc/common/arm/
H A Dihevc_platform_macros.h134 static INLINE UWORD32 CTZ(UWORD32 u4_word) function
/external/libhevc/common/x86/
H A Dihevc_platform_macros.h87 static INLINE UWORD32 CTZ(UWORD32 u4_word) function
/external/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.cpp326 unsigned CTX = 1, CTY = 1, CTZ = 1, CTW = 1; local
344 CTZ = 0;
347 CTZ = 0;
351 CTZ = 0;
354 CTZ = 0;
375 .addImm(CTZ)
395 .addImm(CTZ)
415 .addImm(CTZ)
429 unsigned CTX = 1, CTY = 1, CTZ = 1, CTW = 1; local
447 CTZ
[all...]

Completed in 208 milliseconds