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

/macosx-10.9.5/configd-596.15/configd.tproj/
H A D_configadd.c43 CFDataRef tempValue; local
57 sc_status = __SCDynamicStoreCopyValue(store, key, &tempValue, TRUE);
65 CFRelease(tempValue);
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DDataView.cpp153 Value<T> tempValue; local
154 tempValue.data = value;
155 flipBytesIfNeeded(tempValue.bytes, sizeof(T), littleEndian);
156 memcpy(static_cast<char*>(m_baseAddress) + byteOffset, tempValue.bytes, sizeof(T));
/macosx-10.9.5/WebCore-7537.78.1/plugins/blackberry/
H A DPluginViewBlackBerry.cpp934 void** tempValue = static_cast<void**>(value); local
935 *tempValue = (void*)window->rootGroup();
937 if (*tempValue) {
952 void** tempValue = static_cast<void**>(value); local
953 *tempValue = reinterpret_cast<void*>(const_cast<char*>(window->windowGroup()));
955 if (*tempValue) {
970 void** tempValue = static_cast<void**>(value); local
971 *tempValue = static_cast<void*>(context);
973 if (*tempValue) {
984 void** tempValue local
[all...]
/macosx-10.9.5/IOKitUser-907.100.13/hid.subproj/
H A DIOHIDValue.c161 uint64_t tempValue; local
176 tempValue = value;
178 __IOHIDValueConvertLongWordToByte((const uint64_t *)&tempValue, event->bytes, min(length, sizeof(uint32_t)));

Completed in 75 milliseconds