Home
last modified time | relevance | path

Searched defs:G (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/linux/lib/crypto/
H A Dblake2s-generic.c67 #define G(r, i, a, b, c, d) do { \ in blake2s_compress_generic() macro
/openbmc/u-boot/arch/x86/include/asm/fsp/
H A Dfsp_types.h67 #define SIGNATURE_64(A, B, C, D, E, F, G, H) \ argument
/openbmc/u-boot/scripts/kconfig/tests/warn_recursive_dep/
H A DKconfig59 config G config
/openbmc/linux/scripts/kconfig/tests/err_recursive_dep/
H A DKconfig60 config G config
/openbmc/linux/crypto/
H A Dblake2b_generic.c46 #define G(r,i,a,b,c,d) \ macro
H A Dmd4.c53 static inline u32 G(u32 x, u32 y, u32 z) in G() function
/openbmc/linux/fs/smb/common/
H A Dcifs_md4.c40 static inline u32 G(u32 x, u32 y, u32 z) in G() function
/openbmc/linux/arch/x86/kernel/
H A Didt.c20 #define G(_vector, _addr, _ist, _type, _dpl, _segment) \ macro
/openbmc/u-boot/lib/
H A Dsha256.c62 uint32_t A, B, C, D, E, F, G, H; in sha256_process() local
/openbmc/linux/fs/ext4/
H A Dhash.c35 #define G(x, y, z) (((x) & (y)) + (((x) ^ (y)) & (z))) macro
/openbmc/linux/include/linux/
H A Dmpi.h208 MPI_POINT G; /* Base point (generator). */ member
/openbmc/linux/scripts/mod/
H A Dsumversion.c57 static inline uint32_t G(uint32_t x, uint32_t y, uint32_t z) in G() function
/openbmc/ipmitool/src/plugins/lan/
H A Dmd5.c228 #define G(x, y, z) (((x) & (z)) | ((y) & ~(z))) in md5_process() macro
/openbmc/linux/arch/x86/crypto/
H A Dtwofish-avx-x86_64-asm_64.S104 #define G(gi1, gi2, x, t0, t1, t2, t3) \ macro
/openbmc/qemu/hw/display/
H A Dexynos4210_fimd.c377 #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 Dexynos4210.c267 #define IRQNO(G, B) EXYNOS4210_COMBINER_GET_IRQ_NUM(G, B) argument
/openbmc/qemu/target/mips/
H A Dinternal.h126 unsigned int G:1; member
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_syntax.c24 G = 1, enumerator
/openbmc/linux/drivers/usb/serial/
H A Diuu_phoenix.c309 unsigned int G, unsigned int B, u8 f) in iuu_led()
/openbmc/linux/drivers/staging/media/av7110/
H A Dav7110_hw.c929 static u32 RGB2YUV(u16 R, u16 G, u16 B) in RGB2YUV()
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dpush.h252 #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 Dtlb_helper.c120 bool EHINV, G, V0, D0, V1, D1, XI0, XI1, RI0, RI1; in r4k_helper_tlbwi() local
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c130 #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 Dec.c1091 #define G (ctx->t.scratch[6]) in add_points_edwards() macro
/openbmc/linux/drivers/media/i2c/
H A Dadv7842.c1300 u8 G = (ctrl->val & 0x00ff00) >> 8; in adv7842_s_ctrl() local

12