HomeSort by relevance Sort by last modified time
    Searched refs:size_in_bytes (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/stressapptest/src/
adler32memcpy.h 42 bool CalculateAdlerChecksum(uint64 *data64, unsigned int size_in_bytes,
47 unsigned int size_in_bytes, AdlerChecksum *checksum);
52 unsigned int size_in_bytes, AdlerChecksum *checksum);
56 unsigned int size_in_bytes, AdlerChecksum *checksum);
adler32memcpy.cc 55 // 1. size_in_bytes is a multiple of 16.
57 // 3. size_in_bytes is less than 2^19 bytes.
86 bool CalculateAdlerChecksum(uint64 *data64, unsigned int size_in_bytes,
90 unsigned int count = size_in_bytes / sizeof(data);
125 unsigned int size_in_bytes, AdlerChecksum *checksum) {
128 unsigned int count = size_in_bytes / sizeof(data);
166 unsigned int size_in_bytes, AdlerChecksum *checksum) {
169 unsigned int count = size_in_bytes / sizeof(data);
227 unsigned int size_in_bytes, AdlerChecksum *checksum) {
264 if ((size_in_bytes >> 19) > 0)
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/mac/
scoped_pixel_buffer_object.cc 27 int size_in_bytes) {
33 glBufferDataARB(GL_PIXEL_PACK_BUFFER_ARB, size_in_bytes, NULL,
scoped_pixel_buffer_object.h 27 bool Init(CGLContextObj cgl_context, int size_in_bytes);
  /external/v8/src/heap/
spaces-inl.h 377 HeapObject* PagedSpace::AllocateLinearly(int size_in_bytes) {
379 Address new_top = current_top + size_in_bytes;
388 int size_in_bytes, AllocationAlignment alignment) {
392 Address new_top = current_top + filler_size + size_in_bytes;
405 HeapObject* PagedSpace::AllocateLinearlyAligned(int* size_in_bytes,
410 Address new_top = current_top + filler_size + *size_in_bytes;
415 *size_in_bytes += filler_size;
426 int size_in_bytes, UpdateSkipList update_skip_list) {
427 HeapObject* object = AllocateLinearly(size_in_bytes);
430 object = free_list_.Allocate(size_in_bytes);
    [all...]
heap-inl.h 300 AllocationResult Heap::AllocateRaw(int size_in_bytes, AllocationSpace space,
314 bool large_object = size_in_bytes > kMaxRegularHeapObjectSize;
321 allocation = new_space_->AllocateRaw(size_in_bytes, alignment);
323 OnAllocationEvent(object, size_in_bytes);
332 allocation = lo_space_->AllocateRaw(size_in_bytes, NOT_EXECUTABLE);
334 allocation = old_space_->AllocateRaw(size_in_bytes, alignment);
337 if (size_in_bytes <= code_space()->AreaSize()) {
338 allocation = code_space_->AllocateRawUnaligned(size_in_bytes);
340 allocation = lo_space_->AllocateRaw(size_in_bytes, EXECUTABLE);
344 allocation = lo_space_->AllocateRaw(size_in_bytes, NOT_EXECUTABLE)
    [all...]
  /system/extras/tests/sdcard/
stopwatch.h 97 void setDataSize(size_t size_in_bytes) { mSizeKbytes = size_in_bytes / 1000; }
  /external/swiftshader/third_party/LLVM/lib/Support/
SmallVector.cpp 20 size_t CurSizeBytes = size_in_bytes();
  /external/webrtc/webrtc/modules/audio_device/
fine_audio_buffer.cc 115 size_t size_in_bytes,
121 if (record_write_pos_ + size_in_bytes > required_record_buffer_size_bytes_) {
131 memcpy(record_cache_buffer_.get() + record_write_pos_, buffer, size_in_bytes);
132 record_write_pos_ += size_in_bytes;
133 record_cached_bytes_ += size_in_bytes;
fine_audio_buffer.h 60 // The size of |buffer| is given by |size_in_bytes| and must be equal to
67 size_t size_in_bytes,
  /external/libhevc/decoder/
ihevcd_debug.h 131 #define DUMP_QP(pu1_qp, size_in_bytes) ihevcd_debug_dump_qp(pu1_qp, size_in_bytes)
132 #define DUMP_QP_CONST_IN_CTB(pu1_qp_const_in_ctb, size_in_bytes) ihevcs_dump_qp_const_in_ctb(pu1_qp_const_in_ctb, size_in_bytes)
133 #define DUMP_NO_LOOP_FILTER(pu1_pic_no_loop_filter, size_in_bytes) ihevcd_debug_dump_no_loop_filter(pu1_pic_no_loop_filter, size_in_bytes)
140 #define DUMP_QP(pu1_qp, size_in_bytes)
141 #define DUMP_QP_CONST_IN_CTB(pu1_qp_const_in_ctb, size_in_bytes)
142 #define DUMP_NO_LOOP_FILTER(pu1_pic_no_loop_filter, size_in_bytes)
  /external/llvm/lib/Support/
SmallVector.cpp 21 size_t CurSizeBytes = size_in_bytes();
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
SmallVector.cpp 21 size_t CurSizeBytes = size_in_bytes();
  /hardware/libhardware/include/hardware/
memtrack.h 74 size_t size_in_bytes; member in struct:memtrack_record
  /external/libchrome/base/trace_event/
process_memory_maps.cc 22 size_in_bytes(0),
49 value->SetString("sz", StringPrintf(kHexFmt, region.size_in_bytes));
process_memory_maps.h 34 uint64_t size_in_bytes; member in struct:base::trace_event::ProcessMemoryMaps::VMRegion
  /hardware/qcom/display/msm8084/libmemtrack/
kgsl.c 123 records[0].size_in_bytes = accounted_size;
126 records[1].size_in_bytes = unaccounted_size;
  /hardware/qcom/display/msm8226/libmemtrack/
kgsl.c 123 records[0].size_in_bytes = accounted_size;
126 records[1].size_in_bytes = unaccounted_size;
  /hardware/qcom/display/msm8909/libmemtrack/
kgsl.c 134 records[0].size_in_bytes = accounted_size;
137 records[1].size_in_bytes = unaccounted_size;
  /hardware/qcom/display/msm8960/libmemtrack/
kgsl.c 119 records[0].size_in_bytes = accounted_size;
122 records[1].size_in_bytes = unaccounted_size;
  /hardware/qcom/display/msm8994/libmemtrack/
kgsl.c 125 records[0].size_in_bytes = accounted_size;
128 records[1].size_in_bytes = unaccounted_size;
  /hardware/qcom/display/msm8996/libmemtrack/
kgsl.c 122 records[0].size_in_bytes = accounted_size;
125 records[1].size_in_bytes = unaccounted_size;
  /hardware/qcom/display/msm8998/libmemtrack/
kgsl.c 135 records[0].size_in_bytes = accounted_size;
138 records[1].size_in_bytes = unaccounted_size;
  /hardware/qcom/display/sdm845/libmemtrack/
kgsl.c 135 records[0].size_in_bytes = accounted_size;
138 records[1].size_in_bytes = unaccounted_size;
  /system/nvram/hal/include/nvram/hal/tests/
scoped_nvram_device.h 57 uint64_t size_in_bytes,

Completed in 1083 milliseconds

1 2 3 4