| /mirbsd/src/kern/z/ |
| D | infback.c | 267 code here; /* current decoding table entry */ local 403 here = state->lencode[BITS(state->lenbits)]; 404 if ((unsigned)(here.bits) <= bits) break; 407 if (here.val < 16) { 408 DROPBITS(here.bits); 409 state->lens[state->have++] = here.val; 412 if (here.val == 16) { 413 NEEDBITS(here.bits + 2); 414 DROPBITS(here.bits); 424 else if (here.val == 17) { [all …]
|
| D | inftrees.c | 57 code here; /* table entry for duplication */ local 122 here.op = (unsigned char)64; /* invalid code marker */ 123 here.bits = (unsigned char)1; 124 here.val = (unsigned short)0; 125 *(*table)++ = here; /* make a table to force an error */ 126 *(*table)++ = here; 222 here.bits = (unsigned char)(len - drop); 224 here.op = (unsigned char)0; 225 here.val = work[sym]; 228 here.op = (unsigned char)(extra[work[sym]]); [all …]
|
| D | inffast.c | 92 code here; /* retrieved table entry */ variable 129 here = lcode[hold & lmask]; 131 op = (unsigned)(here.bits); 134 op = (unsigned)(here.op); 136 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? 138 "inflate: literal 0x%02x\n", here.val)); 139 PUP(out) = (unsigned char)(here.val); 142 len = (unsigned)(here.val); 160 here = dcode[hold & dmask]; 162 op = (unsigned)(here.bits); [all …]
|
| D | inflate.c | 627 code here; /* current decoding table entry */ local 948 here = state->lencode[BITS(state->lenbits)]; 949 if ((unsigned)(here.bits) <= bits) break; 952 if (here.val < 16) { 953 DROPBITS(here.bits); 954 state->lens[state->have++] = here.val; 957 if (here.val == 16) { 958 NEEDBITS(here.bits + 2); 959 DROPBITS(here.bits); 969 else if (here.val == 17) { [all …]
|
| /mirbsd/src/share/mk/ |
| D | bsd.obj.mk | 46 tryobjdir=0; here=.; \ 48 here=$$(realpath .); \ 49 subdir=$${here#$${bsdsrcdir}/}; \ 50 [[ $$here = $$subdir ]] || tryobjdir=1; \ 54 print -r "$$here/${__objdir} -> $$dest"; \ 62 print -r "making $$here/${__objdir}"; \
|
| /mirbsd/src/lib/libc/regex/ |
| D | regexec.c | 76 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n)) 77 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n)) 78 #define ISSETBACK(v, n) (((v) & ((unsigned long)here >> (n))) != 0) 125 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here]) 126 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here]) 127 #define ISSETBACK(v, n) ((v)[here - (n)])
|
| /mirbsd/src/gnu/usr.bin/perl/win32/ |
| D | buildext.pl | 70 my $here = getcwd(); 72 $here =~ s,/,\\,g; 75 $perl = "$here\\$perl"; 115 my @perl = ($perl, "-I$here\\..\\lib", 'Makefile.PL', 144 chdir($here) || die "Cannot cd to $here:$!";
|
| D | FindExt.pm | 35 my $here = getcwd(); 40 chdir($here) || die "Cannot cd to $here\n";
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | sh64-tdep.c | 487 CORE_ADDR here, end; in look_for_args_moves() local 491 for (here = start_pc, end = start_pc + (insn_size * 28); here < end;) in look_for_args_moves() 495 w = read_memory_integer (UNMAKE_ISA32_ADDR (here), insn_size); in look_for_args_moves() 496 here += insn_size; in look_for_args_moves() 503 int next_insn = read_memory_integer (UNMAKE_ISA32_ADDR (here), in look_for_args_moves() 505 here += insn_size; in look_for_args_moves() 507 start_pc = here; in look_for_args_moves() 512 start_pc = here; in look_for_args_moves() 519 w = read_memory_integer (here, insn_size); in look_for_args_moves() 521 here += insn_size; in look_for_args_moves() [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/lib/Text/Balanced/t/ |
| D | extcbk.t | 82 { sub { $_[0] /= $_[1] } }; # / here 97 { $a = $b; # what's this doing here? \n };' 101 { $a = $b; # what's this doing here? };' 102 { $a = $b; # what's this doing here? ;'
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Encode/Encode/ |
| D | _T.e2x | 2 # Adjust the number here! 7 # Add more test here!
|
| /mirbsd/src/gnu/usr.sbin/sendmail/cf/cf/ |
| D | python.cs.mc | 40 R< @ $D . > : $* $@ $>7 $1 @here:... -> ... 41 R$* $=O $* < @ $D . > $@ $>7 $1 $2 $3 ...@here -> ... 42 R$* < @ $D . > $#local $: $1 user@here -> user
|
| D | ucbvax.mc | 80 R< @ $=F . $D . > : $* $@ $>7 $2 @here:... -> ... 81 R< @ $D . > : $* $@ $>7 $1 @here:... -> ... 82 R$* $=O $* < @ $=F . $D . > $@ $>7 $1 $2 $3 ...@here -> ... 83 R$* $=O $* < @ $D . > $@ $>7 $1 $2 $3 ...@here -> ...
|
| D | relay-domains | 5 # List of other domains to relay mail for here (one per line). 9 # with the RELAY attribute instead of being enumerated here.
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Thread/ |
| D | die.tx | 12 print "here\n"; 14 print "shouldn't get here\n";
|
| D | die2.tx | 13 print "here\n"; 15 print "shouldn't get here\n";
|
| /mirbsd/src/gnu/usr.bin/perl/hints/ |
| D | mint.sh | 15 here=`pwd | tr -d '\015'` 21 ccflags="$ccflags -D__MINT__ -Uatarist -DDEBUGGING -I$here/../mint"
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Filter/t/ |
| D | call.t | 23 my $here = getcwd ; 114 $here = getcwd ; 115 print "I am $here\n" ; 127 I am $here 163 $here = getcwd ; 164 print "I am $here\n" ; 176 I am $here 547 my ($here) = quotemeta getcwd ; 550 s/DIR/$here/g 567 We are in $here
|
| /mirbsd/src/gnu/usr.bin/binutils/ld/scripttempl/ |
| D | tic54xcoff.sc | 35 /* all other initialized sections should be allocated here */ 50 /* all other uninitialized sections should be allocated here */
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Encode/t/ |
| D | at-tw.t | 24 no utf8; # we have raw Chinese encodings here 29 # internal encode / decode test here. Unfortunately, to test 34 # So, here we just test a typical snippet spanning multiple Unicode
|
| D | at-cn.t | 22 no utf8; # we have raw Chinese encodings here 27 # internal encode / decode test here. Unfortunately, to test 32 # So, here we just test a typical snippet spanning multiple Unicode
|
| /mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/ |
| D | HTAccess.h | 120 HTParentAnchor *here); 194 extern BOOL HTSearch(const char *keywords, HTParentAnchor *here);
|
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | globvar.sym | 2 # *** Do NOT add functions here, those go in global.sym. 3 # *** Only structures/arrays with constant initializers should go here.
|
| /mirbsd/src/gnu/usr.bin/binutils/ld/emultempl/ |
| D | sh64elf.em | 43 Putting it here instead of as a elf_backend_always_size_sections hook 45 options here, and we can access input sections in the order in which 88 section (and have a return here), except that we need to set the 193 Create it here if it did not exist through input 203 specifically here. */ 228 /* If we got here, then all input sections in this output section 356 entries here. We may merge some of them, so that number is not 399 input sections, we have nothing more to do here. We then only got 400 here because there was a .cranges section coming from input. Zero 494 friends here, but I'm not really sure that [all …]
|
| /mirbsd/src/usr.bin/lex/ |
| D | flex.skl | 291 %% yytext/yyin/yyout/yy_state_type/yylineno etc. def's & init go here 305 %% code to fiddle yytext and yyleng for yymore() goes here 308 %% code to copy yytext_ptr to yytext[] goes here, if %array 311 %% data tables for the DFA and the user's section 1 definitions go here 411 %% fread()/read() definition of YY_INPUT goes here unless we're doing C++ 463 %% YY_RULE_SETUP definition goes here 475 %% user's declarations go here 511 %% yymore()-related code goes here 522 %% code to set up and find next match goes here 525 %% code to find the action number goes here [all …]
|