| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-kivy/ |
| H A D | 0001-Remove-old-Python-2-long-from-Cython-files-fixes-bui.patch | 32 @@ -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 D | propertywatchgentest.cpp | 61 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 D | dm816x-clocks.dtsi | 13 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 D | meson-gxm.dtsi | 105 clock-indices = <0 1>;
|
| H A D | meson-gx.dtsi | 167 clock-indices = <0>;
|
| H A D | sun9i-a80.dtsi | 218 clock-indices = <0>, <1>,
|
| /openbmc/phosphor-dbus-monitor/src/test/templates/ |
| H A D | propertywatchgentest.mako.hpp | |
| H A D | callbackgentest.mako.hpp | |
| /openbmc/u-boot/doc/device-tree-bindings/clock/ |
| H A D | microchip,pic32-clock.txt | 7 PIC32 clock controller output is defined by indices as defined
|
| /openbmc/pldm/libpldmresponder/test/ |
| H A D | libpldmresponder_bios_config_test.cpp | 238 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 D | libpldmresponder_systemspecific_bios_test.cpp | 245 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 D | oemcommands.cpp | 2666 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 D | bios.h | 63 uint16_t indices[1]; member
|
| /openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
| H A D | ldconfig.patch | 108 - /* 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 D | qapi_domain.py | 787 indices = [ variable in QAPIDomain 807 self.indices.append(new_index)
|
| H A D | dbusdomain.py | 353 indices = [ variable in DBusDomain
|
| /openbmc/qemu/docs/interop/ |
| H A D | vhost-user.rst | 128 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 D | json_utils_test.cpp | 407 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 D | kvm.h | 201 __u32 indices[]; member
|
| /openbmc/qemu/qapi/ |
| H A D | virtio.json | 954 # @vqs: an optional array of virtqueue indices that will be handled by
|
| /openbmc/qemu/docs/system/i386/ |
| H A D | hyperv.rst | 59 Virtual Processor indices (e.g. when VP index needs to be passed in a
|
| /openbmc/qemu/target/i386/kvm/ |
| H A D | kvm.c | 600 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 D | rocker.rst | 162 base address, size and current head and tail indices. Software always writes
|
| /openbmc/qemu/docs/devel/ |
| H A D | tcg-ops.rst | 732 instructions. Only indices 0 and 1 are valid and tcg_gen_goto_tb may be issued
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | vec_helper.c | 2800 const uint8_t *indices = vm; local 2824 uint32_t index = indices[H1(i)];
|