Home
last modified time | relevance | path

Searched refs:xcount (Results 1 – 25 of 1295) sorted by relevance

12345678910>>...52

/dports/www/trafficserver/trafficserver-9.1.1/iocore/cache/
H A DCacheHttp.cc44 for (i = 0; i < xcount; i++) { in ~CacheHTTPInfoVector()
58 index = xcount++; in insert()
74 ink_assert(idx < xcount); in detach()
83 xcount -= 1; in detach()
100 xcount--; in remove()
116 xcount = 0; in clear()
134 for (i = 0; i < xcount; i++) { in print()
207 xcount = 0; in unmarshal()
218 xcount++; in unmarshal()
233 xcount = 0; in get_handles()
[all …]
/dports/print/cups-filters/cups-filters-1.28.10/cupsfilters/
H A Dimage-tiff.c359 xcount > 0; in _cupsImageReadTIFF()
380 xcount > 0; in _cupsImageReadTIFF()
401 xcount > 0; in _cupsImageReadTIFF()
503 xcount > 0; in _cupsImageReadTIFF()
687 xcount > 0; in _cupsImageReadTIFF()
717 xcount > 0; in _cupsImageReadTIFF()
742 xcount > 0; in _cupsImageReadTIFF()
768 xcount > 0; in _cupsImageReadTIFF()
812 xcount > 0; in _cupsImageReadTIFF()
1089 xcount > 0; in _cupsImageReadTIFF()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/cups/libs/filter/
H A Dimage-tiff.c365 xcount > 0; in _cupsImageReadTIFF()
386 xcount > 0; in _cupsImageReadTIFF()
407 xcount > 0; in _cupsImageReadTIFF()
509 xcount > 0; in _cupsImageReadTIFF()
688 xcount > 0; in _cupsImageReadTIFF()
718 xcount > 0; in _cupsImageReadTIFF()
743 xcount > 0; in _cupsImageReadTIFF()
769 xcount > 0; in _cupsImageReadTIFF()
813 xcount > 0; in _cupsImageReadTIFF()
1090 xcount > 0; in _cupsImageReadTIFF()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/cups/libs/filter/
H A Dimage-tiff.c365 xcount > 0; in _cupsImageReadTIFF()
386 xcount > 0; in _cupsImageReadTIFF()
407 xcount > 0; in _cupsImageReadTIFF()
509 xcount > 0; in _cupsImageReadTIFF()
688 xcount > 0; in _cupsImageReadTIFF()
718 xcount > 0; in _cupsImageReadTIFF()
743 xcount > 0; in _cupsImageReadTIFF()
769 xcount > 0; in _cupsImageReadTIFF()
813 xcount > 0; in _cupsImageReadTIFF()
1090 xcount > 0; in _cupsImageReadTIFF()
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/blossom/concorde97/TSP/
H A Dcontrol.c196 rval = lp_x (lp, &xcount, &xlist, &x);
239 xcount, xlist, x);
501 rval = lp_x (lp, &xcount, &xlist, &x);
558 int xcount, cutcount, cut_added, edge_added; local
602 rval = lp_x (lp, &xcount, &xlist, &x);
633 xcount, xlist, x);
766 int *xcount;
792 rval = lp_x (lp, xcount, xlist, x);
822 static int lp_x (lp, xcount, xlist, x) in lp_x()
824 int *xcount;
[all …]
/dports/math/concorde/concorde/TSP/
H A Dcontrol.c546 rval = lp_x (lp, &xcount, &xlist, &x); in CCtsp_cutting_loop()
1441 xcount, xlist, x); in CCtsp_cutting_loop()
1476 xcount, xlist, x); in CCtsp_cutting_loop()
2102 rval = lp_x (lp, &xcount, &xlist, &x); in CCtsp_cutting_loop()
2185 int xcount, cutcount, cut_added, edge_added; in CCtsp_subtour_loop() local
2228 rval = lp_x (lp, &xcount, &xlist, &x); in CCtsp_subtour_loop()
2410 int xcount, cutcount, cut_added, edge_added; in CCtsp_blossom_loop() local
2867 rval = lp_x (lp, xcount, xlist, x); in call_add_cuts()
3141 int xcount, i; in CCtsp_call_x_heuristic() local
3271 for (i = 0; i < xcount; i++) { in grab_close_x()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgfortran/generated/
H A Dmatmul_i4.c88 index_type x, y, n, count, xcount, ycount; in matmul_i4() local
193 xcount = 1; in matmul_i4()
202 xcount = GFC_DESCRIPTOR_EXTENT(a,0); in matmul_i4()
265 if (rystride == xcount) in matmul_i4()
266 memset (dest, 0, (sizeof (GFC_INTEGER_4) * xcount * ycount)); in matmul_i4()
270 for (x = 0; x < xcount; x++) in matmul_i4()
282 for (x = 0; x < xcount; x++) in matmul_i4()
302 for (x = 0; x < xcount; x++) in matmul_i4()
330 for (x = 0; x < xcount; x++) in matmul_i4()
335 for (x = 0; x < xcount; x++) in matmul_i4()
[all …]
H A Dmatmul_r10.c88 index_type x, y, n, count, xcount, ycount; in matmul_r10() local
193 xcount = 1; in matmul_r10()
202 xcount = GFC_DESCRIPTOR_EXTENT(a,0); in matmul_r10()
265 if (rystride == xcount) in matmul_r10()
266 memset (dest, 0, (sizeof (GFC_REAL_10) * xcount * ycount)); in matmul_r10()
270 for (x = 0; x < xcount; x++) in matmul_r10()
282 for (x = 0; x < xcount; x++) in matmul_r10()
302 for (x = 0; x < xcount; x++) in matmul_r10()
330 for (x = 0; x < xcount; x++) in matmul_r10()
335 for (x = 0; x < xcount; x++) in matmul_r10()
[all …]
H A Dmatmul_r4.c88 index_type x, y, n, count, xcount, ycount; in matmul_r4() local
193 xcount = 1; in matmul_r4()
202 xcount = GFC_DESCRIPTOR_EXTENT(a,0); in matmul_r4()
265 if (rystride == xcount) in matmul_r4()
266 memset (dest, 0, (sizeof (GFC_REAL_4) * xcount * ycount)); in matmul_r4()
270 for (x = 0; x < xcount; x++) in matmul_r4()
282 for (x = 0; x < xcount; x++) in matmul_r4()
302 for (x = 0; x < xcount; x++) in matmul_r4()
330 for (x = 0; x < xcount; x++) in matmul_r4()
335 for (x = 0; x < xcount; x++) in matmul_r4()
[all …]
H A Dmatmul_c4.c88 index_type x, y, n, count, xcount, ycount; in matmul_c4() local
193 xcount = 1; in matmul_c4()
202 xcount = GFC_DESCRIPTOR_EXTENT(a,0); in matmul_c4()
265 if (rystride == xcount) in matmul_c4()
266 memset (dest, 0, (sizeof (GFC_COMPLEX_4) * xcount * ycount)); in matmul_c4()
270 for (x = 0; x < xcount; x++) in matmul_c4()
282 for (x = 0; x < xcount; x++) in matmul_c4()
302 for (x = 0; x < xcount; x++) in matmul_c4()
330 for (x = 0; x < xcount; x++) in matmul_c4()
335 for (x = 0; x < xcount; x++) in matmul_c4()
[all …]
H A Dmatmul_c8.c88 index_type x, y, n, count, xcount, ycount; in matmul_c8() local
193 xcount = 1; in matmul_c8()
202 xcount = GFC_DESCRIPTOR_EXTENT(a,0); in matmul_c8()
265 if (rystride == xcount) in matmul_c8()
266 memset (dest, 0, (sizeof (GFC_COMPLEX_8) * xcount * ycount)); in matmul_c8()
270 for (x = 0; x < xcount; x++) in matmul_c8()
282 for (x = 0; x < xcount; x++) in matmul_c8()
302 for (x = 0; x < xcount; x++) in matmul_c8()
330 for (x = 0; x < xcount; x++) in matmul_c8()
335 for (x = 0; x < xcount; x++) in matmul_c8()
[all …]
H A Dmatmul_i2.c88 index_type x, y, n, count, xcount, ycount; in matmul_i2() local
193 xcount = 1; in matmul_i2()
202 xcount = GFC_DESCRIPTOR_EXTENT(a,0); in matmul_i2()
265 if (rystride == xcount) in matmul_i2()
266 memset (dest, 0, (sizeof (GFC_INTEGER_2) * xcount * ycount)); in matmul_i2()
270 for (x = 0; x < xcount; x++) in matmul_i2()
282 for (x = 0; x < xcount; x++) in matmul_i2()
302 for (x = 0; x < xcount; x++) in matmul_i2()
330 for (x = 0; x < xcount; x++) in matmul_i2()
335 for (x = 0; x < xcount; x++) in matmul_i2()
[all …]
H A Dmatmul_i8.c88 index_type x, y, n, count, xcount, ycount; in matmul_i8() local
193 xcount = 1; in matmul_i8()
202 xcount = GFC_DESCRIPTOR_EXTENT(a,0); in matmul_i8()
265 if (rystride == xcount) in matmul_i8()
266 memset (dest, 0, (sizeof (GFC_INTEGER_8) * xcount * ycount)); in matmul_i8()
270 for (x = 0; x < xcount; x++) in matmul_i8()
282 for (x = 0; x < xcount; x++) in matmul_i8()
302 for (x = 0; x < xcount; x++) in matmul_i8()
330 for (x = 0; x < xcount; x++) in matmul_i8()
335 for (x = 0; x < xcount; x++) in matmul_i8()
[all …]
H A Dmatmul_i1.c88 index_type x, y, n, count, xcount, ycount; in matmul_i1() local
193 xcount = 1; in matmul_i1()
202 xcount = GFC_DESCRIPTOR_EXTENT(a,0); in matmul_i1()
265 if (rystride == xcount) in matmul_i1()
266 memset (dest, 0, (sizeof (GFC_INTEGER_1) * xcount * ycount)); in matmul_i1()
270 for (x = 0; x < xcount; x++) in matmul_i1()
282 for (x = 0; x < xcount; x++) in matmul_i1()
302 for (x = 0; x < xcount; x++) in matmul_i1()
330 for (x = 0; x < xcount; x++) in matmul_i1()
335 for (x = 0; x < xcount; x++) in matmul_i1()
[all …]
H A Dmatmul_r8.c88 index_type x, y, n, count, xcount, ycount; in matmul_r8() local
193 xcount = 1; in matmul_r8()
202 xcount = GFC_DESCRIPTOR_EXTENT(a,0); in matmul_r8()
265 if (rystride == xcount) in matmul_r8()
266 memset (dest, 0, (sizeof (GFC_REAL_8) * xcount * ycount)); in matmul_r8()
270 for (x = 0; x < xcount; x++) in matmul_r8()
282 for (x = 0; x < xcount; x++) in matmul_r8()
302 for (x = 0; x < xcount; x++) in matmul_r8()
330 for (x = 0; x < xcount; x++) in matmul_r8()
335 for (x = 0; x < xcount; x++) in matmul_r8()
[all …]
H A Dmatmul_c10.c88 index_type x, y, n, count, xcount, ycount; in matmul_c10() local
193 xcount = 1; in matmul_c10()
202 xcount = GFC_DESCRIPTOR_EXTENT(a,0); in matmul_c10()
241 && (((float) xcount) * ((float) ycount) * ((float) count) in matmul_c10()
265 if (rystride == xcount) in matmul_c10()
270 for (x = 0; x < xcount; x++) in matmul_c10()
282 for (x = 0; x < xcount; x++) in matmul_c10()
302 for (x = 0; x < xcount; x++) in matmul_c10()
330 for (x = 0; x < xcount; x++) in matmul_c10()
335 for (x = 0; x < xcount; x++) in matmul_c10()
[all …]
H A Dmatmul_c16.c88 index_type x, y, n, count, xcount, ycount; in matmul_c16() local
193 xcount = 1; in matmul_c16()
202 xcount = GFC_DESCRIPTOR_EXTENT(a,0); in matmul_c16()
241 && (((float) xcount) * ((float) ycount) * ((float) count) in matmul_c16()
265 if (rystride == xcount) in matmul_c16()
270 for (x = 0; x < xcount; x++) in matmul_c16()
282 for (x = 0; x < xcount; x++) in matmul_c16()
302 for (x = 0; x < xcount; x++) in matmul_c16()
330 for (x = 0; x < xcount; x++) in matmul_c16()
335 for (x = 0; x < xcount; x++) in matmul_c16()
[all …]
H A Dmatmul_i16.c88 index_type x, y, n, count, xcount, ycount; in matmul_i16() local
193 xcount = 1; in matmul_i16()
202 xcount = GFC_DESCRIPTOR_EXTENT(a,0); in matmul_i16()
241 && (((float) xcount) * ((float) ycount) * ((float) count) in matmul_i16()
265 if (rystride == xcount) in matmul_i16()
270 for (x = 0; x < xcount; x++) in matmul_i16()
282 for (x = 0; x < xcount; x++) in matmul_i16()
302 for (x = 0; x < xcount; x++) in matmul_i16()
330 for (x = 0; x < xcount; x++) in matmul_i16()
335 for (x = 0; x < xcount; x++) in matmul_i16()
[all …]
H A Dmatmul_r16.c88 index_type x, y, n, count, xcount, ycount; in matmul_r16() local
193 xcount = 1; in matmul_r16()
202 xcount = GFC_DESCRIPTOR_EXTENT(a,0); in matmul_r16()
265 if (rystride == xcount) in matmul_r16()
266 memset (dest, 0, (sizeof (GFC_REAL_16) * xcount * ycount)); in matmul_r16()
270 for (x = 0; x < xcount; x++) in matmul_r16()
282 for (x = 0; x < xcount; x++) in matmul_r16()
302 for (x = 0; x < xcount; x++) in matmul_r16()
330 for (x = 0; x < xcount; x++) in matmul_r16()
335 for (x = 0; x < xcount; x++) in matmul_r16()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libgfortran/generated/
H A Dmatmul_c8.c88 index_type x, y, n, count, xcount, ycount; in matmul_c8() local
193 xcount = 1; in matmul_c8()
202 xcount = GFC_DESCRIPTOR_EXTENT(a,0); in matmul_c8()
265 if (rystride == xcount) in matmul_c8()
266 memset (dest, 0, (sizeof (GFC_COMPLEX_8) * xcount * ycount)); in matmul_c8()
270 for (x = 0; x < xcount; x++) in matmul_c8()
282 for (x = 0; x < xcount; x++) in matmul_c8()
302 for (x = 0; x < xcount; x++) in matmul_c8()
330 for (x = 0; x < xcount; x++) in matmul_c8()
335 for (x = 0; x < xcount; x++) in matmul_c8()
[all …]
H A Dmatmul_i16.c88 index_type x, y, n, count, xcount, ycount; in matmul_i16() local
193 xcount = 1; in matmul_i16()
202 xcount = GFC_DESCRIPTOR_EXTENT(a,0); in matmul_i16()
241 && (((float) xcount) * ((float) ycount) * ((float) count) in matmul_i16()
265 if (rystride == xcount) in matmul_i16()
270 for (x = 0; x < xcount; x++) in matmul_i16()
282 for (x = 0; x < xcount; x++) in matmul_i16()
302 for (x = 0; x < xcount; x++) in matmul_i16()
330 for (x = 0; x < xcount; x++) in matmul_i16()
335 for (x = 0; x < xcount; x++) in matmul_i16()
[all …]
H A Dmatmul_i4.c88 index_type x, y, n, count, xcount, ycount; in matmul_i4() local
193 xcount = 1; in matmul_i4()
202 xcount = GFC_DESCRIPTOR_EXTENT(a,0); in matmul_i4()
265 if (rystride == xcount) in matmul_i4()
266 memset (dest, 0, (sizeof (GFC_INTEGER_4) * xcount * ycount)); in matmul_i4()
270 for (x = 0; x < xcount; x++) in matmul_i4()
282 for (x = 0; x < xcount; x++) in matmul_i4()
302 for (x = 0; x < xcount; x++) in matmul_i4()
330 for (x = 0; x < xcount; x++) in matmul_i4()
335 for (x = 0; x < xcount; x++) in matmul_i4()
[all …]
H A Dmatmul_i8.c88 index_type x, y, n, count, xcount, ycount; in matmul_i8() local
193 xcount = 1; in matmul_i8()
202 xcount = GFC_DESCRIPTOR_EXTENT(a,0); in matmul_i8()
265 if (rystride == xcount) in matmul_i8()
266 memset (dest, 0, (sizeof (GFC_INTEGER_8) * xcount * ycount)); in matmul_i8()
270 for (x = 0; x < xcount; x++) in matmul_i8()
282 for (x = 0; x < xcount; x++) in matmul_i8()
302 for (x = 0; x < xcount; x++) in matmul_i8()
330 for (x = 0; x < xcount; x++) in matmul_i8()
335 for (x = 0; x < xcount; x++) in matmul_i8()
[all …]
H A Dmatmul_r10.c88 index_type x, y, n, count, xcount, ycount; in matmul_r10() local
193 xcount = 1; in matmul_r10()
202 xcount = GFC_DESCRIPTOR_EXTENT(a,0); in matmul_r10()
265 if (rystride == xcount) in matmul_r10()
266 memset (dest, 0, (sizeof (GFC_REAL_10) * xcount * ycount)); in matmul_r10()
270 for (x = 0; x < xcount; x++) in matmul_r10()
282 for (x = 0; x < xcount; x++) in matmul_r10()
302 for (x = 0; x < xcount; x++) in matmul_r10()
330 for (x = 0; x < xcount; x++) in matmul_r10()
335 for (x = 0; x < xcount; x++) in matmul_r10()
[all …]
H A Dmatmul_i1.c88 index_type x, y, n, count, xcount, ycount; in matmul_i1() local
193 xcount = 1; in matmul_i1()
202 xcount = GFC_DESCRIPTOR_EXTENT(a,0); in matmul_i1()
265 if (rystride == xcount) in matmul_i1()
266 memset (dest, 0, (sizeof (GFC_INTEGER_1) * xcount * ycount)); in matmul_i1()
270 for (x = 0; x < xcount; x++) in matmul_i1()
282 for (x = 0; x < xcount; x++) in matmul_i1()
302 for (x = 0; x < xcount; x++) in matmul_i1()
330 for (x = 0; x < xcount; x++) in matmul_i1()
335 for (x = 0; x < xcount; x++) in matmul_i1()
[all …]

12345678910>>...52