Home
last modified time | relevance | path

Searched defs:Range (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/include/qemu/
H A Drange.h31 struct Range { struct
41 static inline void range_invariant(const Range *range) in range_invariant() argument
H A Dtypedefs.h109 typedef struct Range Range; typedef
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dcontrol.hpp27 Range, enumerator
/openbmc/linux/Documentation/scheduler/
H A Dsched-util-clamp.rst335 .. _uclamp-interfaces:
/openbmc/linux/rust/kernel/
H A Dstr.rs316 impl CStrIndex for ops::Range<usize> {} implementation
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DControl.v1_6_0.json1006 "Range": "Control uses a range of values.", string
1010 …"Range": "This value shall indicate the control utilizes a set point range for its operation. The… string
/openbmc/linux/rust/alloc/vec/
H A Dmod.rs2145 let Range { start, end } = slice::range(range, ..len); in drain() localVariable