/openbmc/linux/arch/x86/lib/ |
H A D | checksum_32.S | 377 #define ROUND(x) \ macro
|
/openbmc/linux/arch/x86/crypto/ |
H A D | sm4-aesni-avx-asm_64.S | 188 #define ROUND(round, s0, s1, s2, s3) \ macro 276 #define ROUND(round, s0, s1, s2, s3, r0, r1, r2, r3) \ macro
|
H A D | sm4-aesni-avx2-asm_64.S | 182 #define ROUND(round, s0, s1, s2, s3, r0, r1, r2, r3) \ macro
|
/openbmc/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | tsc_msrs_test.c | 15 #define ROUND(x) ((x + UNITY / 2) & -UNITY) macro
|
/openbmc/linux/lib/crypto/ |
H A D | blake2s-generic.c | 78 #define ROUND(r) do { \ in blake2s_compress_generic() macro
|
H A D | des.c | 582 #define ROUND(L, R, A, B, K, d) \ macro
|
/openbmc/linux/crypto/ |
H A D | blowfish_common.c | 305 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); }) macro
|
H A D | blowfish_generic.c | 35 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); }) macro
|
H A D | blake2b_generic.c | 58 #define ROUND(r) \ macro
|
H A D | rmd160.c | 43 #define ROUND(a, b, c, d, e, f, k, x, s) { \ macro
|
/openbmc/u-boot/include/ |
H A D | common.h | 541 #define ROUND(a,b) (((a) + (b) - 1) & ~((b) - 1)) macro
|
H A D | image.h | 331 #define ROUND(a, b) (((a) + (b) - 1) & ~((b) - 1)) macro
|
/openbmc/linux/fs/ext4/ |
H A D | hash.c | 44 #define ROUND(f, a, b, c, d, x, s) \ macro
|
/openbmc/linux/drivers/gpu/drm/hisilicon/kirin/ |
H A D | dw_drm_dsi.c | 33 #define ROUND(x, y) ((x) / (y) + \ macro
|
/openbmc/qemu/target/arm/ |
H A D | vfp_helper.c | 456 #define VFP_CONV_FLOAT_FIX_ROUND(name, p, fsz, ftype, isz, itype, ROUND, suff) \ argument
|
/openbmc/qemu/target/arm/tcg/ |
H A D | mve_helper.c | 1250 #define WRAP_QRSHL_HELPER(FN, N, M, ROUND, satp) \ argument 1284 #define DO_VQDMLADH_OP(OP, ESIZE, TYPE, XCHG, ROUND, FN) \ in DO_2OP_SAT_S() argument
|
/openbmc/linux/drivers/gpu/drm/msm/adreno/ |
H A D | a2xx.xml.h | 183 ROUND = 1, enumerator
|