HomeSort by relevance Sort by last modified time
    Searched defs:num_lines (Results 1 - 16 of 16) sorted by null

  /toolchain/binutils/binutils-2.25/gprof/
source.h 31 int num_lines; /* # of lines in file. */
30 int num_lines; \/* # of lines in file. *\/ member in struct:source_file
  /external/webp/src/utils/
rescaler_utils.c 109 const int num_lines = (wrk->y_accum + wrk->y_sub - 1) / wrk->y_sub; local
110 return (num_lines > max_num_lines) ? max_num_lines : num_lines;
113 int WebPRescalerImport(WebPRescaler* const wrk, int num_lines,
116 while (total_imported < num_lines && !WebPRescalerHasPendingOutput(wrk)) {
  /external/iproute2/misc/
lnstat_util.c 42 int j, num_lines = 0; local
55 num_lines++;
67 return num_lines;
lnstat.c 176 int num_lines; member in struct:table_hdr
206 th.num_lines = h+1;
215 for (h = 1; h <= th.num_lines; h++) {
229 for (i = 0; i < th->num_lines; i++) {
  /prebuilts/misc/windows/sdl2/test/
testintersections.c 77 int num_lines = 0; variable
82 if (num_lines >= MAX_LINES)
88 lines[num_lines].x = x1;
89 lines[num_lines].y = y1;
90 lines[num_lines].w = x2;
91 lines[num_lines].h = y2;
93 return ++num_lines;
108 for (i = 0; i < num_lines; ++i) {
162 for (j = 0; j < num_lines; j++) {
293 num_lines = 0
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-spu.h 68 unsigned int num_lines; member in struct:spu_elf_params
  /bionic/libc/kernel/uapi/drm/
via_drm.h 230 __u32 num_lines; member in struct:drm_via_dmablit
  /external/kernel-headers/original/uapi/drm/
via_drm.h 263 __u32 num_lines; member in struct:drm_via_dmablit
  /external/libdrm/include/drm/
via_drm.h 260 __u32 num_lines; member in struct:drm_via_dmablit
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
via_drm.h 260 __u32 num_lines; member in struct:drm_via_dmablit
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
via_drm.h 260 __u32 num_lines; member in struct:drm_via_dmablit
  /external/freetype/src/cff/
cffgload.c 1727 FT_Int num_lines; local
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cffgload.c 1679 FT_Int num_lines; local
    [all...]
  /hardware/qcom/msm8996/kernel-headers/media/
msm_camsensor_sdk.h 347 unsigned int num_lines; member in struct:msm_camera_csid_testmode_parms
  /hardware/qcom/msm8996/original-kernel-headers/media/
msm_camsensor_sdk.h 313 unsigned int num_lines; member in struct:msm_camera_csid_testmode_parms
  /system/core/liblog/tests/
liblog_test.cpp 423 size_t num_lines = 1, size = 0, length = 0, total = 0; local
428 ++num_lines;
491 EXPECT_GT((int)((line_overhead * num_lines) + size),
494 EXPECT_EQ((int)((line_overhead * num_lines) + size),
552 size_t num_lines = 1, size = 0, length = 0; local
557 ++num_lines;
600 EXPECT_EQ((int)(((line_overhead + sizeof(tag)) * num_lines) + size),
    [all...]

Completed in 684 milliseconds