| /vbox/src/libs/zlib-1.2.6/ |
| H A D | inftrees.c | 59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local 141 offs[1] = 0; 143 offs[len + 1] = offs[len] + count[len]; 147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
|
| /vbox/src/libs/zlib-1.2.6/contrib/blast/ |
| H A D | blast.c | 190 short offs[MAXBITS+1]; /* offsets in symbol table for each length */ local 222 offs[1] = 0; 224 offs[len + 1] = offs[len] + h->count[len]; 232 h->symbol[offs[length[symbol]]++] = symbol;
|
| /vbox/src/libs/zlib-1.2.6/contrib/infback9/ |
| H A D | inftree9.c | 59 unsigned short offs[MAXBITS+1]; /* offsets in table for each length */ local 135 offs[1] = 0; 137 offs[len + 1] = offs[len] + count[len]; 141 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
|
| /vbox/src/libs/zlib-1.2.6/contrib/puff/ |
| H A D | puff.c | 39 * - Simplify offs[] index in construct() 344 short offs[MAXBITS+1]; /* offsets in symbol table for each length */ local 364 offs[1] = 0; 366 offs[len + 1] = offs[len] + h->count[len]; 374 h->symbol[offs[length[symbol]]++] = symbol;
|
| /vbox/src/VBox/RDP/client-1.8.3/ |
| H A D | ctrl.c | 375 int ns, res, offs; local 407 offs = strlen(it->linebuf); 408 res = recv(it->sock, it->linebuf + offs, CTRL_LINEBUF_SIZE - offs, 0);
|
| /vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
| H A D | dt_consume.c | 390 dtrace_bufdesc_t *buf, size_t offs) 446 offs += epd->dtepd_size; 449 if (offs >= buf->dtbd_size) { 455 offs = 0; 461 next = *(uint32_t *)((uintptr_t)buf->dtbd_data + offs); 464 offs += sizeof (id); 1624 size_t offs, start = buf->dtbd_oldest, end = buf->dtbd_size; local 1638 for (offs = start; offs < end; ) { 1644 id = *(uint32_t *)((uintptr_t)buf->dtbd_data + offs); 389 dt_flowindent(dtrace_hdl_t *dtp, dtrace_probedata_t *data, dtrace_epid_t last, dtrace_bufdesc_t *buf, size_t offs) argument [all...] |
| H A D | dt_provider.c | 520 uint32_t **offs; local 570 offs = &pip->pi_enoffs; 574 offs = &pip->pi_offs; 586 bcopy(*offs, new_offs, sizeof (uint32_t) * *maxoffs); 588 dt_free(dtp, *offs); 590 *offs = new_offs; 599 (*offs)[(*noffs)++] = offset;
|
| H A D | dt_aggregate.c | 372 size_t offs, roffs, size, ndx; local 420 for (offs = 0; offs < buf->dtbd_size; ) { 425 (uintptr_t)offs)); 432 offs += sizeof (id); 439 addr = buf->dtbd_data + offs; 625 offs += agg->dtagd_size; 1093 uint32_t size, offs = 0; local 1101 offs = sizeof (uint64_t); 1105 bzero(&data->dtada_data[rec->dtrd_offset] + offs, siz [all...] |
| H A D | dt_options.c | 848 size_t offs; local 884 for (offs = 0; offs < sec->dofs_size; offs += sec->dofs_entsize) { 886 ((uintptr_t)dof + sec->dofs_offset + offs);
|
| /vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/ |
| H A D | LzmaDec.c | 203 unsigned offs = 0x100; local 210 bit = (matchByte & offs); 211 probLit = prob + offs + bit + symbol; 212 GET_BIT2(probLit, symbol, offs &= ~bit, offs &= bit) 551 unsigned offs = 0x100; local 558 bit = (matchByte & offs); 559 probLit = prob + offs + bit + symbol; 560 GET_BIT2_CHECK(probLit, symbol, offs &= ~bit, offs [all...] |
| /vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
| H A D | LzmaDec.c | 184 unsigned offs = 0x100; local 191 bit = (matchByte & offs); 192 probLit = prob + offs + bit + symbol; 193 GET_BIT2(probLit, symbol, offs &= ~bit, offs &= bit) 532 unsigned offs = 0x100; local 539 bit = (matchByte & offs); 540 probLit = prob + offs + bit + symbol; 541 GET_BIT2_CHECK(probLit, symbol, offs &= ~bit, offs [all...] |
| H A D | LzmaEnc.c | 622 UInt32 offs = 0x100; local 627 RangeEnc_EncodeBit(p, probs + (offs + (matchByte & offs) + (symbol >> 8)), (symbol >> 7) & 1); 629 offs &= ~(matchByte ^ symbol); 686 UInt32 offs = 0x100; local 691 price += GET_PRICEa(probs[offs + (matchByte & offs) + (symbol >> 8)], (symbol >> 7) & 1); 693 offs &= ~(matchByte ^ symbol); 1111 UInt32 offs = 0; local 1112 while (len > matches[offs]) 1434 UInt32 offs, curBack, posSlot; local [all...] |
| /vbox/src/libs/libxml2-2.6.31/ |
| H A D | xmlschemastypes.c | 5711 char *buf = NULL, *offs; local 5723 offs = buf; 5725 *offs++ = '-'; 5727 *offs++ = '0'; 5728 *offs++ = '.'; 5731 snprintf(offs, bufsize - (offs - buf), 5734 snprintf(offs, bufsize - (offs - buf), 5737 snprintf(offs, bufsiz [all...] |
| /vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/ |
| H A D | dtrace.c | 2063 uintptr_t offs; local 2226 offs = buf->dtb_offset; 2227 while (offs & (align - 1)) 2228 offs += sizeof (uint32_t); 2234 if ((uintptr_t)tomax + offs + fsize > 2245 key->dtak_data = kdata = tomax + offs; 2246 buf->dtb_offset = offs + fsize; 2358 intptr_t offs; local 2431 if ((offs = dtrace_buffer_reserve(dest, src->dtb_offset, 2443 daddr = (uintptr_t)dest->dtb_tomax + offs; 5723 int size, offs = 0, i, j; local 5858 intptr_t offs; local 7842 dtrace_probe_foreach(uintptr_t offs) argument 9599 uint32_t align = sizeof (uint8_t), offs, diff; local 10636 intptr_t offs = buf->dtb_offset, soffs; local 11869 size_t offs; local 12329 size_t offs; local 15380 uint32_t offs; local [all...] |
| /vbox/src/VBox/Main/src-client/ |
| H A D | EbmlWriter.cpp | 269 EbmlSubElement(uint64_t offs, EbmlClassId cid) : offset(offs), classId(cid) {} argument
|
| /vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/ |
| H A D | sdt.c | 123 ulong_t offs; local 155 func = kobj_searchsym(mp, sdpd->sdpd_offset, &offs);
|
| /vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
| H A D | sky2.h | 648 #define Q_ADDR(reg, offs) (B8_Q_REGS + (reg) + (offs)) 715 #define RB_ADDR(offs, queue) ((u16) B16_RAM_REGS + (queue) + (offs))
|
| H A D | skge.h | 537 #define Q_ADDR(reg, offs) (B8_Q_REGS + (reg) + (offs)) 593 #define RB_ADDR(offs, queue) ((u16)B16_RAM_REGS + (u16)(queue) + (offs))
|
| /vbox/src/VBox/Devices/PC/BIOS/ |
| H A D | orgs.asm | 81 SET_INT_VECTOR macro vec, segm, offs 82 mov ax, offs
|