Searched refs:firstByte (Results 1 – 2 of 2) sorted by relevance
207 uint32_t firstByte = region.m_address; // first byte occupied by this region in cropRegionToFilter() local212 if (cropFrom < firstByte) in cropRegionToFilter()214 cropFrom = firstByte; in cropRegionToFilter()233 if (cropFrom == firstByte && cropTo == lastByte) in cropRegionToFilter()253 memcpy(region.m_data, &oldData[cropFrom - firstByte], newLength); in cropRegionToFilter()273 memcpy(newRegion.m_data, &oldData[cropTo - firstByte + 1], leftoverLength); in cropRegionToFilter()410 uint32_t firstByte = region.m_address; // first byte occupied by this region in matchesMemoryRegion() local412 …return (firstByte >= m_fromAddress && firstByte <= m_toAddress) || (lastByte >= m_fromAddress && l… in matchesMemoryRegion()
178 unsigned getNumBytesForUTF8(UTF8 firstByte);