Searched refs:cache_match (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/src/gpu/ops/ |
H A D | TriangulatingPathRenderer.cpp | 63 bool cache_match(const SkData* data, SkScalar tol) { in cache_match() function 291 if (cachedVerts && cache_match(data.get(), tol)) { in createNonAAMesh() 449 if (cachedVerts && cache_match(data.get(), tol)) { 476 SkASSERT(cache_match(tmpD.get(), tol));
|
/third_party/libunwind/libunwind/src/ia64/ |
H A D | Gscript.c | 66 cache_match (struct ia64_script *script, unw_word_t ip, unw_word_t pr) in cache_match() function 137 if (cache_match (script, ip, pr)) in script_lookup() 147 if (cache_match (script, ip, pr)) in script_lookup()
|
/third_party/libunwind/libunwind/src/dwarf/ |
H A D | Gparser.c | 654 cache_match (struct dwarf_rs_cache *cache, unsigned short index, unw_word_t ip) in cache_match() function 668 if (cache_match (cache, index, ip)) in rs_lookup() 676 if (cache_match (cache, index, ip)) in rs_lookup()
|
Completed in 4 milliseconds