Searched defs:offs (Results 1 - 10 of 10) sorted by relevance

/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_options.c788 size_t offs; local
824 for (offs = 0; offs < sec->dofs_size; offs += sec->dofs_entsize) {
826 ((uintptr_t)dof + sec->dofs_offset + offs);
H A Ddt_provider.c516 uint32_t **offs; local
566 offs = &pip->pi_enoffs;
570 offs = &pip->pi_offs;
582 bcopy(*offs, new_offs, sizeof (uint32_t) * *maxoffs);
584 dt_free(dtp, *offs);
586 *offs = new_offs;
595 (*offs)[(*noffs)++] = offset;
H A Ddt_aggregate.c434 size_t offs, roffs, size, ndx; local
482 for (offs = 0; offs < buf->dtbd_size; ) {
487 (uintptr_t)offs));
494 offs += sizeof (id);
501 addr = buf->dtbd_data + offs;
704 offs += agg->dtagd_size;
1166 uint32_t size, offs = 0; local
1174 offs = sizeof (uint64_t);
1178 bzero(&data->dtada_data[rec->dtrd_offset] + offs, siz
[all...]
H A Ddt_consume.c377 dtrace_bufdesc_t *buf, size_t offs)
433 offs += epd->dtepd_size;
436 if (offs >= buf->dtbd_size) {
442 offs = 0;
448 next = *(uint32_t *)((uintptr_t)buf->dtbd_data + offs);
451 offs += sizeof (id);
1581 size_t offs, start = buf->dtbd_oldest, end = buf->dtbd_size; local
1595 for (offs = start; offs < end; ) {
1601 id = *(uint32_t *)((uintptr_t)buf->dtbd_data + offs);
376 dt_flowindent(dtrace_hdl_t *dtp, dtrace_probedata_t *data, dtrace_epid_t last, dtrace_bufdesc_t *buf, size_t offs) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dminix.c317 int offs = (ino % (GRUB_DISK_SECTOR_SIZE
321 grub_disk_read (data->disk, block, offs,
316 int offs = (ino % (GRUB_DISK_SECTOR_SIZE local
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaDec.c212 unsigned offs = 0x100; local
219 bit = (matchByte & offs);
220 probLit = prob + offs + bit + symbol;
221 GET_BIT2(probLit, symbol, offs &= ~bit, offs &= bit)
560 unsigned offs = 0x100; local
567 bit = (matchByte & offs);
568 probLit = prob + offs + bit + symbol;
569 GET_BIT2_CHECK(probLit, symbol, offs &= ~bit, offs
[all...]
H A DLzmaEnc.c634 UInt32 offs = 0x100; local
639 RangeEnc_EncodeBit(p, probs + (offs + (matchByte & offs) + (symbol >> 8)), (symbol >> 7) & 1);
641 offs &= ~(matchByte ^ symbol);
698 UInt32 offs = 0x100; local
703 price += GET_PRICEa(probs[offs + (matchByte & offs) + (symbol >> 8)], (symbol >> 7) & 1);
705 offs &= ~(matchByte ^ symbol);
1137 UInt32 offs = 0; local
1138 while (len > matchDistances[offs])
1470 UInt32 offs, curBack, posSlot; local
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgetroot.c1554 int offs = (len > 2 && winpath[1] == ':' ? 2 : 0); local
1557 for (i = offs; i < len; i++)
1560 return xstrdup (winpath + offs);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dmg.c1765 I32 offs = LvTARGOFF(sv); local
1769 sv_pos_u2b(lsv, &offs, &rem);
1770 if (offs > (I32)len)
1771 offs = len;
1772 if (rem + offs > (I32)len)
1773 rem = len - offs;
1774 sv_setpvn(sv, tmps + offs, (STRLEN)rem);
/osnet-11/usr/src/lib/storage/liba5k/common/
H A Dmon.c4313 int offs = 0; local
4318 status = g_scsi_writebuffer_cmd(fd, offs, buf_ptr, sz, 0x07, 0);
4323 offs += sz;

Completed in 67 milliseconds