Searched refs:lbound (Results 1 – 3 of 3) sorted by relevance
| /freebsd/lib/libc/locale/ |
| H A D | utf8.c | 61 wchar_t lbound; member 98 wchar_t lbound, wch; in _UTF8_mbrtowc() local 140 lbound = 0x80; in _UTF8_mbrtowc() 144 lbound = 0x800; in _UTF8_mbrtowc() 148 lbound = 0x10000; in _UTF8_mbrtowc() 158 lbound = us->lbound; in _UTF8_mbrtowc() 185 us->lbound = lbound; in _UTF8_mbrtowc() 189 if (wch < lbound) { in _UTF8_mbrtowc()
|
| /freebsd/sys/vm/ |
| H A D | vm_map.c | 1537 vm_map_entry_t cur, header, lbound, ubound; in vm_map_lookup_entry() local 1584 lbound = ubound = header; in vm_map_lookup_entry() 1589 if (cur == lbound) in vm_map_lookup_entry() 1592 lbound = cur; in vm_map_lookup_entry() 1601 *entry = lbound; in vm_map_lookup_entry() 5294 vm_map_entry_t cur, header, lbound, ubound; in _vm_map_assert_consistent() local 5320 lbound = ubound = header; in _vm_map_assert_consistent() 5325 KASSERT(cur != lbound, in _vm_map_assert_consistent() 5329 lbound = cur; in _vm_map_assert_consistent() 5341 max_left = vm_map_entry_max_free_left(entry, lbound); in _vm_map_assert_consistent()
|
| /freebsd/sys/dev/iommu/ |
| H A D | iommu_gas.c | 318 iommu_gaddr_t end, iommu_gaddr_t lbound, iommu_gaddr_t ubound) in iommu_gas_match_one() argument 331 beg = MAX(beg + IOMMU_PAGE_SIZE, lbound); in iommu_gas_match_one()
|