Home
last modified time | relevance | path

Searched refs:this_size (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_cat.cc150 const size_t this_size = piece.size(); in CatPieces() local
151 if (this_size != 0) { in CatPieces()
152 memcpy(out, piece.data(), this_size); in CatPieces()
153 out += this_size; in CatPieces()
182 const size_t this_size = piece.size(); in AppendPieces() local
183 if (this_size != 0) { in AppendPieces()
184 memcpy(out, piece.data(), this_size); in AppendPieces()
185 out += this_size; in AppendPieces()
/third_party/backends/lib/
H A Dalloca.c319 long this_size; /* Size of this block (does not include member
376 size = trailer->this_size; in i00afunc()
396 if (trailer->this_size <= 0) in i00afunc()
398 result += trailer->this_size; in i00afunc()

Completed in 2 milliseconds