Home
last modified time | relevance | path

Searched refs:thisx (Results 1 – 25 of 95) sorted by relevance

1234

/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/zip/zlib/
H A Dinfback.c385 if (thisx.val < 16) { in inflateBack()
470 if (thisx.op && (thisx.op & 0xf0) == 0) { in inflateBack()
471 last = thisx; in inflateBack()
480 DROPBITS(thisx.bits); in inflateBack()
484 if (thisx.op == 0) { in inflateBack()
485 Tracevv((stderr, thisx.val >= 0x20 && thisx.val < 0x7f ? in inflateBack()
496 if (thisx.op & 32) { in inflateBack()
503 if (thisx.op & 64) { in inflateBack()
525 last = thisx; in inflateBack()
534 DROPBITS(thisx.bits); in inflateBack()
[all …]
H A Dinftrees.c118 thisx.bits = (unsigned char)1; in inflate_table()
119 thisx.val = (unsigned short)0; in inflate_table()
121 *(*table)++ = thisx; in inflate_table()
219 thisx.op = (unsigned char)0; in inflate_table()
220 thisx.val = work[sym]; in inflate_table()
224 thisx.val = base[work[sym]]; in inflate_table()
228 thisx.val = 0; in inflate_table()
298 thisx.bits = (unsigned char)(len - drop); in inflate_table()
299 thisx.val = (unsigned short)0; in inflate_table()
306 thisx.bits = (unsigned char)len; in inflate_table()
[all …]
H A Dinffast.c125 thisx = lcode[hold & lmask]; in inflate_fast()
127 op = (unsigned)(thisx.bits); in inflate_fast()
130 op = (unsigned)(thisx.op); in inflate_fast()
132 Tracevv((stderr, thisx.val >= 0x20 && thisx.val < 0x7f ? in inflate_fast()
138 len = (unsigned)(thisx.val); in inflate_fast()
156 thisx = dcode[hold & dmask]; in inflate_fast()
158 op = (unsigned)(thisx.bits); in inflate_fast()
161 op = (unsigned)(thisx.op); in inflate_fast()
163 dist = (unsigned)(thisx.val); in inflate_fast()
260 thisx = dcode[thisx.val + (hold & ((1U << op) - 1))]; in inflate_fast()
[all …]
H A Dinflate.c867 if (thisx.val < 16) { in inflate()
946 if (thisx.op && (thisx.op & 0xf0) == 0) { in inflate()
947 last = thisx; in inflate()
956 DROPBITS(thisx.bits); in inflate()
958 if ((int)(thisx.op) == 0) { in inflate()
959 Tracevv((stderr, thisx.val >= 0x20 && thisx.val < 0x7f ? in inflate()
965 if (thisx.op & 32) { in inflate()
970 if (thisx.op & 64) { in inflate()
992 last = thisx; in inflate()
1001 DROPBITS(thisx.bits); in inflate()
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/zip/zlib/
H A Dinfback.c385 if (thisx.val < 16) { in inflateBack()
470 if (thisx.op && (thisx.op & 0xf0) == 0) { in inflateBack()
471 last = thisx; in inflateBack()
480 DROPBITS(thisx.bits); in inflateBack()
484 if (thisx.op == 0) { in inflateBack()
485 Tracevv((stderr, thisx.val >= 0x20 && thisx.val < 0x7f ? in inflateBack()
496 if (thisx.op & 32) { in inflateBack()
503 if (thisx.op & 64) { in inflateBack()
525 last = thisx; in inflateBack()
534 DROPBITS(thisx.bits); in inflateBack()
[all …]
H A Dinftrees.c118 thisx.bits = (unsigned char)1; in inflate_table()
119 thisx.val = (unsigned short)0; in inflate_table()
121 *(*table)++ = thisx; in inflate_table()
219 thisx.op = (unsigned char)0; in inflate_table()
220 thisx.val = work[sym]; in inflate_table()
224 thisx.val = base[work[sym]]; in inflate_table()
228 thisx.val = 0; in inflate_table()
298 thisx.bits = (unsigned char)(len - drop); in inflate_table()
299 thisx.val = (unsigned short)0; in inflate_table()
306 thisx.bits = (unsigned char)len; in inflate_table()
[all …]
H A Dinffast.c125 thisx = lcode[hold & lmask]; in inflate_fast()
127 op = (unsigned)(thisx.bits); in inflate_fast()
130 op = (unsigned)(thisx.op); in inflate_fast()
132 Tracevv((stderr, thisx.val >= 0x20 && thisx.val < 0x7f ? in inflate_fast()
138 len = (unsigned)(thisx.val); in inflate_fast()
156 thisx = dcode[hold & dmask]; in inflate_fast()
158 op = (unsigned)(thisx.bits); in inflate_fast()
161 op = (unsigned)(thisx.op); in inflate_fast()
163 dist = (unsigned)(thisx.val); in inflate_fast()
260 thisx = dcode[thisx.val + (hold & ((1U << op) - 1))]; in inflate_fast()
[all …]
H A Dinflate.c867 if (thisx.val < 16) { in inflate()
946 if (thisx.op && (thisx.op & 0xf0) == 0) { in inflate()
947 last = thisx; in inflate()
956 DROPBITS(thisx.bits); in inflate()
958 if ((int)(thisx.op) == 0) { in inflate()
959 Tracevv((stderr, thisx.val >= 0x20 && thisx.val < 0x7f ? in inflate()
965 if (thisx.op & 32) { in inflate()
970 if (thisx.op & 64) { in inflate()
992 last = thisx; in inflate()
1001 DROPBITS(thisx.bits); in inflate()
[all …]
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/zip/zlib/
H A Dinfback.c385 if (thisx.val < 16) { in inflateBack()
470 if (thisx.op && (thisx.op & 0xf0) == 0) { in inflateBack()
471 last = thisx; in inflateBack()
480 DROPBITS(thisx.bits); in inflateBack()
484 if (thisx.op == 0) { in inflateBack()
485 Tracevv((stderr, thisx.val >= 0x20 && thisx.val < 0x7f ? in inflateBack()
496 if (thisx.op & 32) { in inflateBack()
503 if (thisx.op & 64) { in inflateBack()
525 last = thisx; in inflateBack()
534 DROPBITS(thisx.bits); in inflateBack()
[all …]
H A Dinftrees.c118 thisx.bits = (unsigned char)1; in inflate_table()
119 thisx.val = (unsigned short)0; in inflate_table()
121 *(*table)++ = thisx; in inflate_table()
219 thisx.op = (unsigned char)0; in inflate_table()
220 thisx.val = work[sym]; in inflate_table()
224 thisx.val = base[work[sym]]; in inflate_table()
228 thisx.val = 0; in inflate_table()
298 thisx.bits = (unsigned char)(len - drop); in inflate_table()
299 thisx.val = (unsigned short)0; in inflate_table()
306 thisx.bits = (unsigned char)len; in inflate_table()
[all …]
H A Dinffast.c125 thisx = lcode[hold & lmask]; in inflate_fast()
127 op = (unsigned)(thisx.bits); in inflate_fast()
130 op = (unsigned)(thisx.op); in inflate_fast()
132 Tracevv((stderr, thisx.val >= 0x20 && thisx.val < 0x7f ? in inflate_fast()
138 len = (unsigned)(thisx.val); in inflate_fast()
156 thisx = dcode[hold & dmask]; in inflate_fast()
158 op = (unsigned)(thisx.bits); in inflate_fast()
161 op = (unsigned)(thisx.op); in inflate_fast()
163 dist = (unsigned)(thisx.val); in inflate_fast()
260 thisx = dcode[thisx.val + (hold & ((1U << op) - 1))]; in inflate_fast()
[all …]
H A Dinflate.c867 if (thisx.val < 16) { in inflate()
946 if (thisx.op && (thisx.op & 0xf0) == 0) { in inflate()
947 last = thisx; in inflate()
956 DROPBITS(thisx.bits); in inflate()
958 if ((int)(thisx.op) == 0) { in inflate()
959 Tracevv((stderr, thisx.val >= 0x20 && thisx.val < 0x7f ? in inflate()
965 if (thisx.op & 32) { in inflate()
970 if (thisx.op & 64) { in inflate()
992 last = thisx; in inflate()
1001 DROPBITS(thisx.bits); in inflate()
[all …]
/dports/math/py-matplotlib/matplotlib-3.4.3/lib/matplotlib/
H A Dunits.py66 for thisx in x:
67 if thisx is ma.masked:
69 return isinstance(thisx, Number) and not isinstance(thisx, Decimal)
145 for thisx in x:
146 if thisx is ma.masked:
148 return isinstance(thisx, Number)
/dports/databases/jdb/jdb-1.14/
H A Ddb2dcliff124 my($lastx, $lasty, $thisx, $thisy);
128 my($lastx, $lasty, $thisx, $thisy) = @_;
130 @a[$STARTX, $STARTY, $ENDX, $ENDY] = ($lastx, $lasty, $thisx, $thisy);
131 @a[$RANGEX, $RANGEY] = ($thisx - $lastx, $thisy - $lasty);
149 ($thisx, $thisy) = @f[$x_col, $y_col];
151 $d[$n] = points_to_segment($lastx, $lasty, $thisx, $thisy);
153 if ($lastx > $thisx || $lasty > $thisy);
157 ($lastx, $lasty) = ($thisx, $thisy);
/dports/math/concorde/concorde/KDTREE/
H A Dkdnear.c638 double val, thisx, thisdist; in node_k_nearest_work() local
695 if (thisx < val) { in node_k_nearest_work()
718 if (thisx < val) { in node_k_nearest_work()
844 double val, thisx, thisdist; in node_nearest_work() local
1005 double val, thisx, thisdist; in fixed_radius_nearest_work() local
1030 thisx = xtarget; in fixed_radius_nearest_work()
1033 thisx = ytarget; in fixed_radius_nearest_work()
1051 if (thisx < val) { in fixed_radius_nearest_work()
1082 thisx = xtarget; in fixed_radius_nearest_work()
1085 thisx = ytarget; in fixed_radius_nearest_work()
[all …]
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/matplotlib/
H A Dunits.py127 for thisx in x:
128 return is_numlike(thisx)
188 thisx = safe_first_element(x)
192 if classx and classx != getattr(thisx, '__class__', None):
193 converter = self.get_converter(thisx)
/dports/cad/electric/electric-7.00/src/graph/
H A Dgraphcommon.cpp1120 if (thisx >= 0 && thisx < maxx) in gra_drawcircle()
1123 if (thisx >= 0 && thisx < maxx) in gra_drawcircle()
1132 if (thisx >= 0 && thisx < maxx) in gra_drawcircle()
1135 if (thisx >= 0 && thisx < maxx) in gra_drawcircle()
1144 if (thisx >= 0 && thisx < maxx) in gra_drawcircle()
1147 if (thisx >= 0 && thisx < maxx) in gra_drawcircle()
1156 if (thisx >= 0 && thisx < maxx) in gra_drawcircle()
1159 if (thisx >= 0 && thisx < maxx) in gra_drawcircle()
1286 if (thisx >= 0 && thisx < maxx) in gra_drawthickcircle()
1289 if (thisx >= 0 && thisx < maxx) in gra_drawthickcircle()
[all …]
/dports/german/BBBike/BBBike-3.18/
H A DBBBikeProfil.pm151 my($thisx, $thisy);
152 $thisx = $x_sub->($d);
155 push @poly_coords, ($thisx, $y_sub->(0));
157 push @poly_coords, $thisx, $thisy;
160 ($lastx, $lasty, $thisx, $thisy,
171 ($lastx, $lasty) = ($thisx, $thisy);
180 my $thisx = $x_sub->($i*$dist[-1]/10);
182 $c->createText($thisx, $thisy - 7,
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/widgets/
H A Dspan_selector.py34 thisx = x[indmin:indmax]
36 line2.set_data(thisx, thisy)
37 ax2.set_xlim(thisx[0], thisx[-1])
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/widgets/
H A Dspan_selector.py34 thisx = x[indmin:indmax]
36 line2.set_data(thisx, thisy)
37 ax2.set_xlim(thisx[0], thisx[-1])
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/KDTREE/
H A Dkdnear.c719 double val, thisx, thisdist; local
774 if (thisx < val) {
797 if (thisx < val) {
949 double val, thisx, thisdist; local
1135 double val, thisx, thisdist; local
1160 thisx = xtarget;
1163 thisx = ytarget;
1181 if (thisx < val) {
1208 thisx = xtarget;
1211 thisx = ytarget;
[all …]
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/graphics/charts/
H A Dlegends.py111 def __call__(self,legend,g,thisx,y,colName): argument
350 thisx = self.x
360 thisx -= width/2
362 thisx -= width
405 x = thisx
408 x = thisx+dx+dxTextSpace
409 xn = thisx
517 xt = thisx
519 xt = thisx+dx+dxTextSpace
525 thisx += jOffs[-1]+xW
[all …]
/dports/games/spring/spring_98.0/AI/Skirmish/HughAI/src-ai/hughai/mapping/
H A DBuildMap.java190 int thisx = buildMapPos.x + deltax - sizex / 2; in ReserveSpace() local
192 if( thisx >= 0 && thisy >= 0 && thisx < mapwidth && thisy < mapheight ) in ReserveSpace()
194 SquareAvailable[ thisx][thisy ] = false; in ReserveSpace()
233 int thisx = buildMapPos.x + deltax - unitdef.getXSize() / 2; in UnitCreated() local
235 SquareAvailable[ thisx][thisy ] = false; in UnitCreated()
/dports/math/R/R-4.1.2/src/main/
H A Dradixsort.c446 radixcounts[0][thisx & 0xFF]++; in iradix()
447 radixcounts[1][thisx >> 8 & 0xFF]++; in iradix()
454 int i = thisx >> (radix*8) & 0xFF; in iradix()
498 o[--thiscounts[thisx]] = i + 1; in iradix()
584 j = --thiscounts[thisx]; in iradix_r()
675 unsigned long long thisx = 0; in dradix() local
679 thisx = twiddle(x, i, order); in dradix()
727 thisx = twiddle(x, i, order); in dradix()
999 thisx = xsub[i] == NA_STRING ? in cradix_r()
1018 thisx = xsub[i] == NA_STRING ? in cradix_r()
[all …]
/dports/math/libRmath/R-4.1.1/src/main/
H A Dradixsort.c446 radixcounts[0][thisx & 0xFF]++; in iradix()
447 radixcounts[1][thisx >> 8 & 0xFF]++; in iradix()
454 int i = thisx >> (radix*8) & 0xFF; in iradix()
498 o[--thiscounts[thisx]] = i + 1; in iradix()
584 j = --thiscounts[thisx]; in iradix_r()
675 unsigned long long thisx = 0; in dradix() local
679 thisx = twiddle(x, i, order); in dradix()
727 thisx = twiddle(x, i, order); in dradix()
999 thisx = xsub[i] == NA_STRING ? in cradix_r()
1018 thisx = xsub[i] == NA_STRING ? in cradix_r()
[all …]

1234