Symbol: R
headers/libs/agg/agg_blur.h
526
R = order_type::R,
headers/libs/agg/agg_blur.h
780
R = order_type::R,
headers/libs/agg/agg_color_rgba.h
34
struct order_rgb { enum rgb_e { R=0, G=1, B=2, rgb_tag }; }; //----order_rgb
headers/libs/agg/agg_color_rgba.h
35
struct order_bgr { enum bgr_e { B=0, G=1, R=2, rgb_tag }; }; //----order_bgr
headers/libs/agg/agg_color_rgba.h
36
struct order_rgba { enum rgba_e { R=0, G=1, B=2, A=3, rgba_tag }; }; //----order_rgba
headers/libs/agg/agg_color_rgba.h
37
struct order_argb { enum argb_e { A=0, R=1, G=2, B=3, rgba_tag }; }; //----order_argb
headers/libs/agg/agg_color_rgba.h
38
struct order_abgr { enum abgr_e { A=0, B=1, G=2, R=3, rgba_tag }; }; //----order_abgr
headers/libs/agg/agg_color_rgba.h
39
struct order_bgra { enum bgra_e { B=0, G=1, R=2, A=3, rgba_tag }; }; //----order_bgra
src/libs/compat/openbsd_wlan/crypto/sha2.c
121
#define R(b,x) ((x) >> (b))
src/libs/libsolv/solv/sha2.c
191
#define R(b,x) ((x) >> (b))
src/system/libroot/posix/crypt/crypto_scrypt_smix.cpp
104
#undef R
src/system/libroot/posix/crypt/crypto_scrypt_smix.cpp
78
#define R(a,b) (((a) << (b)) | ((a) >> (32 - (b))))
src/system/libroot/posix/glibc/include/arch/m68k/asm-syntax.h
31
#define R(r) R_(r)
src/system/libroot/posix/glibc/include/arch/m68k/asm-syntax.h
34
#define R(r) %/**/r
src/system/libroot/posix/glibc/include/arch/m68k/asm-syntax.h
43
#define R(r) r
src/system/libroot/posix/musl/math/acos.c
52
static double R(double z)
src/system/libroot/posix/musl/math/acosf.c
26
static float R(float z)
src/system/libroot/posix/musl/math/asin.c
59
static double R(double z)
src/system/libroot/posix/musl/math/asinf.c
27
static float R(float z)