Home
last modified time | relevance | path

Searched refs:sc_ind (Results 1 – 15 of 15) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/tikv-jemalloc-sys-0.4.2+5.2.1-patched.2/jemalloc/src/
H A Dsz.c46 for (unsigned sc_ind = 0; sc_ind < SC_NSIZES && dst_ind < dst_max; local
47 sc_ind++) {
48 const sc_t *sc = &sc_data->sc[sc_ind];
54 sz_size2index_tab[dst_ind] = sc_ind;
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/jemalloc-sys-0.3.2/rep/src/
H A Dsz.c46 for (unsigned sc_ind = 0; sc_ind < SC_NSIZES && dst_ind < dst_max; local
47 sc_ind++) {
48 const sc_t *sc = &sc_data->sc[sc_ind];
54 sz_size2index_tab[dst_ind] = sc_ind;
/dports/databases/redis-devel/redis-0e5b813/deps/jemalloc/src/
H A Dsz.c46 for (unsigned sc_ind = 0; sc_ind < SC_NSIZES && dst_ind < dst_max; local
47 sc_ind++) {
48 const sc_t *sc = &sc_data->sc[sc_ind];
54 sz_size2index_tab[dst_ind] = sc_ind;
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/jemalloc-sys-0.3.2/rep/src/
H A Dsz.c46 for (unsigned sc_ind = 0; sc_ind < SC_NSIZES && dst_ind < dst_max; local
47 sc_ind++) {
48 const sc_t *sc = &sc_data->sc[sc_ind];
54 sz_size2index_tab[dst_ind] = sc_ind;
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/jemalloc-sys-0.3.2/rep/src/
H A Dsz.c46 for (unsigned sc_ind = 0; sc_ind < SC_NSIZES && dst_ind < dst_max; local
47 sc_ind++) {
48 const sc_t *sc = &sc_data->sc[sc_ind];
54 sz_size2index_tab[dst_ind] = sc_ind;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/jemalloc/src/
H A Dsz.c46 for (unsigned sc_ind = 0; sc_ind < SC_NSIZES && dst_ind < dst_max; local
47 sc_ind++) {
48 const sc_t *sc = &sc_data->sc[sc_ind];
54 sz_size2index_tab[dst_ind] = sc_ind;
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/jemalloc-sys-0.3.2/rep/src/
H A Dsz.c46 for (unsigned sc_ind = 0; sc_ind < SC_NSIZES && dst_ind < dst_max; local
47 sc_ind++) {
48 const sc_t *sc = &sc_data->sc[sc_ind];
54 sz_size2index_tab[dst_ind] = sc_ind;
/dports/sysutils/vector/vector-0.10.0/cargo-crates/jemalloc-sys-0.3.2/rep/src/
H A Dsz.c46 for (unsigned sc_ind = 0; sc_ind < SC_NSIZES && dst_ind < dst_max; local
47 sc_ind++) {
48 const sc_t *sc = &sc_data->sc[sc_ind];
54 sz_size2index_tab[dst_ind] = sc_ind;
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/jemalloc-sys-0.3.2/rep/src/
H A Dsz.c46 for (unsigned sc_ind = 0; sc_ind < SC_NSIZES && dst_ind < dst_max; local
47 sc_ind++) {
48 const sc_t *sc = &sc_data->sc[sc_ind];
54 sz_size2index_tab[dst_ind] = sc_ind;
/dports/lang/rust/rustc-1.58.1-src/vendor/tikv-jemalloc-sys/jemalloc/src/
H A Dsz.c46 for (unsigned sc_ind = 0; sc_ind < SC_NSIZES && dst_ind < dst_max; local
47 sc_ind++) {
48 const sc_t *sc = &sc_data->sc[sc_ind];
54 sz_size2index_tab[dst_ind] = sc_ind;
/dports/lang/rust/rustc-1.58.1-src/vendor/tikv-jemalloc-sys-0.4.1+5.2.1-patched/jemalloc/src/
H A Dsz.c46 for (unsigned sc_ind = 0; sc_ind < SC_NSIZES && dst_ind < dst_max; local
47 sc_ind++) {
48 const sc_t *sc = &sc_data->sc[sc_ind];
54 sz_size2index_tab[dst_ind] = sc_ind;
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/jemalloc-5.2.1/src/
H A Dsz.c46 for (unsigned sc_ind = 0; sc_ind < SC_NSIZES && dst_ind < dst_max; local
47 sc_ind++) {
48 const sc_t *sc = &sc_data->sc[sc_ind];
54 sz_size2index_tab[dst_ind] = sc_ind;
/dports/sysutils/fd/fd-8.3.0/cargo-crates/jemalloc-sys-0.3.2/rep/src/
H A Dsz.c46 for (unsigned sc_ind = 0; sc_ind < SC_NSIZES && dst_ind < dst_max;
47 sc_ind++) {
48 const sc_t *sc = &sc_data->sc[sc_ind];
54 sz_size2index_tab[dst_ind] = sc_ind;
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dtokenizerf.cpp909 int sc_ind = curLine.Find(';'); in GetLineFortran() local
910 if (sc_ind != wxNOT_FOUND) in GetLineFortran()
912 if (sc_ind >= curInd) in GetLineFortran()
914 curLine = curLine.Mid(0,sc_ind); in GetLineFortran()
919 curLine = curLine.Mid(sc_ind+1); in GetLineFortran()
942 sc_ind = curLine.Find(';'); in GetLineFortran()
943 if (sc_ind != wxNOT_FOUND) in GetLineFortran()
945 curLine = curLine.Mid(sc_ind+1).Trim(false); in GetLineFortran()
970 sc_ind = curLine.Find(';'); in GetLineFortran()
971 if (sc_ind != wxNOT_FOUND) in GetLineFortran()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DExperimentData.cpp1137 for (size_t sc_ind = 0; sc_ind < num_scalar; ++sc_ind) in determine_active_request() local
1138 total_asv[exp_ind] |= asv[calib_term_ind + sc_ind]; in determine_active_request()