Home
last modified time | relevance | path

Searched refs:here (Results 1 – 25 of 492) sorted by relevance

12345678910>>...20

/mirbsd/src/kern/z/
Dinfback.c267 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 …]
Dinftrees.c57 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 …]
Dinffast.c92 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 …]
Dinflate.c627 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/
Dbsd.obj.mk46 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/
Dregexec.c76 #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/
Dbuildext.pl70 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:$!";
DFindExt.pm35 my $here = getcwd();
40 chdir($here) || die "Cannot cd to $here\n";
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dsh64-tdep.c487 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/
Dextcbk.t82 { 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.e2x2 # Adjust the number here!
7 # Add more test here!
/mirbsd/src/gnu/usr.sbin/sendmail/cf/cf/
Dpython.cs.mc40 R< @ $D . > : $* $@ $>7 $1 @here:... -> ...
41 R$* $=O $* < @ $D . > $@ $>7 $1 $2 $3 ...@here -> ...
42 R$* < @ $D . > $#local $: $1 user@here -> user
Ducbvax.mc80 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 -> ...
Drelay-domains5 # 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/
Ddie.tx12 print "here\n";
14 print "shouldn't get here\n";
Ddie2.tx13 print "here\n";
15 print "shouldn't get here\n";
/mirbsd/src/gnu/usr.bin/perl/hints/
Dmint.sh15 here=`pwd | tr -d '\015'`
21 ccflags="$ccflags -D__MINT__ -Uatarist -DDEBUGGING -I$here/../mint"
/mirbsd/src/gnu/usr.bin/perl/ext/Filter/t/
Dcall.t23 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/
Dtic54xcoff.sc35 /* 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/
Dat-tw.t24 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
Dat-cn.t22 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/
DHTAccess.h120 HTParentAnchor *here);
194 extern BOOL HTSearch(const char *keywords, HTParentAnchor *here);
/mirbsd/src/gnu/usr.bin/perl/
Dglobvar.sym2 # *** 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/
Dsh64elf.em43 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/
Dflex.skl291 %% 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 …]

12345678910>>...20