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

/haiku/src/kits/interface/
H A DShape.cpp260 shape_data* otherData = (shape_data*)other.fPrivateData; local
262 if (data->opCount != otherData->opCount)
265 if (data->ptCount != otherData->ptCount)
268 return memcmp(data->opList, otherData->opList,
270 && memcmp(data->ptList, otherData->ptList,
330 shape_data* otherData = (shape_data*)otherShape->fPrivateData; local
332 if (!AllocateOps(otherData->opCount) || !AllocatePts(otherData->ptCount))
335 memcpy(data->opList + data->opCount, otherData->opList,
336 otherData
[all...]
/haiku/src/build/libbe/app/
H A DMessage.cpp247 uint8 *otherData = other.fData + otherField->offset local
254 && otherMessage.Unflatten((const char *)otherData) == B_OK) {
264 if (memcmp(data, otherData, field->data_size) != 0)
/haiku/src/kits/app/
H A DMessage.cpp318 uint8* otherData = other.fData + otherField->offset local
325 && otherMessage.Unflatten((const char*)otherData) == B_OK) {
335 if (memcmp(data, otherData, field->data_size) != 0)

Completed in 77 milliseconds