Home
last modified time | relevance | path

Searched refs:linelen (Results 1 - 25 of 28) sorted by relevance

12

/third_party/ffmpeg/libavcodec/
H A Dcscd.c36 int linelen, height, bpp; member
42 int linelen, int height) in copy_frame_default()
44 int i, src_stride = FFALIGN(linelen, 4); in copy_frame_default()
48 memcpy(dst, src, linelen); in copy_frame_default()
55 int linelen, int height) in add_frame_default()
57 int i, j, src_stride = FFALIGN(linelen, 4); in add_frame_default()
61 for (j = linelen; j; j--) in add_frame_default()
63 src += src_stride - linelen; in add_frame_default()
64 dst -= f->linesize[0] + linelen; in add_frame_default()
120 c->linelen, in decode_frame()
41 copy_frame_default(AVFrame *f, const uint8_t *src, int linelen, int height) copy_frame_default() argument
54 add_frame_default(AVFrame *f, const uint8_t *src, int linelen, int height) add_frame_default() argument
[all...]
H A Djpeg2000dwt.c99 w = s->linelen[s->ndeclevels-1][0]; in dwt_encode53()
104 int lh = s->linelen[lev][0], in dwt_encode53()
105 lv = s->linelen[lev][1], in dwt_encode53()
174 w = s->linelen[s->ndeclevels-1][0]; in dwt_encode97_float()
179 int lh = s->linelen[lev][0], in dwt_encode97_float()
180 lv = s->linelen[lev][1], in dwt_encode97_float()
250 int w = s->linelen[s->ndeclevels-1][0]; in dwt_encode97_int()
251 int h = s->linelen[s->ndeclevels-1][1]; in dwt_encode97_int()
260 int lh = s->linelen[lev][0], in dwt_encode97_int()
261 lv = s->linelen[le in dwt_encode97_int()
[all...]
H A Djpeg2000dwt.h45 int linelen[FF_DWT_MAX_DECLVLS][2]; member
/third_party/curl/lib/vtls/
H A Dkeylog.c97 size_t linelen; in Curl_tls_keylog_write_line() local
104 linelen = strlen(line); in Curl_tls_keylog_write_line()
105 if(linelen == 0 || linelen > sizeof(buf) - 2) { in Curl_tls_keylog_write_line()
110 memcpy(buf, line, linelen); in Curl_tls_keylog_write_line()
111 if(line[linelen - 1] != '\n') { in Curl_tls_keylog_write_line()
112 buf[linelen++] = '\n'; in Curl_tls_keylog_write_line()
114 buf[linelen] = '\0'; in Curl_tls_keylog_write_line()
/third_party/mksh/
H A Dedit.c3446 ssize_t linelen; member
3628 undobuf.linelen = ebuf.linelen = 0; in x_vi()
3675 if (ebuf.linelen > 0) in x_vi()
3676 xep += ebuf.linelen; in x_vi()
3682 if (vs->linelen == 0) { in x_vi()
3699 if (c == -1 || (ssize_t)LINE <= vs->linelen) in x_vi()
3703 memcpy(buf, vs->cbuf, vs->linelen); in x_vi()
3705 buf[vs->linelen++] = '\n'; in x_vi()
3707 return (vs->linelen); in x_vi()
[all...]
/third_party/backends/backend/
H A Dsm3840_lib.c164 params->linelen = in prepare_params()
302 int linelen; in record_line() local
314 linelen = scanpix * pixsize; in record_line()
359 (unsigned char *) malloc (bufflines * linelen); in record_line()
361 *save_scan_line = scan_line = (unsigned char *) calloc (linelen, 1); in record_line()
364 (unsigned char *) calloc (linelen, DPI1200SHUFFLE); in record_line()
373 usb_bulk_read (udev, 1, scan_line, linelen, rd_timeout); in record_line()
376 ptrcur = dpi1200_remap + (linelen * (i % DPI1200SHUFFLE)); in record_line()
379 (linelen * ((i - (DPI1200SHUFFLE - 2)) % DPI1200SHUFFLE)); in record_line()
388 memcpy (ptrcur, scan_line, linelen); in record_line()
[all...]
H A Dumax1220u-common.c1801 const int linelen = 3 * scan->w; in read_raw_strip_color() local
1823 CHK (read_raw_data (scan, scan->p, lines_to_read * linelen)); in read_raw_strip_color()
1829 memmove (scan->p, scan->p + (scan->bh - hextra) * linelen, in read_raw_strip_color()
1830 hextra * linelen); in read_raw_strip_color()
1836 (scan, scan->p + hextra * linelen, lines_to_read * linelen)); in read_raw_strip_color()
1852 const int linelen = scan->w; in read_raw_strip_gray() local
1864 CHK (read_raw_data (scan, scan->p, lines_to_read * linelen)); in read_raw_strip_gray()
1986 int linelen; in UMAX_start_scan() local
1996 linelen in UMAX_start_scan()
2061 int linelen; UMAX_start_scan_2100U() local
2236 const int linelen = 3 * scan->w; UMAX_get_rgb() local
2250 const int linelen = scan->w; UMAX_get_rgb() local
[all...]
H A Dsm3840_params.h70 int linelen; /* bytes per line */ member
H A Dsm3840.c193 s->remaining = s->sm3840_params.linelen; in sane_read()
296 s->line_buffer = malloc (s->sm3840_params.linelen); in sane_start()
370 s->sane_params.bytes_per_line = s->sm3840_params.linelen; in sane_get_parameters()
/third_party/python/Modules/
H A Dbinascii.c1075 unsigned int linelen = 0; in binascii_b2a_qp_impl() local
1098 ((databuf[in] == '.') && (linelen == 0) && in binascii_b2a_qp_impl()
1107 if ((linelen + 3) >= MAXLINESIZE) { in binascii_b2a_qp_impl()
1108 linelen = 0; in binascii_b2a_qp_impl()
1114 linelen += 3; in binascii_b2a_qp_impl()
1124 linelen = 0; in binascii_b2a_qp_impl()
1140 (linelen + 1) >= MAXLINESIZE) { in binascii_b2a_qp_impl()
1141 linelen = 0; in binascii_b2a_qp_impl()
1147 linelen++; in binascii_b2a_qp_impl()
1167 in = out = linelen in binascii_b2a_qp_impl()
[all...]
H A D_csv.c870 Py_ssize_t pos, linelen; in Reader_iternext() local
915 linelen = PyUnicode_GET_LENGTH(lineobj); in Reader_iternext()
916 while (linelen--) { in Reader_iternext()
/third_party/skia/third_party/externals/freetype/src/bdf/
H A Dbdflib.c231 unsigned long linelen,
411 unsigned long linelen ) in _bdf_list_split()
433 if ( linelen == 0 || line[0] == 0 ) in _bdf_list_split()
460 for ( final_empty = 0, sp = ep = line, end = sp + linelen; in _bdf_list_split()
1047 unsigned long linelen, in _bdf_is_atom()
1082 ep = line + linelen; in _bdf_is_atom()
1269 unsigned long linelen, in _bdf_parse_end()
1277 FT_UNUSED( linelen ); in _bdf_parse_end()
1289 unsigned long linelen, in _bdf_parse_glyphs()
1321 linelen in _bdf_parse_glyphs()
1046 _bdf_is_atom( char* line, unsigned long linelen, char** name, char** value, bdf_font_t* font ) _bdf_is_atom() argument
1268 _bdf_parse_end( char* line, unsigned long linelen, unsigned long lineno, void* call_data, void* client_data ) _bdf_parse_end() argument
1288 _bdf_parse_glyphs( char* line, unsigned long linelen, unsigned long lineno, void* call_data, void* client_data ) _bdf_parse_glyphs() argument
1771 _bdf_parse_properties( char* line, unsigned long linelen, unsigned long lineno, void* call_data, void* client_data ) _bdf_parse_properties() argument
1874 _bdf_parse_start( char* line, unsigned long linelen, unsigned long lineno, void* call_data, void* client_data ) _bdf_parse_start() argument
[all...]
/third_party/toybox/toys/pending/
H A Dmodprobe.c165 size_t linelen, nxtlinelen; in read_line() local
169 linelen = nxtlinelen = 0; in read_line()
170 len = getline(&line, &linelen, fl); in read_line()
189 if (linelen < len + nxtlen + 1) { in read_line()
190 linelen = len + nxtlen + 1; in read_line()
191 line = xrealloc(line, linelen); in read_line()
H A Dsyslogd.c158 size_t linelen; in parse_config_file() local
189 for (linelen = 0; fp;) { in parse_config_file()
191 len = getline(&confline, &linelen, fp); in parse_config_file()
/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dtsoftinj.c56 size_t linelen = 0; in meminfo() local
58 while (getline(&line, &linelen, f) > 0) { in meminfo()
H A Dhugepage.h71 size_t linelen = 0; in hugetlbfs_root() local
73 while (getline(&line, &linelen, f) > 0) { in hugetlbfs_root()
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dhugepage.h71 size_t linelen = 0; in hugetlbfs_root() local
73 while (getline(&line, &linelen, f) > 0) { in hugetlbfs_root()
H A Dtsoftinj.c56 size_t linelen = 0; in meminfo() local
58 while (getline(&line, &linelen, f) > 0) { in meminfo()
/third_party/toybox/lib/
H A Dxwrap.c1046 size_t linelen = 0; in xgetline() local
1049 if (1>(linelen = getline(&new, &linelen, fp))) { in xgetline()
1052 } else if (new[linelen-1] == '\n') new[--linelen] = 0; in xgetline()
1053 if (len) *len = linelen; in xgetline()
/third_party/curl/lib/
H A Dc-hyper.c581 size_t linelen = 0; in Curl_hyper_header() local
596 linelen = 1; /* LF only */ in Curl_hyper_header()
603 linelen = 2; /* CRLF ending */ in Curl_hyper_header()
604 linelen += (p - n); in Curl_hyper_header()
615 ptr = aprintf("%.*s\r\n", (int)linelen, line); in Curl_hyper_header()
618 Curl_debug(data, CURLINFO_HEADER_OUT, ptr, linelen + 2); in Curl_hyper_header()
622 Curl_debug(data, CURLINFO_HEADER_OUT, (char *)n, linelen); in Curl_hyper_header()
625 n += linelen; in Curl_hyper_header()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dasn_mime.c56 static int mime_bound_check(char *line, int linelen, const char *bound, int blen);
982 static int mime_bound_check(char *line, int linelen, const char *bound, int blen) in mime_bound_check() argument
984 if (linelen == -1) in mime_bound_check()
985 linelen = strlen(line); in mime_bound_check()
989 if (blen + 2 > linelen) in mime_bound_check()
/third_party/openssl/crypto/asn1/
H A Dasn_mime.c56 static int mime_bound_check(char *line, int linelen, const char *bound, int blen);
976 static int mime_bound_check(char *line, int linelen, const char *bound, int blen) in mime_bound_check() argument
978 if (linelen == -1) in mime_bound_check()
979 linelen = strlen(line); in mime_bound_check()
983 if (blen + 2 > linelen) in mime_bound_check()
/third_party/elfutils/libdwfl/
H A Dlinux-pid-attach.c409 size_t linelen = 0; in dwfl_linux_proc_attach() local
410 while (getline (&line, &linelen, procfile) >= 0) in dwfl_linux_proc_attach()
/third_party/python/Lib/test/
H A Dtest_bz2.py514 linelen = len(self.TEXT_LINES[0])
515 halflen = linelen // 2
519 self.assertEqual(bz2f.read(), self.TEXT[linelen:])
/third_party/tzdata/
H A Dzic.c1670 ptrdiff_t linelen = 0, ch; in inputline() local
1677 if (linelen == 0) in inputline()
1686 buf[linelen++] = ch; in inputline()
1687 if (linelen == bufsize) { in inputline()
1692 buf[linelen] = '\0'; in inputline()

Completed in 37 milliseconds

12