/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/mips/ |
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/x86/ |
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/dexmaker/src/dx/java/com/android/dx/rop/code/ |
D | RegOps.java | 121 public static final int SHR = 24; field in RegOps
|
/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/smali/dexlib2/src/main/java/org/jf/dexlib2/util/ |
D | SyntheticAccessorFSM.java | 202 public static final int SHR = SyntheticAccessorResolver.SHR_ASSIGNMENT; field in SyntheticAccessorFSM
|
/external/v8/src/ |
D | runtime.js | 303 function SHR(y) { class
|
/external/libopus/celt/ |
D | fixed_generic.h | 82 #define SHR(a,shift) ((a) >> (shift)) macro
|
D | arch.h | 164 #define SHR(a,shift) (a) macro
|
D | fixed_debug.h | 59 #define SHR(a,b) SHR32(a,b) 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/src/fdrm/crypto/ |
D | fx_crypt_sha.cpp | 218 #define SHR(x,n) ((x & 0xFFFFFFFF) >> n) in sha256_process() macro
|
/external/pcre/dist/sljit/ |
D | sljitNativeX86_common.c | 228 #define SHR (/* SHIFT */ 5 << 3) macro
|
/external/valgrind/VEX/priv/ |
D | guest_ppc_toIR.c | 9535 #define SHR(value, by) binop( Iop_Shr32, value, mkU8( by ) ) macro
|
D | guest_arm64_toIR.c | 3520 #define SHR(_v128,_nbytes) \ macro
|