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

  /external/e2fsprogs/e2fsck/
rehash.c 403 char *block_start; local
429 if ((retval = get_next_block(fs, outdir, &block_start)))
431 dirent = (struct ext2_dir_entry *) block_start;
451 &block_start)))
456 dirent = (struct ext2_dir_entry *) (block_start + offset);
558 char * block_start; local
599 &block_start)))
601 dx_ent = set_int_node(fs, block_start);
  /external/zlib/src/
deflate.c 351 s->block_start = 0L;
380 s->block_start = (long)s->strstart;
    [all...]
deflate.h 151 long block_start; member in struct:internal_state
trees.c     [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
javascriptlintrules.py 216 block_start = doc_comment.start_token
218 token = block_start.previous
220 block_start = token
225 token = block_start.previous
253 block_start, Position.AtBeginning(),
  /external/v8/src/
api.h 532 internal::Object** block_start = blocks_.last(); local
533 internal::Object** block_limit = block_start + kHandleBlockSize;
536 if (block_start <= prev_limit && prev_limit <= block_limit) break;
543 v8::ImplementationUtilities::ZapHandleRange(block_start, block_limit);
548 spare_ = block_start;
gdb-jit.cc 1128 uintptr_t block_start = w->position(); local
1133 block_size.set(static_cast<uint32_t>(w->position() - block_start));
1176 uintptr_t block_start = w->position(); local
1181 block_size.set(static_cast<uint32_t>(w->position() - block_start));
1189 uintptr_t block_start = w->position(); local
1192 block_size.set(static_cast<uint32_t>(w->position() - block_start));
1200 uintptr_t block_start = w->position(); local
1203 block_size.set(static_cast<uint32_t>(w->position() - block_start));
    [all...]
lithium-allocator.cc 731 void LAllocator::Use(LifetimePosition block_start,
741 range->AddUseInterval(block_start, position, zone_);
891 int block_start = block->first_instruction_index(); local
895 LifetimePosition::FromInstructionIndex(block_start);
897 while (index >= block_start) {
1285 LifetimePosition block_start = LifetimePosition::FromInstructionIndex( local
    [all...]
lithium-allocator.h 510 void Use(LifetimePosition block_start,
  /external/qemu/distrib/zlib-1.2.3/
deflate.c 341 s->block_start = (long)length;
    [all...]
deflate.h 148 long block_start; member in struct:internal_state
trees.c     [all...]
  /system/extras/ext4_utils/
contents.c 360 void *block_start,
388 size_t e_value_offs = val - (char *) block_start;
  /external/v8/test/cctest/
test-regexp.cc 1482 int block_start = 0; local
    [all...]
  /external/libvpx/libwebm/
mkvparser.hpp 177 long long block_start, //absolute pos of block's payload
mkvparser.cpp     [all...]
  /external/chromium/net/http/
http_cache_unittest.cc 922 for (int block_start = start; block_start < end; block_start += 10) {
924 block_start, block_start + 9);
    [all...]

Completed in 303 milliseconds