Home
last modified time | relevance | path

Searched refs:imax (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
Dsubr_prf.c56 static inline int imax(int a, int b) { return (a > b ? a : b); } in imax() function
508 width -= tmp + imax(dwidth, n); in kvprintf()
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dvfscanf.c795 intmax_t imax; in __svfscanf_unlocked() member
808 res.imax = strtoimax(buf, (char **)NULL, base); in __svfscanf_unlocked()
823 *va_arg(ap, intmax_t *) = res.imax; in __svfscanf_unlocked()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dselectmodule.c217 int imax, omax, emax, max; in select_select() local
267 if ((imax=seq2set(ifdlist, &ifdset, rfd2obj)) < 0) in select_select()
273 max = imax; in select_select()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Dselectmodule.c217 int imax, omax, emax, max; in select_select() local
267 if ((imax=seq2set(ifdlist, &ifdset, rfd2obj)) < 0) in select_select()
273 max = imax; in select_select()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dselectmodule.c217 int imax, omax, emax, max; in select_select() local
267 if ((imax=seq2set(ifdlist, &ifdset, rfd2obj)) < 0) in select_select()
273 max = imax; in select_select()