Home
last modified time | relevance | path

Searched refs:indices (Results 1 – 25 of 29) sorted by relevance

12

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-kivy/
H A D0001-Remove-old-Python-2-long-from-Cython-files-fixes-bui.patch32 @@ -689,7 +689,7 @@ def glDrawElements(GLenum mode, GLsizei count, GLenum type, indices):
34 if isinstance(indices, bytes):
35 ptr = <void *>(<char *>(<bytes>indices))
36 - elif isinstance(indices, (long, int)):
37 + elif isinstance(indices, int):
38 ptr = <void *>(<unsigned int>indices)
40 raise TypeError("Argument 'indices' has incorrect type (expected bytes or int).")
/openbmc/phosphor-dbus-monitor/src/test/
H A Dpropertywatchgentest.cpp61 ASSERT_EQ(sizeof(expectedIndicies), sizeof(indices)); in TEST()
83 ASSERT_EQ(indices[i], expectedIndicies[i]); in TEST()
/openbmc/u-boot/arch/arm/dts/
H A Ddm816x-clocks.dtsi13 clock-indices = <1>, <2>, <3>, <4>, <5>,
29 clock-indices = <1>, <2>, <3>, <4>;
41 clock-indices = <1>, <2>, <3>;
52 clock-indices = <1>, <2>, <3>, <4>, <5>;
H A Dmeson-gxm.dtsi105 clock-indices = <0 1>;
H A Dmeson-gx.dtsi167 clock-indices = <0>;
H A Dsun9i-a80.dtsi218 clock-indices = <0>, <1>,
/openbmc/phosphor-dbus-monitor/src/test/templates/
H A Dpropertywatchgentest.mako.hpp
H A Dcallbackgentest.mako.hpp
/openbmc/u-boot/doc/device-tree-bindings/clock/
H A Dmicrochip,pic32-clock.txt7 PIC32 clock controller output is defined by indices as defined
/openbmc/pldm/libpldmresponder/test/
H A Dlibpldmresponder_bios_config_test.cpp238 auto indices = table::attribute_value::decodeEnumEntry(entry); in TEST_F() local
239 EXPECT_EQ(indices.size(), 1); in TEST_F()
245 EXPECT_EQ(possibleValues[indices[0]], defValues[0]); in TEST_F()
H A Dlibpldmresponder_systemspecific_bios_test.cpp245 auto indices = table::attribute_value::decodeEnumEntry(entry); in TEST_F() local
246 EXPECT_EQ(indices.size(), 1); in TEST_F()
252 EXPECT_EQ(possibleValues[indices[0]], defValues[0]); in TEST_F()
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp2666 std::vector<int> indices; in getFilename() local
2674 indices.push_back(std::stoi(match[1])); in getFilename()
2677 std::sort(indices.rbegin(), indices.rend()); in getFilename()
2678 while (indices.size() > 2) // keep 3 files, so remove if more than 2 in getFilename()
2681 dir / (prefix + std::to_string(indices.back()) + ".txt")); in getFilename()
2682 indices.pop_back(); in getFilename()
2685 int nextIndex = indices.empty() ? 1 : indices.front() + 1; in getFilename()
/openbmc/libpldm/include/libpldm/
H A Dbios.h63 uint16_t indices[1]; member
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/
H A Dldconfig.patch108 - /* Make sure string table indices are not bogus before using \
131 - /* Make sure string table indices are not bogus before \
/openbmc/qemu/docs/sphinx/
H A Dqapi_domain.py787 indices = [ variable in QAPIDomain
807 self.indices.append(new_index)
H A Ddbusdomain.py353 indices = [ variable in DBusDomain
/openbmc/qemu/docs/interop/
H A Dvhost-user.rst128 Vring descriptor indices for packed virtqueues
132 | vring index | descriptor indices |
137 :descriptor indices: 32-bit value:
651 features, or setting the initial vring base indices (to the same value
1202 :request payload: vring descriptor index/indices
1212 * For a packed virtqueue, both indices are supplied, as they are not
1217 indices for packed virtqueues*).
1223 :reply payload: vring descriptor index/indices
1225 Stops the vring and returns the current descriptor index or indices:
1237 read from memory, so both indices (as maintained by the device) are
[all …]
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Djson_utils_test.cpp407 std::vector<int> indices; in TEST() local
408 ASSERT_FALSE(readJson(jsonRequest, res, "NotVector", indices)); in TEST()
/openbmc/qemu/linux-headers/asm-x86/
H A Dkvm.h201 __u32 indices[]; member
/openbmc/qemu/qapi/
H A Dvirtio.json954 # @vqs: an optional array of virtqueue indices that will be handled by
/openbmc/qemu/docs/system/i386/
H A Dhyperv.rst59 Virtual Processor indices (e.g. when VP index needs to be passed in a
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c600 if (kvm_feature_msrs->indices[i] == index) { in kvm_arch_get_supported_msr_feature()
2507 msr_list.nmsrs * sizeof(msr_list.indices[0])); in kvm_get_supported_feature_msrs()
2543 sizeof(msr_list.indices[0]))); in kvm_get_supported_msrs()
2551 switch (kvm_msr_list->indices[i]) { in kvm_get_supported_msrs()
/openbmc/qemu/docs/specs/
H A Drocker.rst162 base address, size and current head and tail indices. Software always writes
/openbmc/qemu/docs/devel/
H A Dtcg-ops.rst732 instructions. Only indices 0 and 1 are valid and tcg_gen_goto_tb may be issued
/openbmc/qemu/target/arm/tcg/
H A Dvec_helper.c2800 const uint8_t *indices = vm; local
2824 uint32_t index = indices[H1(i)];

12