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

/macosx-10.9.5/CF-855.17/
H A DCFBundle.c1960 CF_INLINE uint32_t _CFBundleSwapInt64Conditional(uint64_t arg, Boolean swap) {return swap ? CFSwapInt64(arg) : arg;} function
2115 uint64_t sectlength64 = _CFBundleSwapInt64Conditional(sp->size, swapped);
2187 uint64_t sectlength64 = _CFBundleSwapInt64Conditional(sp->size, swapped);

Completed in 143 milliseconds