Home
last modified time | relevance | path

Searched refs:cpsz (Results 1 – 25 of 68) sorted by relevance

123

/dports/graphics/geomview/geomview-1.9.5/src/lib/oogl/util/
H A Diobuffer.c475 buf += cpsz; in iobfgetbuffer()
476 size -= cpsz; in iobfgetbuffer()
479 cpsz = min(size, BUFFER_SIZE); in iobfgetbuffer()
480 memcpy(buf, iob->buffer, cpsz); in iobfgetbuffer()
481 buf += cpsz; in iobfgetbuffer()
482 size -= cpsz; in iobfgetbuffer()
494 size -= cpsz; in iobfgetbuffer()
495 buf += cpsz; in iobfgetbuffer()
498 cpsz = min(size, BUFFER_SIZE); in iobfgetbuffer()
500 buf += cpsz; in iobfgetbuffer()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Microsoft.CSharp/src/Microsoft/CSharp/RuntimeBinder/Errors/
H A DErrorHandling.cs63 int cpsz = ppsz; in Error()
68 string[] prgpszNew = new string[cpsz]; in Error()
69 Array.Copy(prgpsz, 0, prgpszNew, 0, cpsz); in Error()
71 for (int i = 0; i < cpsz; i++) in Error()
103 for (int j = i + 1; j < cpsz; j++) in Error()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/pstore/
H A Dzone.c114 struct pstore_zone *cpsz; member
322 if (cxt->cpsz) in psz_flush_all_dirty_zones()
323 ret |= psz_flush_dirty_zone(cxt->cpsz); in psz_flush_all_dirty_zones()
616 ret = psz_recover_zone(cxt, cxt->cpsz); in psz_recovery()
711 return psz_record_erase(cxt, cxt->cpsz); in psz_pstore_erase()
933 zone = cxt->cpsz; in psz_read_next_zone()
1144 if (cxt->cpsz) in psz_free_all_zones()
1145 psz_free_zone(&cxt->cpsz); in psz_free_all_zones()
1252 if (IS_ERR(cxt->cpsz)) { in psz_alloc_zones()
1253 err = PTR_ERR(cxt->cpsz); in psz_alloc_zones()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/pstore/
H A Dzone.c114 struct pstore_zone *cpsz; member
322 if (cxt->cpsz) in psz_flush_all_dirty_zones()
323 ret |= psz_flush_dirty_zone(cxt->cpsz); in psz_flush_all_dirty_zones()
616 ret = psz_recover_zone(cxt, cxt->cpsz); in psz_recovery()
711 return psz_record_erase(cxt, cxt->cpsz); in psz_pstore_erase()
933 zone = cxt->cpsz; in psz_read_next_zone()
1144 if (cxt->cpsz) in psz_free_all_zones()
1145 psz_free_zone(&cxt->cpsz); in psz_free_all_zones()
1252 if (IS_ERR(cxt->cpsz)) { in psz_alloc_zones()
1253 err = PTR_ERR(cxt->cpsz); in psz_alloc_zones()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/pstore/
H A Dzone.c114 struct pstore_zone *cpsz; member
322 if (cxt->cpsz) in psz_flush_all_dirty_zones()
323 ret |= psz_flush_dirty_zone(cxt->cpsz); in psz_flush_all_dirty_zones()
616 ret = psz_recover_zone(cxt, cxt->cpsz); in psz_recovery()
711 return psz_record_erase(cxt, cxt->cpsz); in psz_pstore_erase()
933 zone = cxt->cpsz; in psz_read_next_zone()
1144 if (cxt->cpsz) in psz_free_all_zones()
1145 psz_free_zone(&cxt->cpsz); in psz_free_all_zones()
1252 if (IS_ERR(cxt->cpsz)) { in psz_alloc_zones()
1253 err = PTR_ERR(cxt->cpsz); in psz_alloc_zones()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/nilfs2/
H A Dcpfile.c119 size_t cpsz = NILFS_MDT(cpfile)->mi_entry_size; in nilfs_cpfile_block_init() local
124 cp = (void *)cp + cpsz; in nilfs_cpfile_block_init()
318 size_t cpsz = NILFS_MDT(cpfile)->mi_entry_size; in nilfs_cpfile_delete_checkpoints() local
354 for (i = 0; i < ncps; i++, cp = (void *)cp + cpsz) { in nilfs_cpfile_delete_checkpoints()
430 size_t cpsz = NILFS_MDT(cpfile)->mi_entry_size; in nilfs_cpfile_do_get_cpinfo() local
452 for (i = 0; i < ncps && n < nci; i++, cp = (void *)cp + cpsz) { in nilfs_cpfile_do_get_cpinfo()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/nilfs2/
H A Dcpfile.c119 size_t cpsz = NILFS_MDT(cpfile)->mi_entry_size; in nilfs_cpfile_block_init() local
124 cp = (void *)cp + cpsz; in nilfs_cpfile_block_init()
318 size_t cpsz = NILFS_MDT(cpfile)->mi_entry_size; in nilfs_cpfile_delete_checkpoints() local
354 for (i = 0; i < ncps; i++, cp = (void *)cp + cpsz) { in nilfs_cpfile_delete_checkpoints()
430 size_t cpsz = NILFS_MDT(cpfile)->mi_entry_size; in nilfs_cpfile_do_get_cpinfo() local
452 for (i = 0; i < ncps && n < nci; i++, cp = (void *)cp + cpsz) { in nilfs_cpfile_do_get_cpinfo()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/nilfs2/
H A Dcpfile.c119 size_t cpsz = NILFS_MDT(cpfile)->mi_entry_size; in nilfs_cpfile_block_init() local
124 cp = (void *)cp + cpsz; in nilfs_cpfile_block_init()
318 size_t cpsz = NILFS_MDT(cpfile)->mi_entry_size; in nilfs_cpfile_delete_checkpoints() local
354 for (i = 0; i < ncps; i++, cp = (void *)cp + cpsz) { in nilfs_cpfile_delete_checkpoints()
430 size_t cpsz = NILFS_MDT(cpfile)->mi_entry_size; in nilfs_cpfile_do_get_cpinfo() local
452 for (i = 0; i < ncps && n < nci; i++, cp = (void *)cp + cpsz) { in nilfs_cpfile_do_get_cpinfo()
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/text-short-0.1.3/src/Data/Text/Short/
H A DInternal.hs1127 !cpsz = cpLen cp
1128 !ofs' = ofs+cpsz
1129 writeCodePointN cpsz mba (sz - ofs') cp
1170 !cpsz = cpLen cp
1172 then writeCodePointN cpsz mba t1ofs cp >>
1173 go mba (t0ofs+cpsz) (t1ofs+cpsz)
1174 else go mba (t0ofs+cpsz) t1ofs -- skip code-point
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/text-short-0.1.3/src/Data/Text/Short/
H A DInternal.hs1127 !cpsz = cpLen cp
1128 !ofs' = ofs+cpsz
1129 writeCodePointN cpsz mba (sz - ofs') cp
1170 !cpsz = cpLen cp
1172 then writeCodePointN cpsz mba t1ofs cp >>
1173 go mba (t0ofs+cpsz) (t1ofs+cpsz)
1174 else go mba (t0ofs+cpsz) t1ofs -- skip code-point
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/text-short-0.1.3/src/Data/Text/Short/
H A DInternal.hs1127 !cpsz = cpLen cp
1128 !ofs' = ofs+cpsz
1129 writeCodePointN cpsz mba (sz - ofs') cp
1170 !cpsz = cpLen cp
1172 then writeCodePointN cpsz mba t1ofs cp >>
1173 go mba (t0ofs+cpsz) (t1ofs+cpsz)
1174 else go mba (t0ofs+cpsz) t1ofs -- skip code-point
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/text-short-0.1.3/src/Data/Text/Short/
H A DInternal.hs1127 !cpsz = cpLen cp
1128 !ofs' = ofs+cpsz
1129 writeCodePointN cpsz mba (sz - ofs') cp
1170 !cpsz = cpLen cp
1172 then writeCodePointN cpsz mba t1ofs cp >>
1173 go mba (t0ofs+cpsz) (t1ofs+cpsz)
1174 else go mba (t0ofs+cpsz) t1ofs -- skip code-point
/dports/www/firefox-legacy/firefox-52.8.0esr/memory/jemalloc/src/src/
H A Dstats.c566 size_t sv, bsz, usz, ssz, sssz, cpsz; in stats_general_print() local
572 cpsz = sizeof(const char *); in stats_general_print()
707 if (je_mallctl("opt."#n, (void *)&cpv, &cpsz, NULL, 0) == 0) { \ in stats_general_print()
/dports/misc/rump/buildrump.sh-b914579/src/sys/netinet/
H A Dsctp_usrreq.c1747 int cpsz, left; in sctp_optsget() local
1785 cpsz = sizeof(struct sockaddr_in6); in sctp_optsget()
1787 cpsz = sizeof(struct sockaddr_in); in sctp_optsget()
1792 if (left < cpsz) { in sctp_optsget()
1807 memcpy(sas, rtcache_getdst(&net->ro), cpsz); in sctp_optsget()
1811 sas = (struct sockaddr_storage *)((vaddr_t)sas + cpsz); in sctp_optsget()
1812 left -= cpsz; in sctp_optsget()
1813 sopt->sopt_size += cpsz; in sctp_optsget()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/src/
H A Dstats.c833 size_t sv, bsz, usz, ssz, sssz, cpsz; in stats_general_print() local
839 cpsz = sizeof(const char *); in stats_general_print()
901 OPT_WRITE(name, cpv, cpsz, emitter_type_string) in stats_general_print()
/dports/databases/redis6/redis-6.0.16/deps/jemalloc/src/
H A Dstats.c833 size_t sv, bsz, usz, ssz, sssz, cpsz; in stats_general_print() local
839 cpsz = sizeof(const char *); in stats_general_print()
901 OPT_WRITE(name, cpv, cpsz, emitter_type_string) in stats_general_print()
/dports/databases/redis5/redis-5.0.14/deps/jemalloc/src/
H A Dstats.c833 size_t sv, bsz, usz, ssz, sssz, cpsz; in stats_general_print() local
839 cpsz = sizeof(const char *); in stats_general_print()
901 OPT_WRITE(name, cpv, cpsz, emitter_type_string) in stats_general_print()
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/jemalloc-sys-0.3.2/jemalloc/src/
H A Dstats.c833 size_t sv, bsz, usz, ssz, sssz, cpsz; in stats_general_print() local
839 cpsz = sizeof(const char *); in stats_general_print()
901 OPT_WRITE(name, cpv, cpsz, emitter_type_string) in stats_general_print()
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/jemalloc-sys-0.3.2/jemalloc/src/
H A Dstats.c833 size_t sv, bsz, usz, ssz, sssz, cpsz; in stats_general_print() local
839 cpsz = sizeof(const char *); in stats_general_print()
901 OPT_WRITE(name, cpv, cpsz, emitter_type_string) in stats_general_print()
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/src/
H A Dstats.c833 size_t sv, bsz, usz, ssz, sssz, cpsz; in stats_general_print() local
839 cpsz = sizeof(const char *); in stats_general_print()
901 OPT_WRITE(name, cpv, cpsz, emitter_type_string) in stats_general_print()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/src/
H A Dstats.c833 size_t sv, bsz, usz, ssz, sssz, cpsz; in stats_general_print() local
839 cpsz = sizeof(const char *); in stats_general_print()
901 OPT_WRITE(name, cpv, cpsz, emitter_type_string) in stats_general_print()
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/src/
H A Dstats.c833 size_t sv, bsz, usz, ssz, sssz, cpsz; in stats_general_print() local
839 cpsz = sizeof(const char *); in stats_general_print()
901 OPT_WRITE(name, cpv, cpsz, emitter_type_string) in stats_general_print()
/dports/sysutils/fd/fd-8.3.0/cargo-crates/jemalloc-sys-0.3.2/jemalloc/src/
H A Dstats.c833 size_t sv, bsz, usz, ssz, sssz, cpsz; in stats_general_print() local
839 cpsz = sizeof(const char *); in stats_general_print()
901 OPT_WRITE(name, cpv, cpsz, emitter_type_string) in stats_general_print()
/dports/print/ghostscript7-base/ghostscript-7.07/lxm3200-tweaked-20030501/
H A Dgdevlx32.c2399 int bpsz, cpsz; in qualify_buffer() local
2409 cpsz = (COLORPEN * 2) / gendata.yrmul; in qualify_buffer()
2422 for(i=0; i<cpsz; i++) in qualify_buffer()
2469 for(i=0; i<cpsz; i++) in qualify_buffer()
/dports/print/ghostscript8-x11/ghostscript-8.71/contrib/
H A Dgdevlx32.c2402 int bpsz, cpsz; in qualify_buffer() local
2412 cpsz = (COLORPEN * 2) / gendata.yrmul; in qualify_buffer()
2425 for(i=0; i<cpsz; i++) in qualify_buffer()
2472 for(i=0; i<cpsz; i++) in qualify_buffer()

123