Searched defs:BlockParams (Results  1 – 2 of 2) sorted by relevance
| /external/gemmlowp/internal/ | 
| D | block_params.h | 32 struct BlockParams {  struct35   int l1_rows;
 36   int l1_cols;
 37   int l1_depth;
 41   int l2_rows;
 42   int l2_cols;
 43   int l2_depth;
 46   void Init(int rows, int cols, int depth, int num_threads, int l1_bytes_to_use,  in Init()
 56   static void FindL2BlockSizes(int rows, int cols, int depth, int num_threads,  in FindL2BlockSizes()
 104   static void FindL1BlockSizes(int rows, int cols, int depth,  in FindL1BlockSizes()
 
 | 
| /external/clang/lib/Sema/ | 
| D | SemaLambda.cpp | 1680   SmallVector<ParmVarDecl *, 4> BlockParams;  in BuildBlockForLambdaConversion()  local
 |