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

  /ndk/sources/host-tools/sed-4.2.1/sed/
compile.c 112 static struct error_info cur_input;
210 if (cur_input.name)
212 myname, cur_input.name, CAST(unsigned long)cur_input.line, why);
216 CAST(unsigned long)cur_input.string_expr_count,
225 anything to read. Keep cur_input.line up to date, so error messages
244 ++cur_input.line;
256 if (ch == '\n' && cur_input.line > 0)
257 --cur_input.line;
1125 if (ch=='n' && first_script && cur_input.line < 2
110 static struct error_info cur_input; variable in typeref:struct:error_info
    [all...]
  /external/v8/src/
lithium-allocator.cc 836 LUnallocated* cur_input = LUnallocated::cast(it.Next()); local
837 if (cur_input->HasFixedPolicy()) {
838 LUnallocated* input_copy = cur_input->CopyUnconstrained();
839 bool is_tagged = HasTaggedValue(cur_input->VirtualRegister());
840 AllocateFixed(cur_input, gap_index + 1, is_tagged);
841 AddConstraintsGapMove(gap_index, input_copy, cur_input);
842 } else if (cur_input->policy() == LUnallocated::WRITABLE_REGISTER) {
845 ASSERT(!cur_input->IsUsedAtStart());
847 LUnallocated* input_copy = cur_input->CopyUnconstrained();
848 cur_input->set_virtual_register(next_virtual_register_++)
865 LUnallocated* cur_input = LUnallocated::cast(second->FirstInput()); local
    [all...]

Completed in 111 milliseconds