| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/alsa-equal/alsa-equal/ |
| H A D | 0003-Fix-mixer.patch | 23 @@ -263,7 +263,8 @@ SND_CTL_PLUGIN_DEFINE_FUNC(equal) 24 for(i = 0; i < equal->num_input_controls; i++) { 25 if(equal->control_data->control[i].type == LADSPA_CNTRL_INPUT) { 26 index = equal->control_data->control[i].index; 27 - if(equal->klass->PortDescriptors[index] != 28 + if((equal->klass->PortDescriptors[index] & 33 @@ -284,12 +285,14 @@ SND_CTL_PLUGIN_DEFINE_FUNC(equal) 37 - if(equal->klass->PortDescriptors[equal->control_data->input_index] != 38 + if((equal->klass->PortDescriptors[equal->control_data->input_index] & 44 - if(equal->klass->PortDescriptors[equal->control_data->output_index] != [all …]
|
| H A D | 0002-Fix-Eq-CAPS-plugin-name.patch | 59 @@ -167,7 +167,7 @@ SND_CTL_PLUGIN_DEFINE_FUNC(equal) 60 snd_ctl_equal_t *equal; 72 @@ -151,7 +151,7 @@ SND_PCM_PLUGIN_DEFINE_FUNC(equal)
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/tests/ |
| H A D | test.js | 42 assert.equal(test.children("strong").text(), "3"); 43 assert.equal(test.children("a").length, 3); 63 assert.equal(element.text(), msg); 106 assert.equal(deps.length, 0);
|
| /openbmc/u-boot/drivers/mtd/ |
| H A D | mtd_uboot.c | 57 const char *mtdids, *equal, *comma, *dev_id, *mtd_id; in mtd_search_alternate_name() local 67 equal = strchr(dev_id, '='); in mtd_search_alternate_name() 68 if (!equal) in mtd_search_alternate_name() 70 dev_id_len = equal - mtdids; in mtd_search_alternate_name() 71 mtd_id = equal + 1; in mtd_search_alternate_name()
|
| /openbmc/pldm/libpldmresponder/test/ |
| H A D | libpldmresponder_bios_table_test.cpp | 41 ASSERT_EQ(true, std::equal(table.begin(), table.end(), out.begin())); in TEST_F() 57 ASSERT_EQ(true, std::equal(table.begin(), table.end(), out.begin() + 2)); in TEST_F()
|
| /openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/ |
| H A D | gbmc-br-gw-src.sh | 186 local equal=1 192 equal=0 197 (( equal == 1 )) && new_src="$ip"
|
| /openbmc/u-boot/doc/device-tree-bindings/regulator/ |
| H A D | fixed.txt | 24 - regulator-min-microvolt is equal to regulator-max-microvolt 25 - regulator-min-microamp is equal to regulator-max-microamp
|
| H A D | regulator.txt | 50 - regulator-min-microvolt is equal to regulator-max-microvolt 51 - regulator-min-microamp is equal to regulator-max-microamp
|
| /openbmc/phosphor-power/phosphor-regulators/docs/config_file/ |
| H A D | not.md | 20 "comments": ["Check if register 0xA0 is not equal to 0xFF"],
|
| /openbmc/bmcweb/include/ |
| H A D | str_utility.hpp | 42 return std::ranges::equal(left, right, [](char lChar, char rChar) { in asciiIEquals()
|
| /openbmc/phosphor-net-ipmid/ |
| H A D | integrity_algo.cpp | 52 return (std::equal(output.begin(), output.end(), integrityDataBegin, in verifyIntegrityData() 118 return (std::equal(output.begin(), output.end(), integrityDataBegin, in verifyIntegrityData()
|
| H A D | crypt_algo.cpp | 49 if (!std::equal(plainPayload.begin() + plainPayloadLen, in decryptPayload()
|
| /openbmc/phosphor-net-ipmid/test/ |
| H A D | cipher.cpp | 71 auto check = std::equal(output.begin(), output.end(), response.begin()); in TEST() 234 auto check = std::equal(output.begin(), output.end(), response.begin()); in TEST() 406 auto check = std::equal(payload.begin(), payload.end(), output.begin()); in TEST() 484 auto check = std::equal(payload.begin(), payload.end(), plain.begin()); in TEST()
|
| /openbmc/u-boot/doc/device-tree-bindings/mtd/ |
| H A D | mtd-physmap.txt | 15 omitted, assumed to be equal to 'bank-width'. 18 both #address-cells and #size-cells must be equal to 1.
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/fwts/fwts/ |
| H A D | 0003-Remove-Werror-from-build.patch | 22 -Wfloat-equal -Wmissing-declarations \
|
| /openbmc/openbmc-test-automation/ipmi/dcmi/ |
| H A D | test_dcmi_management_controller.robot | 38 # the above condition is equal. 83 # ipmi_cmd_rsp_list[1] is equal to string_length 84 # the above condition is equal.
|
| /openbmc/openbmc/poky/meta/recipes-devtools/rust/rust-llvm/ |
| H A D | 0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch | 27 + // All else being equal, we should sort by name, for source and binary reproducibility
|
| /openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/ |
| H A D | 0002-Fix-elf_cvt_gunhash-if-dest-and-src-are-same.patch | 27 + Elf32_Word save_src32_2 = src32[2]; // dest could be equal to src
|
| /openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/ |
| H A D | 0033-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch | 27 + // All else being equal, we should sort by name, for source and binary reproducibility
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/packagegroups/ |
| H A D | packagegroup-meta-multimedia.bb | 23 alsa-equal \
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/ |
| H A D | 0006-Fix-invalid-sigprocmask-call.patch | 14 The value of the how argument is not equal to one of the defined values.
|
| /openbmc/estoraged/src/erase/ |
| H A D | pattern.cpp | 135 if (!std::ranges::equal(std::span{randArr}.subspan(0, readSize), in verifyPattern()
|
| /openbmc/qemu/docs/specs/ |
| H A D | ppc-spapr-numa.rst | 20 bit 0 equal to zero is deprecated. The current format, with the bit 0 54 of the ibm,architecture-vec-5 property. The format with bit 0 equal to zero 74 belonging to the first NUMA level have distance equal to 10 from each 375 nodes. This means that a distance equal to 20 between nodes 0 and 2 and the 397 The first and second level are equal, 0x4, and a third one was added in 404 * second level is skipped since it's equal to the first
|
| /openbmc/u-boot/doc/imx/mkimage/ |
| H A D | mxsimage.txt | 131 "u32_mask" equals the "u32_mask". If the values are equal, break the 136 "u32_mask" does not equal the "u32_mask". If the values are not equal,
|
| /openbmc/docs/architecture/ |
| H A D | ipmi-architecture.md | 62 must be less than or equal to the privilege of the user and less 63 than or equal to the max privilege of this channel 96 will be to see that the requested privilege is less than or equal to the 98 users, the privilege must be less than or equal to the channel's maximum 102 function. If the requested privilege is less than or equal to the required
|