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

/macosx-10.10.1/dyld-353.2.1/include/
H A Dobjc-shared-cache.h192 // without paging in the table's cstring data. This checkbyte calculation
193 // catches 4785/4815 rejects when launching Safari; a perfect checkbyte
195 objc_stringhash_check_t checkbyte(const char *key, size_t keylen) const function in struct:objc_opt::objc_stringhash_t
203 objc_stringhash_check_t checkbyte(const char *key) const function in struct:objc_opt::objc_stringhash_t
205 return checkbyte(key, strlen(key));
218 objc_stringhash_check_t key_check = checkbyte(key, keylen);
324 checkbytes()[h] = checkbyte(s->first);

Completed in 106 milliseconds