/openbmc/linux/drivers/tty/serial/ |
H A D | sccnxp.c | 254 static int sccnxp_update_best_err(int a, int b, int *besterr) in sccnxp_update_best_err() argument 256 int err = abs(a - b); in sccnxp_update_best_err()
|
/openbmc/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mp-tqma8mpql-mba8mpxl.dts | 490 pcieclk: clock-generator@6a { 627 /* dual role is implemented, but not a full featured OTG */
|
H A D | imx8mq-librem5-devkit.dts | 521 sgtl5000: audio-codec@a { 555 accel-gyro@6a {
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | fpsimd.c | 638 u64 a = swab64(x); in arm64_cpu_to_le128() local 641 return ((__uint128_t)a << 64) | b; in arm64_cpu_to_le128()
|
/openbmc/linux/mm/ |
H A D | slab_common.c | 769 #define __KMALLOC_RANDOM_CONCAT(a, b) a ## b argument
|
H A D | zsmalloc.c | 122 #define MAX(a, b) ((a) >= (b) ? (a) : (b)) argument
|
/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/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/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()
|