Home
last modified time | relevance | path

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

123456

/openbmc/qemu/target/loongarch/
H A Dtranslate.h17 #define avail_ALL(C) true argument
18 #define avail_64(C) (FIELD_EX32((C)->cpucfg1, CPUCFG1, ARCH) == \ argument
20 #define avail_FP(C) (FIELD_EX32((C)->cpucfg2, CPUCFG2, FP)) argument
21 #define avail_FP_SP(C) (FIELD_EX32((C)->cpucfg2, CPUCFG2, FP_SP)) argument
22 #define avail_FP_DP(C) (FIELD_EX32((C)->cpucfg2, CPUCFG2, FP_DP)) argument
23 #define avail_LSPW(C) (FIELD_EX32((C)->cpucfg2, CPUCFG2, LSPW)) argument
24 #define avail_LAM(C) (FIELD_EX32((C)->cpucfg2, CPUCFG2, LAM)) argument
25 #define avail_LSX(C) (FIELD_EX32((C)->cpucfg2, CPUCFG2, LSX)) argument
26 #define avail_LASX(C) (FIELD_EX32((C)->cpucfg2, CPUCFG2, LASX)) argument
27 #define avail_IOCSR(C) (FIELD_EX32((C)->cpucfg1, CPUCFG1, IOCSR)) argument
/openbmc/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
/openbmc/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_scale2.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_scale1.c20 #define C do { \ in balancer_ingress() macro
/openbmc/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
/openbmc/u-boot/arch/x86/include/asm/fsp/
H A Dfsp_types.h46 #define SIGNATURE_32(A, B, C, D) \ argument
67 #define SIGNATURE_64(A, B, C, D, E, F, G, H) \ argument
/openbmc/qemu/target/nios2/
H A Dcpu.c140 #define WR_REG(C) cpu->cr_state[C].writable = -1 in realize_cr_status() argument
141 #define RO_REG(C) cpu->cr_state[C].readonly = -1 in realize_cr_status() argument
142 #define WR_FIELD(C, F) cpu->cr_state[C].writable |= R_##C##_##F##_MASK in realize_cr_status() argument
143 #define RO_FIELD(C, F) cpu->cr_state[C].readonly |= R_##C##_##F##_MASK in realize_cr_status() argument
/openbmc/linux/fs/fscache/
H 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
/openbmc/linux/lib/zstd/common/
H A Dcpu.h97 #define C(name, bit) X(name, f1c, bit) macro
187 #define C(name, bit) X(name, f7c, bit) macro
/openbmc/linux/Documentation/networking/
H 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
/openbmc/linux/arch/powerpc/crypto/
H 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
/openbmc/linux/tools/virtio/linux/
H A Dthread_info.h1 #define check_copy_size(A, B, C) (1) argument
/openbmc/linux/virt/kvm/
H A Dasync_pf.h21 #define kvm_async_pf_vcpu_init(C) do {} while (0) argument
/openbmc/linux/Documentation/kbuild/
H A DKconfig.select-break30 config C config
/openbmc/linux/arch/mips/include/asm/
H A Dbug.h34 #define BUG_ON(C) __BUG_ON((unsigned long)(C)) argument
/openbmc/linux/drivers/pwm/
H 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
/openbmc/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
/openbmc/u-boot/scripts/kconfig/tests/rand_nested_choice/
H A DKconfig14 config C config in choice958c7c010104""choice958c7c010204
/openbmc/linux/arch/ia64/lib/
H A Dmemcpy_mck.S65 #define C (B + PREFETCH_DIST) macro
556 #define C r21 macro
/openbmc/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
/openbmc/linux/scripts/kconfig/tests/auto_submenu/
H A DKconfig47 config C config

123456