Home
last modified time | relevance | path

Searched full:indices (Results 1 – 25 of 141) sorted by relevance

123456

/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/qemu/tests/image-fuzzer/qcow2/
H A Dlayout.py311 # 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 Draspberrypi-power.h12 /* These power domain indices are the firmware interface's indices
H A Dr8a77990-sysc.h9 * These power domain indices match the numbers of the interrupt bits
H A Dr8a77995-sysc.h12 * These power domain indices match the numbers of the interrupt bits
H A Dr8a7791-sysc.h12 * These power domain indices match the numbers of the interrupt bits
H A Dr8a7792-sysc.h12 * These power domain indices match the numbers of the interrupt bits
H A Dr8a7794-sysc.h12 * These power domain indices match the numbers of the interrupt bits
H A Dr8a77965-sysc.h11 * These power domain indices match the numbers of the interrupt bits
H A Dr8a77970-sysc.h12 * These power domain indices match the numbers of the interrupt bits
H A Dr8a7793-sysc.h12 * These power domain indices match the numbers of the interrupt bits
H A Dr8a7790-sysc.h12 * These power domain indices match the numbers of the interrupt bits
/openbmc/qemu/hw/display/
H A Dvga_regs.h73 /* 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 Dvmbus.h121 * 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 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>;
/openbmc/qemu/audio/
H A Dmixeng.h41 /* indices: [stereo][signed][swap endianness][8, 16 or 32-bits] */
45 /* indices: [stereo][swap endianness] */
/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/include/dt-bindings/clock/
H A Drk3066a-cru.h12 /* soft-reset indices */
H A Dmicrochip,clock.h10 /* clock output indices */
H A Drk3188-cru.h12 /* soft-reset indices */
/openbmc/smbios-mdr/include/
H A Dspeed_select.hpp89 * 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 Dpropertywatchgentest.mako.hpp3 const std::array<Index, ${len(instancegroups)}> indices = {{ variable
H A Dcallbackgentest.mako.hpp3 const std::array<Index, ${len(instancegroups)}> indices = {{ variable
/openbmc/openbmc/meta-raspberrypi/docs/
H A Dindex.rst21 Indices and tables
/openbmc/u-boot/board/gdsys/a38x/
H A Dhre.h24 /* NV indices */

123456