Home
last modified time | relevance | path

Searched refs:rowlen (Results 1 – 25 of 579) sorted by relevance

12345678910>>...24

/dports/graphics/imlib2/imlib2-1.7.0/src/modules/loaders/
H A Dloader_ff.c13 size_t rowlen, i, j; in load2() local
43 rowlen = w * (sizeof("RGBA") - 1); in load2()
48 row = malloc(rowlen * sizeof(uint16_t)); in load2()
53 for (i = 0; i < h; i++, dat += rowlen) in load2()
55 if (fread(row, sizeof(uint16_t), rowlen, im->fp) != (size_t)rowlen) in load2()
58 for (j = 0; j < rowlen; j += 4) in load2()
92 size_t rowlen, i, j; in save() local
116 rowlen = im->w * (sizeof("RGBA") - 1); in save()
117 row = malloc(rowlen * sizeof(uint16_t)); in save()
124 for (j = 0; j < rowlen; j += 4) in save()
[all …]
/dports/math/dbcsr/dbcsr-2.1.0/src/core/
H A Ddbcsr_print_messages.F46 ipos2, maxrowlen, msglen, nrow, rowlen local
67 rowlen = 78
69 rowlen = 70
76 nrow = msglen/(rowlen + 1) + 1
80 rowlen = MIN(msglen, rowlen)
91 ipos2 = rowlen
109 ipos2 = MIN(msglen, ipos1 + rowlen - 1)
128 ipos2 = rowlen
150 ipos2 = MIN(msglen, ipos1 + rowlen - 1)
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/common/
H A Dprint_messages.F61 ipos2, maxrowlen, msglen, nrow, rowlen local
82 rowlen = 78
84 rowlen = 70
91 nrow = msglen/(rowlen + 1) + 1
95 rowlen = MIN(msglen, rowlen)
106 ipos2 = rowlen
124 ipos2 = MIN(msglen, ipos1 + rowlen - 1)
143 ipos2 = rowlen
165 ipos2 = MIN(msglen, ipos1 + rowlen - 1)
/dports/science/cp2k-data/cp2k-7.1.0/src/common/
H A Dprint_messages.F61 ipos2, maxrowlen, msglen, nrow, rowlen local
82 rowlen = 78
84 rowlen = 70
91 nrow = msglen/(rowlen + 1) + 1
95 rowlen = MIN(msglen, rowlen)
106 ipos2 = rowlen
124 ipos2 = MIN(msglen, ipos1 + rowlen - 1)
143 ipos2 = rowlen
165 ipos2 = MIN(msglen, ipos1 + rowlen - 1)
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/exts/dbcsr/src/core/
H A Ddbcsr_print_messages.F46 ipos2, maxrowlen, msglen, nrow, rowlen local
67 rowlen = 78
69 rowlen = 70
76 nrow = msglen/(rowlen + 1) + 1
80 rowlen = MIN(msglen, rowlen)
91 ipos2 = rowlen
109 ipos2 = MIN(msglen, ipos1 + rowlen - 1)
128 ipos2 = rowlen
150 ipos2 = MIN(msglen, ipos1 + rowlen - 1)
/dports/graphics/ptex/ptex-2.3.2/src/ptex/
H A DPtexUtils.cpp144 int rowlen = pixelSize * ures; in isConstant() local
282 int rowlen = uw*nchan; in reduce() local
316 int rowlen = uw*nchan; in reduceu() local
350 int rowlen = uw*nchan; in reducev() local
386 int rowlen = w*nchan; in reduceTri() local
420 int rowlen = ures*pixelsize; in fill() local
422 char* end = ptr + rowlen; in fill()
433 int vres, int rowlen) in copy() argument
436 if (sstride == rowlen && dstride == rowlen) { in copy()
463 dst += (rowlen-1) * nchan; in blendflip()
[all …]
H A DPtexSeparableKernel.cpp48 int rowlen = k.res.u() * nChan; in Apply() local
50 int rowskip = rowlen - datalen; in Apply()
53 T* pEnd = p + k.vw * rowlen; in Apply()
78 int rowlen = k.res.u() * nTxChan; in ApplyS() local
80 int rowskip = rowlen - datalen; in ApplyS()
83 T* pEnd = p + k.vw * rowlen; in ApplyS()
108 int rowlen = k.res.u() * nTxChan; in ApplyN() local
110 int rowskip = rowlen - datalen; in ApplyN()
113 T* pEnd = p + k.vw * rowlen; in ApplyN()
/dports/graphics/urt/urt-3.1b1_12/lib/
H A Drle_putrow.c98 int rowlen;
162 PBRUN[0][1] = rowlen-1;
169 for (i=0; i<rowlen; i++)
179 i < rowlen &&
193 PBRUN[0][1] = rowlen-1;
356 if (rowlen - dend > 0)
358 rowlen - dend - 1,
550 int rowlen, color, nrun;
584 upper = rowlen - 1;
685 int rowlen;
[all …]
/dports/graphics/netpbm/netpbm-10.91.01/urt/
H A Drle_putrow.c84 for ( s = 0; s < rowlen; s++ ) in findruns()
112 upper = rowlen - 1; in findruns()
241 int rowlen;
305 PBRUN[0][1] = rowlen-1;
312 for (i=0; i<rowlen; i++)
322 i < rowlen &&
336 PBRUN[0][1] = rowlen-1;
499 if (rowlen - dend > 0)
501 rowlen - dend - 1,
688 int rowlen;
[all …]
/dports/net/x11vnc/x11vnc-0.9.16/src/
H A Dmacosx_opengl.c151 int top = 0, bot = h - 1, rowlen = w * macosx_opengl_bpp/8; in macosx_copy_opengl() local
154 if (rowlen > buflen || buflen == 0) { in macosx_copy_opengl()
155 buflen = rowlen + 128; in macosx_copy_opengl()
162 ptop = dest + top * rowlen; in macosx_copy_opengl()
163 pbot = dest + bot * rowlen; in macosx_copy_opengl()
164 memcpy(pbuf, ptop, rowlen); in macosx_copy_opengl()
165 memcpy(ptop, pbot, rowlen); in macosx_copy_opengl()
166 memcpy(pbot, pbuf, rowlen); in macosx_copy_opengl()
/dports/lang/fpc-source/fpc-3.2.2/packages/rtl-console/src/netware/
H A Dcrt.pp232 rowlen,rows: longint;
259 rowlen : word;
266 rowlen := WinMaxX-x+1;
267 GetMem (p, rowlen * 2);
366 rowlen : word;
371 GetMem (p, rowlen*2);
379 FillWord (p^,rowlen,fil);
381 FreeMem (p, rowlen*2);
396 rowlen : word;
403 GetMem (p, rowlen*2);
[all …]
/dports/lang/fpc-rtl-console/fpc-3.2.2/packages/rtl-console/src/netware/
H A Dcrt.pp232 rowlen,rows: longint;
259 rowlen : word;
266 rowlen := WinMaxX-x+1;
267 GetMem (p, rowlen * 2);
366 rowlen : word;
371 GetMem (p, rowlen*2);
379 FillWord (p^,rowlen,fil);
381 FreeMem (p, rowlen*2);
396 rowlen : word;
403 GetMem (p, rowlen*2);
[all …]
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/
H A Dinventory.cpp100 inv.armssel.rowlen = inv.armssel.nitems; in RefreshInventoryScreen()
112 inv.itemsel.rowlen = 6; in RefreshInventoryScreen()
175 if (++c >= inv.itemsel.rowlen) in DrawInventory()
199 currow = (selector->cursel / selector->rowlen); in RunSelector()
200 curcol = (selector->cursel % selector->rowlen); in RunSelector()
215 selector->cursel += (selector->rowlen - 1); in RunSelector()
240 selector->cursel += selector->rowlen; in RunSelector()
256 selector->cursel -= selector->rowlen; in RunSelector()
341 if (selector->rowlen) in DrawSelector()
343 xsel = (selector->cursel % selector->rowlen); in DrawSelector()
[all …]
/dports/misc/vxl/vxl-3.3.2/core/vil/file_formats/
H A Dvil_bmp.cxx324 rowlen += (3 - (rowlen + 3) % 4); // round up to a multiple of 4 in write_header()
325 int data_size = nj() * rowlen; in write_header()
511 unsigned const rowlen = ni() * bypp; in put_view() local
521 is_->seek(bit_map_start + (y + y0) * (rowlen + padlen) + x0 * bypp); in put_view()
522 is_->write(&view2(0, y, view2.nplanes() - 1), rowlen); in put_view()
530 auto * buf = new vxl_byte[rowlen + padlen]; in put_view()
531 for (unsigned i = rowlen; i < rowlen + padlen; ++i) in put_view()
544 is_->write(buf, rowlen + padlen); in put_view()
551 auto * buf = new vxl_byte[rowlen + padlen]; in put_view()
552 for (unsigned i = rowlen; i < rowlen + padlen; ++i) in put_view()
[all …]
/dports/databases/p5-Genezzo/Genezzo-0.72/lib/Genezzo/Block/
H A DRDBlock.pm270 $rowlen,
444 my ($rowposn, $rowlen, $refbufstr) = @_;
447 my @baz = unpack("x$rowposn a$rowlen", $$refbufstr);
464 my ($self, $rowposn, $rowlen) = @_;
472 return (_row_read($rowposn, $rowlen, $refbufstr));
807 my $f1 = $self->_realfetch ($rowposn, $rowlen );
830 return ($self->_realfetch ($rowposn, $rowlen ));
1163 my $sizediff = $rowlen - $packlen;
1271 $rowlen = $packlen;
1280 @{ $refrowdir->[$ii] }[2] = $rowlen;
[all …]
H A DRDBlkA.pm49 my ($rowstat, $rowposn, $rowlen);
93 $rowlen = 0;
96 my $sizediff = $rowlen - $packlen;
138 my $newelt = [$rowstat, $rowposn, $rowlen];
221 $rowlen = $packlen;
230 @{ $refrowdir->[$ii] }[2] = $rowlen;
269 my ($rowstat, $rowposn, $rowlen) = @{ $refrowdir->[$place] };
271 my $out_value = $self->_realfetch ($rowposn, $rowlen );
280 my $sizediff = $rowlen - $packlen;
367 $rowlen = $packlen;
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/nitf/
H A Dnitfaridpcm.cpp381 int rowlen = blocks_x * 8; in NITFUncompressARIDPCM() local
450 L[0][8] = full_tl[rowlen * 7 - 1]; in NITFUncompressARIDPCM()
451 L[2][8] = full_tl[rowlen * 5 - 1]; in NITFUncompressARIDPCM()
452 L[4][8] = full_tl[rowlen * 3 - 1]; in NITFUncompressARIDPCM()
453 L[6][8] = full_tl[rowlen * 1 - 1]; in NITFUncompressARIDPCM()
465 L[8][0] = full_tl[7 - rowlen]; in NITFUncompressARIDPCM()
466 L[8][2] = full_tl[5 - rowlen]; in NITFUncompressARIDPCM()
467 L[8][4] = full_tl[3 - rowlen]; in NITFUncompressARIDPCM()
468 L[8][6] = full_tl[1 - rowlen]; in NITFUncompressARIDPCM()
481 L[8][8] = full_tl[-1-rowlen]; in NITFUncompressARIDPCM()
[all …]
/dports/games/nxengine/nxengine-evo-2.6.5-1/src/
H A Dinventory.cpp68 inv.armssel.rowlen = inv.armssel.nitems; in RefreshInventoryScreen()
80 inv.itemsel.rowlen = 6; in RefreshInventoryScreen()
120 if (selector->rowlen) in DrawSelector()
122 xsel = (selector->cursel % selector->rowlen); in DrawSelector()
123 ysel = (selector->cursel / selector->rowlen); in DrawSelector()
176 if (++c >= inv.itemsel.rowlen) in DrawInventory()
209 currow = (selector->cursel / selector->rowlen); in RunSelector()
210 curcol = (selector->cursel % selector->rowlen); in RunSelector()
225 selector->cursel += (selector->rowlen - 1); in RunSelector()
253 selector->cursel += selector->rowlen; in RunSelector()
[all …]
/dports/games/openomf/libShadowDive-b2c34a6/src/
H A Dsprite.c99 int rowlen = 0; in sd_sprite_rgba_encode() local
149 if (!rowlen) { in sd_sprite_rgba_encode()
156 if (rowlen) { in sd_sprite_rgba_encode()
175 rowlen++; in sd_sprite_rgba_encode()
179 if(rowlen) { in sd_sprite_rgba_encode()
181 c = (rowlen*4)+1; in sd_sprite_rgba_encode()
354 int rowlen = 0; in sd_sprite_vga_encode() local
395 if(!rowlen) { in sd_sprite_vga_encode()
401 if(rowlen) { in sd_sprite_vga_encode()
416 rowlen++; in sd_sprite_vga_encode()
[all …]
/dports/graphics/simage/simage-1.7.0/src/
H A Dsimage_eps.c56 int rowlen, in output_ascii85() argument
80 if (*linecnt >= rowlen) { in output_ascii85()
81 unsigned char store = linebuf[rowlen]; in output_ascii85()
82 linebuf[rowlen] = 0; in output_ascii85()
84 linebuf[rowlen] = store; in output_ascii85()
85 for (i = rowlen; i < *linecnt; i++) { in output_ascii85()
86 linebuf[i-rowlen] = linebuf[i]; in output_ascii85()
88 *linecnt -= rowlen; in output_ascii85()
102 int rowlen) in flush_ascii85() argument
104 output_ascii85(fp, 0, tuple, linebuf, tuplecnt, linecnt, rowlen, 1); in flush_ascii85()
H A Dsimage_rgb.c30 int * rowlen; member
268 od->rowlen = (int*) malloc(numlookup * 4); in simage_rgb_open()
272 if (!read_int(in, od->rowlen, numlookup, swap)) { in simage_rgb_open()
296 if (od->rowlen) free(od->rowlen); in simage_rgb_close()
309 int rowlen; in read_rgb_row_component() local
315 rowlen = od->rowlen[y+c*od->h]; in read_rgb_row_component()
316 if (rowlen > od->rlebuflen) { in read_rgb_row_component()
318 od->rlebuflen = rowlen; in read_rgb_row_component()
321 if (fread(od->rlebuf, 1, rowlen, od->in) != rowlen) { in read_rgb_row_component()
328 srcstop = src + rowlen; in read_rgb_row_component()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/tools/qfe/
H A Dqfe-cli.py30 rowlen = 1
31 while rowlen:
32 rowlen = client_socket.recv(4)
33 if len(rowlen) < 4:
35 rowval = struct.unpack("I",rowlen)[0]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/tools/qfe/
H A Dqfe-cli.py30 rowlen = 1
31 while rowlen:
32 rowlen = client_socket.recv(4)
33 if len(rowlen) < 4:
35 rowval = struct.unpack("I",rowlen)[0]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/nitf/
H A Dnitfaridpcm.cpp380 const int rowlen = blocks_x * 8; in NITFUncompressARIDPCM() local
458 L[0][8] = full_tl[rowlen * 7 - 1]; in NITFUncompressARIDPCM()
459 L[2][8] = full_tl[rowlen * 5 - 1]; in NITFUncompressARIDPCM()
460 L[4][8] = full_tl[rowlen * 3 - 1]; in NITFUncompressARIDPCM()
461 L[6][8] = full_tl[rowlen * 1 - 1]; in NITFUncompressARIDPCM()
473 L[8][0] = full_tl[7 - rowlen]; in NITFUncompressARIDPCM()
474 L[8][2] = full_tl[5 - rowlen]; in NITFUncompressARIDPCM()
475 L[8][4] = full_tl[3 - rowlen]; in NITFUncompressARIDPCM()
476 L[8][6] = full_tl[1 - rowlen]; in NITFUncompressARIDPCM()
489 L[8][8] = full_tl[-1-rowlen]; in NITFUncompressARIDPCM()
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/nitf/
H A Dnitfaridpcm.cpp380 const int rowlen = blocks_x * 8; in NITFUncompressARIDPCM() local
458 L[0][8] = full_tl[rowlen * 7 - 1]; in NITFUncompressARIDPCM()
459 L[2][8] = full_tl[rowlen * 5 - 1]; in NITFUncompressARIDPCM()
460 L[4][8] = full_tl[rowlen * 3 - 1]; in NITFUncompressARIDPCM()
461 L[6][8] = full_tl[rowlen * 1 - 1]; in NITFUncompressARIDPCM()
473 L[8][0] = full_tl[7 - rowlen]; in NITFUncompressARIDPCM()
474 L[8][2] = full_tl[5 - rowlen]; in NITFUncompressARIDPCM()
475 L[8][4] = full_tl[3 - rowlen]; in NITFUncompressARIDPCM()
476 L[8][6] = full_tl[1 - rowlen]; in NITFUncompressARIDPCM()
489 L[8][8] = full_tl[-1-rowlen]; in NITFUncompressARIDPCM()
[all …]

12345678910>>...24