Searched refs:number_of_bytes (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/snapshot/ |
D | snapshot-source-sink.h | 54 void CopyRaw(void* to, int number_of_bytes) { in CopyRaw() argument 55 memcpy(to, data_ + position_, number_of_bytes); in CopyRaw() 56 position_ += number_of_bytes; in CopyRaw() 127 void PutRaw(const byte* data, int number_of_bytes, const char* description);
|
D | snapshot-source-sink.cc | 29 void SnapshotByteSink::PutRaw(const byte* data, int number_of_bytes, in PutRaw() argument 31 data_.insert(data_.end(), data, data + number_of_bytes); in PutRaw()
|
/third_party/node/deps/v8/src/strings/ |
D | uri.cc | 261 int number_of_bytes; in EncodeSingle() local 262 number_of_bytes = in EncodeSingle() 264 for (int k = 0; k < number_of_bytes; k++) { in EncodeSingle() 271 int number_of_bytes = in EncodePair() local 274 for (int k = 0; k < number_of_bytes; k++) { in EncodePair()
|
/third_party/libabigail/src/ |
D | abg-elf-helpers.cc | 1055 unsigned char number_of_bytes, in read_int_from_array_of_bytes() argument 1062 ABG_ASSERT(number_of_bytes <= 8); in read_int_from_array_of_bytes() 1063 ABG_ASSERT(number_of_bytes <= sizeof(T)); in read_int_from_array_of_bytes() 1076 for (uint i = 1; i < number_of_bytes; ++i) in read_int_from_array_of_bytes() 1086 for (uint i = 1; i < number_of_bytes; ++i) in read_int_from_array_of_bytes()
|