Lines Matching refs:size_t

550       for (size_t i = 0; fmt[i] != '\0'; ++i) {  in Check()
575 for (size_t i = 0; fmt[i] != '\0'; ++i) { in Check()
598 for (size_t i = 0; fmt[i] != '\0'; ++i) { in CheckNonHeap()
626 for (size_t i = 0; fmt[i] != '\0'; ++i) { in CheckNonHeap()
1500 static void* Create(void* original_buf, size_t len, bool mod_okay) { in Create()
1501 const size_t new_len = LengthIncludingRedZones(len); in Create()
1513 const size_t kStartCanaryLength = (GuardedCopy::kRedZoneSize / 2) - sizeof(GuardedCopy); in Create()
1514 for (size_t i = 0, j = 0; i < kStartCanaryLength; ++i) { in Create()
1527 for (size_t i = 0, j = 0; i < kEndCanaryLength; ++i) { in Create()
1548 size_t component_size = a->GetClass()->GetComponentSize(); in CreateGuardedPACopy()
1549 size_t byte_count = a->GetLength() * component_size; in CreateGuardedPACopy()
1586 size_t len = LengthIncludingRedZones(copy->original_length_); in Destroy()
1603 GuardedCopy(void* original_buf, size_t len, uLong adler) : in GuardedCopy()
1607 static uint8_t* DebugAlloc(size_t len) { in DebugAlloc()
1615 static void DebugFree(void* buf, size_t len) { in DebugFree()
1621 static size_t LengthIncludingRedZones(size_t len) { in LengthIncludingRedZones()
1675 const size_t kStartCanaryLength = (GuardedCopy::kRedZoneSize / 2) - sizeof(GuardedCopy); in CheckRedZones()
1676 for (size_t i = 0, j = 0; i < kStartCanaryLength; ++i) { in CheckRedZones()
1689 for (size_t i = 0, j = 0; i < kEndCanaryLength; ++i) { in CheckRedZones()
1691 size_t offset_from_buffer_start = in CheckRedZones()
1721 size_t buf_len = LengthIncludingRedZones(original_length_); in EndRedZone()
1725 static constexpr size_t kRedZoneSize = 512;
1726 static constexpr size_t kEndCanaryLength = kRedZoneSize / 2;
1736 const size_t original_length_;
3464 size_t length_in_bytes = strlen(result.u) + 1; in GetStringCharsInternal()
3468 size_t length_in_bytes = baseEnv(env)->GetStringLength(env, string) * 2; in GetStringCharsInternal()