Home
last modified time | relevance | path

Searched +refs:shift +refs:symbol (Results 1 – 25 of 18212) sorted by relevance

12345678910>>...729

/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/archivers/lzx/
H A Dunlzx.c182 for(symbol = 0; symbol < number_symbols; symbol++) in make_decode_table()
214 for(symbol = pos; symbol < table_mask; symbol++) /* clear the rest of the table */ in make_decode_table()
233 for(symbol = 0; symbol < number_symbols; symbol++) in make_decode_table()
386 symbol = huffman20_table[((control >> 6) & 1) + (symbol << 1)]; in read_literal_table()
408 switch(symbol) in read_literal_table()
449 symbol = huffman20_table[((control >> 6) & 1) + (symbol << 1)]; in read_literal_table()
471 symbol = table_four[literal_len[pos] + 17 - symbol]; in read_literal_table()
478 symbol = table_four[literal_len[pos] + 17 - symbol]; in read_literal_table()
528 symbol = literal_table[(control & 1) + (symbol << 1)]; in decrunch()
549 if(symbol < 256) in decrunch()
[all …]
/dports/archivers/undms/undms-1.3/
H A Dundms-1.3.c358 for(symbol = 0; symbol < 627; symbol++) in deep_scale()
368 for(symbol = 314; symbol < 627; symbol++) in deep_scale()
380 for(symbol = 0; symbol < 627; symbol++) in deep_scale()
383 deep_hash[temp] = symbol; if(temp < 627) deep_hash[temp + 1] = symbol; in deep_scale()
428 if(deep_weights[symbol + 1] < deep_weights[symbol]) in crunch_deep()
442 deep_hash[temp2] = symbol; if(temp2 < 627) deep_hash[temp2 + 1] = symbol; in crunch_deep()
443 symbol = swap; in crunch_deep()
445 } while(symbol = deep_hash[symbol]); /* repeat until we reach root */ in crunch_deep()
489 register int symbol; in make_decode_table() local
499 for(symbol = 0; symbol < number_symbols; symbol++) in make_decode_table()
[all …]
/dports/archivers/unlzx/unlzx.c/
H A Dunlzx.c193 register int symbol; in make_decode_table() local
207 for(symbol = 0; symbol < number_symbols; symbol++) in make_decode_table()
239 for(symbol = pos; symbol < table_mask; symbol++) /* clear the rest of the table */ in make_decode_table()
258 for(symbol = 0; symbol < number_symbols; symbol++) in make_decode_table()
411 symbol = huffman20_table[((control >> 6) & 1) + (symbol << 1)]; in read_literal_table()
433 switch(symbol) in read_literal_table()
496 symbol = table_four[literal_len[pos] + 17 - symbol]; in read_literal_table()
503 symbol = table_four[literal_len[pos] + 17 - symbol]; in read_literal_table()
553 symbol = literal_table[(control & 1) + (symbol << 1)]; in decrunch()
574 if(symbol < 256) in decrunch()
[all …]
/dports/audio/libxmp/libxmp-4.5.0/src/depackers/
H A Dunlzx.c380 for (symbol = 0; symbol < number_symbols; symbol++) { in make_decode_table()
408 for (symbol = pos; symbol < table_mask; symbol++) { /* clear the rest of the table */ in make_decode_table()
427 for (symbol = 0; symbol < number_symbols; symbol++) { in make_decode_table()
578 (symbol << 1)]; in read_literal_table()
598 switch (symbol) { in read_literal_table()
633 symbol = in read_literal_table()
673 symbol = table_four[decr->literal_len[pos] + 17 - symbol]; in read_literal_table()
724 symbol = decr->literal_table[(control & 1) + (symbol << 1)]; in decrunch()
743 if (symbol < 256) { in decrunch()
744 *dest++ = symbol; in decrunch()
[all …]
/dports/math/reduce/Reduce-svn5758-src/packages/lalr/
H A Dlalr.rlg4588 0 :symbol shift to state 14
4614 4 :symbol shift to state 14
4627 8 :symbol shift to state 14
4639 9 :symbol shift to state 14
4651 10 :symbol shift to state 14
4664 12 :symbol shift to state 14
4675 13 :symbol shift to state 59
4679 16 :symbol shift to state 14
4691 17 :symbol shift to state 14
4697 18 :symbol shift to state 14
[all …]
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/compression/
H A Dunlzx.cpp242 for (symbol = 0; symbol < number_symbols; symbol++) in make_decode_table()
273 for (symbol = pos; symbol < (signed)table_mask; symbol++) in make_decode_table()
275 reverse = symbol; in make_decode_table()
291 for(symbol = 0; symbol < number_symbols; symbol++) in make_decode_table()
438 switch(symbol) in read_literal_table()
442 if(symbol == 17) in read_literal_table()
497 symbol = table_four[unlzx->literal_len[pos] + 17 - symbol]; in read_literal_table()
501 symbol = table_four[unlzx->literal_len[pos] + 17 - symbol]; in read_literal_table()
535 symbol = unlzx->literal_table[(control & 1) + (symbol << 1)]; in decrunch()
556 if (symbol < 256) in decrunch()
[all …]
/dports/devel/bison/bison-3.7.6/src/
H A Dparse-gram.output168 118 symbol: id
359 symbol <symbol*> (100)
530 118 symbol: . id
741 118 symbol: . id
1003 118 symbol: . id
1033 118 symbol: . id
1050 118 symbol: id .
1329 118 symbol: . id
1514 118 symbol: . id
1536 118 symbol: . id
[all …]
/dports/math/reduce/Reduce-svn5758-src/jlisp/android/AndroidReduce/src/uk/ac/cam/aa582/structures/boxes/
H A DSymbolBox.java37 char symbol = S.symbol(s); in SymbolBox() local
38 this.symbol = symbol+""; in SymbolBox()
42 return symbol; in getSymbol()
100 char lastChar = symbol.charAt(symbol.length()-1); in superscriptShift()
101 Float shift = superscriptShifts.get(lastChar); in superscriptShift() local
102 if(shift != null) in superscriptShift()
103 return shift.floatValue(); in superscriptShift()
114 char lastChar = symbol.charAt(symbol.length()-1); in subscriptShift()
115 Float shift = subscriptShifts.get(lastChar); in subscriptShift() local
116 if(shift != null) // so a value does exist in subscriptShift()
[all …]
/dports/biology/figtree/figtree-1.4.4/src/figtree/ui/
H A DRomanFormat.java57 char symbol; field in RomanFormat.SymTab
110 if(syms[i].symbol==ch[p]) in parse()
144 if(syms[i].symbol==ch[p]) in toLong()
176 int shift=i+(i%2); in format() local
177 if( i>0 && shift<syms.length && in format()
180 s.append( syms[shift].symbol); in format()
188 s.append(syms[i].symbol); in format()
217 int shift=i+(i%2); in toRoman() local
218 if( i>0 && shift<syms.length && in toRoman()
221 s= s+ syms[shift].symbol + syms[i-1].symbol; in toRoman()
[all …]
/dports/devel/bison/bison-3.7.6/tests/
H A Dreport.at840 <transition type="shift" symbol="&quot;(&quot;" state="7"/>
878 <transition type="shift" symbol="&quot;(&quot;" state="7"/>
938 <transition type="shift" symbol="&quot;(&quot;" state="7"/>
1026 <transition type="shift" symbol="&quot;)&quot;" state="16"/>
1047 <transition type="shift" symbol="&quot;(&quot;" state="7"/>
1114 <transition type="shift" symbol="&quot;(&quot;" state="7"/>
2020 <transition type="shift" symbol="$end" state="4"/>
2021 <transition type="shift" symbol="&quot;+&quot;" state="5"/>
2022 <transition type="shift" symbol="&quot;⊕&quot;" state="6"/>
2109 <transition type="shift" symbol="&quot;⊕&quot;" state="6"/>
[all …]
/dports/math/reduce/Reduce-svn5758-src/xmpl/
H A Dlalr.rlg279 (0 (6 (shift 3))
280 (7 (shift 4)))
281 (1 (6 (shift 3))
282 (7 (shift 4)))
287 (4 (6 (shift 3))
445 0 !:symbol (shift 4)
453 5 !:symbol (shift 4)
459 8 !:symbol (shift 4)
463 (0 (2 (shift 4))
471 (5 (2 (shift 4))
[all …]
/dports/devel/glrparser/glrparser-1.4/demos/multigr/
H A Derr4 debug0: making shift from state 0 (0) over symbol THAT to state 1 (1)
6 debug0: making shift from state 0 (0) over symbol N to state 2 (1)
9 debug0: making shift from state 0 (0) over symbol DET to state 3 (1)
16 debug0: making shift from state 1 (1) over symbol N to state 2 (2)
19 debug0: making shift from state 3 (1) over symbol N to state 7 (2)
23 debug3: deleting node number 1 with symbol N
36 debug0: making shift from state 4 (2) over symbol BE to state 5 (3)
39 debug0: making shift from state 5 (3) over symbol ADJ to state 9 (4)
52 debug0: adding new root node with symbol s
69 debug0: making shift from state 4 (4) over symbol BE to state 5 (5)
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/test/odbc/test_compiler/
H A Dtest_compiler.cpp90 stTestRef[3].pRefTree->shift('N') ; in main()
91 stTestRef[3].pRefTree->shift('D') ; in main()
92 stTestRef[3].pRefTree->shift('B') ; in main()
94 stTestRef[3].pRefTree->shift('F') ; in main()
95 stTestRef[3].pRefTree->shift('O') ; in main()
96 stTestRef[3].pRefTree->shift('O') ; in main()
101 stTestRef[3].pRefTree->shift(0x205021ca) ; in main()
104 stTestRef[3].pRefTree->shift(0x21407002) ; in main()
106 stTestRef[3].pRefTree->shift(0x21407002) ; in main()
216 if(pCompilerOutput->symbol() != pReference->symbol()){ in compare_trees()
[all …]
/dports/devel/rgbds/rgbds/src/link/
H A Dpatch.c121 return symbol; in getSymbol()
158 struct Symbol const *symbol; in computeRPNExpr() local
271 for (uint8_t shift = 0; shift < 32; shift += 8) in computeRPNExpr() local
276 if (!symbol) { in computeRPNExpr()
282 } else if (!symbol->section) { in computeRPNExpr()
289 value = symbol->section->bank; in computeRPNExpr()
393 for (uint8_t shift = 0; shift < 32; shift += 8) in computeRPNExpr() local
400 for (uint8_t shift = 0; shift < 32; shift += 8) in computeRPNExpr() local
416 if (!symbol) { in computeRPNExpr()
421 value = symbol->value; in computeRPNExpr()
[all …]
/dports/science/mpqc/mpqc-2.3.1/bin/
H A Dmkf77sym.pl.in7 $in = shift;
10 $method = shift;
11 $symbol = f77symbol($method, shift);
12 print "$symbol\n";
15 $out = shift;
33 my $method = shift;
34 my $f77name = shift;
40 elsif ($method eq "symbol") {
/dports/lang/racket/racket-8.3/collects/racket/
H A Dphase+space.rkt8 phase+space-shift?
12 phase+space-shift+)
19 (define-values (interned-symbol?)
21 (and (symbol? v)
22 (symbol-interned? v))))
27 (interned-symbol? v))))
33 (interned-symbol? (cdr v))
51 (define-values (phase+space-shift?)
56 (interned-symbol? (cdr v)))
85 (if (phase+space-shift? s)
[all …]
/dports/lang/racket-minimal/racket-8.3/collects/racket/
H A Dphase+space.rkt8 phase+space-shift?
12 phase+space-shift+)
19 (define-values (interned-symbol?)
21 (and (symbol? v)
22 (symbol-interned? v))))
27 (interned-symbol? v))))
33 (interned-symbol? (cdr v))
51 (define-values (phase+space-shift?)
56 (interned-symbol? (cdr v)))
85 (if (phase+space-shift? s)
[all …]
/dports/science/p5-PerlMol/PerlMol-0.3500/inc/BUNDLES/Chemistry-File-Mopac-0.15/t/
H A DMopac.t19 my $n = shift @$row;
21 my $symbol = shift @$row;
23 is($atom->symbol, $symbol, "$mop_file: symbol($n)");
25 my $got = shift @calc_coords;
26 my $expected = shift @$row;
/dports/science/p5-Chemistry-File-Mopac/Chemistry-File-Mopac-0.15/t/
H A DMopac.t19 my $n = shift @$row;
21 my $symbol = shift @$row;
23 is($atom->symbol, $symbol, "$mop_file: symbol($n)");
25 my $got = shift @calc_coords;
26 my $expected = shift @$row;
/dports/print/limereport/LimeReport-1.5.35/3rdparty/zint-2.6.1/backend/
H A Dgridmtx.c356 int shift; in gm_encode() local
663 shift = 1; in gm_encode()
665 shift = 0; in gm_encode()
668 shift = 0; in gm_encode()
671 shift = 0; in gm_encode()
674 shift = 0; in gm_encode()
695 shift = 1; in gm_encode()
697 shift = 0; in gm_encode()
700 shift = 0; in gm_encode()
721 shift = 1; in gm_encode()
[all …]
/dports/lang/ghc/ghc-8.10.7/rts/linker/
H A Delf_reloc_aarch64.c156 int shift = 0; in encodeAddendAarch64() local
159 shift = (*(inst_t*)P >> 30) & 0x3; in encodeAddendAarch64()
160 if(0 == shift && isVectorOp(P)) { in encodeAddendAarch64()
161 shift = 4; in encodeAddendAarch64()
164 assert(addend == 0 || exp_shift == shift); in encodeAddendAarch64()
166 | ((inst_t)(addend >> shift << 10) & 0x003ffc00); in encodeAddendAarch64()
195 addr_t S = (addr_t) symbol->addr; in computeAddend()
301 ElfSymbol *symbol = in relocateObjectCodeAarch64() local
306 assert(0x0 != symbol); in relocateObjectCodeAarch64()
327 ElfSymbol *symbol = in relocateObjectCodeAarch64() local
[all …]
/dports/devel/p5-Data-Stag/Data-Stag-0.14/t/
H A Dhomol.t25 shift->tm("symbol", "HGNC")
35 sub { my $g = shift;
36 $g->get("symbol") =~ /^H/ &&
43 $ss->ijoin("pair", "symbol", $gene_set);
47 my $gs = shift;
48 my $ph = shift;
55 my $gs = shift;
56 my $go = shift;
59 grep {/$go/} shift->get_GO_term
77 my $node= shift;
[all …]
/dports/graphics/zint/zint-2.10.0-src/backend/
H A Dgridmtx.c340 int shift; in gm_encode() local
658 shift = 1; in gm_encode()
660 shift = 0; in gm_encode()
662 shift = 0; in gm_encode()
664 shift = 0; in gm_encode()
666 shift = 0; in gm_encode()
687 shift = 1; in gm_encode()
689 shift = 0; in gm_encode()
691 shift = 0; in gm_encode()
712 shift = 1; in gm_encode()
[all …]
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-dtv/lib/atsc/
H A Datsc_trellis_encoder_impl.cc125 int shift; in encode_helper() local
127 unsigned char symbol; in encode_helper() local
162 for (shift = 6; shift >= 0; shift -= 2) { in encode_helper()
195 dibit = 0x03 & (trellis_buffer[encoder] >> shift); in encode_helper()
202 bit1[shift], in encode_helper()
203 bit2[shift], in encode_helper()
207 symbol = enc[encoder].encode(dibit); in encode_helper()
208 *out++ = symbol; in encode_helper()
214 printf("sym %d\n", symbol); in encode_helper()
/dports/print/lout/lout-3.40/doc/user/
H A Dbgr_clip6 The @Code "@HClip" symbol clips the following object horizontally to
18 We have used the @Code "@Wide" symbol from Section {@NumberOf precise}
23 The @Code "@HClip" symbol has a @Code "shift" option which determines
29 "@Box 1c @Wide @HClip shift { 1.0 } WARNING!"
33 @Box 1c @Wide @HClip shift { 1.0 } WARNING!
35 To display the central part, use shift value {@Code "0.5"}. Notice that
36 there is no unit of measurement attached to the value of {@Code "shift"}.
38 There is also a @Code "@VClip" symbol which works in exactly the same
47 The @Code "shift" options to determine which part of the two-dimensional

12345678910>>...729