HomeSort by relevance Sort by last modified time
    Searched refs:next_addr (Results 1 - 5 of 5) sorted by null

  /external/chromium/net/disk_cache/
rankings.cc 308 Addr next_addr(node->Data()->next);
310 if (!next_addr.is_initialized() || next_addr.is_separate_file() ||
312 if (next_addr.is_initialized() || prev_addr.is_initialized()) {
318 CacheRankingsBlock next(backend_->File(next_addr), next_addr);
510 Addr next_addr(data->next);
512 if (!next_addr.SanityCheck() || next_addr.file_type() != RANKINGS ||
660 Addr next_addr(node->Data()->next)
    [all...]
entry_impl.cc 586 Addr next_addr(stored->next);
587 if (next_addr.is_initialized() &&
588 (next_addr.is_separate_file() || next_addr.file_type() != BLOCK_256))
591 if (!rankings_addr.SanityCheck() || !next_addr.SanityCheck())
    [all...]
  /build/tools/
adbs 74 next_addr = string.atoi(addr, 16) + 1
77 + str(next_addr) \
  /external/llvm/lib/DebugInfo/
DWARFDebugAranges.cpp 199 uint64_t next_addr = 0;
203 if (pos != begin && pos->LoPC != next_addr)
205 next_addr = pos->HiPC();
  /external/v8/src/
global-handles.cc 89 Node** next_addr() { return &next_; } function in class:v8::internal::GlobalHandles::Node
448 p = (*p)->next_addr();

Completed in 2905 milliseconds