Home
last modified time | relevance | path

Searched refs:first_op (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/debugfs/
Dextent_inode.c421 int first_op = EXT2_EXTENT_ROOT; in do_print_all() local
433 first_op = EXT2_EXTENT_LAST_LEAF; in do_print_all()
437 first_op = EXT2_EXTENT_LAST_LEAF; in do_print_all()
445 retval = ext2fs_extent_get(current_handle, first_op, &extent); in do_print_all()
/external/pcre/dist2/src/
Dpcre2_dfa_match.c382 PCRE2_SPTR first_op; in internal_dfa_match() local
420 first_op = this_start_code + 1 + LINK_SIZE + in internal_dfa_match()
434 if (*first_op == OP_REVERSE) in internal_dfa_match()
/external/v8/src/compiler/
Dregister-allocator.cc3387 LiveRange* first_op = nullptr; in TryReuseSpillForPhi() local
3402 if (first_op == nullptr) { in TryReuseSpillForPhi()
3403 first_op = op_range->TopLevel(); in TryReuseSpillForPhi()
3415 DCHECK(first_op != nullptr); in TryReuseSpillForPhi()
3416 SpillRange* first_op_spill = first_op->TopLevel()->GetSpillRange(); in TryReuseSpillForPhi()