Searched refs:earliest (Results 1 – 5 of 5) sorted by relevance
| /openbmc/obmc-console/ |
| H A D | console-server.c | 845 struct timeval *earliest; in get_poll_timeout() local 850 earliest = NULL; in get_poll_timeout() 856 (!earliest || in get_poll_timeout() 857 (earliest && timercmp(&poller->timeout, earliest, <)))) { in get_poll_timeout() 860 earliest = &poller->timeout; in get_poll_timeout() 864 if (earliest) { in get_poll_timeout() 865 if (timercmp(earliest, cur_time, >)) { in get_poll_timeout() 868 timersub(earliest, cur_time, &interval); in get_poll_timeout()
|
| /openbmc/qemu/scripts/codeconverter/codeconverter/ |
| H A D | qom_macros.py | 836 earliest = min(ul.users, key=lambda u: u.start()) 837 if earliest.start() > definition.start(): 846 yield earliest.prepend(definition.group(0)) 851 yield from definition.move_typedef(earliest.start()) 854 earliest.warn("definition of %s %s is used here", i.type, i.name)
|
| /openbmc/u-boot/disk/ |
| H A D | Kconfig | 104 Specify an earliest location (in bytes) where the partition
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
| H A D | gcc-common.inc | 40 # The earliest supported x86-64 CPU
|
| /openbmc/openbmc/poky/documentation/ref-manual/ |
| H A D | variables.rst | 6910 package in :term:`PACKAGES`, it will be assigned to the earliest
|