Symbol: G
headers/libs/agg/agg_blur.h
527
G = order_type::G,
headers/libs/agg/agg_blur.h
781
G = order_type::G,
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/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/sample/tx_schedules.h
118
#define G(_r) \
src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_rate/sample/tx_schedules.h
199
#undef G
src/add-ons/mail_daemon/inbound_protocols/pop3/md5c.c
69
#define G(x, y, z) (((x) & (z)) | ((y) & (~z)))
src/add-ons/mail_daemon/outbound_protocols/smtp/md5c.c
69
#define G(x, y, z) (((x) & (z)) | ((y) & (~z)))
src/bin/network/ftpd/md5c.c
98
#define G(x, y, z) (((x) & (z)) | ((y) & (~z)))
src/bin/unzip/globals.h
392
# define G (*(Uz_Globs *)pG)
src/kits/shared/md5.cpp
52
#define G(x, y, z) ((y) ^ ((z) & ((x) ^ (y))))
src/libs/compat/freebsd_iflib/md5c.c
99
#define G(x, y, z) (((x) & (z)) | ((y) & (~z)))
src/libs/libsolv/solv/md5.c
29
#define G(x, y, z) ((y) ^ ((z) & ((x) ^ (y))))
src/system/kernel/util/Random.cpp
21
#define G(x, y, z) (((x) & (y)) | ((x) & (z)) | ((y) & (z)))
src/system/libnetwork/netresolv/dst/md5_locl.h
161
#define G(x,y,z) ((((x) ^ (y)) & (z)) ^ (y))
src/system/libroot/posix/musl/math/powl.c
177
#define G W