Home
last modified time | relevance | path

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

12

/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/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/libmpeg2/common/mips/
Dicv_platform_macros.h87 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
/external/libavc/common/mips/
Dih264_platform_macros.h56 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
/external/libavc/common/x86/
Dih264_platform_macros.h59 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
/external/libavc/common/armv8/
Dih264_platform_macros.h124 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
/external/libavc/common/arm/
Dih264_platform_macros.h124 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
/external/openssh/
Dblocks.c40 #define SHR(x,c) ((x) >> (c)) macro
/external/libhevc/common/arm/
Dihevc_platform_macros.h112 #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/dhcpcd-6.8.2/crypt/
Dsha256.c77 #define SHR(x, n) (x >> n) 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/
DSkSLToken.h48 SHR, enumerator
/external/libopus/celt/
Dfixed_generic.h98 #define SHR(a,shift) ((a) >> (shift)) macro
Darch.h199 #define SHR(a,shift) (a) macro
Dfixed_debug.h59 #define SHR(a,b) SHR32(a,b) macro
/external/libchrome/crypto/third_party/nss/
Dsha512.cc66 #define SHR(x,n) (x >> n) macro
/external/speex/libspeex/
Dfixed_generic.h59 #define SHR(a,shift) ((a) >> (shift)) macro
Darch.h177 #define SHR(a,shift) (a) macro
/external/pdfium/core/fdrm/crypto/
Dfx_crypt_sha.cpp198 #define SHR(x, n) ((x & 0xFFFFFFFF) >> n) in sha256_process() macro
/external/pcre/dist2/src/sljit/
DsljitNativeX86_common.c229 #define SHR (/* SHIFT */ 5 << 3) macro
/external/jarjar/lib/
Dasm-commons-4.0.jarMETA-INF/MANIFEST.MF org/objectweb/asm/commons/AdviceAdapter.class < ...
/external/owasp/sanitizer/tools/findbugs/lib/
Dasm-commons-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/commons/AdviceAdapter.class < ...

12