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

/macosx-10.10.1/dyld-353.2.1/include/
H A Dobjc-shared-cache.h108 typedef int32_t objc_stringhash_offset_t; typedef in namespace:objc_opt
176 objc_stringhash_offset_t *offsets() { return (objc_stringhash_offset_t *)&checkbytes()[capacity]; }
177 const objc_stringhash_offset_t *offsets() const { return (const objc_stringhash_offset_t *)&checkbytes()[capacity]; }
225 objc_stringhash_offset_t offset = offsets()[h];
244 + capacity * sizeof(objc_stringhash_offset_t);
253 objc_stringhash_offset_t *o = offsets();
306 (objc_stringhash_offset_t)offsetof(objc_stringhash_t, zero);
314 # define SHIFT (64 - 8*sizeof(objc_stringhash_offset_t))
[all...]

Completed in 125 milliseconds