Home
last modified time | relevance | path

Searched defs:SHR (Results 1 – 25 of 26) sorted by relevance

12

/external/libmpeg2/common/arm/
Dicv_platform_macros.h103 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
/external/libmpeg2/common/armv8/
Dicv_platform_macros.h79 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
/external/libmpeg2/common/x86/
Dicv_platform_macros.h87 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
/external/libavc/common/riscv/
Dih264_platform_macros.h64 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
/external/libhevc/common/riscv64/
Dihevc_platform_macros.h58 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
/external/skia/src/sksl/
DSkSLOperator.h26 SHR, enumerator
/external/libavc/common/x86/
Dih264_platform_macros.h79 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
/external/libavc/common/armv8/
Dih264_platform_macros.h146 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
/external/libavc/common/arm/
Dih264_platform_macros.h146 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
/external/libhevc/common/x86/
Dihevc_platform_macros.h57 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
/external/libhevc/common/arm/
Dihevc_platform_macros.h127 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/util/
DSyntheticAccessorFSM.java203 public static final int SHR = SyntheticAccessorResolver.SHR_ASSIGNMENT; field in SyntheticAccessorFSM
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DSHA256.cpp31 #define SHR(x, c) ((x) >> (c)) macro
/external/speex/libspeexdsp/
Dfixed_generic.h59 #define SHR(a,shift) ((a) >> (shift)) macro
Darch.h171 #define SHR(a,shift) (a) macro
/external/mbedtls/library/
Dsha256.c425 #define SHR(x, n) (((x) & 0xFFFFFFFF) >> (n)) macro
Dsha512.c609 #define SHR(x, n) ((x) >> (n)) in mbedtls_internal_sha512_process_c() macro
/external/libopus/celt/
Dfixed_generic.h105 #define SHR(a,shift) ((a) >> (shift)) macro
Darch.h235 #define SHR(a,shift) (a) macro
Dfixed_debug.h59 #define SHR(a,b) SHR32(a,b) macro
/external/openthread/third_party/mbedtls/repo/library/
Dsha256.c455 #define SHR(x, n) (((x) & 0xFFFFFFFF) >> (n)) macro
Dsha512.c610 #define SHR(x, n) ((x) >> (n)) in mbedtls_internal_sha512_process_c() macro
/external/pdfium/core/fdrm/
Dfx_crypt_sha.cpp69 #define SHR(x, n) ((x & 0xFFFFFFFF) >> n) macro
/external/rnnoise/src/
Darch.h205 #define SHR(a,shift) (a) macro
/external/ow2-asm/asm-commons/src/main/java/org/objectweb/asm/commons/
DGeneratorAdapter.java141 public static final int SHR = Opcodes.ISHR; field in GeneratorAdapter

12