Home
last modified time | relevance | path

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

/external/e2fsprogs/debugfs/
Dextent_inode.c416 int first_op = EXT2_EXTENT_ROOT; in do_print_all() local
428 first_op = EXT2_EXTENT_LAST_LEAF; in do_print_all()
432 first_op = EXT2_EXTENT_LAST_LEAF; in do_print_all()
440 retval = ext2fs_extent_get(current_handle, first_op, &extent); in do_print_all()
/external/v8/src/compiler/
Dregister-allocator.cc2829 LiveRange* first_op = nullptr; in TryReuseSpillForPhi() local
2844 if (first_op == nullptr) { in TryReuseSpillForPhi()
2845 first_op = op_range->TopLevel(); in TryReuseSpillForPhi()
2857 DCHECK(first_op != nullptr); in TryReuseSpillForPhi()
2858 SpillRange* first_op_spill = first_op->TopLevel()->GetSpillRange(); in TryReuseSpillForPhi()
/external/pcre/dist/
Dpcre_dfa_exec.c414 const pcre_uchar *end_code, *first_op; in internal_dfa_exec() local
456 first_op = this_start_code + 1 + LINK_SIZE + in internal_dfa_exec()
470 if (*first_op == OP_REVERSE) in internal_dfa_exec()