/openbmc/linux/lib/crypto/ |
H A D | blake2s-generic.c | 67 #define G(r, i, a, b, c, d) do { \ in blake2s_compress_generic() macro
|
/openbmc/u-boot/arch/x86/include/asm/fsp/ |
H A D | fsp_types.h | 67 #define SIGNATURE_64(A, B, C, D, E, F, G, H) \ argument
|
/openbmc/u-boot/scripts/kconfig/tests/warn_recursive_dep/ |
H A D | Kconfig | 59 config G config
|
/openbmc/linux/scripts/kconfig/tests/err_recursive_dep/ |
H A D | Kconfig | 60 config G config
|
/openbmc/linux/crypto/ |
H A D | blake2b_generic.c | 46 #define G(r,i,a,b,c,d) \ macro
|
H A D | md4.c | 53 static inline u32 G(u32 x, u32 y, u32 z) in G() function
|
/openbmc/linux/fs/smb/common/ |
H A D | cifs_md4.c | 40 static inline u32 G(u32 x, u32 y, u32 z) in G() function
|
/openbmc/linux/arch/x86/kernel/ |
H A D | idt.c | 20 #define G(_vector, _addr, _ist, _type, _dpl, _segment) \ macro
|
/openbmc/u-boot/lib/ |
H A D | sha256.c | 62 uint32_t A, B, C, D, E, F, G, H; in sha256_process() local
|
/openbmc/linux/fs/ext4/ |
H A D | hash.c | 35 #define G(x, y, z) (((x) & (y)) + (((x) ^ (y)) & (z))) macro
|
/openbmc/linux/include/linux/ |
H A D | mpi.h | 208 MPI_POINT G; /* Base point (generator). */ member
|
/openbmc/linux/scripts/mod/ |
H A D | sumversion.c | 57 static inline uint32_t G(uint32_t x, uint32_t y, uint32_t z) in G() function
|
/openbmc/ipmitool/src/plugins/lan/ |
H A D | md5.c | 228 #define G(x, y, z) (((x) & (z)) | ((y) & ~(z))) in md5_process() macro
|
/openbmc/linux/arch/x86/crypto/ |
H A D | twofish-avx-x86_64-asm_64.S | 104 #define G(gi1, gi2, x, t0, t1, t2, t3) \ macro
|
/openbmc/qemu/hw/display/ |
H A D | exynos4210_fimd.c | 377 #define DEF_PIXEL_TO_RGB_A1(N, R, G, B) \ argument 400 #define DEF_PIXEL_TO_RGB_A0(N, R, G, B) \ argument 420 #define DEF_PIXEL_TO_RGB_A(N, R, G, B, A) \ argument
|
/openbmc/qemu/hw/arm/ |
H A D | exynos4210.c | 267 #define IRQNO(G, B) EXYNOS4210_COMBINER_GET_IRQ_NUM(G, B) argument
|
/openbmc/qemu/target/mips/ |
H A D | internal.h | 126 unsigned int G:1; member
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | btf_dump_test_case_syntax.c | 24 G = 1, enumerator
|
/openbmc/linux/drivers/usb/serial/ |
H A D | iuu_phoenix.c | 309 unsigned int G, unsigned int B, u8 f) in iuu_led()
|
/openbmc/linux/drivers/staging/media/av7110/ |
H A D | av7110_hw.c | 929 static u32 RGB2YUV(u16 R, u16 G, u16 B) in RGB2YUV()
|
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | push.h | 252 #define PUSH_(A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,IMPL,...) IMPL argument 343 #define PUSH_NV_(A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,IMPL,...) IMPL argument
|
/openbmc/qemu/target/mips/tcg/sysemu/ |
H A D | tlb_helper.c | 120 bool EHINV, G, V0, D0, V1, D1, XI0, XI1, RI0, RI1; in r4k_helper_tlbwi() local
|
/openbmc/qemu/target/arm/tcg/ |
H A D | sve_helper.c | 130 #define DO_AND(N, M, G) (((N) & (M)) & (G)) argument 131 #define DO_BIC(N, M, G) (((N) & ~(M)) & (G)) argument 132 #define DO_EOR(N, M, G) (((N) ^ (M)) & (G)) argument 133 #define DO_ORR(N, M, G) (((N) | (M)) & (G)) argument 134 #define DO_ORN(N, M, G) (((N) | ~(M)) & (G)) argument 135 #define DO_NOR(N, M, G) (~((N) | (M)) & (G)) argument 136 #define DO_NAND(N, M, G) (~((N) & (M)) & (G)) argument 137 #define DO_SEL(N, M, G) (((N) & (G)) | ((M) & ~(G))) argument
|
/openbmc/linux/lib/crypto/mpi/ |
H A D | ec.c | 1091 #define G (ctx->t.scratch[6]) in add_points_edwards() macro
|
/openbmc/linux/drivers/media/i2c/ |
H A D | adv7842.c | 1300 u8 G = (ctrl->val & 0x00ff00) >> 8; in adv7842_s_ctrl() local
|