Home
last modified time | relevance | path

Searched defs:substep (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/coreboot/src/arch/ppc64/include/arch/
H A Dio.h64 static inline void report_istep(uint8_t step, uint8_t substep) in report_istep()
/aosp_15_r20/external/pigweed/pw_presubmit/py/pw_presubmit/
H A Dpresubmit.py296 substep: str | None = None variable in FilteredCheck
/aosp_15_r20/external/python/cpython3/Objects/
Drangeobject.c346 PyObject *substart = NULL, *substop = NULL, *substep = NULL; in compute_slice() local