Home
last modified time | relevance | path

Searched refs:numlines (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Dsrccode.c31 unsigned numlines; member
135 h->numlines = countlines(h->map, h->maplen); in find_srcfile()
136 h->lines = calloc(h->numlines, sizeof(char *)); in find_srcfile()
139 fill_lines(h->lines, h->numlines, h->map, h->maplen); in find_srcfile()
163 if (line >= sf->numlines) in find_sourceline()
/openbmc/qemu/hw/arm/
H A Dexynos4210.c342 int numlines, splitin, in; in exynos4210_init_board_irqs() local
367 numlines = 2 * mapline_size(mapline); in exynos4210_init_board_irqs()
369 numlines++; in exynos4210_init_board_irqs()
373 qdev_prop_set_uint16(splitter, "num-lines", numlines); in exynos4210_init_board_irqs()
/openbmc/openbmc/poky/meta/recipes-devtools/perl/files/
H A Ddeterminism.patch42 if ( length($str)-$lengthsofar > 128*$numlines )
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A DCVE-2019-13232_p2.patch307 ulg numlines; /* fileio static: number of lines printed */