/openbmc/qemu/target/loongarch/ |
H A D | translate.h | 17 #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 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
|
/openbmc/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_scale2.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_scale1.c | 20 #define C do { \ in balancer_ingress() macro
|
/openbmc/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
|
/openbmc/u-boot/arch/x86/include/asm/fsp/ |
H A D | fsp_types.h | 46 #define SIGNATURE_32(A, B, C, D) \ argument 67 #define SIGNATURE_64(A, B, C, D, E, F, G, H) \ argument
|
/openbmc/linux/fs/fscache/ |
H A D | internal.h | 248 #define ASSERTIF(C, X) \ argument 257 #define ASSERTIFCMP(C, X, OP, Y) \ argument 272 #define ASSERTIF(C, X) do {} while (0) argument 273 #define ASSERTIFCMP(C, X, OP, Y) do {} while (0) argument
|
/openbmc/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
|
/openbmc/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
|
/openbmc/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
|
/openbmc/linux/tools/virtio/linux/ |
H A D | thread_info.h | 1 #define check_copy_size(A, B, C) (1) argument
|
/openbmc/linux/virt/kvm/ |
H A D | async_pf.h | 21 #define kvm_async_pf_vcpu_init(C) do {} while (0) argument
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | bug.h | 34 #define BUG_ON(C) __BUG_ON((unsigned long)(C)) argument
|
/openbmc/linux/Documentation/kbuild/ |
H A D | Kconfig.select-break | 30 config C config
|
/openbmc/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
|
/openbmc/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
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 55 # define gen_helper_tick_get_count(D, E, T, C) qemu_build_not_reached() argument 2482 #define avail_ALL(C) true argument 2484 # define avail_32(C) false argument 2485 # define avail_ASR17(C) false argument 2486 # define avail_CASA(C) true argument 2487 # define avail_DIV(C) true argument 2488 # define avail_MUL(C) true argument 2489 # define avail_POWERDOWN(C) false argument 2490 # define avail_64(C) true argument 2491 # define avail_FMAF(C) ((C)->def->features & CPU_FEATURE_FMAF) argument [all …]
|
/openbmc/linux/arch/ia64/lib/ |
H A D | memcpy_mck.S | 65 #define C (B + PREFETCH_DIST) macro 556 #define C r21 macro
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | COW.py | 46 class C(cls): class 172 class C(cls): class
|
/openbmc/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
|
/openbmc/u-boot/scripts/kconfig/tests/rand_nested_choice/ |
H A D | Kconfig | 14 config C config in choice958c7c010104""choice958c7c010204
|