Home
last modified time | relevance | path

Searched defs:SHR (Results 1 – 21 of 21) sorted by relevance

/external/libmpeg2/common/armv8/
Dicv_platform_macros.h81 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
/external/libmpeg2/common/arm/
Dicv_platform_macros.h103 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
/external/libmpeg2/common/mips/
Dicv_platform_macros.h87 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
/external/libmpeg2/common/x86/
Dicv_platform_macros.h87 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
/external/libhevc/common/mips/
Dihevc_platform_macros.h56 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
/external/libavc/common/mips/
Dih264_platform_macros.h64 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
/external/libavc/common/x86/
Dih264_platform_macros.h65 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
/external/libavc/common/armv8/
Dih264_platform_macros.h146 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
/external/libavc/common/arm/
Dih264_platform_macros.h146 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
/external/libhevc/common/x86/
Dihevc_platform_macros.h57 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DSyntheticAccessorFSM.java204 public static final int SHR = SyntheticAccessorResolver.SHR_ASSIGNMENT; field in SyntheticAccessorFSM
/external/libhevc/common/arm/
Dihevc_platform_macros.h127 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
/external/skqp/src/sksl/
DSkSLLexer.h145 SHR, enumerator
/external/libopus/celt/
Dfixed_generic.h98 #define SHR(a,shift) ((a) >> (shift)) macro
Dfixed_debug.h59 #define SHR(a,b) SHR32(a,b) macro
Darch.h235 #define SHR(a,shift) (a) macro
/external/speex/libspeexdsp/
Dfixed_generic.h59 #define SHR(a,shift) ((a) >> (shift)) macro
Darch.h169 #define SHR(a,shift) (a) macro
/external/pdfium/core/fdrm/
Dfx_crypt_sha.cpp62 #define SHR(x, n) ((x & 0xFFFFFFFF) >> n) macro
/external/rnnoise/src/
Darch.h205 #define SHR(a,shift) (a) macro
/external/pcre/dist2/src/sljit/
DsljitNativeX86_common.c247 #define SHR (/* SHIFT */ 5 << 3) macro