Home
last modified time | relevance | path

Searched defs:C (Results 1 – 25 of 83) sorted by relevance

1234

/linux/lib/crypto/
H A Dsha1.c61 #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \ argument
67 #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
68 #define T_16_19(t, A, B, C, D, E) SHA_ROUND(t, SHA_MIX, (((C^D)&B)^D) , 0x5a827999, A, B, C, argument
69 T_20_39(t,A,B,C,D,E) global() argument
70 T_40_59(t,A,B,C,D,E) global() argument
71 T_60_79(t,A,B,C,D,E) global() argument
93 __u32 A, B, C, D, E; sha1_transform() local
[all...]
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_global_func9.c11 struct C { struct
21 } map SEC(".maps"); argument
H A Dbtf_dump_test_case_namespacing.c34 enum C { enum
37 C = 3, enumerator
H A Dtest_verif_scale1.c20 #define C do { \ in balancer_ingress() macro
H A Dtest_verif_scale3.c20 #define C do { \ in balancer_ingress() macro
H A Dtest_verif_scale2.c20 #define C do { \ in balancer_ingress() macro
/linux/drivers/gpu/drm/i915/selftests/
H A Di915_sw_fence.c98 struct i915_sw_fence *A, *B, *C; in test_dag() local
225 struct i915_sw_fence *A, *B, *C; in test_ABC() local
305 struct i915_sw_fence *A, *B, *C; in test_AB_C() local
382 struct i915_sw_fence *A, *B, *C; in test_C_AB() local
/linux/fs/netfs/
H A Dinternal.h510 #define ASSERTIF(C, X) \ argument
519 #define ASSERTIFCMP(C, X, OP, Y) \ argument
534 #define ASSERTIF(C, X) do {} while (0) argument
535 #define ASSERTIFCMP(C, X, OP, Y) do {} while (0) argument
/linux/lib/zstd/common/
H A Dcpu.h98 #define C(name, bit) X(name, f1c, bit) macro
188 #define C(name, bit) X(name, f7c, bit) macro
/linux/lib/crc/powerpc/
H A Dcrc-vpmsum-template.S59 #define VPERM(A, B, C, D) vperm A, B, C, D argument
61 #define VPERM(A, B, C, D) argument
/linux/tools/virtio/linux/
H A Dthread_info.h1 #define check_copy_size(A, B, C) (1) argument
/linux/virt/kvm/
H A Dasync_pf.h21 #define kvm_async_pf_vcpu_init(C) do {} while (0) argument
/linux/arch/mips/include/asm/
H A Dbug.h34 #define BUG_ON(C) __BUG_ON((unsigned long)(C)) argument
/linux/Documentation/kbuild/
H A DKconfig.select-break30 config C config
/linux/arch/powerpc/perf/
H A De6500-pmu.c28 #define C(x) PERF_COUNT_HW_CACHE_##x macro
H A De500-pmu.c27 #define C(x) PERF_COUNT_HW_CACHE_##x macro
H A Dpower8-pmu.c259 #define C(x) PERF_COUNT_HW_CACHE_##x macro
H A Dgeneric-compat-pmu.c178 #define C(x) PERF_COUNT_HW_CACHE_##x macro
H A Dpower9-pmu.c330 #define C(x) PERF_COUNT_HW_CACHE_##x macro
/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/scripts/kconfig/tests/auto_submenu/
H A DKconfig47 config C config
/linux/drivers/nvdimm/
H A Dsecurity.c504 #define C(a, b, c) a macro
507 #define C(a, b, c) { b, c } macro
/linux/drivers/scsi/isci/
H A Dremote_node_context.h133 #define C(a) SCI_##a macro
/linux/arch/sh/kernel/cpu/sh4/
H A Dperf_event.c84 #define C(x) PERF_COUNT_HW_CACHE_##x macro
/linux/net/netfilter/ipvs/
H A Dip_vs_nfct.c62 ntohs((C)->cport), \ argument
[all...]

1234