Searched refs:rowsize (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dhexdump.c40 * @rowsize: number of bytes to print per line; must be 16 or 32
60 void hex_dump_to_buffer(const void *buf, size_t len, int rowsize, argument
69 if (rowsize != 16 && rowsize != 32)
70 rowsize = 16;
74 if (len > rowsize) /* limit to one line at a time */
75 len = rowsize;
124 ascii_column = 3 * rowsize + 2;
148 * @rowsize: number of bytes to print per line; must be 16 or 32
173 int rowsize, in
172 print_hex_dump(const char *level, const char *prefix_str, int prefix_type, int rowsize, int groupsize, const void *buf, size_t len, bool ascii) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_predict.h41 tsize_t rowsize; /* tile/strip row size */ member in struct:__anon773
H A Dtif_predict.c74 sp->rowsize = TIFFTileRowSize(tif);
76 sp->rowsize = TIFFScanlineSize(tif);
269 tsize_t rowsize = sp->rowsize; local
270 assert(rowsize > 0);
273 (*sp->pfunc)(tif, op0, (tsize_t) rowsize);
274 occ0 -= rowsize;
275 op0 += rowsize;
362 tsize_t cc = cc0, rowsize; local
368 rowsize
[all...]
H A Dtif_tile.c165 tsize_t rowsize; local
169 rowsize = multiply(tif, td->td_bitspersample, td->td_tilewidth,
172 rowsize = multiply(tif, rowsize, td->td_samplesperpixel,
174 return ((tsize_t) TIFFhowmany8(rowsize));
203 tsize_t rowsize = local
210 tilesize = multiply(tif, nrows, rowsize, "TIFFVTileSize");
H A Dtif_packbits.c192 tsize_t rowsize = (tsize_t)(unsigned long) tif->tif_data; local
194 tsize_t rowsize = (tsize_t) tif->tif_data;
197 assert(rowsize > 0);
206 rowsize = (tsize_t)(unsigned long) tif->tif_data;
208 rowsize = (tsize_t) tif->tif_data;
214 int chunk = rowsize;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dwl_util.c817 int rowsize = 4; local
828 rows = length / rowsize;
829 remainder = length % rowsize;
835 buffer[count*rowsize], buffer[count*rowsize+1],
836 buffer[count*rowsize+2], buffer[count*rowsize+3]);
845 sprintf( row_buf, "%02x", buffer[(rows*rowsize)+count]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Davisynth.c425 int n, i, plane, rowsize, planeheight, pitch, bits; local
485 rowsize = avs_get_row_size_p_25(frame, plane);
488 rowsize = avs_get_row_size_p(frame, plane);
492 rowsize = avs_get_row_size_p(frame, plane);
502 avs_library.avs_bit_blt(avs->env, dst_p, rowsize, src_p, pitch,
503 rowsize, planeheight);
504 dst_p += rowsize * planeheight;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dkernel.h379 int rowsize, int groupsize,
382 int prefix_type, int rowsize, int groupsize,

Completed in 166 milliseconds