/external/bzip2/ |
D | unzcrash.c | 44 int nIn, nOut, nZ; variable 105 nOut = M_BLOCK_OUT; in main() 107 outbuf, &nOut, zbuf, nZ, 0, 0 ); in main() 113 if (nOut != nIn) { in main() 114 fprintf(stderr, "nIn/nOut mismatch %d %d\n", nIn, nOut ); in main() 117 for (i = 0; i < nOut; i++) in main() 122 if (i == nOut) fprintf(stderr, "really ok!\n" ); in main() 130 assert (nOut == nIn); in main() 131 for (i = 0; i < nOut; i++) { in main()
|
/external/libaom/libaom/tools/txfm_analyzer/ |
D | txfm_graph.cc | 554 int nOut = node_idx + ni; in gen_adst_B_graph() local 555 int nIn = nOut + size / 2; in gen_adst_B_graph() 556 connect_node(node, stage_num, node_num, stage_idx + 1, nOut, nOut, 1, nIn, in gen_adst_B_graph() 561 int nOut = node_idx + ni; in gen_adst_B_graph() local 562 int nIn = nOut - size / 2; in gen_adst_B_graph() 563 connect_node(node, stage_num, node_num, stage_idx + 1, nOut, nOut, -1, nIn, in gen_adst_B_graph() 775 int nOut = node_idx + second * dct_node_num + first; in connect_layer_2d() local 779 connect_node(node, stage_num, node_num, sOut, nOut, nIn, 1, nIn, 0); in connect_layer_2d() 792 int nOut = node_idx + j * dct_node_num1 + i; in connect_layer_2d_new() local 796 connect_node(node, stage_num, node_num, sOut, nOut, nIn, 1, nIn, 0); in connect_layer_2d_new()
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/ |
D | PVRShell.cpp | 945 int nIn, nOut; in Parse() local 965 nOut = 0; in Parse() 979 opt.pArg = &m_psSplit[nOut]; in Parse() 981 m_psSplit[nOut++] = m_psOrig[nIn]; in Parse() 988 m_psSplit[nOut++] = 0; in Parse() 989 opt.pVal = &m_psSplit[nOut]; in Parse() 995 m_psSplit[nOut++] = 0; in Parse() 1019 opt.pArg = &m_psSplit[nOut]; in Parse() 1021 m_psSplit[nOut++] = m_psOrig[nIn]; in Parse()
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 2330 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); 26055 int nOut; /* Size of the rendering buffer */ 26258 nOut = etBUFSIZE; 26267 nOut = (int)n; 26269 bufpt = &zOut[nOut-1]; 26287 length = (int)(&zOut[nOut-1]-bufpt); 26313 length = (int)(&zOut[nOut-1]-bufpt); 36858 int nOut /* Allocated size of buffer zOut */ 36863 if( osGetcwd(zOut, nOut-2)==0 ){ 36869 if( (iOff+nPath+1)>nOut ){ [all …]
|
D | shell.c | 3882 int nOut, in apndFullPathname() argument 3885 return ORIGVFS(pVfs)->xFullPathname(ORIGVFS(pVfs),zPath,nOut,zOut); in apndFullPathname() 4691 int nOut /* Expected output size */ in zipfileInflate() argument 4693 u8 *aRes = sqlite3_malloc(nOut); in zipfileInflate() 4704 str.avail_out = nOut; in zipfileInflate() 4714 sqlite3_result_blob(pCtx, aRes, nOut, SQLITE_TRANSIENT); in zipfileInflate() 5678 uLongf nOut = compressBound(nData); in sqlarCompressFunc() local 5681 pOut = (Bytef*)sqlite3_malloc(nOut); in sqlarCompressFunc() 5686 if( Z_OK!=compress(pOut, &nOut, pData, nData) ){ in sqlarCompressFunc() 5688 }else if( nOut<nData ){ in sqlarCompressFunc() [all …]
|
D | sqlite3.h | 1306 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
|
/external/sqlite/dist/ |
D | sqlite3.c | 2330 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); 26055 int nOut; /* Size of the rendering buffer */ 26258 nOut = etBUFSIZE; 26267 nOut = (int)n; 26269 bufpt = &zOut[nOut-1]; 26287 length = (int)(&zOut[nOut-1]-bufpt); 26313 length = (int)(&zOut[nOut-1]-bufpt); 36874 int nOut /* Allocated size of buffer zOut */ 36879 if( osGetcwd(zOut, nOut-2)==0 ){ 36885 if( (iOff+nPath+1)>nOut ){ [all …]
|
D | shell.c | 3888 int nOut, in apndFullPathname() argument 3891 return ORIGVFS(pVfs)->xFullPathname(ORIGVFS(pVfs),zPath,nOut,zOut); in apndFullPathname() 4697 int nOut /* Expected output size */ in zipfileInflate() argument 4699 u8 *aRes = sqlite3_malloc(nOut); in zipfileInflate() 4710 str.avail_out = nOut; in zipfileInflate() 4720 sqlite3_result_blob(pCtx, aRes, nOut, SQLITE_TRANSIENT); in zipfileInflate() 5684 uLongf nOut = compressBound(nData); in sqlarCompressFunc() local 5687 pOut = (Bytef*)sqlite3_malloc(nOut); in sqlarCompressFunc() 5692 if( Z_OK!=compress(pOut, &nOut, pData, nData) ){ in sqlarCompressFunc() 5694 }else if( nOut<nData ){ in sqlarCompressFunc() [all …]
|
D | sqlite3.h | 1306 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_tgsi.cpp | 1197 const unsigned int nOut = (info->io.genUserClip + 3) / 4; in scanSource() local 1199 for (unsigned int n = 0; n < nOut; ++n) { in scanSource()
|