Home
last modified time | relevance | path

Searched refs:CACHE_SIZE (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/usr.sbin/rpc.pcnfsd/
H A Dpcnfsd_cache.c37 #define CACHE_SIZE 16 /* keep it small, as linear searches are done */ macro
44 } User_cache[CACHE_SIZE];
60 for (i = 0; i < CACHE_SIZE; i++) { in check_cache()
83 for (i = CACHE_SIZE - 1; i > 0; i--) in add_cache_entry()
/netbsd-src/external/historical/nawk/dist/testdir/
H A DT.recache13 CACHE_SIZE=64
14 for(i = 0; i < CACHE_SIZE; i++) {
/netbsd-src/sys/arch/evbmips/ingenic/
H A Dcpu_startup.S45 #define CACHE_SIZE (32 * 1024) macro
103 ori t1, t0, CACHE_SIZE
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dunit.c97 #define CACHE_SIZE 3 macro
98 static gfc_unit *unit_cache[CACHE_SIZE];
335 for (c = 0; c < CACHE_SIZE; c++) in get_gfc_unit()
362 for (c = 0; c < CACHE_SIZE - 1; c++) in get_gfc_unit()
365 unit_cache[CACHE_SIZE - 1] = p; in get_gfc_unit()
736 for (i = 0; i < CACHE_SIZE; i++) in close_unit_1()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dunit.c97 #define CACHE_SIZE 3 macro
98 static gfc_unit *unit_cache[CACHE_SIZE];
335 for (c = 0; c < CACHE_SIZE; c++) in get_gfc_unit()
362 for (c = 0; c < CACHE_SIZE - 1; c++) in get_gfc_unit()
365 unit_cache[CACHE_SIZE - 1] = p; in get_gfc_unit()
737 for (i = 0; i < CACHE_SIZE; i++) in close_unit_1()
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_tls_policy.c127 #define CACHE_SIZE 20 macro
696 ctable_create(CACHE_SIZE, policy_create, policy_delete, (void *) 0); in smtp_tls_policy_cache_query()
/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_dane.c265 #define CACHE_SIZE 20 macro
682 dane_cache = ctable_create(CACHE_SIZE, dane_lookup, dane_free, 0); in tls_dane_resolve()