| /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/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/include/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/arm/ | 
| D | ih264_platform_macros.h | 146 #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/libhevc/common/x86/ | 
| D | ihevc_platform_macros.h | 57 #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/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/libhevc/common/arm/ | 
| D | ihevc_platform_macros.h | 127 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0)  macro
  | 
| /external/openthread/third_party/mbedtls/repo/library/ | 
| D | sha256.c | 147 #define  SHR(x,n) (((x) & 0xFFFFFFFF) >> (n))  macro
  | 
| D | sha512.c | 213 #define  SHR(x,n) ((x) >> (n))  in mbedtls_internal_sha512_process()  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/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/mbedtls/library/ | 
| D | sha256.c | 367 #define  SHR(x,n) (((x) & 0xFFFFFFFF) >> (n))  macro
  | 
| D | sha512.c | 554 #define  SHR(x,n) ((x) >> (n))  in mbedtls_internal_sha512_process_c()  macro
  | 
| /external/pdfium/core/fdrm/ | 
| D | fx_crypt_sha.cpp | 64 #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
  |