Searched refs:this_size (Results 1 – 6 of 6) sorted by relevance
/third_party/glib/glib/ |
D | gstringchunk.c | 81 gsize this_size; member 129 new_chunk->this_size = actual_size; in g_string_chunk_new() 177 chunk->this_size = chunk->default_size; in g_string_chunk_clear() 293 if ((chunk->storage_next + size + 1) > chunk->this_size) in g_string_chunk_insert_len() 300 chunk->this_size = new_size; in g_string_chunk_insert_len()
|
/third_party/abseil-cpp/absl/strings/ |
D | str_cat.cc | 150 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/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | str_cat.cc | 150 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/mbedtls/scripts/ |
D | code_size_compare.py | 161 this_size = new_ds[fname] 164 change = this_size - old_size 167 this_size, old_size, change, float(change_pct))) 169 res_file.write("{}, {}\n".format(fname, this_size))
|
/third_party/glib/gio/gvdb/ |
D | gvdb-reader.c | 247 gsize this_size; in gvdb_table_check_name() local 250 this_key = gvdb_table_item_get_key (file, item, &this_size); in gvdb_table_check_name() 252 if G_UNLIKELY (this_key == NULL || this_size > key_length) in gvdb_table_check_name() 255 key_length -= this_size; in gvdb_table_check_name() 257 if G_UNLIKELY (memcmp (this_key, key + key_length, this_size) != 0) in gvdb_table_check_name() 264 if G_LIKELY (parent < file->n_hash_items && this_size > 0) in gvdb_table_check_name()
|
/third_party/gettext/libtextstyle/gnulib-local/lib/glib/ |
D | gstring.c | 66 gsize this_size; 156 new_chunk->this_size = size; 245 if ((chunk->storage_next + size + 1) > chunk->this_size) 252 chunk->this_size = new_size;
|