Searched refs:from_cache (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_quarantine.h | 234 void Transfer(QuarantineCache *from_cache) { in Transfer() argument 235 list_.append_back(&from_cache->list_); in Transfer() 236 SizeAdd(from_cache->Size()); in Transfer() 238 atomic_store_relaxed(&from_cache->size_, 0); in Transfer()
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | sv.c | 8047 S_assert_uft8_cache_coherent(pTHX_ const char *const func, STRLEN from_cache, 8054 if (from_cache == real) 8062 func, (UV) from_cache, (UV) real, SVfARG(sv)); 7984 S_assert_uft8_cache_coherent(pTHX_ const char * const func,STRLEN from_cache,STRLEN real,SV * const sv) global() argument
|
| H A D | proto.h | 8990 S_assert_uft8_cache_coherent(pTHX_ const char * const func, STRLEN from_cache, STRLEN real, SV * const sv);
|
| H A D | embed.fnc | 5709 |STRLEN from_cache \
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| H A D | embed.fnc | 3173 |STRLEN from_cache|STRLEN real|NN SV *const sv
|