Home
last modified time | relevance | path

Searched refs:lbound (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libc/locale/
H A Dutf8.c61 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 Dvm_map.c1538 vm_map_entry_t cur, header, lbound, ubound; in vm_map_lookup_entry() local
1585 lbound = ubound = header; in vm_map_lookup_entry()
1590 if (cur == lbound) in vm_map_lookup_entry()
1593 lbound = cur; in vm_map_lookup_entry()
1602 *entry = lbound; in vm_map_lookup_entry()
5298 vm_map_entry_t cur, header, lbound, ubound; in _vm_map_assert_consistent() local
5324 lbound = ubound = header; in _vm_map_assert_consistent()
5329 KASSERT(cur != lbound, in _vm_map_assert_consistent()
5333 lbound = cur; in _vm_map_assert_consistent()
5345 max_left = vm_map_entry_max_free_left(entry, lbound); in _vm_map_assert_consistent()
/freebsd/sys/dev/iommu/
H A Diommu_gas.c310 iommu_gaddr_t end, iommu_gaddr_t lbound, iommu_gaddr_t ubound) in iommu_gas_match_one() argument
323 beg = MAX(beg + IOMMU_PAGE_SIZE, lbound); in iommu_gas_match_one()