Home
last modified time | relevance | path

Searched refs:cacheable (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/binutils/bfd/
H A Dcache.c149 ! kill->cacheable; in close_one()
467 abfd->cacheable = TRUE; /* Allow it to be closed later. */ in bfd_open_file()
H A Dbfd-in.h533 #define bfd_get_cacheable(abfd) ((abfd)->cacheable)
564 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE)
H A Dopncls.c88 nbfd->cacheable = FALSE; in _bfd_new_bfd()
856 abfd->cacheable = FALSE; in bfd_make_readable()
H A Dbfd-in2.h540 #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 Dcoff-alpha.c2227 BFD_ASSERT (! nbfd->cacheable);
/freebsd-12.1/sys/mips/include/
H A Dbus.h455 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 Dbus.h494 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 Dcached_data.c1293 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 Dbfd.h546 #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 Djquery.js160 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 Dpmap-v4.c977 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 DCHANGES568 * membuffer: quadruple the maximum cacheable directory size (r1545948 et al)