Searched defs:block_start (Results 1 - 17 of 17) sorted by relevance

/external/squashfs-tools/squashfs-tools/
H A Dunsquash-1.c204 struct dir *squashfs_opendir_1(unsigned int block_start, unsigned int offset, argument
218 block_start, offset);
220 *i = s_ops.read_inode(block_start, offset);
248 "found!\n", block_start);
H A Dunsquash-3.c281 struct dir *squashfs_opendir_3(unsigned int block_start, unsigned int offset, argument
295 block_start, offset);
297 *i = s_ops.read_inode(block_start, offset);
326 "found!\n", block_start);
H A Dunsquash-4.c250 struct dir *squashfs_opendir_4(unsigned int block_start, unsigned int offset, argument
264 block_start, offset);
266 *i = s_ops.read_inode(block_start, offset);
295 "found!\n", block_start);
/external/e2fsprogs/e2fsck/
H A Drehash.c403 char *block_start; local
428 if ((retval = get_next_block(fs, outdir, &block_start)))
430 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/opencv3/3rdparty/zlib/
H A Ddeflate.h151 long block_start; member in struct:internal_state
/external/pdfium/third_party/zlib_v128/
H A Ddeflate.h151 long block_start; member in struct:internal_state
/external/v8/src/
H A Dapi.h652 internal::Object** block_start = blocks_.last(); local
653 internal::Object** block_limit = block_start + kHandleBlockSize;
656 if (block_start <= prev_limit && prev_limit <= block_limit) {
665 internal::HandleScope::ZapRange(block_start, block_limit);
670 spare_ = block_start;
H A Dgdb-jit.cc1181 uintptr_t block_start = w->position(); local
1186 block_size.set(static_cast<uint32_t>(w->position() - block_start));
1229 uintptr_t block_start = w->position(); local
1234 block_size.set(static_cast<uint32_t>(w->position() - block_start));
1242 uintptr_t block_start = w->position(); local
1245 block_size.set(static_cast<uint32_t>(w->position() - block_start));
1253 uintptr_t block_start = w->position(); local
1256 block_size.set(static_cast<uint32_t>(w->position() - block_start));
H A Dapi.cc8824 Object** block_start = blocks_.last(); local
8825 Object** block_limit = &block_start[kHandleBlockSize];
8828 !(block_start <= prev_limit && prev_limit <= block_limit));
/external/zlib/src/
H A Ddeflate.h151 long block_start; member in struct:internal_state
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_denoiser.c184 static uint8_t *block_start(uint8_t *framebuf, int stride, function
262 block_start(denoiser->running_avg_y[frame].y_buffer,
268 block_start(denoiser->running_avg_y[frame].u_buffer,
274 block_start(denoiser->running_avg_y[frame].v_buffer,
281 block_start(denoiser->mc_running_avg_y.y_buffer,
286 block_start(denoiser->mc_running_avg_y.u_buffer,
291 block_start(denoiser->mc_running_avg_y.v_buffer,
320 uint8_t *avg_start = block_start(avg.y_buffer, avg.y_stride, mi_row, mi_col);
321 uint8_t *mc_avg_start = block_start(mc_avg.y_buffer, mc_avg.y_stride,
/external/v8/src/compiler/
H A Dregister-allocator.h939 UsePosition* Use(LifetimePosition block_start, LifetimePosition position,
942 void Use(LifetimePosition block_start, LifetimePosition position, argument
944 Use(block_start, position, operand, nullptr, UsePositionHintType::kNone);
H A Dregister-allocator.cc1995 UsePosition* LiveRangeBuilder::Use(LifetimePosition block_start, argument
2007 range->AddUseInterval(block_start, position, allocation_zone());
2014 int block_start = block->first_instruction_index(); local
2016 LifetimePosition::GapFromInstructionIndex(block_start);
2018 for (int index = block->last_instruction_index(); index >= block_start;
2037 if (block->IsHandler() && index == block_start && output->IsAllocated() &&
2232 LifetimePosition block_start = LifetimePosition::GapFromInstructionIndex( local
2234 UsePosition* use_pos = Define(block_start, &phi->output(), hint,
3533 LifetimePosition block_start = local
3545 for (const UsePosition* use = current->NextUsePosition(block_start);
[all...]
/external/v8/src/crankshaft/
H A Dlithium-allocator.cc715 void LAllocator::Use(LifetimePosition block_start, argument
725 range->AddUseInterval(block_start, position, zone());
884 int block_start = block->first_instruction_index(); local
888 LifetimePosition::FromInstructionIndex(block_start);
890 while (index >= block_start) {
1300 LifetimePosition block_start = LifetimePosition::FromInstructionIndex( local
1302 Define(block_start, phi_operand, hint);
/external/v8/test/cctest/
H A Dtest-regexp.cc1628 int block_start = 0; local
1629 while (block_start <= 0xFFFF) {
1630 uc32 block_end = CanonRangeEnd(block_start);
1631 unsigned block_length = block_end - block_start + 1;
1634 int first_length = un_canonicalize.get(block_start, '\0', first);
1637 int succ_length = un_canonicalize.get(block_start + i, '\0', succ);
1646 block_start = block_start + block_length;
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp6033 // const long long block_start = pos;
6106 const long long block_start = pos; local
6192 block_start, block_size,
7246 BlockGroup::BlockGroup(Cluster* pCluster, long idx, long long block_start,
7250 m_block(block_start, block_size, discard_padding),
/external/libvpx/libwebm/mkvparser/
H A Dmkvparser.cc6253 // const long long block_start = pos;
6325 const long long block_start = pos; local
6410 status = CreateBlock(libwebm::kMkvSimpleBlock, block_start, block_size,
7463 BlockGroup::BlockGroup(Cluster* pCluster, long idx, long long block_start,
7467 m_block(block_start, block_size, discard_padding),

Completed in 1138 milliseconds