Home
last modified time | relevance | path

Searched refs:block_start (Results 1 – 25 of 28) sorted by relevance

12

/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
Dpem.py112 for block_start in range(0, len(b64), 64):
113 block = b64[block_start:block_start + 64]
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
Djavascriptlintrules.py227 block_start = doc_comment.start_token
229 token = block_start.previous
231 block_start = token
236 token = block_start.previous
252 if is_file_level_comment and blank_lines == 0 and block_start.previous:
267 block_start, position=Position.AtBeginning(),
307 block_start = None
325 block_start = state.GetCurrentBlockStart()
329 if block_start:
330 previous_code = tokenutil.SearchExcept(block_start,
/external/libvpx/libvpx/vp9/encoder/
Dvp9_denoiser.c184 static uint8_t *block_start(uint8_t *framebuf, int stride, in block_start() function
262 block_start(denoiser->running_avg_y[frame].y_buffer, in perform_motion_compensation()
268 block_start(denoiser->running_avg_y[frame].u_buffer, in perform_motion_compensation()
274 block_start(denoiser->running_avg_y[frame].v_buffer, in perform_motion_compensation()
281 block_start(denoiser->mc_running_avg_y.y_buffer, in perform_motion_compensation()
286 block_start(denoiser->mc_running_avg_y.u_buffer, in perform_motion_compensation()
291 block_start(denoiser->mc_running_avg_y.v_buffer, in perform_motion_compensation()
320 uint8_t *avg_start = block_start(avg.y_buffer, avg.y_stride, mi_row, mi_col); in vp9_denoiser_denoise()
321 uint8_t *mc_avg_start = block_start(mc_avg.y_buffer, mc_avg.y_stride, in vp9_denoiser_denoise()
/external/squashfs-tools/squashfs-tools/
Dunsquash-1.c204 struct dir *squashfs_opendir_1(unsigned int block_start, unsigned int offset, in squashfs_opendir_1() argument
218 block_start, offset); in squashfs_opendir_1()
220 *i = s_ops.read_inode(block_start, offset); in squashfs_opendir_1()
248 "found!\n", block_start); in squashfs_opendir_1()
Dunsquash-3.c281 struct dir *squashfs_opendir_3(unsigned int block_start, unsigned int offset, in squashfs_opendir_3() argument
295 block_start, offset); in squashfs_opendir_3()
297 *i = s_ops.read_inode(block_start, offset); in squashfs_opendir_3()
326 "found!\n", block_start); in squashfs_opendir_3()
Dunsquash-4.c250 struct dir *squashfs_opendir_4(unsigned int block_start, unsigned int offset, in squashfs_opendir_4() argument
264 block_start, offset); in squashfs_opendir_4()
266 *i = s_ops.read_inode(block_start, offset); in squashfs_opendir_4()
295 "found!\n", block_start); in squashfs_opendir_4()
Dunsquashfs.h105 struct dir *(*squashfs_opendir)(unsigned int block_start,
/external/e2fsprogs/e2fsck/
Drehash.c403 char *block_start; in copy_dir_entries() local
428 if ((retval = get_next_block(fs, outdir, &block_start))) in copy_dir_entries()
430 dirent = (struct ext2_dir_entry *) block_start; in copy_dir_entries()
451 &block_start))) in copy_dir_entries()
456 dirent = (struct ext2_dir_entry *) (block_start + offset); in copy_dir_entries()
558 char * block_start; in calculate_tree() local
599 &block_start))) in calculate_tree()
601 dx_ent = set_int_node(fs, block_start); in calculate_tree()
/external/pdfium/third_party/zlib_v128/
Ddeflate.c350 s->block_start = 0L; in deflateSetDictionary()
379 s->block_start = (long)s->strstart; in deflateSetDictionary()
934 s->block_start = 0L; in deflate()
1120 s->block_start = 0L; in lm_init()
1423 s->block_start -= (long) wsize; in fill_window()
1538 _tr_flush_block(s, (s->block_start >= 0L ? \
1539 (charf *)&s->window[(unsigned)s->block_start] : \
1541 (ulg)((long)s->strstart - s->block_start), \
1543 s->block_start = s->strstart; \
1583 s->block_start >= (long)s->w_size, "slide too late"); in deflate_stored()
[all …]
Ddeflate.h151 long block_start; member
Dtrees.c1037 ulg in_length = (ulg)((long)s->strstart - s->block_start);
/external/zlib/src/
Ddeflate.c351 s->block_start = 0L;
380 s->block_start = (long)s->strstart;
935 s->block_start = 0L;
1121 s->block_start = 0L;
1424 s->block_start -= (long) wsize;
1539 _tr_flush_block(s, (s->block_start >= 0L ? \
1540 (charf *)&s->window[(unsigned)s->block_start] : \
1542 (ulg)((long)s->strstart - s->block_start), \
1544 s->block_start = s->strstart; \
1584 s->block_start >= (long)s->w_size, "slide too late");
[all …]
Ddeflate.h151 long block_start; member
Dtrees.c1037 ulg in_length = (ulg)((long)s->strstart - s->block_start);
/external/v8/src/
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;
Dgdb-jit.cc1181 uintptr_t block_start = w->position(); in WriteBodyInternal() local
1186 block_size.set(static_cast<uint32_t>(w->position() - block_start)); in WriteBodyInternal()
1229 uintptr_t block_start = w->position(); in WriteBodyInternal() local
1234 block_size.set(static_cast<uint32_t>(w->position() - block_start)); in WriteBodyInternal()
1242 uintptr_t block_start = w->position(); in WriteBodyInternal() local
1245 block_size.set(static_cast<uint32_t>(w->position() - block_start)); in WriteBodyInternal()
1253 uintptr_t block_start = w->position(); in WriteBodyInternal() local
1256 block_size.set(static_cast<uint32_t>(w->position() - block_start)); in WriteBodyInternal()
/external/llvm/test/CodeGen/Hexagon/vect/
Dvect-xor.ll10 @block_start = common global i32 0, align 4
/external/v8/test/cctest/
Dtest-regexp.cc1628 int block_start = 0; in TEST() local
1629 while (block_start <= 0xFFFF) { in TEST()
1630 uc32 block_end = CanonRangeEnd(block_start); in TEST()
1631 unsigned block_length = block_end - block_start + 1; in TEST()
1634 int first_length = un_canonicalize.get(block_start, '\0', first); in TEST()
1637 int succ_length = un_canonicalize.get(block_start + i, '\0', succ); in TEST()
1646 block_start = block_start + block_length; in TEST()
/external/v8/src/crankshaft/
Dlithium-allocator.cc715 void LAllocator::Use(LifetimePosition block_start, in Use() argument
725 range->AddUseInterval(block_start, position, zone()); in Use()
884 int block_start = block->first_instruction_index(); in ProcessInstructions() local
888 LifetimePosition::FromInstructionIndex(block_start); in ProcessInstructions()
890 while (index >= block_start) { in ProcessInstructions()
1300 LifetimePosition block_start = LifetimePosition::FromInstructionIndex( in BuildLiveRanges() local
1302 Define(block_start, phi_operand, hint); in BuildLiveRanges()
Dlithium-allocator.h411 void Use(LifetimePosition block_start,
/external/v8/src/compiler/
Dregister-allocator.h939 UsePosition* Use(LifetimePosition block_start, LifetimePosition position,
942 void Use(LifetimePosition block_start, LifetimePosition position, in Use() argument
944 Use(block_start, position, operand, nullptr, UsePositionHintType::kNone); in Use()
Dregister-allocator.cc1995 UsePosition* LiveRangeBuilder::Use(LifetimePosition block_start, in Use() argument
2007 range->AddUseInterval(block_start, position, allocation_zone()); in Use()
2014 int block_start = block->first_instruction_index(); in ProcessInstructions() local
2016 LifetimePosition::GapFromInstructionIndex(block_start); in ProcessInstructions()
2018 for (int index = block->last_instruction_index(); index >= block_start; in ProcessInstructions()
2037 if (block->IsHandler() && index == block_start && output->IsAllocated() && in ProcessInstructions()
2232 LifetimePosition block_start = LifetimePosition::GapFromInstructionIndex( in ProcessPhis() local
2234 UsePosition* use_pos = Define(block_start, &phi->output(), hint, in ProcessPhis()
3533 LifetimePosition block_start = in ResolveControlFlow() local
3545 for (const UsePosition* use = current->NextUsePosition(block_start); in ResolveControlFlow()
/external/chromium-trace/catapult/tracing/third_party/jszip/
Djszip.min.js13block_start>=0?a.block_start:-1,a.strstart-a.block_start,b),a.block_start=a.strstart,g(a.strm)}fun…
/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.hpp165 long long block_start, // absolute pos of block's payload
/external/libvpx/libwebm/mkvparser/
Dmkvparser.h163 long long block_start, // absolute pos of block's payload

12