/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/oss-fuzz/projects/bzip2/ |
D | bzip2_compress_target.c | 44 unsigned int nZ, nOut; in LLVMFuzzerTestOneInput() local 74 nOut = size*2; in LLVMFuzzerTestOneInput() 75 char *outbuf = malloc(nOut); in LLVMFuzzerTestOneInput() 77 r = BZ2_bzBuffToBuffDecompress(outbuf, &nOut, zbuf, nZ, small, in LLVMFuzzerTestOneInput() 88 assert(nOut == size); in LLVMFuzzerTestOneInput()
|
D | bzip2_decompress_target.c | 36 unsigned int nZ, nOut; in LLVMFuzzerTestOneInput() local 39 nOut = size*2; in LLVMFuzzerTestOneInput() 40 char *outbuf = malloc(nOut); in LLVMFuzzerTestOneInput() 42 r = BZ2_bzBuffToBuffDecompress(outbuf, &nOut, (char *)data, size, in LLVMFuzzerTestOneInput()
|
/external/fastrpc/inc/ |
D | remote.h | 80 #define REMOTE_SCALARS_MAKEX(nAttr,nMethod,nIn,nOut,noIn,noOut) \ argument 84 (((uint32_t) (nOut) & 0xff) << 8) | \ 88 #define REMOTE_SCALARS_MAKE(nMethod,nIn,nOut) REMOTE_SCALARS_MAKEX(0,nMethod,nIn,nOut,0,0) argument
|
/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/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 2428 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); 28373 int nOut; /* Size of the rendering buffer */ 28599 nOut = etBUFSIZE; 28607 nOut = (int)n; 28609 bufpt = &zOut[nOut-1]; 28627 length = (int)(&zOut[nOut-1]-bufpt); 28653 length = (int)(&zOut[nOut-1]-bufpt); 39856 int nOut /* Allocated size of buffer zOut */ 39861 if( osGetcwd(zOut, nOut-2)==0 ){ 39867 if( (iOff+nPath+1)>nOut ){ [all …]
|
D | sqlite3.h | 1380 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
|
D | bindgen_bundled_version.rs | 901 nOut: ::std::os::raw::c_int,
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 2416 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); 28330 int nOut; /* Size of the rendering buffer */ 28556 nOut = etBUFSIZE; 28564 nOut = (int)n; 28566 bufpt = &zOut[nOut-1]; 28584 length = (int)(&zOut[nOut-1]-bufpt); 28610 length = (int)(&zOut[nOut-1]-bufpt); 39768 int nOut /* Allocated size of buffer zOut */ 39773 if( osGetcwd(zOut, nOut-2)==0 ){ 39779 if( (iOff+nPath+1)>nOut ){ [all …]
|
D | shell.c | 4094 int nOut, in apndFullPathname() argument 4097 return ORIGVFS(pVfs)->xFullPathname(ORIGVFS(pVfs),zPath,nOut,zOut); in apndFullPathname() 5319 int nOut /* Expected output size */ in zipfileInflate() argument 5321 u8 *aRes = sqlite3_malloc(nOut); in zipfileInflate() 5332 str.avail_out = nOut; in zipfileInflate() 5342 sqlite3_result_blob(pCtx, aRes, nOut, zipfileFree); in zipfileInflate() 6394 int nOut = 0; in zipfileStep() local 6395 rc = zipfileDeflate(aData, nData, &aFree, &nOut, &zErr); in zipfileStep() 6399 if( iMethod==8 || nOut<nData ){ in zipfileStep() 6401 nData = nOut; in zipfileStep() [all …]
|
D | sqlite3.h | 1377 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
|
/external/sqlite/dist/ |
D | sqlite3.c | 2416 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut); 28330 int nOut; /* Size of the rendering buffer */ 28556 nOut = etBUFSIZE; 28564 nOut = (int)n; 28566 bufpt = &zOut[nOut-1]; 28584 length = (int)(&zOut[nOut-1]-bufpt); 28610 length = (int)(&zOut[nOut-1]-bufpt); 39784 int nOut /* Allocated size of buffer zOut */ 39789 if( osGetcwd(zOut, nOut-2)==0 ){ 39795 if( (iOff+nPath+1)>nOut ){ [all …]
|
D | shell.c | 4099 int nOut, in apndFullPathname() argument 4102 return ORIGVFS(pVfs)->xFullPathname(ORIGVFS(pVfs),zPath,nOut,zOut); in apndFullPathname() 5324 int nOut /* Expected output size */ in zipfileInflate() argument 5326 u8 *aRes = sqlite3_malloc(nOut); in zipfileInflate() 5337 str.avail_out = nOut; in zipfileInflate() 5347 sqlite3_result_blob(pCtx, aRes, nOut, zipfileFree); in zipfileInflate() 6399 int nOut = 0; in zipfileStep() local 6400 rc = zipfileDeflate(aData, nData, &aFree, &nOut, &zErr); in zipfileStep() 6404 if( iMethod==8 || nOut<nData ){ in zipfileStep() 6406 nData = nOut; in zipfileStep() [all …]
|
D | sqlite3.h | 1377 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_nir.cpp | 1152 const unsigned int nOut = (info_out->io.genUserClip + 3) / 4; in assignSlots() local 1154 for (unsigned int n = 0; n < nOut; ++n) { in assignSlots()
|
D | nv50_ir_from_tgsi.cpp | 1150 const unsigned int nOut = (info_out->io.genUserClip + 3) / 4; in scanSource() local 1152 for (unsigned int n = 0; n < nOut; ++n) { in scanSource()
|
/external/rust/crates/libsqlite3-sys/bindgen-bindings/ |
D | bindgen_3.6.8.rs | 386 nOut:
|
D | bindgen_3.6.23.rs | 414 nOut:
|
D | bindgen_3.7.7.rs | 486 nOut:
|
D | bindgen_3.7.16.rs | 520 nOut:
|
/external/python/pycparser/utils/benchmark/inputs/ |
D | sqlite-btree.c.ppout | 283 int (*xFullPathname)(sqlite3_vfs*, const char *zName, int nOut, char *zOut);
|