Home
last modified time | relevance | path

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

12345

/linux/lib/
A Dsha1.c55 #define SHA_ROUND(t, input, fn, constant, A, B, C, D, E) do { \ argument
60 #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
61 #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
62 #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
63 #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
64 #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
86 __u32 A, B, C, D, E; in sha1_transform() local
/linux/tools/testing/selftests/bpf/progs/
A Dtest_global_func9.c10 struct C { struct
20 } map SEC(".maps"); argument
A Dbtf_dump_test_case_namespacing.c34 enum C { enum
37 C = 3, enumerator
A Dtest_verif_scale2.c20 #define C do { \ in balancer_ingress() macro
A Dtest_verif_scale3.c20 #define C do { \ in balancer_ingress() macro
A Dtest_verif_scale1.c20 #define C do { \ in balancer_ingress() macro
/linux/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/fs/fscache/
A Dinternal.h434 #define ASSERTIF(C, X) \ argument
443 #define ASSERTIFCMP(C, X, OP, Y) \ argument
458 #define ASSERTIF(C, X) do {} while (0) argument
459 #define ASSERTIFCMP(C, X, OP, Y) do {} while (0) argument
/linux/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/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/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/tools/virtio/linux/
A Dthread_info.h1 #define check_copy_size(A, B, C) (1) argument
/linux/virt/kvm/
A Dasync_pf.h21 #define kvm_async_pf_vcpu_init(C) do {} while (0) argument
/linux/Documentation/kbuild/
A DKconfig.select-break30 config C config
/linux/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/arch/mips/include/asm/
A Dbug.h34 #define BUG_ON(C) __BUG_ON((unsigned long)(C)) argument
/linux/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.c249 #define C(x) PERF_COUNT_HW_CACHE_##x macro
/linux/fs/cachefiles/
A Dinternal.h323 #define ASSERTIF(C, X) \ argument
332 #define ASSERTIFCMP(C, X, OP, Y) \ argument
347 #define ASSERTIF(C, X) do {} while (0) argument
348 #define ASSERTIFCMP(C, X, OP, Y) do {} while (0) argument
/linux/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/scripts/kconfig/tests/auto_submenu/
A DKconfig47 config C config
/linux/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/scripts/
A Dparse-maintainers.pl45 C: URI for chat label

Completed in 45 milliseconds

12345