Searched refs:cache (Results 76 - 100 of 437) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/contrib/ck/src/
H A Dck_hp.c190 ck_hp_member_cache(struct ck_hp *global, void **cache, unsigned int *n_hazards) argument
212 cache[hazards++] = pointer;
226 void **cache, *marker, *match; local
230 cache = thread->cache;
231 marker = ck_hp_member_cache(global, cache, &n_hazards);
236 qsort(cache, n_hazards, sizeof(void *), hazard_compare);
241 match = bsearch(&hazard->pointer, cache, n_hazards,
/freebsd-11-stable/contrib/subversion/
H A Dautogen.sh208 # If there's a config.cache file, we may need to delete it.
210 if [ -f config.cache ] && [ -f configure ]; then
218 # If we have a config.cache file, toss it if the configure script has
220 if [ -f config.cache ]; then
224 echo "Tossing config.cache, since configure has changed."
225 rm config.cache
230 # Remove autoconf 2.5x's cache directory
231 rm -rf autom4te*.cache
/freebsd-11-stable/lib/libiconv_modules/UTF7/
H A Dcitrus_utf7.c65 cache: 22; /* 22 = BASE64_BIT + UTF16_BIT */ member in struct:__anon6811
174 if (psenc->bits > 0 || psenc->cache > 0)
186 if (psenc->ch[i] == BASE64_OUT && psenc->cache == 0) {
197 psenc->bits = psenc->cache = 0;
208 psenc->cache =
209 (psenc->cache << BASE64_BIT) | len;
216 *u16 = (psenc->cache >> psenc->bits) &
310 i = (psenc->cache << bits) & BASE64_MAX;
312 psenc->bits = psenc->cache = 0;
330 psenc->cache
[all...]
/freebsd-11-stable/contrib/xz/src/liblzma/rangecoder/
H A Drange_encoder.h31 uint8_t cache; member in struct:__anon5893
60 rc->cache = 0;
133 out[*out_pos] = rc->cache + (uint8_t)(rc->low >> 32);
135 rc->cache = 0xFF;
139 rc->cache = (rc->low >> 24) & 0xFF;
/freebsd-11-stable/sys/contrib/ck/include/
H A Dck_bitmap.h124 unsigned int cache; member in struct:ck_bitmap_iterator
474 i->cache = ck_pr_load_uint(&bitmap->map[0]);
476 i->cache = 0;
489 unsigned int cache = i->cache; local
493 if (cache == 0) {
498 cache = ck_pr_load_uint(&bitmap->map[n_block]);
499 if (cache != 0)
503 i->cache = 0;
509 *bit = CK_BITMAP_BLOCK * n_block + ck_cc_ctz(cache);
[all...]
/freebsd-11-stable/libexec/rtld-elf/powerpc64/
H A Dreloc.c159 SymCache *cache, int flags, RtldLockState *lockstate)
175 flags, cache, lockstate);
222 flags, cache, lockstate);
233 flags, cache, lockstate);
262 flags, cache, lockstate);
291 SymCache *cache; local
304 cache = mmap(NULL, bytes, PROT_READ|PROT_WRITE, MAP_ANON,
306 if (cache == MAP_FAILED)
307 cache = NULL;
309 cache
158 reloc_nonplt_object(Obj_Entry *obj_rtld, Obj_Entry *obj, const Elf_Rela *rela, SymCache *cache, int flags, RtldLockState *lockstate) argument
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarf2-frame.c583 struct dwarf2_frame_cache *cache;
590 /* Allocate a new cache. */
591 cache = FRAME_OBSTACK_ZALLOC (struct dwarf2_frame_cache);
592 cache->reg = FRAME_OBSTACK_CALLOC (num_regs, struct dwarf2_frame_state_reg);
640 cache->cfa = read_reg (next_frame, fs->cfa_reg);
641 cache->cfa += fs->cfa_offset;
645 cache->cfa =
658 dwarf2_frame_init_reg (gdbarch, regnum, &cache->reg[regnum]);
662 location information in the cache. Note that we don't skip the
696 cache
578 struct dwarf2_frame_cache *cache; local
736 struct dwarf2_frame_cache *cache = local
749 struct dwarf2_frame_cache *cache = local
866 struct dwarf2_frame_cache *cache = local
[all...]
/freebsd-11-stable/sys/dev/hptmv/
H A Draid5n.h44 #define dataxfer_add_item(handle, host, cache, bytes, tocache) \
45 if (tocache) memcpy((PUCHAR)(cache), (PUCHAR)(host), bytes); \
46 else memcpy((PUCHAR)(host), (PUCHAR)(cache), bytes)
/freebsd-11-stable/etc/rc.d/
H A Dnsswitch81 cache | *=*)
/freebsd-11-stable/kerberos5/libexec/kcm/
H A DMakefile8 cache.c \
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_fmr_pool.h54 * @cache:If set, FMRs may be reused after unmapping for identical map
66 unsigned cache:1; member in struct:ib_fmr_pool_param
/freebsd-11-stable/contrib/apr-util/
H A Dbuildconf69 rm -rf aclocal.m4 autom4te*.cache
78 ### do some work to toss config.cache?
92 # Remove autoconf cache again
93 rm -rf autom4te*.cache
/freebsd-11-stable/libexec/rtld-elf/powerpc/
H A Dreloc.c163 SymCache *cache, int flags, RtldLockState *lockstate)
178 flags, cache, lockstate);
225 flags, cache, lockstate);
236 flags, cache, lockstate);
265 flags, cache, lockstate);
294 SymCache *cache; local
306 cache = calloc(obj->dynsymcount, sizeof(SymCache));
309 cache = NULL;
318 if (reloc_nonplt_object(obj_rtld, obj, rela, cache, flags,
324 if (cache !
162 reloc_nonplt_object(Obj_Entry *obj_rtld, Obj_Entry *obj, const Elf_Rela *rela, SymCache *cache, int flags, RtldLockState *lockstate) argument
[all...]
/freebsd-11-stable/libexec/rtld-elf/arm/
H A Dreloc.c184 reloc_nonplt_object(Obj_Entry *obj, const Elf_Rel *rel, SymCache *cache, argument
211 def = find_symdef(symnum, obj, &defobj, flags, cache,
238 def = find_symdef(symnum, obj, &defobj, flags, cache,
287 def = find_symdef(symnum, obj, &defobj, flags, cache,
304 def = find_symdef(symnum, obj, &defobj, flags, cache,
322 def = find_symdef(symnum, obj, &defobj, flags, cache,
364 SymCache *cache; local
378 cache = calloc(obj->dynsymcount, sizeof(SymCache));
383 if (reloc_nonplt_object(obj, rel, cache, flags, lockstate) < 0)
388 if (cache !
[all...]
/freebsd-11-stable/contrib/groff/
H A DMakefile.sub4 config.cache \
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dpcy_int.h192 X509_POLICY_DATA *policy_cache_find_data(const X509_POLICY_CACHE *cache,
200 void policy_cache_free(X509_POLICY_CACHE *cache);
/freebsd-11-stable/crypto/heimdal/kuser/
H A Dkgetcred.c49 { "cache", 'c', arg_string, &cache_str,
50 NP_("credential cache to use", ""), "cache"},
51 { "out-cache", 0, arg_string, &out_cache_str,
52 NP_("credential cache to store credential in", ""), "cache"},
53 { "delegation-credential-cache",0,arg_string, &delegation_cred_str,
54 NP_("where to find the ticket use for delegation", ""), "cache"},
84 krb5_ccache cache; local
115 ret = krb5_cc_resolve(context, cache_str, &cache);
[all...]
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dcheetah.c41 #include <machine/cache.h>
162 for (addr = 0; addr < PCPU_GET(cache.dc_size);
163 addr += PCPU_GET(cache.dc_linesize))
179 addr < PCPU_GET(cache.ic_size) * 2;
180 addr += PCPU_GET(cache.ic_linesize) * 2)
191 * Flush a physical page from the data cache.
203 pa += PCPU_GET(cache.dc_linesize))
209 * Flush a physical page from the intsruction cache. Instruction cache
/freebsd-11-stable/contrib/libarchive/cpio/
H A Dcpio.c101 } cache[name_cache_size]; member in struct:name_cache
109 static void free_cache(struct name_cache *cache);
1351 free_cache(struct name_cache *cache) argument
1355 if (cache != NULL) {
1356 for (i = 0; i < cache->size; i++)
1357 free(cache->cache[i].name);
1358 free(cache);
1370 struct name_cache *cache; local
1382 cache
[all...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dmcache.c352 krb5_mcache *cache; member in struct:mcache_iter
368 iter->cache = mcc_head;
369 if (iter->cache)
370 iter->cache->refcnt++;
384 if (iter->cache == NULL)
388 m = iter->cache;
391 iter->cache = m->next;
409 if (iter->cache)
410 mcc_close_internal(iter->cache);
411 iter->cache
[all...]
/freebsd-11-stable/contrib/unbound/contrib/
H A Dwarmup.cmd4 rem -- Warm up DNS cache script by your own MRU domains or from
24 echo Warming up cache by MRU domains...
106 squid-cache.org
145 echo Warming up cache from %1% file...
149 echo Saving cache...
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js113 this.cache = cache = {
133 cache = this.cache,
228 self.toggle(TRUE, cache.event, FALSE);
280 this.options = this.elements = this.cache = this.timers =
575 this.reposition( options.position.target === 'mouse' ? NULL : this.cache.event );
583 cache = this.cache;
590 content = content.call(this.elements.target, cache
[all...]
/freebsd-11-stable/tools/tools/umastat/
H A Dumastat.c244 uma_print_cache(kvm_t *kvm, struct uma_cache *cache, const char *name, argument
251 printf("%s uc_frees = %ju;\n", spaces, cache->uc_frees);
252 printf("%s uc_allocs = %ju;\n", spaces, cache->uc_allocs);
254 if (cache->uc_freebucket != NULL) {
255 ret = kread(kvm, cache->uc_freebucket, &ub, sizeof(ub), 0);
267 if (cache->uc_allocbucket != NULL) {
268 ret = kread(kvm, cache->uc_allocbucket, &ub, sizeof(ub), 0);
353 * uma_zone_t ends in an array of mp_maxid cache entries. However,
447 printf(" // %d cache total cnt, %d total "
/freebsd-11-stable/libexec/rtld-elf/riscv/
H A Dreloc.c245 SymCache *cache; local
258 cache = NULL;
260 cache = calloc(obj->dynsymcount, sizeof(SymCache));
275 def = find_symdef(symnum, obj, &defobj, flags, cache,
284 def = find_symdef(symnum, obj, &defobj, flags, cache,
305 def = find_symdef(symnum, obj, &defobj, flags, cache,
330 def = find_symdef(symnum, obj, &defobj, flags, cache,
/freebsd-11-stable/libexec/rtld-elf/aarch64/
H A Dreloc.c321 SymCache *cache; local
334 cache = NULL;
336 cache = calloc(obj->dynsymcount, sizeof(SymCache));
347 def = find_symdef(symnum, obj, &defobj, flags, cache,
372 def = find_symdef(symnum, obj, &defobj, flags, cache,
405 def = find_symdef(symnum, obj, &defobj, flags, cache,
413 def = find_symdef(symnum, obj, &defobj, flags, cache,

Completed in 330 milliseconds

1234567891011>>