Searched refs:cfinfop (Results 1 - 1 of 1) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFRuntime.c350 uint32_t *cfinfop = (uint32_t *)&(memory->_cfinfo); local
351 *cfinfop = (uint32_t)((rc << 24) | (customRC ? 0x800000 : 0x0) | ((uint32_t)typeID << 8) | (usesSystemDefaultAllocator ? 0x80 : 0x00));
369 uint32_t *cfinfop = (uint32_t *)&(memory->_cfinfo); local
370 *cfinfop = (uint32_t)(((customRC ? 0xFF : 0) << 24) | (customRC ? 0x800000 : 0x0) | ((uint32_t)typeID << 8) | 0x80);
382 uint32_t *cfinfop = (uint32_t *)&(((CFRuntimeBase *)cf)->_cfinfo); local
383 CFTypeID currTypeID = (*cfinfop >> 8) & 0x03FF; // mask up to 0x0FFF
397 *cfinfop = (*cfinfop & 0xFFF000FFU) | ((uint32_t)newTypeID << 8);
464 uint32_t *cfinfop = (uint32_t *)&(((CFRuntimeBase *)cf)->_cfinfo); local
465 CFTypeID typeID = (*cfinfop >>
[all...]

Completed in 215 milliseconds