/external/libmpeg2/common/arm/ |
D | icv_platform_macros.h | 103 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
|
/external/libmpeg2/common/armv8/ |
D | icv_platform_macros.h | 81 #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/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/libavc/common/mips/ |
D | ih264_platform_macros.h | 64 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
|
/external/libavc/common/x86/ |
D | ih264_platform_macros.h | 65 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
|
/external/openssh/ |
D | blocks.c | 40 #define SHR(x,c) ((x) >> (c)) macro
|
/external/libavc/common/armv8/ |
D | ih264_platform_macros.h | 146 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
|
/external/libavc/common/arm/ |
D | ih264_platform_macros.h | 146 #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/u-boot/lib/ |
D | sha256.c | 81 #define SHR(x,n) ((x & 0xFFFFFFFF) >> n) in sha256_process() macro
|
/external/libhevc/common/arm/ |
D | ihevc_platform_macros.h | 127 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) 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 | SkSLLexer.h | 141 SHR, enumerator
|
/external/skqp/src/sksl/ |
D | SkSLLexer.h | 145 SHR, enumerator
|
/external/speex/libspeexdsp/ |
D | fixed_generic.h | 59 #define SHR(a,shift) ((a) >> (shift)) macro
|
D | arch.h | 169 #define SHR(a,shift) (a) macro
|
/external/libopus/celt/ |
D | fixed_generic.h | 98 #define SHR(a,shift) ((a) >> (shift)) macro
|
D | arch.h | 232 #define SHR(a,shift) (a) macro
|
D | fixed_debug.h | 59 #define SHR(a,b) SHR32(a,b) macro
|
/external/u-boot/include/ |
D | lattice.h | 149 #define SHR 0x23 /* macro
|
/external/pdfium/core/fdrm/crypto/ |
D | fx_crypt_sha.cpp | 64 #define SHR(x, n) ((x & 0xFFFFFFFF) >> n) macro
|
/external/pcre/dist2/src/sljit/ |
D | sljitNativeX86_common.c | 247 #define SHR (/* SHIFT */ 5 << 3) macro
|