HomeSort by relevance Sort by last modified time
    Searched refs:line_count (Results 1 - 25 of 39) sorted by null

1 2

  /device/google/marlin/dataservices/datatop/src/
datatop_single_line_poll.c 55 * @var dtop_single_line_vars::line_count
60 int line_count; member in struct:dtop_single_line_vars
75 (dpg->priv))->line_count);
87 (dpg->priv))->line_count; n++) {
93 (dpg->priv))->line_count - 1)) {
132 (dpset->priv))->line_count; i++)
159 dpg->data_points_len = storage->line_count;
178 int *line_len = malloc(sizeof(int) * storage->line_count);
183 storage->line = malloc(storage->line_count * sizeof(*storage->line));
185 for (i = 0; i < storage->line_count; i++
    [all...]
datatop_dual_line_poll.c 57 * @var dtop_dual_line_vars::line_count
63 int line_count; member in struct:dtop_dual_line_vars
78 (dpg->priv))->line_count);
81 (dpg->priv))->line_count);
86 (dpg->priv))->line_count/2));
89 (dpg->priv))->line_count/2));
100 (dpg->priv))->line_count; n++) {
110 (dpg->priv))->line_count-2)) {
119 (dpg->priv))->line_count/2); i++)
130 (dpg->priv))->line_count/2); i++
    [all...]
datatop_dev_poll.c 54 * @var dtop_dev_vars::line_count
59 int line_count; member in struct:dtop_dev_vars
114 (dpg->priv))->line_count);
118 (dpg->priv))->line_count-2);
130 (dpg->priv))->line_count; n++) {
136 (dpg->priv))->line_count - 1)) {
143 (dpg->priv))->line_count; n++) {
153 (dpg->priv))->line_count; n++) {
181 (dpset->priv))->line_count)-2); j++) {
189 (dpset->priv))->line_count; i++
    [all...]
datatop_stat_poll.c 54 * @var dtop_stat_vars::line_count
59 int line_count; member in struct:dtop_stat_vars
121 (dpg->priv))->line_count);
134 (dpg->priv))->line_count; n++) {
140 (dpg->priv))->line_count - 1)) {
147 for (i = 0; i < ((struct dtop_stat_vars *)(dpg->priv))->line_count; i++)
178 (dpset->priv))->line_count; i++)
224 int *line_len = malloc(sizeof(int) * storage->line_count);
233 storage->line = malloc(storage->line_count * sizeof(*storage->line));
235 for (i = 0; i < storage->line_count; i++
    [all...]
datatop_meminfo_file_poll.c 56 * @var dtop_meminfo_vars::line_count
61 int line_count; member in struct:dtop_meminfo_vars
114 (dpg->priv))->line_count);
126 (dpg->priv))->line_count; n++) {
132 (dpg->priv))->line_count - 1)) {
179 (dpset->priv))->line_count; i++)
205 dpg->data_points_len = storage->line_count;
223 int *line_len = malloc(sizeof(int) * storage->line_count);
228 storage->line = malloc(storage->line_count * sizeof(*storage->line));
230 for (i = 0; i < storage->line_count; i++
    [all...]
datatop_fileops.c 157 int line_count = 0; local
161 line_count++;
166 return line_count;
  /external/clang/tools/clang-format/
clang-format-diff.py 85 line_count = 1
87 line_count = int(match.group(3))
88 if line_count == 0:
90 end_line = start_line + line_count - 1;
git-clang-format 274 line_count) pairs.
287 line_count = 1
289 line_count = int(match.group(3))
290 if line_count > 0:
291 matches.setdefault(filename, []).append(Range(start_line, line_count))
363 '-lines=%s:%s' % (start_line, start_line+line_count-1)
364 for start_line, line_count in line_ranges])
  /toolchain/binutils/binutils-2.25/bfd/
dwarf1.c 84 unsigned long line_count; member in struct:dwarf1_unit
86 /* The decoded line number table (line_count entries). */
310 aUnit->line_count = (tblend - xptr) / 10;
313 amt = sizeof (struct linenumber) * aUnit->line_count;
319 for (eachLine = 0; eachLine < aUnit->line_count; eachLine++)
417 for (i = 0; i < aUnit->line_count; i++)
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_transfer.c 109 int line_count = height > 2047 ? 2047 : height; local
123 src_ofst += line_count * src->pitch;
129 dst_ofst += line_count * dst->pitch;
134 PUSH_DATA (push, line_count);
138 height -= line_count;
139 sy += line_count;
140 dy += line_count;
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_transfer.c 72 int line_count = height > 2047 ? 2047 : height; local
87 src_ofst += line_count * src->pitch;
94 dst_ofst += line_count * dst->pitch;
99 PUSH_DATA (push, line_count);
103 height -= line_count;
104 sy += line_count;
105 dy += line_count;
  /hardware/qcom/bt/msm8909/libbt-vendor/include/
hw_ar3k.h 135 unsigned line_count; member in struct:tag_info
  /hardware/qcom/bt/msm8992/libbt-vendor/include/
hw_ar3k.h 135 unsigned line_count; member in struct:tag_info
  /hardware/qcom/bt/msm8996/libbt-vendor/include/
hw_ar3k.h 135 unsigned line_count; member in struct:tag_info
  /hardware/qcom/bt/msmcobalt/libbt-vendor/include/
hw_ar3k.h 135 unsigned line_count; member in struct:tag_info
  /external/opencv/cvaux/include/
cvaux.h     [all...]
  /external/libevent/
event_rpcgen.py 24 line_count = 0 variable
58 self._tags[entry.Tag()], line_count))
    [all...]
  /external/google-breakpad/src/common/solaris/
dump_symbols.cc 356 int line_count = func_info.line_info.size(); local
368 func_info.size = (line_count == 0) ? 0 : it->second->size;
375 for (size_t k = 0; k < line_count; ++k) {
379 if (k == line_count - 1) {
  /external/autotest/client/cros/input_playback/
input_playback.py 179 line_count = utils.run(interrupt_cmd).stdout.strip()
180 return line_count != '0'
  /external/v8/src/runtime/
runtime-debug.cc 1514 const int line_count = line_ends_array->length(); local
1540 const int line_count = line_ends_array->length(); local
1623 const int line_count = line_ends_array->length(); local
1677 const int line_count = line_ends_array->length(); local
    [all...]
  /external/minijail/
syscall_filter.c 374 int line_count = 0; local
408 ++line_count;
  /external/v8/src/profiler/
profile-generator.cc 244 unsigned line_count = line_ticks_.occupancy(); local
246 if (line_count == 0) return true;
247 if (length < line_count) return false;
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hw_ar3k.c 618 status.line_count = 0;
622 if (status.line_count == 0)
645 status.line_count++;
    [all...]
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hw_ar3k.c 618 status.line_count = 0;
622 if (status.line_count == 0)
645 status.line_count++;
    [all...]
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hw_ar3k.c 621 status.line_count = 0;
625 if (status.line_count == 0)
648 status.line_count++;
    [all...]

Completed in 1151 milliseconds

1 2