Searched refs:terminalSize (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/dyld-239.4/launch-cache/
H A DMachOTrie.hpp325 const uint8_t terminalSize = read_uleb128(p, end); local
326 const uint8_t* children = p + terminalSize;
327 if ( terminalSize != 0 ) {
/macosx-10.9.5/dyld-239.4/src/
H A DImageLoaderMachOCompressed.cpp522 uint32_t terminalSize = *p++; local
523 if ( terminalSize > 127 ) {
526 terminalSize = read_uleb128(p, end);
528 if ( (*s == '\0') && (terminalSize != 0) ) {
532 const uint8_t* children = p + terminalSize;
533 //dyld::log("trieWalk(%p) sym=%s, terminalSize=%d, children=%p\n", start, s, terminalSize, children);

Completed in 117 milliseconds