Home
last modified time | relevance | path

Searched defs:D (Results 1 – 25 of 44) sorted by relevance

12

/linux/lib/crypto/
H A Dsha1.c57 #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \ argument
63 #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
64 #define T_16_19(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (((C^D)&B)^D) , 0x5a827999, A, B, C, D, E ) argument
65 #define T_20_39(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (B^C^D) , 0x6ed9eba1, A, B, C, D, E ) argument
66 #define T_40_59(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, ((B&C)+(D&(B^C))) , 0x8f1bbcdc, A, B, C, D,… argument
67 #define T_60_79(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (B^C^D) , 0xca62c1d6, A, B, C, D, E ) argument
89 __u32 A, B, C, D, E; in sha1_transform() local
/linux/drivers/comedi/drivers/ni_routing/tools/
H A Dconvert_py_to_csv.py14 def iter_src_values(D): argument
17 def iter_src(D): argument
21 def create_csv(name, D, src_iter): argument
H A Dconvert_csv_to_c.py17 def routedict_to_structinit_single(name, D, return_name=False): argument
63 def routedict_to_routelist_single(name, D, indent=1): argument
/linux/drivers/block/drbd/
H A Ddrbd_state.h51 #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 Ddrbd_polymorph_printk.h9 #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 Ddslm.c19 #define D(x) x macro
21 #define D(x) macro
/linux/include/math-emu/
H A Dop-4.h29 #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 #define _FP_FRAC_CONV_4_1(dfs, sfs, D, S) \ argument
684 #define _FP_FRAC_CONV_4_2(dfs, sfs, D, S) \ argument
H A Dop-2.h29 #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 Dop-1.h29 #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 Dop-common.h829 #define FP_CONV(dfs,sfs,dwc,swc,D,S) \ argument
/linux/crypto/
H A Dwp512.c1065 u8 D[64]; in wp384_finup() local
1077 u8 D[64]; in wp256_finup() local
/linux/sound/soc/codecs/
H A Drl6347a.h14 #define VERB_CMD(V, N, D) ((N << 20) | (V << 8) | D) argument
H A Drt286.h12 #define VERB_CMD(V, N, D) ((N << 20) | (V << 8) | D) argument
H A Drt274.h12 #define VERB_CMD(V, N, D) ((N << 20) | (V << 8) | D) argument
H A Drt298.h12 #define VERB_CMD(V, N, D) ((N << 20) | (V << 8) | D) argument
/linux/tools/testing/selftests/powerpc/benchmarks/
H A Dfutex_bench.c18 #define futex(A, B, C, D, E, F) syscall(__NR_futex, A, B, C, D, E, F) argument
/linux/lib/zstd/common/
H A Dcpu.h129 #define D(name, bit) X(name, f1d, bit) macro
/linux/arch/x86/crypto/
H A Dsha1_avx2_x86_64_asm.S103 .set D, REG_D define
325 .set D, C define
H A Dsha1_ssse3_asm.S195 .set D, REG_D define
/linux/scripts/gendwarfksyms/examples/
H A Dkabi_ex.h56 D, enumerator
/linux/arch/powerpc/math-emu/
H A Dmath.c154 #define D 5 macro
/linux/drivers/pinctrl/sunplus/
H A Dsppctl_sp7021.c14 #define D(x, y) ((x) * 8 + (y)) macro
/linux/drivers/crypto/
H A Dpadlock-aes.c69 u32 *D; member
/linux/drivers/net/wireless/broadcom/b43legacy/
H A Dradio.c1381 #define LPD(L, P, D) (((L) << 2) | ((P) << 1) | ((D) << 0)) argument
/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_syntax.c16 D = 4294967295, enumerator

12