Home
last modified time | relevance | path

Searched refs:equal (Results 1 – 25 of 198) sorted by relevance

12345678

/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/alsa-equal/alsa-equal/
H A D0003-Fix-mixer.patch23 @@ -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 D0002-Fix-Eq-CAPS-plugin-name.patch59 @@ -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 Dtest.js42 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 Dmtd_uboot.c57 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 Dlibpldmresponder_bios_table_test.cpp41 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 Dgbmc-br-gw-src.sh186 local equal=1
192 equal=0
197 (( equal == 1 )) && new_src="$ip"
/openbmc/u-boot/doc/device-tree-bindings/regulator/
H A Dfixed.txt24 - regulator-min-microvolt is equal to regulator-max-microvolt
25 - regulator-min-microamp is equal to regulator-max-microamp
H A Dregulator.txt50 - 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 Dnot.md20 "comments": ["Check if register 0xA0 is not equal to 0xFF"],
/openbmc/bmcweb/include/
H A Dstr_utility.hpp42 return std::ranges::equal(left, right, [](char lChar, char rChar) { in asciiIEquals()
/openbmc/phosphor-net-ipmid/
H A Dintegrity_algo.cpp52 return (std::equal(output.begin(), output.end(), integrityDataBegin, in verifyIntegrityData()
118 return (std::equal(output.begin(), output.end(), integrityDataBegin, in verifyIntegrityData()
H A Dcrypt_algo.cpp49 if (!std::equal(plainPayload.begin() + plainPayloadLen, in decryptPayload()
/openbmc/phosphor-net-ipmid/test/
H A Dcipher.cpp71 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 Dmtd-physmap.txt15 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 D0003-Remove-Werror-from-build.patch22 -Wfloat-equal -Wmissing-declarations \
/openbmc/openbmc-test-automation/ipmi/dcmi/
H A Dtest_dcmi_management_controller.robot38 # 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 D0001-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch27 + // All else being equal, we should sort by name, for source and binary reproducibility
/openbmc/openbmc/poky/meta/recipes-devtools/elfutils/files/
H A D0002-Fix-elf_cvt_gunhash-if-dest-and-src-are-same.patch27 + Elf32_Word save_src32_2 = src32[2]; // dest could be equal to src
/openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/
H A D0033-AsmMatcherEmitter-sort-ClassInfo-lists-by-name-as-we.patch27 + // 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 Dpackagegroup-meta-multimedia.bb23 alsa-equal \
/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/
H A D0006-Fix-invalid-sigprocmask-call.patch14 The value of the how argument is not equal to one of the defined values.
/openbmc/estoraged/src/erase/
H A Dpattern.cpp135 if (!std::ranges::equal(std::span{randArr}.subspan(0, readSize), in verifyPattern()
/openbmc/qemu/docs/specs/
H A Dppc-spapr-numa.rst20 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 Dmxsimage.txt131 "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 Dipmi-architecture.md62 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

12345678