Searched defs:nIn (Results  1 – 5 of 5) sorted by relevance
| /external/bzip2/ | 
| D | unzcrash.c | 44 int nIn, nOut, nZ;  variable
  | 
| /external/fastrpc/inc/ | 
| D | remote.h | 80 #define REMOTE_SCALARS_MAKEX(nAttr,nMethod,nIn,nOut,noIn,noOut) \  argument 88 #define REMOTE_SCALARS_MAKE(nMethod,nIn,nOut)  REMOTE_SCALARS_MAKEX(0,nMethod,nIn,nOut,0,0)  argument
  | 
| /external/libaom/tools/txfm_analyzer/ | 
| D | txfm_graph.cc | 555     int nIn = nOut + size / 2;  in gen_adst_B_graph()  local 562     int nIn = nOut - size / 2;  in gen_adst_B_graph()  local 774       int nIn = node_idx + first * dct_node_num + second;  in connect_layer_2d()  local 791       int nIn = node_idx + i * dct_node_num0 + j;  in connect_layer_2d_new()  local
  | 
| /external/sqlite/dist/orig/ | 
| D | shell.c | 3921 static int re_match(ReCompiled *pRe, const unsigned char *zIn, int nIn){  in re_match() 4641   sqlite3_int64 nIn;  in readFileContents()  local 7660   int nIn,                        /* Size of buffer aIn[] in bytes */  in zipfileInflate() 7706   const u8 *aIn, int nIn,         /* Input */  in zipfileDeflate() 8324         int nIn = sqlite3_value_bytes(apVal[7]);  in zipfileUpdate()  local 10022   int nIn = zIn ? STRLEN(zIn) : 0;  in idxAppendText()  local 15720   long nIn;  in readFile()  local
  | 
| /external/sqlite/dist/ | 
| D | shell.c | 3926 static int re_match(ReCompiled *pRe, const unsigned char *zIn, int nIn){  in re_match() 4646   sqlite3_int64 nIn;  in readFileContents()  local 7665   int nIn,                        /* Size of buffer aIn[] in bytes */  in zipfileInflate() 7711   const u8 *aIn, int nIn,         /* Input */  in zipfileDeflate() 8329         int nIn = sqlite3_value_bytes(apVal[7]);  in zipfileUpdate()  local 10027   int nIn = zIn ? STRLEN(zIn) : 0;  in idxAppendText()  local 15725   long nIn;  in readFile()  local
  |