Home
last modified time | relevance | path

Searched refs:last_item (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/contrib/dialog/
HDbuildlist.c293 last_item(ALL_DATA * all, int selected) in last_item() function
957 i = last_item(&all, 1); in dlg_buildlist()
996 i = last_item(&all, which); in dlg_buildlist()
/freebsd-head/sys/dev/qlnx/qlnxe/
HDecore_rdma.c450 int weight, line, item, last_line, last_item; in ecore_rdma_bmap_free() local
469 last_item = last_line * 8 + (((bmap->max_count % (64*8)) + 63) / 64); in ecore_rdma_bmap_free()
494 for (; item < last_item; item++) { in ecore_rdma_bmap_free()