Home
last modified time | relevance | path

Searched refs:mru_index (Results 1 – 20 of 20) sorted by relevance

/dports/multimedia/aegisub/aegisub-3.2.2/libaegisub/common/
H A Dmru.cpp46 int mru_index(const char *key) { in mru_index() function
75 auto index = mru_index(key); in Find()
129 int idx = mru_index(key); in Prune()
137 int idx = mru_index(key); in Load()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/resource_coordinator/tab_ranker/
H A Dtab_score_predictor.cc35 inline float MruToScore(const float mru_index) { in MruToScore() argument
36 DCHECK_GE(mru_index, 0.0f); in MruToScore()
37 return 1.0f / (1.0f + mru_index); in MruToScore()
182 *score = MruToScore(tab.mru_index * mru_scorer_penalty_); in ScoreTabWithMRUScorer()
241 return tab1->mru_index < tab2->mru_index; in ScoreTabsWithPairwiseScorer()
H A Dtab_features_test_helper.cc22 tab.mru_index = 13; in GetPartialTabFeaturesForTesting()
48 tab.mru_index = 27; in GetFullTabFeaturesForTesting()
H A Dtab_features.cc62 tab.mru_index); in PopulateTabFeaturesToRankerExample()
66 features["NormalizedMRUIndex"].set_float_value(float(tab.mru_index) / in PopulateTabFeaturesToRankerExample()
116 entry->SetMRUIndex(tab.mru_index); in PopulateTabFeaturesToUkmEntry()
H A Dtab_score_predictor_unittest.cc137 tab.mru_index = base::RandInt(0, 3000); in TEST_F()
181 tab.mru_index = base::RandInt(0, 3000); in TEST_F()
H A Dtab_features.h41 int32_t mru_index = 0; member
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Dzfont42.c175 uint *mru_index, ulong *mru_pos, in string_array_access_proc() argument
184 if (mru_index && mru_pos && offset >= (*mru_pos >> 1)) { in string_array_access_proc()
189 index = *mru_index - 1; /* 1st string to examine */ in string_array_access_proc()
192 index = *mru_index; /* 1st string to examine */ in string_array_access_proc()
230 if (mru_index) in string_array_access_proc()
231 *mru_index = index; in string_array_access_proc()
H A Difont42.h52 uint *mru_index, ulong *mru_pos, const byte **);
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Dzfont42.c177 uint *mru_index, ulong *mru_pos, in string_array_access_proc() argument
186 if (mru_index && mru_pos && offset >= (*mru_pos >> 1)) { in string_array_access_proc()
191 index = *mru_index - 1; /* 1st string to examine */ in string_array_access_proc()
194 index = *mru_index; /* 1st string to examine */ in string_array_access_proc()
232 if (mru_index) in string_array_access_proc()
233 *mru_index = index; in string_array_access_proc()
H A Difont42.h54 uint *mru_index, ulong *mru_pos, const byte **);
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Dzfont42.c177 uint *mru_index, ulong *mru_pos, in string_array_access_proc() argument
186 if (mru_index && mru_pos && offset >= (*mru_pos >> 1)) { in string_array_access_proc()
191 index = *mru_index - 1; /* 1st string to examine */ in string_array_access_proc()
194 index = *mru_index; /* 1st string to examine */ in string_array_access_proc()
232 if (mru_index) in string_array_access_proc()
233 *mru_index = index; in string_array_access_proc()
H A Difont42.h60 uint *mru_index, ulong *mru_pos, const byte **);
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Dzfont42.c177 uint *mru_index, ulong *mru_pos, in string_array_access_proc() argument
186 if (mru_index && mru_pos && offset >= (*mru_pos >> 1)) { in string_array_access_proc()
191 index = *mru_index - 1; /* 1st string to examine */ in string_array_access_proc()
194 index = *mru_index; /* 1st string to examine */ in string_array_access_proc()
232 if (mru_index) in string_array_access_proc()
233 *mru_index = index; in string_array_access_proc()
H A Difont42.h60 uint *mru_index, ulong *mru_pos, const byte **);
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Dzfont42.c175 uint *mru_index, ulong *mru_pos, in string_array_access_proc() argument
184 if (mru_index && mru_pos && offset >= (*mru_pos >> 1)) { in string_array_access_proc()
189 index = *mru_index - 1; /* 1st string to examine */ in string_array_access_proc()
192 index = *mru_index; /* 1st string to examine */ in string_array_access_proc()
230 if (mru_index) in string_array_access_proc()
231 *mru_index = index; in string_array_access_proc()
H A Difont42.h52 uint *mru_index, ulong *mru_pos, const byte **);
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Dzfont42.c177 uint *mru_index, ulong *mru_pos, in string_array_access_proc() argument
186 if (mru_index && mru_pos && offset >= (*mru_pos >> 1)) { in string_array_access_proc()
191 index = *mru_index - 1; /* 1st string to examine */ in string_array_access_proc()
194 index = *mru_index; /* 1st string to examine */ in string_array_access_proc()
232 if (mru_index) in string_array_access_proc()
233 *mru_index = index; in string_array_access_proc()
H A Difont42.h54 uint *mru_index, ulong *mru_pos, const byte **);
/dports/x11-toolkits/gtk40/gtk-4.4.1/gsk/ngl/
H A Dgsknglcommandqueue.c904 int mru_index = seen[fbo]; in gsk_ngl_command_queue_sort_batches() local
905 GskNglCommandBatch *mru = &self->batches.items[mru_index]; in gsk_ngl_command_queue_sort_batches()
907 g_assert (mru_index > -1); in gsk_ngl_command_queue_sort_batches()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/resource_coordinator/
H A Dtab_activity_watcher.cc391 tab->mru_index = mru.index; in GetTabFeatures()