Searched refs:posn (Results 1 – 6 of 6) sorted by relevance
| /freebsd/crypto/openssl/ssl/ |
| H A D | priority_queue.c | 43 size_t posn; /* Current index in heap[] or link in free list */ member 68 assert(pq->elements[pq->heap[idx].index].posn == idx) 115 e[h[i].index].posn = i; in pqueue_swap_elem() 116 e[h[j].index].posn = j; in pqueue_swap_elem() 127 e[h[to].index].posn = to; in pqueue_move_elem() 204 pq->freelist = pq->elements[m].posn; in ossl_pqueue_push() 209 pq->elements[m].posn = n; in ossl_pqueue_push() 245 pq->elements[elem].posn = pq->freelist; in ossl_pqueue_pop() 261 n = pq->elements[elem].posn; in ossl_pqueue_remove() 266 pq->elements[elem].posn = pq->freelist; in ossl_pqueue_remove() [all …]
|
| /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 | 1281 int hi, lo, posn, ppn_align, ppn_bound; in vm_reserv_reclaim_contig() local 1346 posn = vm_reserv_find_contig(rv, (int)npages, lo, hi, in vm_reserv_reclaim_contig() 1348 if (posn >= 0) { in vm_reserv_reclaim_contig() 1352 bit_nset(rv->popmap, posn, posn + npages - 1); in vm_reserv_reclaim_contig() 1355 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 | 117 int index, enum comptype ctype, int posn); 1596 int index, enum comptype ctype, int posn) in ng_parse_get_elem_pad() argument 1612 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
|