/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 | 79 #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/riscv/ |
D | ih264_platform_macros.h | 64 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
|
/external/libhevc/common/riscv64/ |
D | ihevc_platform_macros.h | 58 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
|
/external/skia/src/sksl/ |
D | SkSLOperator.h | 26 SHR, enumerator
|
/external/libavc/common/x86/ |
D | ih264_platform_macros.h | 79 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) 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/libhevc/common/arm/ |
D | ihevc_platform_macros.h | 127 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
|
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/util/ |
D | SyntheticAccessorFSM.java | 203 public static final int SHR = SyntheticAccessorResolver.SHR_ASSIGNMENT; field in SyntheticAccessorFSM
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
D | SHA256.cpp | 31 #define SHR(x, c) ((x) >> (c)) macro
|
/external/speex/libspeexdsp/ |
D | fixed_generic.h | 59 #define SHR(a,shift) ((a) >> (shift)) macro
|
D | arch.h | 171 #define SHR(a,shift) (a) macro
|
/external/mbedtls/library/ |
D | sha256.c | 425 #define SHR(x, n) (((x) & 0xFFFFFFFF) >> (n)) macro
|
D | sha512.c | 609 #define SHR(x, n) ((x) >> (n)) in mbedtls_internal_sha512_process_c() macro
|
/external/libopus/celt/ |
D | fixed_generic.h | 105 #define SHR(a,shift) ((a) >> (shift)) macro
|
D | arch.h | 235 #define SHR(a,shift) (a) macro
|
D | fixed_debug.h | 59 #define SHR(a,b) SHR32(a,b) macro
|
/external/openthread/third_party/mbedtls/repo/library/ |
D | sha256.c | 455 #define SHR(x, n) (((x) & 0xFFFFFFFF) >> (n)) macro
|
D | sha512.c | 610 #define SHR(x, n) ((x) >> (n)) in mbedtls_internal_sha512_process_c() macro
|
/external/pdfium/core/fdrm/ |
D | fx_crypt_sha.cpp | 69 #define SHR(x, n) ((x & 0xFFFFFFFF) >> n) macro
|
/external/rnnoise/src/ |
D | arch.h | 205 #define SHR(a,shift) (a) macro
|
/external/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/ |
D | GeneratorAdapter.java | 141 public static final int SHR = Opcodes.ISHR; field in GeneratorAdapter
|