Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dtgafb.c735 unsigned long pos0 = pos; local
768 pos = pos0 + bwidth*bincr;
784 unsigned long pos0 = pos; local
817 pos = pos0 + bwidth*bincr;
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa-demos/
H A D0001-mesa-demos-Add-missing-data-files.patch514 + vec4 pos0 = mat0 * gl_Vertex;
516 + vec4 pos = mix(pos0, pos1, weight);
/openbmc/linux/arch/mips/include/asm/octeon/
H A Dcvmx-pip-defs.h266 uint64_t pos0:7; member
268 uint64_t pos0:7;
/openbmc/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py1511 low0, pos0, time_from = self.XPixelToData(x)
1516 for i in xrange(pos0, pos1 + 1):
1519 if i == pos0: