HomeSort by relevance Sort by last modified time
    Searched defs:chunk_size_ (Results 1 - 4 of 4) sorted by null

  /external/v8/src/
circular-queue.h 89 const int chunk_size_; member in class:v8::internal::SamplingCircularQueue
spaces.h 2275 uintptr_t chunk_size_; member in class:v8::internal::NewSpace
    [all...]
  /external/webp/src/dec/
idec.c 73 size_t chunk_size_; // Compressed VP8/VP8L size extracted from Header. member in struct:WebPIDecoder
280 idec->chunk_size_ = headers.compressed_size;
317 if (!VP8GetInfo(data, curr_size, idec->chunk_size_, NULL, NULL)) {
469 if (curr_size < (idec->chunk_size_ >> 3)) {
493 if (curr_size < idec->chunk_size_) {
545 idec->chunk_size_ = 0;
  /external/valgrind/tsan/
thread_sanitizer.cc 427 chunk_size_(chunk_size) {
430 CHECK_GE(chunk_size_, 1);
454 uint8_t *new_mem = new uint8_t[obj_size_ * chunk_size_];
456 memset(new_mem, 0xab, obj_size_ * chunk_size_);
458 for (int i = 0; i < chunk_size_; i++) {
471 const int chunk_size_; member in class:FreeList
    [all...]

Completed in 101 milliseconds