Home
last modified time | relevance | path

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

/external/libmpeg2/common/arm/
Dicv_platform_macros.h103 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
/external/libmpeg2/common/armv8/
Dicv_platform_macros.h81 #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/openssh/
Dblocks.c40 #define SHR(x,c) ((x) >> (c)) 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/u-boot/lib/
Dsha256.c81 #define SHR(x,n) ((x & 0xFFFFFFFF) >> n) in sha256_process() macro
/external/libhevc/common/arm/
Dihevc_platform_macros.h127 #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/skia/src/sksl/
DSkSLLexer.h141 SHR, enumerator
/external/skqp/src/sksl/
DSkSLLexer.h145 SHR, enumerator
/external/speex/libspeexdsp/
Dfixed_generic.h59 #define SHR(a,shift) ((a) >> (shift)) macro
Darch.h169 #define SHR(a,shift) (a) macro
/external/libopus/celt/
Dfixed_generic.h98 #define SHR(a,shift) ((a) >> (shift)) macro
Darch.h232 #define SHR(a,shift) (a) macro
Dfixed_debug.h59 #define SHR(a,b) SHR32(a,b) macro
/external/u-boot/include/
Dlattice.h149 #define SHR 0x23 /* macro
/external/pdfium/core/fdrm/crypto/
Dfx_crypt_sha.cpp64 #define SHR(x, n) ((x & 0xFFFFFFFF) >> n) macro
/external/pcre/dist2/src/sljit/
DsljitNativeX86_common.c247 #define SHR (/* SHIFT */ 5 << 3) macro