Searched refs:cacheable (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/binutils/bfd/ |
| H A D | cache.c | 149 ! kill->cacheable; in close_one() 467 abfd->cacheable = TRUE; /* Allow it to be closed later. */ in bfd_open_file()
|
| H A D | bfd-in.h | 533 #define bfd_get_cacheable(abfd) ((abfd)->cacheable) 564 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE)
|
| H A D | opncls.c | 88 nbfd->cacheable = FALSE; in _bfd_new_bfd() 856 abfd->cacheable = FALSE; in bfd_make_readable()
|
| H A D | bfd-in2.h | 540 #define bfd_get_cacheable(abfd) ((abfd)->cacheable) 571 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE) 4598 bfd_boolean cacheable; member
|
| H A D | coff-alpha.c | 2227 BFD_ASSERT (! nbfd->cacheable);
|
| /freebsd-12.1/sys/mips/include/ |
| H A D | bus.h | 455 bus_size_t size, int cacheable, bus_space_handle_t *bshp); 469 bus_size_t boundary, int cacheable, bus_addr_t *addrp, \
|
| /freebsd-12.1/sys/arm/include/ |
| H A D | bus.h | 494 bus_size_t size, int cacheable, bus_space_handle_t *bshp); 508 bus_size_t boundary, int cacheable, bus_addr_t *addrp, \
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | cached_data.c | 1293 svn_boolean_t cacheable = rs->chunk_index == 0 in read_delta_window() local 1303 if (cacheable) in read_delta_window() 1318 if (cacheable) in read_delta_window() 1375 if (cacheable) in read_delta_window()
|
| /freebsd-12.1/gnu/usr.bin/binutils/libbfd/ |
| H A D | bfd.h | 546 #define bfd_get_cacheable(abfd) ((abfd)->cacheable) 577 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE) 4605 bfd_boolean cacheable; member
|
| /freebsd-12.1/contrib/libxo/xohtml/external/ |
| H A D | jquery.js | 160 selector = ( ret.cacheable ? jQuery.clone(ret.fragment) : ret.fragment ).childNodes; 6041 results.cacheable || ( l > 1 && i < lastIndex ) ? 6151 var fragment, cacheable, cacheresults, doc, 6178 cacheable = true; 6191 if ( cacheable ) { 6195 return { fragment: fragment, cacheable: cacheable };
|
| /freebsd-12.1/sys/arm/arm/ |
| H A D | pmap-v4.c | 977 pmap_set_cache_entry(pv_entry_t pv, pmap_t pm, vm_offset_t va, int cacheable) in pmap_set_cache_entry() argument 985 if (cacheable == 1) { in pmap_set_cache_entry()
|
| /freebsd-12.1/contrib/subversion/ |
| H A D | CHANGES | 568 * membuffer: quadruple the maximum cacheable directory size (r1545948 et al)
|