/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/providers/ |
H A D | tst.beginexit.d | 36 printf("shouldn't be here..."); 37 here++; 42 exit(here);
|
/vbox/src/libs/zlib-1.2.6/ |
H A D | inftrees.c | 53 code here; /* table entry for duplication */ local 118 here.op = (unsigned char)64; /* invalid code marker */ 119 here.bits = (unsigned char)1; 120 here.val = (unsigned short)0; 121 *(*table)++ = here; /* make a table to force an error */ 122 *(*table)++ = here; 218 here.bits = (unsigned char)(len - drop); 220 here.op = (unsigned char)0; 221 here.val = work[sym]; 224 here [all...] |
H A D | inffast.c | 90 code here; /* retrieved table entry */ local 127 here = lcode[hold & lmask]; 129 op = (unsigned)(here.bits); 132 op = (unsigned)(here.op); 134 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? 136 "inflate: literal 0x%02x\n", here.val)); 137 PUP(out) = (unsigned char)(here.val); 140 len = (unsigned)(here.val); 158 here [all...] |
H A D | infback.c | 265 code here; /* current decoding table entry */ local 401 here = state->lencode[BITS(state->lenbits)]; 402 if ((unsigned)(here.bits) <= bits) break; 405 if (here.val < 16) { 406 DROPBITS(here.bits); 407 state->lens[state->have++] = here.val; 410 if (here.val == 16) { 411 NEEDBITS(here.bits + 2); 412 DROPBITS(here.bits); 422 else if (here [all...] |
H A D | inflate.c | 622 code here; /* current decoding table entry */ local 943 here = state->lencode[BITS(state->lenbits)]; 944 if ((unsigned)(here.bits) <= bits) break; 947 if (here.val < 16) { 948 DROPBITS(here.bits); 949 state->lens[state->have++] = here.val; 952 if (here.val == 16) { 953 NEEDBITS(here.bits + 2); 954 DROPBITS(here.bits); 964 else if (here [all...] |
/vbox/src/libs/zlib-1.2.6/contrib/infback9/ |
H A D | infback9.c | 245 code here; /* current decoding table entry */ local 387 here = lencode[BITS(lenbits)]; 388 if ((unsigned)(here.bits) <= bits) break; 391 if (here.val < 16) { 392 NEEDBITS(here.bits); 393 DROPBITS(here.bits); 394 state->lens[state->have++] = here.val; 397 if (here.val == 16) { 398 NEEDBITS(here.bits + 2); 399 DROPBITS(here [all...] |
/vbox/src/libs/zlib-1.2.6/examples/ |
H A D | zran.c | 46 use of pointers in the state. The approach here allows for storage of the 249 struct point *here; local 258 here = index->list; 260 while (--ret && here[1].out <= offset) 261 here++; 272 ret = fseeko(in, here->in - (here->bits ? 1 : 0), SEEK_SET); 275 if (here->bits) { 281 (void)inflatePrime(&strm, here->bits, ret >> (8 - here [all...] |
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/funcs/ |
H A D | tst.badfreopen.ksh | 42 * ...so stdout should still be open here. 56 * ...and here.
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/ |
H A D | EnablePaging64.S | 51 LongStart: # long mode starts here 63 jmp . # no one should get here
|
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/ |
H A D | ReadMm0.asm | 35 ; 64-bit MASM doesn't support MMX instructions, so use opcode here
|
H A D | ReadMm1.asm | 35 ; 64-bit MASM doesn't support MMX instructions, so use opcode here
|
H A D | ReadMm2.asm | 35 ; 64-bit MASM doesn't support MMX instructions, so use opcode here
|
H A D | ReadMm3.asm | 35 ; 64-bit MASM doesn't support MMX instructions, so use opcode here
|
H A D | ReadMm4.asm | 35 ; 64-bit MASM doesn't support MMX instructions, so use opcode here
|
H A D | ReadMm5.asm | 35 ; 64-bit MASM doesn't support MMX instructions, so use opcode here
|
H A D | ReadMm6.asm | 35 ; 64-bit MASM doesn't support MMX instructions, so use opcode here
|
H A D | ReadMm7.asm | 35 ; 64-bit MASM doesn't support MMX instructions, so use opcode here
|
H A D | WriteMm0.asm | 35 ; 64-bit MASM doesn't support MMX instructions, so use opcode here
|
H A D | WriteMm1.asm | 35 ; 64-bit MASM doesn't support MMX instructions, so use opcode here
|
H A D | WriteMm2.asm | 35 ; 64-bit MASM doesn't support MMX instructions, so use opcode here
|
H A D | WriteMm3.asm | 35 ; 64-bit MASM doesn't support MMX instructions, so use opcode here
|
H A D | WriteMm4.asm | 35 ; 64-bit MASM doesn't support MMX instructions, so use opcode here
|
H A D | WriteMm5.asm | 35 ; 64-bit MASM doesn't support MMX instructions, so use opcode here
|
H A D | WriteMm6.asm | 35 ; 64-bit MASM doesn't support MMX instructions, so use opcode here
|
H A D | WriteMm7.asm | 35 ; 64-bit MASM doesn't support MMX instructions, so use opcode here
|