Home
last modified time | relevance | path

Searched refs:line_length (Results 1 – 25 of 3387) sorted by relevance

12345678910>>...136

/dports/math/stanmath/math-4.2.0/lib/cpplint_1.4.5/samples/protobuf-sample/
H A Dsimple.def19 src/descriptor.pb.cc:34: Lines should be <= 80 characters long [whitespace/line_length] [2]
20 src/descriptor.pb.cc:37: Lines should be <= 80 characters long [whitespace/line_length] [2]
21 src/descriptor.pb.cc:43: Lines should be <= 80 characters long [whitespace/line_length] [2]
22 src/descriptor.pb.cc:44: Lines should be <= 80 characters long [whitespace/line_length] [2]
23 src/descriptor.pb.cc:51: Lines should be <= 80 characters long [whitespace/line_length] [2]
24 src/descriptor.pb.cc:63: Lines should be <= 80 characters long [whitespace/line_length] [2]
25 src/descriptor.pb.cc:71: Lines should be <= 80 characters long [whitespace/line_length] [2]
26 src/descriptor.pb.cc:87: Lines should be <= 80 characters long [whitespace/line_length] [2]
27 src/descriptor.pb.cc:93: Lines should be <= 80 characters long [whitespace/line_length] [2]
28 src/descriptor.pb.cc:99: Lines should be <= 80 characters long [whitespace/line_length] [2]
[all …]
/dports/devel/cpplint/cpplint-1.5.5/samples/protobuf-sample/
H A Dsimple.def19 src/descriptor.pb.cc:34: Lines should be <= 80 characters long [whitespace/line_length] [2]
20 src/descriptor.pb.cc:37: Lines should be <= 80 characters long [whitespace/line_length] [2]
21 src/descriptor.pb.cc:43: Lines should be <= 80 characters long [whitespace/line_length] [2]
22 src/descriptor.pb.cc:44: Lines should be <= 80 characters long [whitespace/line_length] [2]
23 src/descriptor.pb.cc:51: Lines should be <= 80 characters long [whitespace/line_length] [2]
24 src/descriptor.pb.cc:63: Lines should be <= 80 characters long [whitespace/line_length] [2]
25 src/descriptor.pb.cc:71: Lines should be <= 80 characters long [whitespace/line_length] [2]
26 src/descriptor.pb.cc:87: Lines should be <= 80 characters long [whitespace/line_length] [2]
27 src/descriptor.pb.cc:93: Lines should be <= 80 characters long [whitespace/line_length] [2]
28 src/descriptor.pb.cc:99: Lines should be <= 80 characters long [whitespace/line_length] [2]
[all …]
/dports/devel/py-isort/isort-5.10.1/tests/unit/
H A Dtest_wrap_modes.py128 line_length=line_length,
169 line_length=line_length,
210 line_length=line_length,
251 line_length=line_length,
292 line_length=line_length,
333 line_length=line_length,
374 line_length=line_length,
415 line_length=line_length,
456 line_length=line_length,
497 line_length=line_length,
[all …]
/dports/editors/aee/aee-bf68f4accb96ac39020ac2d9092022aebfa5df27/
H A Dmark.c102 curr_buff->curr_line->line_length++; in paste()
344 cpste_line->line_length++; in fast_left()
367 cpste_line->line_length++; in fast_right()
405 pste_tmp->line_length = 1;
437 pste_tmp->line_length = 1;
491 cpste_line->line_length--; in slct_dlt()
508 cpste_line->line_length--; in slct_dlt()
526 cpste_line->line_length++; in slct_right()
582 cpste_line->line_length++; in slct_left()
606 pste_tmp->line_length = 1;
[all …]
H A Ddelete.c86 curr_buff->curr_line->line_length -= length;
172 curr_buff->curr_line->line_length += length;
268 difference = dlt_line->line_length = 1 + curr_buff->curr_line->line_length - curr_buff->position;
299 pst_pos = cpste_line->line_length = 1;
333 curr_buff->curr_line->line_length += dlt_line->line_length - 1; in undel_line()
337 while (tposit < dlt_line->line_length) in undel_line()
452 temp_length = dlt_line->line_length; in undel_last()
457 dlt_line->line_length = temp_length; in undel_last()
481 curr_buff->curr_line->line_length = 1; in delete_text()
559 curr_buff->curr_line->line_length--;
[all …]
/dports/devel/srecord/srecord-1.64/srecord/input/file/
H A Didt.cc65 int line_length = get_char(); in read_inner() local
66 if (line_length < 0) in read_inner()
68 csum += line_length; in read_inner()
69 if (line_length < 1) in read_inner()
82 --line_length; in read_inner()
94 if (line_length < naddr) in read_inner()
97 naddr = line_length; in read_inner()
127 if (line_length >= 2 && line_length <= 4) in read_inner()
139 if (line_length == 4) in read_inner()
160 if (line_length < naddr) in read_inner()
[all …]
H A Dmotorola.cc128 int line_length = get_byte(); in read_inner() local
129 if (line_length < 1) in read_inner()
142 --line_length; in read_inner()
151 if (line_length < naddr) in read_inner()
154 naddr = line_length; in read_inner()
184 if (line_length >= 2 && line_length <= 4) in read_inner()
185 naddr = line_length; in read_inner()
196 if (line_length == 4) in read_inner()
197 naddr = line_length; in read_inner()
217 if (line_length < naddr) in read_inner()
[all …]
H A Dstewie.cc89 int line_length = get_byte(); in read_inner() local
90 if (line_length < 1) in read_inner()
93 for (int j = 0; j < line_length; ++j) in read_inner()
101 --line_length; in read_inner()
131 if (line_length >= 2 && line_length <= 4) in read_inner()
132 naddr = line_length; in read_inner()
143 if (line_length == 4) in read_inner()
144 naddr = line_length; in read_inner()
147 if (line_length < naddr) in read_inner()
152 line_length, in read_inner()
[all …]
/dports/math/stanmath/math-4.2.0/lib/cpplint_1.4.5/samples/boost-sample/
H A Dsimple.def22 …e/boost/math/octonion.hpp:104: Lines should be <= 80 characters long [whitespace/line_length] [2]
23 …e/boost/math/octonion.hpp:105: Lines should be <= 80 characters long [whitespace/line_length] [2]
24 …e/boost/math/octonion.hpp:106: Lines should be <= 80 characters long [whitespace/line_length] [2]
25 …e/boost/math/octonion.hpp:107: Lines should be <= 80 characters long [whitespace/line_length] [2]
26 …e/boost/math/octonion.hpp:108: Lines should be <= 80 characters long [whitespace/line_length] [2]
27 …e/boost/math/octonion.hpp:109: Lines should be <= 80 characters long [whitespace/line_length] [2]
28 …e/boost/math/octonion.hpp:110: Lines should be <= 80 characters long [whitespace/line_length] [2]
29 …e/boost/math/octonion.hpp:111: Lines should be <= 80 characters long [whitespace/line_length] [2]
30 …e/boost/math/octonion.hpp:112: Lines should be <= 80 characters long [whitespace/line_length] [2]
31 …e/boost/math/octonion.hpp:113: Lines should be <= 80 characters long [whitespace/line_length] [2]
[all …]
/dports/devel/cpplint/cpplint-1.5.5/samples/boost-sample/
H A Dsimple.def22 …e/boost/math/octonion.hpp:104: Lines should be <= 80 characters long [whitespace/line_length] [2]
23 …e/boost/math/octonion.hpp:105: Lines should be <= 80 characters long [whitespace/line_length] [2]
24 …e/boost/math/octonion.hpp:106: Lines should be <= 80 characters long [whitespace/line_length] [2]
25 …e/boost/math/octonion.hpp:107: Lines should be <= 80 characters long [whitespace/line_length] [2]
26 …e/boost/math/octonion.hpp:108: Lines should be <= 80 characters long [whitespace/line_length] [2]
27 …e/boost/math/octonion.hpp:109: Lines should be <= 80 characters long [whitespace/line_length] [2]
28 …e/boost/math/octonion.hpp:110: Lines should be <= 80 characters long [whitespace/line_length] [2]
29 …e/boost/math/octonion.hpp:111: Lines should be <= 80 characters long [whitespace/line_length] [2]
30 …e/boost/math/octonion.hpp:112: Lines should be <= 80 characters long [whitespace/line_length] [2]
31 …e/boost/math/octonion.hpp:113: Lines should be <= 80 characters long [whitespace/line_length] [2]
[all …]
/dports/security/masscan/masscan-1.3.2/src/
H A Dread-service-probes.c118 UNUSEDPARM(line_length); in parse_ports()
150 if (offset != line_length) { in parse_number()
196 while (offset < line_length) { in parse_fallback()
260 if (line_length - offset <= 3) { in parse_probe()
519 while (offset < line_length) { in parse_match()
528 if (offset >= line_length) in parse_match()
649 size_t line_length; in parse_line() local
658 line_length = strlen(line); in parse_line()
661 while (line_length && isspace(line[line_length-1])) in parse_line()
662 line_length--; in parse_line()
[all …]
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/csv-parser/
H A Dcsv_parser.cpp103 unsigned int line_length = 0U; in get_row() local
109 _read_single_line(&line, &line_length); in get_row()
164 if (*line_length > 0) in _get_fields_without_enclosure()
168 memset(field, 0, *line_length); in _get_fields_without_enclosure()
174 while(char_pos < *line_length) in _get_fields_without_enclosure()
233 if (*line_length > 0) in _get_fields_with_enclosure()
237 memset(field, 0, *line_length); in _get_fields_with_enclosure()
244 while(char_pos < *line_length) in _get_fields_with_enclosure()
352 if (*line_length > 0) in _get_fields_with_optional_enclosure()
356 memset(field, 0, *line_length); in _get_fields_with_optional_enclosure()
[all …]
/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/libcaption/src/
H A Dvtt.c213 line_length = 0; in _vtt_parse()
216 data += line_length; in _vtt_parse()
217 size -= line_length; in _vtt_parse()
224 if (0 == line_length) { in _vtt_parse()
252 data += line_length; in _vtt_parse()
253 size -= line_length; in _vtt_parse()
257 data += line_length; in _vtt_parse()
258 size -= line_length; in _vtt_parse()
264 line_length = 0; in _vtt_parse()
271 data += line_length; in _vtt_parse()
[all …]
/dports/devel/py-deprecated/Deprecated-1.2.13/deprecated/
H A Dsphinx.py51 line_length=70, argument
91 self.line_length = line_length
105 width = self.line_length - 3 if self.line_length > 3 else 2 ** 16
159 def versionadded(reason="", version="", line_length=70): argument
184 line_length=line_length,
189 def versionchanged(reason="", version="", line_length=70): argument
213 line_length=line_length,
218 def deprecated(reason="", version="", line_length=70, **kwargs): argument
257 kwargs["line_length"] = line_length
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/vendor/groonga/plugins/query_expanders/
H A Dtsv.c122 *line_length -= bom_length; in guess_encoding()
130 return detect_coding_part(ctx, (*line) + 1, (*line_length) - 1); in guess_encoding()
143 while (i < line_length) { in parse_synonyms_file_line()
152 if (i == line_length) { in parse_synonyms_file_line()
157 while (i < line_length) { in parse_synonyms_file_line()
226 size_t line_length = GRN_TEXT_LEN(&line); in load_synonyms() local
228 if (line_length > 0 && line_value[line_length - 1] == '\n') { in load_synonyms()
229 if (line_length > 1 && line_value[line_length - 2] == '\r') { in load_synonyms()
230 line_length -= 2; in load_synonyms()
232 line_length -= 1; in load_synonyms()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/vendor/groonga/plugins/query_expanders/
H A Dtsv.c122 *line_length -= bom_length; in guess_encoding()
130 return detect_coding_part(ctx, (*line) + 1, (*line_length) - 1); in guess_encoding()
143 while (i < line_length) { in parse_synonyms_file_line()
152 if (i == line_length) { in parse_synonyms_file_line()
157 while (i < line_length) { in parse_synonyms_file_line()
226 size_t line_length = GRN_TEXT_LEN(&line); in load_synonyms() local
228 if (line_length > 0 && line_value[line_length - 1] == '\n') { in load_synonyms()
229 if (line_length > 1 && line_value[line_length - 2] == '\r') { in load_synonyms()
230 line_length -= 2; in load_synonyms()
232 line_length -= 1; in load_synonyms()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/vendor/groonga/plugins/query_expanders/
H A Dtsv.c122 *line_length -= bom_length; in guess_encoding()
130 return detect_coding_part(ctx, (*line) + 1, (*line_length) - 1); in guess_encoding()
143 while (i < line_length) { in parse_synonyms_file_line()
152 if (i == line_length) { in parse_synonyms_file_line()
157 while (i < line_length) { in parse_synonyms_file_line()
226 size_t line_length = GRN_TEXT_LEN(&line); in load_synonyms() local
228 if (line_length > 0 && line_value[line_length - 1] == '\n') { in load_synonyms()
229 if (line_length > 1 && line_value[line_length - 2] == '\r') { in load_synonyms()
230 line_length -= 2; in load_synonyms()
232 line_length -= 1; in load_synonyms()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/vendor/groonga/plugins/query_expanders/
H A Dtsv.c122 *line_length -= bom_length; in guess_encoding()
130 return detect_coding_part(ctx, (*line) + 1, (*line_length) - 1); in guess_encoding()
143 while (i < line_length) { in parse_synonyms_file_line()
152 if (i == line_length) { in parse_synonyms_file_line()
157 while (i < line_length) { in parse_synonyms_file_line()
226 size_t line_length = GRN_TEXT_LEN(&line); in load_synonyms() local
228 if (line_length > 0 && line_value[line_length - 1] == '\n') { in load_synonyms()
229 if (line_length > 1 && line_value[line_length - 2] == '\r') { in load_synonyms()
230 line_length -= 2; in load_synonyms()
232 line_length -= 1; in load_synonyms()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/vendor/groonga/plugins/query_expanders/
H A Dtsv.c122 *line_length -= bom_length; in guess_encoding()
130 return detect_coding_part(ctx, (*line) + 1, (*line_length) - 1); in guess_encoding()
143 while (i < line_length) { in parse_synonyms_file_line()
152 if (i == line_length) { in parse_synonyms_file_line()
157 while (i < line_length) { in parse_synonyms_file_line()
226 size_t line_length = GRN_TEXT_LEN(&line); in load_synonyms() local
228 if (line_length > 0 && line_value[line_length - 1] == '\n') { in load_synonyms()
229 if (line_length > 1 && line_value[line_length - 2] == '\r') { in load_synonyms()
230 line_length -= 2; in load_synonyms()
232 line_length -= 1; in load_synonyms()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/vendor/groonga/plugins/query_expanders/
H A Dtsv.c122 *line_length -= bom_length; in guess_encoding()
130 return detect_coding_part(ctx, (*line) + 1, (*line_length) - 1); in guess_encoding()
143 while (i < line_length) { in parse_synonyms_file_line()
152 if (i == line_length) { in parse_synonyms_file_line()
157 while (i < line_length) { in parse_synonyms_file_line()
226 size_t line_length = GRN_TEXT_LEN(&line); in load_synonyms() local
228 if (line_length > 0 && line_value[line_length - 1] == '\n') { in load_synonyms()
229 if (line_length > 1 && line_value[line_length - 2] == '\r') { in load_synonyms()
230 line_length -= 2; in load_synonyms()
232 line_length -= 1; in load_synonyms()
[all …]
/dports/audio/rhythmbox/rhythmbox-3.4.4/widgets/
H A Deggwrapbox.c973 gint line_length; in egg_wrap_box_size_allocate() local
987 if (line_length * item_spacing + (line_length + 1) * nat_item_size <= avail_size) in egg_wrap_box_size_allocate()
988 line_length++; in egg_wrap_box_size_allocate()
992 line_length = MAX (min_items, line_length); in egg_wrap_box_size_allocate()
1008 item_size = (avail_size - (line_length - 1) * item_spacing) / line_length; in egg_wrap_box_size_allocate()
1905 gint line_length; in egg_wrap_box_get_preferred_height_for_width() local
1915 line_length++; in egg_wrap_box_get_preferred_height_for_width()
1919 line_length = MAX (min_items, line_length); in egg_wrap_box_get_preferred_height_for_width()
2086 gint line_length; in egg_wrap_box_get_preferred_width_for_height() local
2096 line_length++; in egg_wrap_box_get_preferred_width_for_height()
[all …]
/dports/japanese/ebnetd/ebnetd-1.0/lib/
H A Dlinebuf.c198 size_t line_length; local
215 line_length = 0;
262 if (max_line_length <= line_length)
263 return line_length;
303 if (line_length == 0) {
307 return line_length;
317 line_length--;
325 line_length--;
328 return line_length;
459 ssize_t line_length; local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/util/
H A Dnssb64e.c77 PRUint32 line_length; member
166 if (data->line_length > 0) { in pl_base64_encode_buffer()
233 if (data->line_length > 0) { in pl_base64_encode_flush()
292 if (line_length == 0) { in PL_Base64MaxEncodedLength()
296 if (line_length < 4) { /* too small! */ in PL_Base64MaxEncodedLength()
297 line_length = 4; in PL_Base64MaxEncodedLength()
300 tokens_per_line = line_length / 4; in PL_Base64MaxEncodedLength()
332 if (line_length > 0 && line_length < 4) /* too small! */ in pl_base64_create_encoder()
333 line_length = 4; in pl_base64_create_encoder()
335 line_tokens = line_length / 4; in pl_base64_create_encoder()
[all …]
/dports/security/ca_root_nss/nss-3.71/nss/lib/util/
H A Dnssb64e.c77 PRUint32 line_length; member
166 if (data->line_length > 0) { in pl_base64_encode_buffer()
233 if (data->line_length > 0) { in pl_base64_encode_flush()
292 if (line_length == 0) { in PL_Base64MaxEncodedLength()
296 if (line_length < 4) { /* too small! */ in PL_Base64MaxEncodedLength()
297 line_length = 4; in PL_Base64MaxEncodedLength()
300 tokens_per_line = line_length / 4; in PL_Base64MaxEncodedLength()
332 if (line_length > 0 && line_length < 4) /* too small! */ in pl_base64_create_encoder()
333 line_length = 4; in pl_base64_create_encoder()
335 line_tokens = line_length / 4; in pl_base64_create_encoder()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/util/
H A Dnssb64e.c77 PRUint32 line_length; member
166 if (data->line_length > 0) { in pl_base64_encode_buffer()
233 if (data->line_length > 0) { in pl_base64_encode_flush()
292 if (line_length == 0) { in PL_Base64MaxEncodedLength()
296 if (line_length < 4) { /* too small! */ in PL_Base64MaxEncodedLength()
297 line_length = 4; in PL_Base64MaxEncodedLength()
300 tokens_per_line = line_length / 4; in PL_Base64MaxEncodedLength()
332 if (line_length > 0 && line_length < 4) /* too small! */ in pl_base64_create_encoder()
333 line_length = 4; in pl_base64_create_encoder()
335 line_tokens = line_length / 4; in pl_base64_create_encoder()
[all …]

12345678910>>...136