Home
last modified time | relevance | path

Searched refs:ioffset (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/gcc-4.7/libobjc/objc-private/
H A Dsarray.h87 unsigned int ioffset : SIZET_BITS / 4; member
174 + (x.off.ioffset * INDEX_CAPACITY); in soffset_decode()
187 x.off.ioffset = offset / INDEX_CAPACITY; in soffset_encode()
217 indices[x.off.ioffset]-> in sarray_get()
/dragonfly/contrib/gcc-4.7/libobjc/
H A Dsarray.c109 size_t ioffset; in sarray_at_put() local
117 ioffset = xx.off.ioffset; in sarray_at_put()
123 ioffset = index/INDEX_CAPACITY; in sarray_at_put()
135 the_index = &(array->indices[ioffset]); in sarray_at_put()
/dragonfly/sys/dev/misc/dcons/
H A Ddcons.c150 buf->ioffset[port] = htonl(offset + osize); in dcons_init_port()
172 dc->i.buf = (char *)buf + ntohl(buf->ioffset[port]); in dcons_load_buffer()
H A Ddcons.h53 V u_int32_t ioffset[DCONS_NPORT]; member
/dragonfly/usr.sbin/dconschat/
H A Ddconschat.c300 i->buf = dc->paddr + ntohl(dbuf.ioffset[j]); in dconschat_fetch_header()
307 i->size, ntohl(dbuf.ioffset[j]), i->gen, i->pos); in dconschat_fetch_header()