Home
last modified time | relevance | path

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

12345

/linux-6.3-rc2/lib/crypto/
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-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dtest_global_func9.c11 struct C { struct
21 } map SEC(".maps"); argument
A Dbtf_dump_test_case_namespacing.c34 enum C { enum
37 C = 3, enumerator
A Dtest_verif_scale1.c20 #define C do { \ in balancer_ingress() macro
A Dtest_verif_scale2.c20 #define C do { \ in balancer_ingress() macro
A Dtest_verif_scale3.c20 #define C do { \ in balancer_ingress() macro
/linux-6.3-rc2/drivers/gpu/drm/i915/selftests/
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-6.3-rc2/fs/fscache/
A Dinternal.h250 #define ASSERTIF(C, X) \ argument
259 #define ASSERTIFCMP(C, X, OP, Y) \ argument
274 #define ASSERTIF(C, X) do {} while (0) argument
275 #define ASSERTIFCMP(C, X, OP, Y) do {} while (0) argument
/linux-6.3-rc2/Documentation/networking/
A Darcnet-hardware.rst2882 Setting the Node ID
2924 Setting the I/O Base Address
2944 Setting the Base Memory (RAM) buffer Address
2971 Setting the Interrupt Line
2986 Setting the Timeout Parameters
/linux-6.3-rc2/lib/zstd/common/
A Dcpu.h97 #define C(name, bit) X(name, f1c, bit) macro
187 #define C(name, bit) X(name, f7c, bit) macro
/linux-6.3-rc2/arch/powerpc/crypto/
A Dcrc32-vpmsum_core.S59 #define VPERM(A, B, C, D) vperm A, B, C, D argument
61 #define VPERM(A, B, C, D) argument
/linux-6.3-rc2/tools/virtio/linux/
A Dthread_info.h1 #define check_copy_size(A, B, C) (1) argument
/linux-6.3-rc2/drivers/pwm/
A Dpwm-pca9685.c73 #define REG_ON_H(C) ((C) >= PCA9685_MAXCHAN ? PCA9685_ALL_LED_ON_H : LED_N_ON_H((C))) argument
74 #define REG_ON_L(C) ((C) >= PCA9685_MAXCHAN ? PCA9685_ALL_LED_ON_L : LED_N_ON_L((C))) argument
75 #define REG_OFF_H(C) ((C) >= PCA9685_MAXCHAN ? PCA9685_ALL_LED_OFF_H : LED_N_OFF_H((C))) argument
76 #define REG_OFF_L(C) ((C) >= PCA9685_MAXCHAN ? PCA9685_ALL_LED_OFF_L : LED_N_OFF_L((C))) argument
/linux-6.3-rc2/virt/kvm/
A Dasync_pf.h21 #define kvm_async_pf_vcpu_init(C) do {} while (0) argument
/linux-6.3-rc2/Documentation/kbuild/
A DKconfig.select-break30 config C config
/linux-6.3-rc2/arch/mips/include/asm/
A Dbug.h34 #define BUG_ON(C) __BUG_ON((unsigned long)(C)) argument
/linux-6.3-rc2/arch/ia64/lib/
A Dmemcpy_mck.S65 #define C (B + PREFETCH_DIST) macro
556 #define C r21 macro
A Dcopy_page_mck.S97 #define C (B + PREFETCH_DIST) macro
/linux-6.3-rc2/arch/powerpc/perf/
A De6500-pmu.c28 #define C(x) PERF_COUNT_HW_CACHE_##x macro
A De500-pmu.c27 #define C(x) PERF_COUNT_HW_CACHE_##x macro
A Dpower8-pmu.c259 #define C(x) PERF_COUNT_HW_CACHE_##x macro
/linux-6.3-rc2/scripts/kconfig/tests/auto_submenu/
A DKconfig47 config C config
/linux-6.3-rc2/tools/testing/selftests/powerpc/benchmarks/
A Dfutex_bench.c18 #define futex(A, B, C, D, E, F) syscall(__NR_futex, A, B, C, D, E, F) argument
/linux-6.3-rc2/fs/cachefiles/
A Dinternal.h450 #define ASSERTIF(C, X) \ argument
459 #define ASSERTIFCMP(C, X, OP, Y) \ argument
474 #define ASSERTIF(C, X) do {} while (0) argument
475 #define ASSERTIFCMP(C, X, OP, Y) do {} while (0) argument
/linux-6.3-rc2/scripts/
A Dparse-maintainers.pl45 C: URI for chat label

Completed in 41 milliseconds

12345