| /OK3568_Linux_fs/buildroot/utils/ |
| H A D | check-package | 117 nlines = 0 123 return nwarnings, nlines 129 return nwarnings, nlines 141 nlines += 1 151 return nwarnings, nlines 176 nwarnings, nlines = check_file_using_lib(fname) 178 total_lines += nlines
|
| /OK3568_Linux_fs/kernel/kernel/kcsan/ |
| H A D | kcsan-test.c | 45 int nlines; member 90 int nlines; in probe_console() local 99 nlines = observed.nlines; in probe_console() 109 nlines = 1; in probe_console() 110 } else if ((nlines == 1 || nlines == 2) && strnstr(buf, "bytes by", len)) { in probe_console() 111 strscpy(observed.lines[nlines++], buf, min(len + 1, sizeof(observed.lines[0]))); in probe_console() 114 if (WARN_ON(nlines != 2)) in probe_console() 118 strcpy(observed.lines[nlines++], "<none>"); in probe_console() 123 WRITE_ONCE(observed.nlines, nlines); /* Publish new nlines. */ in probe_console() 131 return READ_ONCE(observed.nlines) == ARRAY_SIZE(observed.lines); in report_available() [all …]
|
| /OK3568_Linux_fs/kernel/mm/kfence/ |
| H A D | kfence_test.c | 31 int nlines; member 41 int nlines; in probe_console() local 44 nlines = observed.nlines; in probe_console() 54 nlines = 1; in probe_console() 55 } else if (nlines == 1 && (strnstr(buf, "at 0x", len) || strnstr(buf, "of 0x", len))) { in probe_console() 56 strscpy(observed.lines[nlines++], buf, min(len + 1, sizeof(observed.lines[0]))); in probe_console() 59 WRITE_ONCE(observed.nlines, nlines); /* Publish new nlines. */ in probe_console() 66 return READ_ONCE(observed.nlines) == ARRAY_SIZE(observed.lines); in report_available() 794 observed.nlines = 0; in test_init()
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | line.h | 65 extern int line_setup(char **conf, unsigned nlines, char **def, 83 struct line *lines, int nlines); 86 extern void close_lines(struct line *lines, int nlines);
|
| H A D | line.c | 353 void close_lines(struct line *lines, int nlines) in close_lines() argument 357 for(i = 0; i < nlines; i++) in close_lines() 538 struct line *lines, int nlines) in register_lines() argument 540 struct tty_driver *driver = alloc_tty_driver(nlines); in register_lines() 556 for (i = 0; i < nlines; i++) { in register_lines() 570 for (i = 0; i < nlines; i++) in register_lines()
|
| /OK3568_Linux_fs/kernel/tools/perf/scripts/perl/ |
| H A D | rwtop.pl | 23 my $nlines = 20; 146 if (++$count == $nlines) { 169 if (++$count == $nlines) {
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | dwarf-aux.c | 68 size_t nlines, l, u, n; in cu_getsrc_die() local 71 if (dwarf_getsrclines(cu_die, &lines, &nlines) != 0 || in cu_getsrc_die() 72 nlines == 0) in cu_getsrc_die() 76 l = 0; u = nlines - 1; in cu_getsrc_die() 869 size_t nlines, i; in die_walk_lines() local 885 if (dwarf_getsrclines(cu_die, &lines, &nlines) != 0) { in die_walk_lines() 889 pr_debug2("Get %zd lines from this CU\n", nlines); in die_walk_lines() 892 for (i = 0; i < nlines; i++) { in die_walk_lines()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | process.c | 275 int nlines; in show_data() local 293 nlines = (nbytes + 31) / 32; in show_data() 296 for (i = 0; i < nlines; i++) { in show_data() 301 if (i == (nlines / 2)) in show_data()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/mdp5/ |
| H A D | mdp5_smp.c | 123 int i, hsub, nplanes, nlines; in mdp5_smp_calculate() local 130 nlines = 2; in mdp5_smp_calculate() 152 n = DIV_ROUND_UP(fetch_stride * nlines, smp->blk_size); in mdp5_smp_calculate()
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_xv.c | 975 int top, nlines; in glamor_xv_put_image() local 1037 nlines = (src_y + src_h) - top; in glamor_xv_put_image() 1057 full_box.y2 = nlines; in glamor_xv_put_image() 1062 half_box.y2 = (nlines + 1) >> 1; in glamor_xv_put_image() 1084 full_box.y2 = nlines; in glamor_xv_put_image() 1089 half_box.y2 = (nlines + 1) >> 1; in glamor_xv_put_image()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | panoramiXprocs.c | 1952 int linesDone, nlines, linesPerBuf; in PanoramiXGetImage() local 2062 nlines = min(linesPerBuf, h - linesDone); in PanoramiXGetImage() 2065 memset(pBuf, 0, nlines * widthBytesLine); in PanoramiXGetImage() 2067 XineramaGetImageData(drawables, x, y + linesDone, w, nlines, in PanoramiXGetImage() 2071 WriteToClient(client, (int) (nlines * widthBytesLine), pBuf); in PanoramiXGetImage() 2072 linesDone += nlines; in PanoramiXGetImage() 2080 nlines = min(linesPerBuf, h - linesDone); in PanoramiXGetImage() 2082 memset(pBuf, 0, nlines * widthBytesLine); in PanoramiXGetImage() 2085 nlines, format, plane, pBuf, in PanoramiXGetImage() 2088 WriteToClient(client, (int)(nlines * widthBytesLine), pBuf); in PanoramiXGetImage() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/include/gdb/ |
| H A D | jit-reader.h | 127 int nlines,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/include/gdb/ |
| H A D | jit-reader.h | 127 int nlines,
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | dispatch.c | 2075 int nlines, linesPerBuf, rc; in DoGetImage() local 2211 nlines = min(linesPerBuf, height - linesDone); in DoGetImage() 2216 nlines, in DoGetImage() 2221 nlines, format, pBuf); in DoGetImage() 2225 ReformatImage(pBuf, (int) (nlines * widthBytesLine), in DoGetImage() 2228 WriteToClient(client, (int) (nlines * widthBytesLine), pBuf); in DoGetImage() 2229 linesDone += nlines; in DoGetImage() 2238 nlines = min(linesPerBuf, height - linesDone); in DoGetImage() 2243 nlines, in DoGetImage() 2249 nlines, format, pBuf); in DoGetImage() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/minidump/ |
| H A D | minidump_log.c | 922 int nlines; in md_dump_data() local 940 nlines = (nbytes + 31) / 32; in md_dump_data() 942 for (i = 0; i < nlines; i++) { in md_dump_data()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 37797 glamor: Fix nlines in glamor_xv_put_image when src_y is odd
|