Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/include/internal/
H A Dconstant_time.h390 * table is a two dimensional array of bytes. Each row has rowsize elements.
391 * Copies row number idx into out. rowsize and numrows are not considered
396 size_t rowsize, in constant_time_lookup()
405 memset(out, 0, rowsize); in constant_time_lookup()
410 for (j = 0; j < rowsize; j++) in constant_time_lookup()
394 constant_time_lookup(void *out, const void *table, size_t rowsize, size_t numrows, size_t idx) constant_time_lookup() argument
/third_party/openssl/include/internal/
H A Dconstant_time.h390 * table is a two dimensional array of bytes. Each row has rowsize elements.
391 * Copies row number idx into out. rowsize and numrows are not considered
396 size_t rowsize, in constant_time_lookup()
405 memset(out, 0, rowsize); in constant_time_lookup()
410 for (j = 0; j < rowsize; j++) in constant_time_lookup()
394 constant_time_lookup(void *out, const void *table, size_t rowsize, size_t numrows, size_t idx) constant_time_lookup() argument
/third_party/openssl/ohos_lite/include/internal/
H A Dconstant_time.h356 * table is a two dimensional array of bytes. Each row has rowsize elements.
357 * Copies row number idx into out. rowsize and numrows are not considered
362 size_t rowsize, in constant_time_lookup()
371 memset(out, 0, rowsize); in constant_time_lookup()
376 for (j = 0; j < rowsize; j++) in constant_time_lookup()
360 constant_time_lookup(void *out, const void *table, size_t rowsize, size_t numrows, size_t idx) constant_time_lookup() argument
/third_party/ffmpeg/libavformat/
H A Davisynth.c908 int n, i, plane, rowsize, planeheight, pitch, bits, ret; in avisynth_read_packet_video() local
951 rowsize = avs_library.avs_get_row_size_p(frame, plane); in avisynth_read_packet_video()
962 avs_library.avs_bit_blt(avs->env, dst_p, rowsize, src_p, pitch, in avisynth_read_packet_video()
963 rowsize, planeheight); in avisynth_read_packet_video()
964 dst_p += rowsize * planeheight; in avisynth_read_packet_video()
/third_party/cups-filters/filter/
H A Dpdftoraster.cxx1560 unsigned int rowsize; in writePageImage() local
1584 rowsize=bytesPerLine; in writePageImage()
1594 rowsize=header.cupsWidth; in writePageImage()
1609 rowsize=header.cupsWidth*3; in writePageImage()
1623 unsigned char *bp = colordata + (header.cupsHeight - 1) * rowsize; in writePageImage()
1631 bp -= rowsize; in writePageImage()
1644 bp += rowsize; in writePageImage()

Completed in 7 milliseconds