Home
last modified time | relevance | path

Searched defs:cols (Results 1 – 3 of 3) sorted by relevance

/development/ndk/platforms/android-L/include/linux/
Dvirtio_console.h30 __u16 cols; member
/development/perftests/panorama/feature_stab/db_vlvm/
Ddb_utilities_indexing.h35 inline void db_SetupMatrixRefs(double **ar,long rows,long cols,double *a) in db_SetupMatrixRefs()
41 inline void db_SymmetricExtendUpperToLower(double **A,int rows,int cols) in db_SymmetricExtendUpperToLower()
Ddb_utilities.cpp167 void db_PrintDoubleMatrix(double *a,long rows,long cols) in db_PrintDoubleMatrix()