Home
last modified time | relevance | path

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

/external/libmpeg2/common/armv8/
Dicv_platform_macros.h81 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
/external/libmpeg2/common/arm/
Dicv_platform_macros.h103 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
/external/libmpeg2/common/mips/
Dicv_platform_macros.h87 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
/external/libhevc/common/mips/
Dihevc_platform_macros.h56 #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/mips/
Dih264_platform_macros.h56 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
/external/libavc/common/x86/
Dih264_platform_macros.h59 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
/external/libavc/common/armv8/
Dih264_platform_macros.h124 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
/external/libavc/common/arm/
Dih264_platform_macros.h124 #define SHR(x,y) (((y) < 32) ? ((x) >> (y)) : 0) macro
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRegOps.java121 public static final int SHR = 24; field in RegOps
/external/openssh/
Dblocks.c40 #define SHR(x,c) ((x) >> (c)) macro
/external/libhevc/common/arm/
Dihevc_platform_macros.h112 #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/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DSyntheticAccessorFSM.java202 public static final int SHR = SyntheticAccessorResolver.SHR_ASSIGNMENT; field in SyntheticAccessorFSM
/external/v8/src/
Druntime.js303 function SHR(y) { class
/external/libopus/celt/
Dfixed_generic.h82 #define SHR(a,shift) ((a) >> (shift)) macro
Darch.h164 #define SHR(a,shift) (a) macro
Dfixed_debug.h59 #define SHR(a,b) SHR32(a,b) macro
/external/speex/libspeex/
Dfixed_generic.h59 #define SHR(a,shift) ((a) >> (shift)) macro
Darch.h177 #define SHR(a,shift) (a) macro
/external/pdfium/core/src/fdrm/crypto/
Dfx_crypt_sha.cpp218 #define SHR(x,n) ((x & 0xFFFFFFFF) >> n) in sha256_process() macro
/external/pcre/dist/sljit/
DsljitNativeX86_common.c228 #define SHR (/* SHIFT */ 5 << 3) macro
/external/valgrind/VEX/priv/
Dguest_ppc_toIR.c9535 #define SHR(value, by) binop( Iop_Shr32, value, mkU8( by ) ) macro
Dguest_arm64_toIR.c3520 #define SHR(_v128,_nbytes) \ macro