/linux/lib/crypto/ |
H A D | sha1.c | 57 #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/tools/testing/selftests/bpf/progs/ |
H A D | test_global_func9.c | 11 struct C { struct 21 } map SEC(".maps"); argument
|
H A D | btf_dump_test_case_namespacing.c | 34 enum C { enum 37 C = 3, enumerator
|
H A D | test_verif_scale1.c | 20 #define C do { \ in balancer_ingress() macro
|
H A D | test_verif_scale3.c | 20 #define C do { \ in balancer_ingress() macro
|
H A D | test_verif_scale2.c | 20 #define C do { \ in balancer_ingress() macro
|
/linux/drivers/gpu/drm/i915/selftests/ |
H A D | i915_sw_fence.c | 98 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/Documentation/networking/ |
H A D | arcnet-hardware.rst | 2882 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/fs/netfs/ |
H A D | internal.h | 448 #define ASSERTIF(C, X) \ argument 457 #define ASSERTIFCMP(C, X, OP, Y) \ argument 472 #define ASSERTIF(C, X) do {} while (0) argument 473 #define ASSERTIFCMP(C, X, OP, Y) do {} while (0) argument
|
/linux/lib/zstd/common/ |
H A D | cpu.h | 97 #define C(name, bit) X(name, f1c, bit) macro 187 #define C(name, bit) X(name, f7c, bit) macro
|
/linux/arch/powerpc/crypto/ |
H A D | crc32-vpmsum_core.S | 59 #define VPERM(A, B, C, D) vperm A, B, C, D argument 61 #define VPERM(A, B, C, D) argument
|
/linux/drivers/pwm/ |
H A D | pwm-pca9685.c | 73 #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/tools/virtio/linux/ |
H A D | thread_info.h | 1 #define check_copy_size(A, B, C) (1) argument
|
/linux/virt/kvm/ |
H A D | async_pf.h | 21 #define kvm_async_pf_vcpu_init(C) do {} while (0) argument
|
/linux/arch/mips/include/asm/ |
H A D | bug.h | 34 #define BUG_ON(C) __BUG_ON((unsigned long)(C)) argument
|
/linux/Documentation/kbuild/ |
H A D | Kconfig.select-break | 30 config C config
|
/linux/arch/powerpc/perf/ |
H A D | e6500-pmu.c | 28 #define C(x) PERF_COUNT_HW_CACHE_##x macro
|
H A D | e500-pmu.c | 27 #define C(x) PERF_COUNT_HW_CACHE_##x macro
|
H A D | power8-pmu.c | 259 #define C(x) PERF_COUNT_HW_CACHE_##x macro
|
H A D | generic-compat-pmu.c | 178 #define C(x) PERF_COUNT_HW_CACHE_##x macro
|
/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/fs/cachefiles/ |
H A D | internal.h | 515 #define ASSERTIF(C, X) \ argument 524 #define ASSERTIFCMP(C, X, OP, Y) \ argument 539 #define ASSERTIF(C, X) do {} while (0) argument 540 #define ASSERTIFCMP(C, X, OP, Y) do {} while (0) argument
|
/linux/scripts/kconfig/tests/auto_submenu/ |
H A D | Kconfig | 47 config C config
|
/linux/drivers/nvdimm/ |
H A D | security.c | 508 #define C(a, b, c) a macro 511 #define C(a, b, c) { b, c } macro
|
/linux/drivers/scsi/isci/ |
H A D | remote_node_context.h | 133 #define C(a) SCI_##a macro
|