Home
last modified time | relevance | path

Searched defs:cached (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/lib/ucrt/inc/
H A Dcorecrt_internal_ptd_propagation.h147 struct cached struct
150 cached() throw() in cached() function
154 bool valid() const throw() in valid()
159 T set(T new_value) throw() in set()
183 explicit guard(cached& parent) throw() in guard() argument
210 cached& _parent; argument
211 cached _copy; argument
227 cached(cached const&) = default; argument
230 cached& operator=(cached const&) = default; argument
233 T _value;
[all …]
/reactos/drivers/filesystems/btrfs/zstd/
H A Dhist.c92 { U32 cached = MEM_read32(ip); ip += 4; in HIST_count_parallel_wksp() local