OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:depCachedSHA1
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/libbcc/lib/ExecutionEngine/
MCCacheReader.cpp
302
unsigned char const *
depCachedSHA1
= depCached->sha1;
312
if (memcmp(depSHA1,
depCachedSHA1
, 20) != 0) {
322
PRINT_SHA1(" cached: ",
depCachedSHA1
, "\n");
/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
CacheReader.cpp
315
unsigned char const *
depCachedSHA1
= depCached->sha1;
325
if (memcmp(depSHA1,
depCachedSHA1
, 20) != 0) {
335
PRINT_SHA1(" cached: ",
depCachedSHA1
, "\n");
Completed in 28 milliseconds