/external/bzip2/ |
D | unzcrash.c | 44 int nIn, nOut, nZ; variable 92 nIn = fread ( inbuf, 1, M_BLOCK, f ); in main() 93 fprintf ( stderr, "%d bytes read\n", nIn ); in main() 97 zbuf, &nZ, inbuf, nIn, 9, 0, 30 ); in main() 113 if (nOut != nIn) { in main() 114 fprintf(stderr, "nIn/nOut mismatch %d %d\n", nIn, nOut ); in main() 130 assert (nOut == nIn); in main()
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/ |
D | PVRShell.cpp | 945 int nIn, nOut; in Parse() local 964 nIn = -1; in Parse() 969 ++nIn; in Parse() 970 if(m_psOrig[nIn] == '"') in Parse() 976 if(bInQuotes && m_psOrig[nIn] != 0) in Parse() 981 m_psSplit[nOut++] = m_psOrig[nIn]; in Parse() 985 switch(m_psOrig[nIn]) in Parse() 1021 m_psSplit[nOut++] = m_psOrig[nIn]; in Parse() 1026 } while(m_psOrig[nIn]); in Parse()
|
/external/libaom/libaom/tools/txfm_analyzer/ |
D | txfm_graph.cc | 555 int nIn = nOut + size / 2; in gen_adst_B_graph() local 556 connect_node(node, stage_num, node_num, stage_idx + 1, nOut, nOut, 1, nIn, in gen_adst_B_graph() 562 int nIn = nOut - size / 2; in gen_adst_B_graph() local 563 connect_node(node, stage_num, node_num, stage_idx + 1, nOut, nOut, -1, nIn, in gen_adst_B_graph() 774 int nIn = node_idx + first * dct_node_num + second; in connect_layer_2d() local 779 connect_node(node, stage_num, node_num, sOut, nOut, nIn, 1, nIn, 0); in connect_layer_2d() 791 int nIn = node_idx + i * dct_node_num0 + j; 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/sqlite/dist/orig/ |
D | shell.c | 2160 long nIn; in readFileContents() local 2166 nIn = ftell(in); in readFileContents() 2168 pBuf = sqlite3_malloc( nIn ); in readFileContents() 2169 if( pBuf && 1==fread(pBuf, nIn, 1, in) ){ in readFileContents() 2170 sqlite3_result_blob(ctx, pBuf, nIn, sqlite3_free); in readFileContents() 4690 int nIn, /* Size of buffer aIn[] in bytes */ in zipfileInflate() argument 4702 str.avail_in = nIn; in zipfileInflate() 4724 const u8 *aIn, int nIn, /* Input */ in zipfileDeflate() argument 4727 int nAlloc = (int)compressBound(nIn); in zipfileDeflate() 4739 str.avail_in = nIn; in zipfileDeflate() [all …]
|
D | sqlite3.h | 9648 int nIn, const void *pIn, /* Input changeset */
|
D | sqlite3.c | 10672 int nIn, const void *pIn, /* Input changeset */ 108787 int nIn; /* Number of bytes in input */ 108799 nIn = sqlite3_value_bytes(argv[0]); 108831 while( nIn>0 ){ 108835 if( len<=nIn && memcmp(zIn, azChar[i], len)==0 ) break; 108839 nIn -= len; 108843 while( nIn>0 ){ 108847 if( len<=nIn && memcmp(&zIn[nIn-len],azChar[i],len)==0 ) break; 108850 nIn -= len; 108857 sqlite3_result_text(context, (char*)zIn, nIn, SQLITE_TRANSIENT); [all …]
|
/external/sqlite/dist/ |
D | shell.c | 2166 long nIn; in readFileContents() local 2172 nIn = ftell(in); in readFileContents() 2174 pBuf = sqlite3_malloc( nIn ); in readFileContents() 2175 if( pBuf && 1==fread(pBuf, nIn, 1, in) ){ in readFileContents() 2176 sqlite3_result_blob(ctx, pBuf, nIn, sqlite3_free); in readFileContents() 4696 int nIn, /* Size of buffer aIn[] in bytes */ in zipfileInflate() argument 4708 str.avail_in = nIn; in zipfileInflate() 4730 const u8 *aIn, int nIn, /* Input */ in zipfileDeflate() argument 4733 int nAlloc = (int)compressBound(nIn); in zipfileDeflate() 4745 str.avail_in = nIn; in zipfileDeflate() [all …]
|
D | sqlite3.h | 9648 int nIn, const void *pIn, /* Input changeset */
|
D | sqlite3.c | 10672 int nIn, const void *pIn, /* Input changeset */ 108803 int nIn; /* Number of bytes in input */ 108815 nIn = sqlite3_value_bytes(argv[0]); 108847 while( nIn>0 ){ 108851 if( len<=nIn && memcmp(zIn, azChar[i], len)==0 ) break; 108855 nIn -= len; 108859 while( nIn>0 ){ 108863 if( len<=nIn && memcmp(&zIn[nIn-len],azChar[i],len)==0 ) break; 108866 nIn -= len; 108873 sqlite3_result_text(context, (char*)zIn, nIn, SQLITE_TRANSIENT); [all …]
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | langtagTest.txt | 304 nIn-xD7EVhe_C
|
/external/tensorflow/tensorflow/tools/docker/notebooks/ |
D | 3_mnist_from_scratch.ipynb | 394 …wdHU2NO5ibm2NhYWHVVQMREdl+FA42keyUQ78uQd4gRF85GB0dTa2QqMqBiIisROFgkwgrB37B\nIn+ElYOwW8FXDvwgxHAwog…
|