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.c1536 vm_map_entry_t cur, header, lbound, ubound; in vm_map_lookup_entry()
1583 lbound = ubound = header; in vm_map_lookup_entry()
1588 if (cur == lbound) in vm_map_lookup_entry()
1591 lbound = cur; in vm_map_lookup_entry()
1600 *entry = lbound; in vm_map_lookup_entry()
5268 vm_map_entry_t cur, header, lbound, ubound; in _vm_map_assert_consistent()
5294 lbound = ubound = header; in _vm_map_assert_consistent()
5299 KASSERT(cur != lbound, in _vm_map_assert_consistent()
5303 lbound = cur; in _vm_map_assert_consistent()
5315 max_left = vm_map_entry_max_free_left(entry, lbound); in _vm_map_assert_consistent()
1535 vm_map_entry_t cur, header, lbound, ubound; vm_map_lookup_entry() local
5267 vm_map_entry_t cur, header, lbound, ubound; _vm_map_assert_consistent() local
[all...]
/freebsd/sys/dev/iommu/
H A Diommu_gas.c318 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()