/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | chkfmt | 90 line_length=100;; 95 line_length=132;; 98 line_length=96;; 101 line_length=80;; 111 splt="`fold -$line_length "$file".$$ | diff -c "$file".$$ -`"
|
/third_party/gn/src/base/ |
H A D | environment.cc | 160 size_t line_length = ParseEnvLine(line, &key); in AlterEnvironment() local 165 result.append(line, line_length); in AlterEnvironment() 167 cur_env += line_length; in AlterEnvironment() 200 size_t line_length = ParseEnvLine(env[i], &key); in AlterEnvironment() local 206 value_storage.append(env[i], line_length); in AlterEnvironment()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftstroke.c | 767 FT_Fixed line_length; /* length of last lineto */ member 972 FT_Fixed line_length ) in ft_stroker_inside() 988 /* lines are long enough (line_length is zero for curves). */ in ft_stroker_inside() 990 if ( !border->movable || line_length == 0 || in ft_stroker_inside() 1004 stroker->line_length >= min_length && in ft_stroker_inside() 1005 line_length >= min_length ); in ft_stroker_inside() 1039 FT_Fixed line_length ) in ft_stroker_outside() 1139 /* (line_length is zero for curves) */ in ft_stroker_outside() 1140 if ( line_length == 0 ) in ft_stroker_outside() 1170 /* (line_length i in ft_stroker_outside() 1273 FT_Fixed line_length; FT_EXPORT_DEF() local [all...] |
/third_party/ffmpeg/libavdevice/ |
H A D | fbdev_enc.c | 134 fbdev->varinfo.yoffset * fbdev->fixinfo.line_length; in fbdev_write_packet() 166 pout += fbdev->yoffset * fbdev->fixinfo.line_length; in fbdev_write_packet() 172 pout += fbdev->fixinfo.line_length; in fbdev_write_packet()
|
H A D | fbdev_dec.c | 192 fbdev->varinfo.yoffset * fbdev->fixinfo.line_length; in fbdev_read_packet() 197 pin += fbdev->fixinfo.line_length; in fbdev_read_packet()
|
/third_party/gn/src/gn/ |
H A D | err.cc | 62 size_t line_length) { in OutputHighlighedPosition() 65 highlight.resize(line_length); in OutputHighlighedPosition() 66 for (size_t i = 0; i < line_length; i++) in OutputHighlighedPosition() 60 OutputHighlighedPosition(const Location& location, const Err::RangeList& ranges, size_t line_length) OutputHighlighedPosition() argument
|
/third_party/toybox/toys/pending/ |
H A D | lsof.c | 114 size_t line_length = 0; in scan_proc_net_file() local 118 if (getline(&line, &line_length, fp) <= 0) return; // Skip header. in scan_proc_net_file() 120 while (getline(&line, &line_length, fp) > 0) { in scan_proc_net_file() 335 size_t line_length = 0; in visit_maps() local 342 while (getline(&line, &line_length, fp) > 0) { in visit_maps()
|
/third_party/python/Modules/_io/ |
H A D | iobase.c | 708 Py_ssize_t line_length; in _io__IOBase_readlines_impl() local 722 line_length = PyObject_Size(line); in _io__IOBase_readlines_impl() 724 if (line_length < 0) { in _io__IOBase_readlines_impl() 727 if (line_length > hint - length) in _io__IOBase_readlines_impl() 729 length += line_length; in _io__IOBase_readlines_impl()
|
/third_party/backends/backend/ |
H A D | hp4200.c | 1380 int line_length; in do_fine_calibration() local 1409 line_length = s->user_parms.image_width * hdpi_div; in do_fine_calibration() 1416 cal_line_size = line_length * 3 * 2 + 2; in do_fine_calibration() 1492 average = malloc (sizeof (int) * line_length * 3); in do_fine_calibration() 1493 memset (average, 0, sizeof (int) * line_length * 3); in do_fine_calibration() 1520 for (j = 0, i = 0; i < (line_length * 3); i++, j += 2) in do_fine_calibration() 1526 for (j = 0, i = 0; i < (line_length * 3); i++, j += 2) in do_fine_calibration() 1547 for (i = 3; (i + 6) < (line_length * 3); i += 3) in do_fine_calibration() 1572 for (i = 3; i < (line_length * 3); i += 3) in do_fine_calibration() 1614 for (i = 0; i < (line_length * in do_fine_calibration() [all...] |
H A D | snapscan-scsi.c | 1547 int line_length = calibration_line_length(pss); in calibrate() local 1561 if (line_length) { in calibrate() 1562 int num_lines = pss->phys_buf_sz / line_length; in calibrate() 1568 DBG(DL_MAJOR_ERROR, "%s: scsi request size underflow (< %d bytes)", me, line_length); in calibrate() 1571 buf = (u_char *) malloc(num_lines * line_length); in calibrate() 1574 DBG (DL_MAJOR_ERROR, "%s: out of memory allocating calibration, %d bytes.", me, num_lines * line_length); in calibrate() 1582 for(c=0; c < line_length; c++) { in calibrate() 1585 sum += buf[c + r * line_length]; in calibrate()
|
/third_party/curl/tests/server/ |
H A D | getpart.c | 101 * line_length() 107 static size_t line_length(const char *buffer, int bytestocheck) in line_length() function 164 *length = offset + line_length(*buffer + offset, bytestoread); in readline()
|
/third_party/python/Lib/test/ |
H A D | test_gzip.py | 231 line_length = 0 233 L = f.readline(line_length) 234 if not L and line_length != 0: break 235 self.assertTrue(len(L) <= line_length) 236 line_length = (line_length + 1) % 50
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_upnp_ssdp.c | 92 static int line_length(const char *l) in line_length() function 529 data += line_length(data); in ssdp_parse_msearch() 532 for (; *data != '\0'; data += line_length(data)) { in ssdp_parse_msearch()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_upnp_ssdp.c | 92 static int line_length(const char *l) in line_length() function 529 data += line_length(data); in ssdp_parse_msearch() 532 for (; *data != '\0'; data += line_length(data)) { in ssdp_parse_msearch()
|
/third_party/libdrm/include/drm/ |
H A D | via_drm.h | 265 __u32 line_length; member
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_find_best_partitioning.cpp | 747 vfloat4 uncor_vector = pl.uncor_line.b * pl.line_length; 748 vfloat4 samec_vector = pl.samec_line.b * pl.line_length;
|
H A D | astcenc_internal.h | 313 float line_length; member
|
H A D | astcenc_averages_and_directions.cpp | 941 pl.line_length = astc::max(uncor_linelen, 1e-7f);
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | command_line_interface.cc | 754 std::string::size_type line_length = in ~MemoryOutputStream() local 756 memcpy(target_ptr, data_.data() + data_pos, line_length); in ~MemoryOutputStream() 757 target_ptr += line_length; in ~MemoryOutputStream() 758 data_pos += line_length; in ~MemoryOutputStream()
|
/third_party/curl/lib/ |
H A D | http.c | 3936 size_t line_length; in http_rw_headers() local 3973 line_length = (end_ptr - buf) + 1; in http_rw_headers() 3974 result = Curl_dyn_addn(&data->state.headerb, buf, line_length); in http_rw_headers() 3978 blen -= line_length; in http_rw_headers() 3979 buf += line_length; in http_rw_headers() 3980 *pconsumed += line_length; in http_rw_headers()
|
/third_party/python/Tools/clinic/ |
H A D | clinic.py | 4955 line_length = len(''.join(text)) 4956 indent = " " * line_length 4958 nonlocal line_length 4965 if line_length + len(s) >= 72: 4968 line_length = len(indent) 4970 line_length += len(s)
|
/third_party/openssl/test/ |
H A D | sslapitest.c | 151 int line_length = strlen(line); in client_keylog_callback() local 154 if (client_log_buffer_index + line_length > sizeof(client_log_buffer) - 1) { in client_keylog_callback() 161 client_log_buffer_index += line_length; in client_keylog_callback() 167 int line_length = strlen(line); in server_keylog_callback() local 170 if (server_log_buffer_index + line_length > sizeof(server_log_buffer) - 1) { in server_keylog_callback() 177 server_log_buffer_index += line_length; in server_keylog_callback()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.cpp | 10492 const int line_length = (int)(line_end - line_start); in LogRenderedText() local 10494 LogText("%*s%.*s", indentation, "", line_length, line_start); in LogRenderedText()
|