Home
last modified time | relevance | path

Searched defs:SHR (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmpegaudiodec_float.c31 #define SHR(a,b) ((a)*(1.0f/(1<<(b)))) macro
H A Dmpegaudiodec_fixed.c30 #define SHR(a,b) (((int)(a))>>(b)) macro
H A Dmpegaudiodsp_template.c49 #define SHR(a,b) ((a)*(1.0f/(1<<(b)))) macro
69 # define SHR(a,b) (((int)(a))>>(b)) macro
/third_party/FreeBSD/sys/crypto/sha2/
H A Dsha256c.c102 #define SHR(x, n) (x >> n) macro
/third_party/pulseaudio/speex/libspeexdsp/
H A Dfixed_generic.h59 #define SHR(a,shift) ((a) >> (shift)) macro
[all...]
H A Darch.h173 #define SHR(a,shift) (a) macro
/third_party/mbedtls/library/
H A Dsha512.c610 #define SHR(x, n) ((x) >> (n)) in mbedtls_internal_sha512_process_c() macro
H A Dsha256.c457 #define SHR(x, n) (((x) & 0xFFFFFFFF) >> (n)) macro
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeX86_common.c254 #define SHR (/* SHIFT */ 5 << 3) macro

Completed in 10 milliseconds