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

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dbase64.c35 int line_len; local
49 line_len = 0;
56 line_len += 4;
57 if (line_len >= 72) {
59 line_len = 0;
74 line_len += 4;
77 if (line_len)
H A Dwpa_debug.c395 const size_t line_len = 16; local
439 llen = len > line_len ? line_len : len;
443 for (i = llen; i < line_len; i++)
452 for (i = llen; i < line_len; i++)
472 llen = len > line_len ? line_len : len;
476 for (i = llen; i < line_len; i++)
485 for (i = llen; i < line_len; i++)
/external/wpa_supplicant_8/src/utils/
H A Dbase64.c35 int line_len; local
49 line_len = 0;
56 line_len += 4;
57 if (line_len >= 72) {
59 line_len = 0;
74 line_len += 4;
77 if (line_len)
H A Dwpa_debug.c395 const size_t line_len = 16; local
439 llen = len > line_len ? line_len : len;
443 for (i = llen; i < line_len; i++)
452 for (i = llen; i < line_len; i++)
472 llen = len > line_len ? line_len : len;
476 for (i = llen; i < line_len; i++)
485 for (i = llen; i < line_len; i++)
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dbase64.c35 int line_len; local
49 line_len = 0;
56 line_len += 4;
57 if (line_len >= 72) {
59 line_len = 0;
74 line_len += 4;
77 if (line_len)
H A Dwpa_debug.c395 const size_t line_len = 16; local
439 llen = len > line_len ? line_len : len;
443 for (i = llen; i < line_len; i++)
452 for (i = llen; i < line_len; i++)
472 llen = len > line_len ? line_len : len;
476 for (i = llen; i < line_len; i++)
485 for (i = llen; i < line_len; i++)
/external/lldb/tools/driver/
H A DIOChannel.cpp338 int line_len = 0; local
346 const char *line = ::el_gets (m_edit_line, &line_len);
355 while (line_len > 0 && (line[line_len - 1] == '\n' || line[line_len - 1] == '\r'))
356 --line_len;
357 if (line_len > 0)
360 new_line.assign (line, line_len); // Omit the newline
373 retval = (line_len == 0 ? IOChannel::eLibeditGetInputEOF : IOChannel::eLibeditGetInputResultError);
/external/chromium_org/third_party/webrtc/overrides/webrtc/base/
H A Dlogging.cc201 size_t line_len = _min(len, LINE_SIZE); local
202 for (size_t i = 0; i < line_len; ++i) {
212 udata += line_len;
213 len -= line_len;
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dcode-reading.c37 static void read_objdump_line(const char *line, size_t line_len, void **buf, argument
54 for (; i < line_len; i++) {
59 if (i >= line_len || !isxdigit(line[i]))
62 if (i >= line_len || !isxdigit(line[i]))
66 if (i < line_len && line[i] && !isspace(line[i]))
78 size_t line_len; local
83 ret = getline(&line, &line_len, f);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dsymbol.c462 int line_len, len; local
466 line_len = getline(&line, &n, file);
467 if (line_len < 0 || !line)
470 line[--line_len] = '\0'; /* \n */
475 if (len + 2 >= line_len)
481 len = line_len - len;
935 int line_len, len; local
937 line_len = getline(&line, &n, file);
938 if (line_len < 0)
944 line[--line_len]
[all...]
H A Dannotate.c769 size_t line_len; local
772 if (getline(&line, &line_len, file) < 0)
778 while (line_len != 0 && isspace(line[line_len - 1]))
779 line[--line_len] = '\0';
1119 size_t line_len; local
1143 if (getline(&path, &line_len, fp) < 0 || !line_len)
1146 src_line->path = malloc(sizeof(char) * line_len + 1);
H A Dmachine.c806 int line_len; local
808 line_len = getline(&line, &n, file);
809 if (line_len < 0)
815 line[--line_len] = '\0'; /* \n */
H A Dsort.c255 size_t line_len; local
272 if (getline(&path, &line_len, fp) < 0 || !line_len)
H A Dprobe-finder.c876 size_t line_len; local
886 while ((len = getline(&line, &line_len, fp)) > 0) {
/external/chromium_org/third_party/webrtc/base/
H A Dlogging.cc527 size_t line_len = _min(len, LINE_SIZE); local
528 for (size_t i = 0; i < line_len; ++i) {
538 udata += line_len;
539 len -= line_len;
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
H A Dtty_node.cc132 size_t line_len = static_cast<size_t>(nl - input_buffer_.begin()) + 1; local
133 bytes_to_copy = std::min(bytes_to_copy, line_len);
/external/lldb/examples/python/
H A Dsymbolication.py485 line_len = len(lines[-1])
486 if line_len < comment_column:
487 lines[-1] += ' ' * (comment_column - line_len)
H A Dcrashlog.py233 line_len = len(line)
234 if line_len == 0:
/external/chromium_org/third_party/skia/platform_tools/android/third_party/cpufeatures/
H A Dcpu-features.c344 cpulist_parse(CpuList* list, const char* line, int line_len) argument
347 const char* end = p + line_len;
/external/skia/platform_tools/android/third_party/cpufeatures/
H A Dcpu-features.c344 cpulist_parse(CpuList* list, const char* line, int line_len) argument
347 const char* end = p + line_len;
/external/ltrace/sysdeps/linux-gnu/
H A Dproc.c98 size_t line_len = 0; local
100 if (getline(&line, &line_len, file) < 0)
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
H A Dannotate.c926 size_t line_len = strlen(pos->line); local
928 if (browser.b.width < line_len)
929 browser.b.width = line_len;
H A Dhists.c1928 size_t line_len = strlen(ev_name) + 7; local
1930 if (menu.b.width < line_len)
1931 menu.b.width = line_len;
/external/chromium_org/third_party/lcov/bin/
H A Dgenhtml3801 my $line_len = 0;
3811 if ($line_len + $block_len <= $br_field_width) {
3813 $line_len += $block_len;
3820 $line_len = $block_len;
3826 if ($line_len + $branch->[$BR_LEN] >= $br_field_width) {
3828 if (($line_len + 1 <= $br_field_width) &&
3836 $line_len = 0;
3840 $line_len += $branch->[$BR_LEN];
/external/chromium_org/third_party/libevent/
H A Dhttp.c1466 size_t old_len, line_len; local
1472 line_len = strlen(line);
1474 newval = realloc(header->value, old_len + line_len + 1);
1478 memcpy(newval + old_len, line, line_len + 1);

Completed in 572 milliseconds