Home
last modified time | relevance | path

Searched refs:linetable (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/video/console/
H A Dnewport_con.c204 unsigned short linetable[128]; /* should be enough */ in newport_get_screensize() local
212 linetable[i] = npregs->set.dcbdata0.byshort.s1; in newport_get_screensize()
216 for (i = 0; i < ARRAY_SIZE(linetable) - 1 && linetable[i + 1]; i += 2) { in newport_get_screensize()
218 newport_vc2_set(npregs, VC2_IREG_RADDR, linetable[i]); in newport_get_screensize()
234 newport_ysize += linetable[i + 1]; in newport_get_screensize()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgdb.info16475 linetable ((struct linetable *) 0x8370fa0)
16483 List the 'struct linetable' from all 'struct symtab' instances
16485 'struct linetable' from all 'struct symtab'.
27738 -- Function: Symtab.linetable ()
27751 information for a particular symbol table, use the 'linetable' function
27775 linetable = symtab.linetable()
27776 for line in linetable:
57120 * Symtab.linetable: Symbol Tables In Python.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgdb.info16475 linetable ((struct linetable *) 0x8370fa0)
16483 List the 'struct linetable' from all 'struct symtab' instances
16485 'struct linetable' from all 'struct symtab'.
27738 -- Function: Symtab.linetable ()
27751 information for a particular symbol table, use the 'linetable' function
27775 linetable = symtab.linetable()
27776 for line in linetable:
57120 * Symtab.linetable: Symbol Tables In Python.