/external/libmpeg2/common/armv8/ |
D | icv_platform_macros.h | 81 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
|
/external/libmpeg2/common/arm/ |
D | icv_platform_macros.h | 103 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
|
/external/libmpeg2/common/x86/ |
D | icv_platform_macros.h | 87 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
|
/external/libhevc/common/mips/ |
D | ihevc_platform_macros.h | 56 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
|
/external/libmpeg2/common/mips/ |
D | icv_platform_macros.h | 87 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
|
/external/libavc/common/mips/ |
D | ih264_platform_macros.h | 56 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
|
/external/libavc/common/x86/ |
D | ih264_platform_macros.h | 59 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
|
/external/libavc/common/armv8/ |
D | ih264_platform_macros.h | 124 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
|
/external/libavc/common/arm/ |
D | ih264_platform_macros.h | 124 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
|
/external/openssh/ |
D | blocks.c | 40 #define SHR(x,c) ((x) >> (c)) macro
|
/external/libhevc/common/arm/ |
D | ihevc_platform_macros.h | 112 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
|
/external/libhevc/common/x86/ |
D | ihevc_platform_macros.h | 57 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
|
/external/dhcpcd-6.8.2/crypt/ |
D | sha256.c | 77 #define SHR(x, n) (x >> n) macro
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/ |
D | SyntheticAccessorFSM.java | 204 public static final int SHR = SyntheticAccessorResolver.SHR_ASSIGNMENT; field in SyntheticAccessorFSM
|
/external/skia/src/sksl/ |
D | SkSLToken.h | 48 SHR, enumerator
|
/external/libopus/celt/ |
D | fixed_generic.h | 98 #define SHR(a,shift) ((a) >> (shift)) macro
|
D | arch.h | 199 #define SHR(a,shift) (a) macro
|
D | fixed_debug.h | 59 #define SHR(a,b) SHR32(a,b) macro
|
/external/libchrome/crypto/third_party/nss/ |
D | sha512.cc | 66 #define SHR(x,n) (x >> n) macro
|
/external/speex/libspeex/ |
D | fixed_generic.h | 59 #define SHR(a,shift) ((a) >> (shift)) macro
|
D | arch.h | 177 #define SHR(a,shift) (a) macro
|
/external/pdfium/core/fdrm/crypto/ |
D | fx_crypt_sha.cpp | 198 #define SHR(x, n) ((x & 0xFFFFFFFF) >> n) in sha256_process() macro
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativeX86_common.c | 229 #define SHR (/* SHIFT */ 5 << 3) macro
|
/external/jarjar/lib/ |
D | asm-commons-4.0.jar | META-INF/MANIFEST.MF
org/objectweb/asm/commons/AdviceAdapter.class
< ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | asm-commons-3.3.jar | META-INF/MANIFEST.MF
org/objectweb/asm/commons/AdviceAdapter.class
< ... |