Searched refs:number_of_bytes (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/snapshot/ |
D | snapshot-source-sink.h | 41 void CopyRaw(byte* to, int number_of_bytes) { in CopyRaw() argument 42 memcpy(to, data_ + position_, number_of_bytes); in CopyRaw() 43 position_ += number_of_bytes; in CopyRaw() 98 void PutRaw(const byte* data, int number_of_bytes, const char* description);
|
D | snapshot-source-sink.cc | 30 void SnapshotByteSink::PutRaw(const byte* data, int number_of_bytes, in PutRaw() argument 32 data_.insert(data_.end(), data, data + number_of_bytes); in PutRaw()
|
/external/capstone/windows/ |
D | winkernel_mm.c | 37 size_t number_of_bytes = 0; in cs_winkernel_malloc() local 42 if (!NT_SUCCESS(RtlSizeTAdd(size, sizeof(CS_WINKERNEL_MEMBLOCK), &number_of_bytes))) { in cs_winkernel_malloc() 46 NonPagedPool, number_of_bytes, CS_WINKERNEL_POOL_TAG); in cs_winkernel_malloc()
|
/external/capstone/contrib/windows_kernel/ |
D | libc.cpp | 40 size_t number_of_bytes = 0; in __drv_allocatesMem() local 41 if (!NT_SUCCESS(RtlSizeTAdd(size, sizeof(MEMBLOCK), &number_of_bytes))){ in __drv_allocatesMem() 47 number_of_bytes, in __drv_allocatesMem()
|
/external/v8/src/ |
D | uri.cc | 253 int number_of_bytes; in EncodeSingle() local 254 number_of_bytes = in EncodeSingle() 256 for (int k = 0; k < number_of_bytes; k++) { in EncodeSingle() 263 int number_of_bytes = in EncodePair() local 266 for (int k = 0; k < number_of_bytes; k++) { in EncodePair()
|
/external/tensorflow/tensorflow/stream_executor/ |
D | kernel.h | 426 void add_shared_bytes(size_t number_of_bytes) { 429 shared_memory_bytes_[number_of_shared_memory_arguments_] = number_of_bytes; 431 total_shared_memory_bytes_ += number_of_bytes;
|
/external/nos/host/generic/nugget/proto/nugget/app/protoapi/ |
D | testing_api.proto | 72 uint32 number_of_bytes = 1; field
|