HomeSort by: relevance | last modified time | path
    Searched defs:shortp (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/db/hash/
hash_buf.c 165 uint16_t oaddr, *shortp; local in function:newbuf
195 shortp = (uint16_t *)(void *)bp->page;
196 if (shortp[0])
197 oaddr = shortp[shortp[0] - 1];
236 shortp = (uint16_t *)(void *)xbp->page;
237 if (shortp[0])
239 oaddr = shortp[shortp[0] - 1];
hash_buf.c 165 uint16_t oaddr, *shortp; local in function:newbuf
195 shortp = (uint16_t *)(void *)bp->page;
196 if (shortp[0])
197 oaddr = shortp[shortp[0] - 1];
236 shortp = (uint16_t *)(void *)xbp->page;
237 if (shortp[0])
239 oaddr = shortp[shortp[0] - 1];

Completed in 22 milliseconds