Searched refs:ocount (Results 1 – 9 of 9) sorted by relevance
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | kill.c | 94 long *olist = 0, ocount = 0; local 100 for (ptr = TT.o; ptr; ptr = ptr->next) ocount++; 101 olist = xmalloc(ocount*sizeof(long)); 102 ocount = 0; 103 for (ptr = TT.o; ptr; ptr=ptr->next) olist[ocount++] = atolx(ptr->arg); 124 for (count = 0; count < ocount; count++) 126 if (count != ocount) continue;
|
/third_party/toybox/toys/posix/ |
D | kill.c | 97 long *olist = 0, ocount = 0; local 103 for (ptr = TT.o; ptr; ptr = ptr->next) ocount++; 104 olist = xmalloc(ocount*sizeof(long)); 105 ocount = 0; 106 for (ptr = TT.o; ptr; ptr=ptr->next) olist[ocount++] = atolx(ptr->arg); 130 for (count = 0; count < ocount; count++) 132 if (count != ocount) continue;
|
/third_party/node/deps/openssl/openssl/crypto/comp/ |
D | c_zlib.c | 278 int ocount; /* Amount of data in output buffer */ member 449 ctx->ocount = 0; in bio_zlib_write() 463 while (ctx->ocount) { in bio_zlib_write() 464 ret = BIO_write(next, ctx->optr, ctx->ocount); in bio_zlib_write() 474 ctx->ocount -= ret; in bio_zlib_write() 494 ctx->ocount = ctx->obufsize - zout->avail_out; in bio_zlib_write() 507 if (!ctx->obuf || (ctx->odone && !ctx->ocount)) in bio_zlib_flush() 516 while (ctx->ocount) { in bio_zlib_flush() 517 ret = BIO_write(next, ctx->optr, ctx->ocount); in bio_zlib_flush() 523 ctx->ocount -= ret; in bio_zlib_flush() [all …]
|
/third_party/openssl/crypto/comp/ |
D | c_zlib.c | 278 int ocount; /* Amount of data in output buffer */ member 449 ctx->ocount = 0; in bio_zlib_write() 463 while (ctx->ocount) { in bio_zlib_write() 464 ret = BIO_write(next, ctx->optr, ctx->ocount); in bio_zlib_write() 474 ctx->ocount -= ret; in bio_zlib_write() 494 ctx->ocount = ctx->obufsize - zout->avail_out; in bio_zlib_write() 507 if (!ctx->obuf || (ctx->odone && !ctx->ocount)) in bio_zlib_flush() 516 while (ctx->ocount) { in bio_zlib_flush() 517 ret = BIO_write(next, ctx->optr, ctx->ocount); in bio_zlib_flush() 523 ctx->ocount -= ret; in bio_zlib_flush() [all …]
|
/third_party/python/Mac/Tools/ |
D | pythonw.c | 94 size_t ocount; in setup_spawnattr() local 132 cpu_types, &ocount) == -1) { in setup_spawnattr() 136 if (count != ocount) { in setup_spawnattr()
|
/third_party/python/Modules/ |
D | ossaudiodev.c | 58 Py_ssize_t ocount; /* output count */ member 146 self->icount = self->ocount = 0; in newossobject() 445 self->ocount += rv; in oss_write() 508 self->ocount += rv; in oss_writeall()
|
/third_party/ltp/testcases/kernel/fs/fsstress/ |
D | fsstress.c | 1591 bsr.ocount = &count; in bulkstat_f() 1647 bsr.ocount = NULL; in bulkstat1_f()
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 5550 ocount: *mut ::size_t, in posix_spawnattr_setarchpref_np() 5557 ocount: *mut ::size_t, in posix_spawnattr_getarchpref_np()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 86688 long unsigned int ocount; member
|