Searched defs:panel_size (Results 1 – 5 of 5) sorted by relevance
/external/eigen/Eigen/src/SparseLU/ |
D | SparseLU_Memory.h | 151 …memInit(Index m, Index n, Index annz, Index lwork, Index fillratio, Index panel_size, GlobalLU_t&… in memInit()
|
D | SparseLU_Structs.h | 97 Index panel_size; // a panel consists of at most <panel_size> consecutive columns member
|
D | SparseLU.h | 599 Index panel_size = m_perfv.panel_size; // upper bound on panel width in factorize() local
|
/external/u-boot/drivers/video/ |
D | video_bmp.c | 158 static void video_splash_align_axis(int *axis, unsigned long panel_size, in video_splash_align_axis()
|
/external/u-boot/common/ |
D | lcd.c | 394 static void splash_align_axis(int *axis, unsigned long panel_size, in splash_align_axis()
|