/openbmc/qemu/hw/arm/ |
H A D | virt-acpi-build.c | 261 static int iort_idmap_compare(gconstpointer a, gconstpointer b) in iort_idmap_compare() argument 263 AcpiIortIdMapping *idmap_a = (AcpiIortIdMapping *)a; in iort_idmap_compare()
|
/openbmc/qemu/tests/qtest/ |
H A D | vhost-user-test.c | 308 uint32_t a = qtest_readb(qts, s->memory.regions[i].guest_phys_addr + j); in read_guest_mem_server() local 311 g_assert_cmpint(a, ==, b); in read_guest_mem_server()
|
/openbmc/u-boot/arch/x86/dts/microcode/ |
H A D | m12206a7_00000029.dtsi | 15 * which is a reversible, bit-exact translation of binary representation to ASCII or 31 * This is a device tree fragment. Use #include to add these properties to a
|
/openbmc/linux/mm/ |
H A D | zsmalloc.c | 122 #define MAX(a, b) ((a) >= (b) ? (a) : (b)) argument
|
/openbmc/linux/samples/bpf/ |
H A D | xdp_sample_user.c | 1488 static void swap(struct stats_record **a, struct stats_record **b) in swap() argument 1492 tmp = *a; in swap() 1493 *a = *b; in swap()
|
/openbmc/linux/drivers/gpu/drm/i915/gvt/ |
H A D | scheduler.c | 1610 #define same_context(a, b) (((a)->context_id == (b)->context_id) && \ argument 1611 ((a)->lrca == (b)->lrca))
|
/openbmc/linux/drivers/perf/ |
H A D | arm-ccn.c | 604 static int arm_ccn_pmu_type_eq(u32 a, u32 b) in arm_ccn_pmu_type_eq() argument 606 if (a == b) in arm_ccn_pmu_type_eq() 609 switch (a) { in arm_ccn_pmu_type_eq()
|
/openbmc/linux/arch/arm/boot/dts/allwinner/ |
H A D | sun4i-a10.dtsi | 7 * licensing only applies to this file, and not this project as a 10 * a) This library is free software; you can redistribute it and/or 23 * obtaining a copy of this software and associated documentation
|
/openbmc/linux/tools/perf/util/ |
H A D | pmu.c | 1690 static int sub_non_neg(int a, int b) in sub_non_neg() argument 1692 if (b > a) in sub_non_neg() 1694 return a - b; in sub_non_neg()
|
/openbmc/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_hdmi.c | 95 #define INIT_ARRAY_SPEC(a) { .count = ARRAY_SIZE(a), .data = a } argument
|
/openbmc/linux/tools/testing/selftests/net/openvswitch/ |
H A D | ovs-dpctl.py | 1914 a = ovsactions() 1915 a.parse(actstr) 1916 self["attrs"].append(["OVS_FLOW_ATTR_ACTIONS", a])
|
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/ |
H A D | main.h | 159 #define MWIFIEX_ALIGN_ADDR(p, a) (((long)(p) + (a) - 1) & ~((a) - 1)) argument
|
/openbmc/linux/kernel/trace/ |
H A D | trace_osnoise.c | 706 #define timerlat_save_stack(a) do {} while (0) argument 715 #define time_sub(a, b) ((a) - (b)) argument
|
/openbmc/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-bmc-ibm-rainier.dts | 339 tmp275@4a { 518 tmp275@4a { 1301 tmp275@4a {
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | iotests.py | 1239 def check_equal_or_none(a, b): argument 1240 return a is None or b is None or a == b
|
/openbmc/linux/Documentation/netlink/specs/ |
H A D | ethtool.yaml | 891 name-prefix: ethtool-a-podl-pse- 895 name-prefix: ethtool-a-podl-pse- 899 name-prefix: ethtool-a-podl-pse-
|
/openbmc/linux/arch/m68k/ifpsp060/src/ |
H A D | ftest.S | 23 You are hereby granted a copyright license to use, modify, and distribute the SOFTWARE 825 # This test will take a non-maskable overflow directly. 980 # This test will take a non-maskable underflow directly. 1280 # a denormalized number
|
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
H A D | rv32-cargo-rustix-0.38.19-fix.patch | 12 --- a/vendor/rustix-0.38.19/src/backend/libc/termios/syscalls.rs 34 --- a/vendor/rustix-0.38.19/.cargo-checksum.json 40 --- a/vendor/rustix-0.38.19/src/fs/ioctl.rs 60 --- a/vendor/rustix-0.38.19/src/backend/libc/c.rs
|
/openbmc/linux/net/netfilter/ |
H A D | nf_conntrack_core.c | 490 unsigned long a, b, c, d; in nf_ct_get_id() local 494 a = (unsigned long)ct; in nf_ct_get_id() 501 return siphash_4u64((u64)a, (u64)b, (u64)c, (u64)d, &ct_id_seed); in nf_ct_get_id() 503 return siphash_4u32((u32)a, (u32)b, (u32)c, (u32)d, &ct_id_seed); in nf_ct_get_id()
|
/openbmc/linux/drivers/mtd/nand/raw/gpmi-nand/ |
H A D | gpmi-nand.c | 1369 unsigned char *a; in block_mark_swapping() local 1384 a = auxiliary; in block_mark_swapping() 1395 from_oob = a[0]; in block_mark_swapping() 1398 a[0] = from_data; in block_mark_swapping()
|
/openbmc/linux/drivers/crypto/hisilicon/hpre/ |
H A D | hpre_crypto.c | 1276 void *a = ctx->ecdh.p + shifta - cur_sz; in hpre_ecdh_fill_curve() local 1291 fill_curve_param(a, curve->a, cur_sz, curve->g.ndigits); in hpre_ecdh_fill_curve() 1700 fill_curve_param(p + sz, curve->a, len, curve->g.ndigits); in hpre_curve25519_fill_curve()
|
/openbmc/linux/arch/mips/net/ |
H A D | bpf_jit_comp32.c | 516 static u64 jit_mod64(u64 a, u64 b) in jit_mod64() argument 520 div64_u64_rem(a, b, &rem); in jit_mod64() 791 static s64 jit_xchg64(s64 a, atomic64_t *v) in jit_xchg64() argument 793 return atomic64_xchg(v, a); in jit_xchg64()
|
/openbmc/linux/kernel/sched/ |
H A D | deadline.c | 595 static inline bool __pushable_less(struct rb_node *a, const struct rb_node *b) in __pushable_less() argument 597 return dl_entity_preempt(&__node_2_pdl(a)->dl, &__node_2_pdl(b)->dl); in __pushable_less() 1518 static inline bool __dl_less(struct rb_node *a, const struct rb_node *b) in __dl_less() argument 1520 return dl_time_before(__node_2_dle(a)->deadline, __node_2_dle(b)->deadline); in __dl_less()
|
/openbmc/qemu/ |
H A D | MAINTAINERS | 6 have a question about a particular subset and also to provide a set of names 7 to be CC'd when submitting a patch to obtain appropriate review. 9 In general, if you have a question about inclusion of a patch, you should 15 Maintainers are looking after a certain area and must be CCed on 29 Odd Fixes: It has a maintainer but they don't have time to do 34 it has been replaced by a better system and you 48 K: Keyword perl extended regex pattern to match content in a 78 F: docs/devel/submitting-a-patch.rst 79 F: docs/devel/submitting-a-pull-request.rst 207 F: hw/cpu/a*mpcore.c [all …]
|
/openbmc/linux/drivers/scsi/ |
H A D | hpsa.c | 995 u32 a; in next_command() local 1009 a = FIFO_EMPTY; in next_command() 1016 return a; in next_command() 1462 (a)[7] == (b)[7] && \ 1463 (a)[6] == (b)[6] && \ 1464 (a)[5] == (b)[5] && \ 1465 (a)[4] == (b)[4] && \ 1466 (a)[3] == (b)[3] && \ 1467 (a)[2] == (b)[2] && \ 1468 (a)[1] == (b)[1] && \ [all …]
|