/openbmc/u-boot/scripts/ |
H A D | checkpatch.pl | 899 foreach (sort { lc($a) cmp lc($b) } keys(%camelcase)) { 2491 (($line =~ m@^\s+diff\b.*a/[\w/]+@ && 2492 $line =~ m@^\s+diff\b.*a/([\w/]+)\s+b/$1\b@) || 4179 my $a = ''; 4180 $a = 'V' if ($elements[$n] ne ''); 4181 $a = 'W' if ($elements[$n] =~ /\s$/); 4182 $a = 'C' if ($elements[$n] =~ /$;$/); 4183 $a = 'B' if ($elements[$n] =~ /(\[|\()$/); 4184 $a = 'O' if ($elements[$n] eq ''); 4185 $a = 'E' if ($ca =~ /^\s*$/); [all …]
|
/openbmc/qemu/target/i386/tcg/ |
H A D | emit.c.inc | 18 * You should have received a copy of the GNU Lesser General Public 1205 /* Re-use the carry-out from a previous round? */ 1464 * CC_DST alone, setting CC_SRC, and using a CC_OP_SAR of the 1710 /* Try again if there was actually a store to make. */ 1714 /* Store old value to registers only after a successful store. */ 2087 /* Variant that only needs a 32-bit widening multiply. */ 3420 * Just like a regular rotation, the result of the rotation is composed 3421 * from a right shifted part and a left shifted part of s->T0. The new carry 3428 * a XOR, and that is commutative unlike subtraction. 3598 /* NOTE: keeping EIP updated is not a problem in case of [all …]
|
/openbmc/u-boot/arch/x86/dts/microcode/ |
H A D | m0220661105_cv.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/u-boot/arch/arm/dts/ |
H A D | r8a7790-lager.dts | 238 type = "a"; 255 type = "a"; 318 * with a fallback to GPIO also provided.
|
H A D | armada-375.dtsi | 11 * licensing only applies to this file, and not this project as a 14 * a) This file is free software; you can redistribute it and/or 27 * obtaining a copy of this software and associated documentation
|
/openbmc/openbmc-test-automation/ |
H A D | README.md | 215 - Execute a test suite: 277 - No preset environment variables, one test case from a test suite: 378 Example using tox testing a test suite for 5 iterations "witherspoon":
|
/openbmc/linux/tools/testing/nvdimm/test/ |
H A D | ndtest.c | 649 struct attribute *a, int n) in ndtest_nvdimm_attr_visible() argument 655 if (a == &dev_attr_format1.attr && dimm->num_formats <= 1) in ndtest_nvdimm_attr_visible() 658 return a->mode; in ndtest_nvdimm_attr_visible()
|
/openbmc/linux/drivers/media/usb/dvb-usb/ |
H A D | az6027.c | 735 static int az6027_ci_init(struct dvb_usb_adapter *a) in az6027_ci_init() argument 737 struct dvb_usb_device *d = a->dev; in az6027_ci_init() 756 ret = dvb_ca_en50221_init(&a->dvb_adap, in az6027_ci_init()
|
/openbmc/linux/arch/arm/boot/dts/allwinner/ |
H A D | sun8i-v3s.dtsi | 7 * licensing only applies to this file, and not this project as a 10 * a) This file is free software; you can redistribute it and/or 23 * obtaining a copy of this software and associated documentation
|
/openbmc/linux/arch/powerpc/boot/dts/ |
H A D | katmai.dts | 351 * to avoid putting a node for it in the tree, so the numbers 392 * to avoid putting a node for it in the tree, so the numbers 433 * to avoid putting a node for it in the tree, so the numbers
|
/openbmc/linux/tools/perf/util/ |
H A D | jitdump.c | 66 #define hmax(a, b) ((a) > (b) ? (a) : (b)) argument
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | dm816x.dtsi | 53 * XXX: Use a flat representation of the dm816x interconnect. 56 * for the moment, just use a fake OCP bus entry to represent 555 /* NOTE: USB needs a transceiver driver for phys to work */
|
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_ieee80211.c | 1111 u8 a = ACT_PUBLIC_MAX; in rtw_action_frame_parse() local 1127 a = frame_body[1]; in rtw_action_frame_parse() 1133 *action = a; in rtw_action_frame_parse()
|
/openbmc/linux/arch/arm/boot/dts/renesas/ |
H A D | r8a7791-koelsch.dts | 115 key-a { 276 type = "a"; 293 type = "a";
|
H A D | r8a7790-lager.dts | 242 type = "a"; 259 type = "a"; 322 * with a fallback to GPIO also provided.
|
/openbmc/linux/arch/arm64/boot/dts/intel/ |
H A D | socfpga_agilex.dtsi | 155 compatible = "altr,socfpga-stmmac-a10-s10", "snps,dwmac-3.74a", "snps,dwmac"; 173 compatible = "altr,socfpga-stmmac-a10-s10", "snps,dwmac-3.74a", "snps,dwmac"; 191 compatible = "altr,socfpga-stmmac-a10-s10", "snps,dwmac-3.74a", "snps,dwmac";
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sm8150-sony-xperia-kumano.dtsi | 43 * That's (going to be) a lot of clocks, but it's necessary due 154 * is always-on; model it as a fixed regulator. 239 qcom,pmic-id = "a";
|
/openbmc/linux/lib/ |
H A D | scatterlist.c | 416 static bool pages_are_mergeable(struct page *a, struct page *b) in pages_are_mergeable() argument 418 if (page_to_pfn(a) != page_to_pfn(b) + 1) in pages_are_mergeable() 420 if (!zone_device_pages_have_same_pgmap(a, b)) in pages_are_mergeable()
|
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/ |
H A D | test_user_management_sub_menu.robot | 108 [Documentation] Create a new user with a privilege and verify that user is created. 290 [Documentation] Create a user with given user name and privilege and verify that the
|
/openbmc/linux/arch/arm64/boot/dts/amlogic/ |
H A D | meson-gxl.dtsi | 833 * VPU_0 and VPU_1 muxed to a single clock by a glitch 835 * Same for VAPB but with a final gate after the glitch free mux.
|
/openbmc/qemu/target/s390x/ |
H A D | cpu_models.c | 374 static gint s390_cpu_list_compare(gconstpointer a, gconstpointer b) in s390_cpu_list_compare() argument 376 const S390CPUClass *cc_a = S390_CPU_CLASS((ObjectClass *)a); in s390_cpu_list_compare() 378 const char *name_a = object_class_get_name((ObjectClass *)a); in s390_cpu_list_compare()
|
/openbmc/qemu/audio/ |
H A D | coreaudio.m | 6 * Permission is hereby granted, free of charge, to any person obtaining a copy 448 * internal function named HALB_Mutex::Lock(), which locks a mutex in 451 * Therefore, the specified callback must be designed to avoid a deadlock
|
/openbmc/webui-vue/src/views/Logs/EventLogs/ |
H A D | EventLogs.vue | 479 const link = document.createElement('a'); 540 onSortCompare(a, b, key) { 542 return this.sortStatus(a, b, key);
|
/openbmc/linux/tools/lib/subcmd/ |
H A D | parse-options.c | 788 const struct option *a = va, *b = vb; in option__cmp() local 789 int sa = tolower(a->short_name), sb = tolower(b->short_name), ret; in option__cmp() 799 const char *la = a->long_name ?: "", in option__cmp()
|
/openbmc/openbmc/poky/meta/recipes-core/util-linux/ |
H A D | util-linux_2.39.3.bb | 205 # nologin causes a conflict with shadow-native 206 # kill causes a conflict with coreutils-native (if ${bindir}==${base_bindir}) 212 # dm-verity support introduces a circular build dependency, so util-linux-libuuid is split out for …
|