/linux/drivers/comedi/drivers/ni_routing/tools/ |
H A D | convert_py_to_csv.py | 14 def iter_src_values(D): argument 17 def iter_src(D): argument 21 def create_csv(name, D, src_iter): argument
|
H A D | convert_csv_to_c.py | 17 def routedict_to_structinit_single(name, D, return_name=False): argument 63 def routedict_to_routelist_single(name, D, indent=1): argument [all...] |
/linux/lib/crypto/ |
H A D | sha1.c | 60 #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \ argument 66 #define T_0_15(t, A, B, C, D, E) SHA_ROUND(t, SHA_SRC, (((C^D)&B)^D) , 0x5a827999, A, B, C, D, E ) argument 67 #define T_16_19(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (((C^D)&B)^D) , argument 68 T_20_39(t,A,B,C,D,E) global() argument 69 T_40_59(t,A,B,C,D,E) global() argument 70 T_60_79(t,A,B,C,D,E) global() argument 92 __u32 A, B, C, D, E; sha1_transform() local [all...] |
/linux/crypto/ |
H A D | cast6_generic.c | 27 #define F1(D, r, m) ((I = ((m) + (D))), (I = rol32(I, (r))), \ argument 29 #define F2(D, r, m) ((I = ((m) ^ (D))), (I = rol32(I, (r))), \ argument 31 #define F3(D, r, m) ((I = ((m) - (D))), (I = rol32(I, (r))), \ argument
|
H A D | wp512.c | 1065 u8 D[64]; in wp384_finup() local 1077 u8 D[64]; in wp256_finup() local
|
H A D | khazad.c | 35 u64 D[KHAZAD_ROUNDS + 1]; member
|
H A D | anubis.c | 49 u32 D[ANUBIS_MAX_ROUNDS + 1][4]; member
|
/linux/drivers/block/drbd/ |
H A D | drbd_state.h | 51 #define _NS(D, T, S) \ argument 53 #define _NS2(D, T1, S1, T2, S2) \ argument 56 #define _NS3(D, T1, S1, T2, S2, T3, S3) \ argument
|
H A D | drbd_polymorph_printk.h | 9 #define DEFINE_DYNAMIC_DEBUG_METADATA(D, F) const char *D = F; ((void)D) argument 10 #define __dynamic_pr_debug(D, F, args...) do { (void)(D); if (0) printk(F, ## args); } while (0) argument 11 #define DYNAMIC_DEBUG_BRANCH(D) false argument
|
/linux/tools/laptop/dslm/ |
H A D | dslm.c | 19 #define D(x) x macro 21 #define D(x) macro
|
/linux/include/math-emu/ |
H A D | op-4.h | 29 #define _FP_FRAC_COPY_4(D,S) \ argument 615 #define _FP_FRAC_CONV_1_4(dfs, sfs, D, S) \ argument 625 #define _FP_FRAC_CONV_2_4(dfs, sfs, D, S) \ argument 677 _FP_FRAC_CONV_4_1(dfs,sfs,D,S) global() argument 684 _FP_FRAC_CONV_4_2(dfs,sfs,D,S) global() argument [all...] |
H A D | op-2.h | 29 #define _FP_FRAC_COPY_2(D,S) (D##_f0 = S##_f0, D##_f1 = S##_f1) argument 588 #define _FP_FRAC_CONV_1_2(dfs, sfs, D, S) \ argument 598 #define _FP_FRAC_CONV_2_1(dfs, sfs, D, S) \ argument
|
H A D | op-1.h | 29 #define _FP_FRAC_COPY_1(D,S) (D##_f = S##_f) argument 288 #define _FP_FRAC_CONV_1_1(dfs, sfs, D, S) \ argument
|
H A D | op-common.h | 829 #define FP_CONV(dfs,sfs,dwc,swc,D,S) \ argument
|
/linux/lib/crc/powerpc/ |
H A D | crc-vpmsum-template.S | 59 #define VPERM(A, B, C, D) vperm A, B, C, D argument 61 #define VPERM(A, B, C, D) argument
|
/linux/sound/soc/codecs/ |
H A D | rl6347a.h | 14 #define VERB_CMD(V, N, D) ((N << 20) | (V << 8) | D) argument
|
/linux/tools/testing/selftests/powerpc/benchmarks/ |
H A D | futex_bench.c | 18 #define futex(A, B, C, D, E, F) syscall(__NR_futex, A, B, C, D, E, F) argument
|
/linux/tools/perf/util/ |
H A D | dwarf-regs-powerpc.c | 14 #define PPC_D(D) ((D) & 0xfffe) argument
|
/linux/lib/zstd/common/ |
H A D | cpu.h | 129 #define D(name, bit) X(name, f1d, bit) macro [all...] |
/linux/lib/crypto/x86/ |
H A D | sha1-avx2-asm.S | 100 .set D, REG_D define 322 .set D, C define
|
H A D | sha1-ssse3-and-avx.S | 194 .set D, REG_D global() define [all...] |
/linux/scripts/gendwarfksyms/examples/ |
H A D | kabi_ex.h | 56 D, enumerator
|
/linux/arch/powerpc/math-emu/ |
H A D | math.c | 154 #define D 5 macro
|
/linux/drivers/pinctrl/sunplus/ |
H A D | sppctl_sp7021.c | 14 #define D(x, y) ((x) * 8 + (y)) macro [all...] |
/linux/lib/crypto/mips/ |
H A D | chacha-core.S | 182 #define AXR(A, B, C, D, K, L, M, N, V, W, Y, Z, S) \ argument
|