Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/hash/
H A Dhash_buf.c159 u_int16_t oaddr, *shortp; in newbuf() local
209 shortp = (u_int16_t *)bp->page; in newbuf()
210 if (shortp[0]) in newbuf()
211 oaddr = shortp[shortp[0] - 1]; in newbuf()
252 shortp = (u_int16_t *)xbp->page; in newbuf()
253 if (shortp[0]) in newbuf()
255 oaddr = shortp[shortp[0] - 1]; in newbuf()
/freebsd/contrib/byacc/
H A Dlalr.c362 Value_t *shortp; in build_relations() local
419 includes[i] = shortp = NEW2(nedges + 1, Value_t); in build_relations()
421 shortp[j] = edge[j]; in build_relations()
422 shortp[nedges] = -1; in build_relations()