Home
last modified time | relevance | path

Searched refs:MAXCACHE (Results 1 – 25 of 30) sorted by relevance

12

/dports/x11-toolkits/xforms/xforms-1.2.4/lib/
H A Dlistdir.c115 #define MAXCACHE 10 /* upto MAXCACHE dir will be cached */ macro
507 static char *lastdir[ MAXCACHE ],
508 *lastpat[ MAXCACHE ];
509 static int lastn[ MAXCACHE ],
510 last_sort[ MAXCACHE ];
511 static FL_Dirlist *dirlist[ MAXCACHE ];
537 while ( ! cached && i < MAXCACHE ); in is_cached()
542 *c = ++lastcache % MAXCACHE; in is_cached()
558 for ( i = 0; i < MAXCACHE; i++ ) in fl_free_dirlist()
562 if ( i >= MAXCACHE ) in fl_free_dirlist()
/dports/games/xgalaga/xgalaga-2.1.1.0/libsprite/
H A Dpoint.c18 static XPoint _pcache[NCOLORS][MAXCACHE];
39 if (_pcache_index[color] == MAXCACHE)
H A Dcleararea.c5 static XRectangle _rcache[MAXCACHE];
26 if (_rcache_index == MAXCACHE)
H A Dline.c3 static XSegment _lcache[NCOLORS][MAXCACHE];
25 if (_lcache_index[color] == MAXCACHE)
H A Ddefs.h49 #define MAXCACHE 128 macro
/dports/games/frotz/frotz-73eec90ebb159ed687b74cbaf81e135c3e7e390b/src/sdl/
H A Dsf_images.c398 #define MAXCACHE 1 macro
400 static sf_picture cached[MAXCACHE];
408 for (i = 0; i < MAXCACHE; i++) { in cacheflush()
424 for (i = 0; i < MAXCACHE; i++) { in cacheinit()
435 for (i = 0; i < MAXCACHE; i++) in cachefind()
/dports/devel/ga/ga-5.8/global/src/
H A Dgaconfig.h36 #define MAXCACHE GA_MAX_CACHE macro
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/smugfs/
H A Dicache.c19 MAXCACHE = 128, enumerator
61 if(icache.n == MAXCACHE){ in icacheinsert()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/misc/
H A DClientUtils.cs146 …public const int MAXCACHE = 300; // we think we're going to get O(100) of these, put in a tripwir… field in System.Windows.Forms.ClientUtils
192 if (enumValueInfo.Count > MAXCACHE) { in Debug_SequentialEnumIsDefinedCheck()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/vmalloc/
H A Dvmhdr.h299 #define MAXCACHE (S_CACHE*ALIGN + TINYSIZE) macro
300 #define C_INDEX(s) (s < MAXCACHE ? INDEX(s) : S_CACHE)
/dports/shells/ksh93/ast-93u/src/lib/libast/vmalloc/
H A Dvmhdr.h299 #define MAXCACHE (S_CACHE*ALIGN + TINYSIZE) macro
300 #define C_INDEX(s) (s < MAXCACHE ? INDEX(s) : S_CACHE)
/dports/graphics/graphviz/graphviz-2.44.1/lib/vmalloc/
H A Dvmhdr.h226 #define MAXCACHE (S_CACHE*ALIGN + TINYSIZE) macro
227 #define C_INDEX(s) (s < MAXCACHE ? INDEX(s) : S_CACHE)
H A Dvmbest.c171 if (s < MAXCACHE) { in vmcheck()
517 if (size < MAXCACHE && (tp = *(cache = CACHE(vd) + INDEX(size)))) { in bestalloc()
708 if ((s = SIZE(bp)) < MAXCACHE) { in bestfree()
/dports/games/netrek-client-cow/netrek-client-cow-3.3.2/
H A Dx11window.c42 #define MAXCACHE 128 macro
1118 static XRectangle _rcache[MAXCACHE];
1136 if (_rcache_index == MAXCACHE) in W_CacheClearArea()
1629 static XSegment _lcache[NCOLORS][MAXCACHE];
1647 if (_lcache_index[color] == MAXCACHE) in W_CacheLine()
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A D_struct.c1814 #define MAXCACHE 100 macro
1836 if (PyDict_Size(cache) >= MAXCACHE) in cache_struct()
/dports/lang/python27/Python-2.7.18/Modules/
H A D_struct.c1814 #define MAXCACHE 100 macro
1836 if (PyDict_Size(cache) >= MAXCACHE) in cache_struct()
/dports/net-p2p/bitflu/bitflu-1.52/plugins/Bitflu/
H A D00_StorageVFS.pm761 use constant MAXCACHE => 256; # Do not cache data above 256 bytes constant
948 $self->{scache}->{$key} = $xval if $size <= MAXCACHE;
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A D_struct.c1763 #define MAXCACHE 100 macro
1785 if (PyDict_Size(cache) >= MAXCACHE) in cache_struct()
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A D_struct.c2075 #define MAXCACHE 100 macro
2107 if (PyDict_GET_SIZE(cache) >= MAXCACHE) in cache_struct_converter()
/dports/lang/python-tools/Python-3.8.12/Modules/
H A D_struct.c2075 #define MAXCACHE 100 macro
2107 if (PyDict_GET_SIZE(cache) >= MAXCACHE) in cache_struct_converter()
/dports/lang/python37/Python-3.7.12/Modules/
H A D_struct.c2052 #define MAXCACHE 100 macro
2081 if (PyDict_GET_SIZE(cache) >= MAXCACHE) in cache_struct_converter()
/dports/lang/python38/Python-3.8.12/Modules/
H A D_struct.c2075 #define MAXCACHE 100 macro
2107 if (PyDict_GET_SIZE(cache) >= MAXCACHE) in cache_struct_converter()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A D_struct.c2075 #define MAXCACHE 100 macro
2107 if (PyDict_GET_SIZE(cache) >= MAXCACHE) in cache_struct_converter()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A D_struct.c2075 #define MAXCACHE 100 macro
2107 if (PyDict_GET_SIZE(cache) >= MAXCACHE) in cache_struct_converter()
/dports/lang/python39/Python-3.9.9/Modules/
H A D_struct.c2082 #define MAXCACHE 100 macro
2114 if (PyDict_GET_SIZE(cache) >= MAXCACHE) in cache_struct_converter()

12