Searched refs:posn (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/crypto/ |
H A D | sparse_array.c | 179 int ossl_sa_set(OPENSSL_SA *sa, ossl_uintmax_t posn, void *val) in ossl_sa_set() argument 182 ossl_uintmax_t n = posn; in ossl_sa_set() 199 if (sa->top < posn) in ossl_sa_set() 200 sa->top = posn; in ossl_sa_set() 204 i = (posn >> (OPENSSL_SA_BLOCK_BITS * level)) & SA_BLOCK_MASK; in ossl_sa_set() 209 p += posn & SA_BLOCK_MASK; in ossl_sa_set()
|
/freebsd/sys/vm/ |
H A D | vm_reserv.c | 1298 int hi, lo, posn, ppn_align, ppn_bound; in vm_reserv_reclaim_contig() local 1363 posn = vm_reserv_find_contig(rv, (int)npages, lo, hi, in vm_reserv_reclaim_contig() 1365 if (posn >= 0) { in vm_reserv_reclaim_contig() 1369 bit_nset(rv->popmap, posn, posn + npages - 1); in vm_reserv_reclaim_contig() 1372 m_ret = &rv->pages[posn]; in vm_reserv_reclaim_contig()
|
/freebsd/sys/kern/ |
H A D | subr_blist.c | 427 update_gap_stats(struct gap_stats *stats, daddr_t posn) in update_gap_stats() argument 433 stats->start = posn; in update_gap_stats() 436 size = posn - stats->start; in update_gap_stats()
|
/freebsd/sys/netgraph/ |
H A D | ng_parse.c | 118 int index, enum comptype ctype, int posn); 1597 int index, enum comptype ctype, int posn) in ng_parse_get_elem_pad() argument 1613 return (align ? (align - (posn % align)) % align : 0); in ng_parse_get_elem_pad()
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | macintosh | 165 # 75 beshort # vertical posn in window 167 # 77 beshort # horiz posn in window
|