Home
last modified time | relevance | path

Searched refs:create_caches (Results 1 – 10 of 10) sorted by relevance

/dports/textproc/irstlm/irstlm-5.80.03/src/
H A Dmdiadapt.h61 void create_caches(int mcl);
H A Dtlm.cpp328 lm->create_caches(max_caching_level); in main()
H A Dstream-tlm.cpp519 (*lm)->create_caches(mcl); in init()
H A Dmdiadapt.cpp93 void mdiadaptlm::create_caches(int mcl) in create_caches() function in mdiadaptlm
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dcollect.c134 create_caches (void) in create_caches() function
188 create_caches (); in get_single_floats_cache_entry()
205 create_caches (); in get_pairs_floats_cache_entry()
/dports/biology/py-scikit-bio/scikit-bio-0.5.6/skbio/tree/
H A D_tree.py1391 def create_caches(self): member in TreeNode
1414 self.root().create_caches()
1492 root.create_caches()
1553 root.create_caches()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/fn-lookup/
H A Dfunctions.c190 create_caches (void) in create_caches() function
276 create_caches (); in prune_caches()
303 create_caches (); in get_linear_lookup_cache()
402 create_caches (); in get_bisection_lookup_cache()
H A DChangeLog535 * functions.c (create_caches): Create caches for the bisection
/dports/biology/py-scikit-bio/scikit-bio-0.5.6/skbio/tree/tests/
H A Dtest_tree.py424 root.create_caches()
444 TreeNode.read(io.StringIO('(a, a);')).create_caches()
491 tip_a.create_caches()
/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/libntfs-3g/
H A Dsecurity.c1419 static struct PERMISSIONS_CACHE *create_caches(struct SECURITY_CONTEXT *scx, in create_caches() function
1637 pcache = create_caches(scx, securindex); in enter_cache()