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

/macosx-10.9.5/IOGraphics-471.92.1/IONDRVSupport/
H A DIONDRVLibraries.cpp118 RegPropertyValueSize * propertySize )
131 *propertySize = prop->getLength();
143 RegPropertyValueSize * propertySize)
158 len = *propertySize;
159 *propertySize = prop->getLength();
177 const void * propertyValue, RegPropertyValueSize propertySize )
185 prop = OSData::withBytes( propertyValue, propertySize );
244 const void * propertyValue, RegPropertyValueSize propertySize )
261 else if ((prop = OSData::withBytes(propertyValue, propertySize)))
141 RegistryPropertyGet(const RegEntryID * entryID, const RegPropertyName * propertyName, void *propertyValue, RegPropertyValueSize * propertySize) argument
/macosx-10.9.5/IOGraphics-471.92.1/IONDRVSupport/IOKit/ndrvsupport/
H A DIONDRVLibraries.h188 RegPropertyValueSize * propertySize);
194 RegPropertyValueSize * propertySize);
200 RegPropertyValueSize propertySize);
210 RegPropertyValueSize propertySize);
/macosx-10.9.5/xnu-2422.115.4/pexpert/pexpert/
H A Ddevice_tree.h218 extern int DTGetProperty(const DTEntry entry, const char *propertyName, void **propertyValue, unsigned int *propertySize);
/macosx-10.9.5/xnu-2422.115.4/pexpert/gen/
H A Ddevice_tree.c409 DTGetProperty(const DTEntry entry, const char *propertyName, void **propertyValue, unsigned int *propertySize) argument
422 *propertySize = prop->length;
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSArray.cpp252 unsigned propertySize = structure()->outOfLineSize(); local
320 memmove(newButterfly->propertyStorage() - propertySize, butterfly->propertyStorage() - propertySize, sizeof(JSValue) * propertySize + sizeof(IndexingHeader) + ArrayStorage::sizeFor(0));
322 memmove(newButterfly->propertyStorage() - propertySize, butterfly->propertyStorage() - propertySize, sizeof(JSValue) * propertySize + sizeof(IndexingHeader) + ArrayStorage::sizeFor(0));
H A DJSObject.cpp710 unsigned propertySize = structure()->outOfLineSize(); local
716 newButterfly->propertyStorage() - propertySize,
717 m_butterfly->propertyStorage() - propertySize,
718 propertySize * sizeof(EncodedJSValue));

Completed in 265 milliseconds