Searched refs:max_ (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dlimits.h15 #define SPECIALIZE_INT(type, sign, modulo, digits_, min_, max_) \
49 return (max_); \
/fuchsia/zircon/kernel/object/
H A Ddiagnostics.cpp465 : maps_(maps), max_(max) {}
469 if (nelem_ < max_) {
487 if (nelem_ < max_) {
517 size_t max_; member in class:__anon87::final
562 : vmos_(vmos), max_(max) {}
567 if (nelem_ < max_) {
587 const size_t max_; member in class:__anon88::final
/fuchsia/zircon/kernel/syscalls/
H A Dobject.cpp47 : jobs_(jobs), ptr_(ptr), max_(max) {}
69 if (count_ < max_) {
81 const size_t max_; member in class:__anon107::final

Completed in 84 milliseconds