/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/qemu/tests/image-fuzzer/qcow2/ |
H A D | layout.py | 311 # Indices of L2 tables 339 """Return indices of clusters allocated for refcount blocks.""" 346 # Indices of new refcount blocks necessary to cover clusters 354 """Return indices of clusters allocated for the refcount table 355 and updated indices of clusters allocated for blocks and indices 382 # Indices of new refcount blocks necessary to cover 446 # Indices of refcount blocks 535 """Return a set of indices of not allocated clusters. 537 'used' contains indices of currently allocated clusters. 539 indices appended to the end of 'used'. [all …]
|
/openbmc/u-boot/include/dt-bindings/power/ |
H A D | raspberrypi-power.h | 12 /* These power domain indices are the firmware interface's indices
|
H A D | r8a77990-sysc.h | 9 * These power domain indices match the numbers of the interrupt bits
|
H A D | r8a77995-sysc.h | 12 * These power domain indices match the numbers of the interrupt bits
|
H A D | r8a7791-sysc.h | 12 * These power domain indices match the numbers of the interrupt bits
|
H A D | r8a7792-sysc.h | 12 * These power domain indices match the numbers of the interrupt bits
|
H A D | r8a7794-sysc.h | 12 * These power domain indices match the numbers of the interrupt bits
|
H A D | r8a77965-sysc.h | 11 * These power domain indices match the numbers of the interrupt bits
|
H A D | r8a77970-sysc.h | 12 * These power domain indices match the numbers of the interrupt bits
|
H A D | r8a7793-sysc.h | 12 * These power domain indices match the numbers of the interrupt bits
|
H A D | r8a7790-sysc.h | 12 * These power domain indices match the numbers of the interrupt bits
|
/openbmc/qemu/hw/display/ |
H A D | vga_regs.h | 73 /* VGA CRT controller register indices */ 107 /* VGA attribute controller register indices */ 132 /* VGA sequencer register indices */ 147 /* VGA graphics controller register indices */
|
/openbmc/qemu/include/hw/hyperv/ |
H A D | vmbus.h | 121 * The ringbuffer indices are NOT updated, the requested space indicator may. 131 * The ringbuffer indices are updated on success, and the guest is signaled if 159 * The ringbuffer indices are NOT updated, nor is the private copy of the read 167 * The ringbuffer indices are NOT updated.
|
/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>;
|
/openbmc/qemu/audio/ |
H A D | mixeng.h | 41 /* indices: [stereo][signed][swap endianness][8, 16 or 32-bits] */ 45 /* indices: [stereo][swap endianness] */
|
/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/include/dt-bindings/clock/ |
H A D | rk3066a-cru.h | 12 /* soft-reset indices */
|
H A D | microchip,clock.h | 10 /* clock output indices */
|
H A D | rk3188-cru.h | 12 /* soft-reset indices */
|
/openbmc/smbios-mdr/include/ |
H A D | speed_select.hpp | 89 * Whether the given level is supported. The level indices may be 106 /** Return the list of enabled logical core indices for a given level. */ 123 * Return the list of logical core indices which have high priority when
|
/openbmc/phosphor-dbus-monitor/src/test/templates/ |
H A D | propertywatchgentest.mako.hpp | 3 const std::array<Index, ${len(instancegroups)}> indices = {{ variable
|
H A D | callbackgentest.mako.hpp | 3 const std::array<Index, ${len(instancegroups)}> indices = {{ variable
|
/openbmc/openbmc/meta-raspberrypi/docs/ |
H A D | index.rst | 21 Indices and tables
|
/openbmc/u-boot/board/gdsys/a38x/ |
H A D | hre.h | 24 /* NV indices */
|