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

  /external/chromium/sdch/open-vcdiff/src/
instruction_map.h 86 return second_instruction_map_.Lookup(first_opcode, inst, size, mode);
197 } second_instruction_map_; member in class:open_vcdiff::VCDiffInstructionMap
instruction_map.cc 156 second_instruction_map_(VCD_LAST_INSTRUCTION_TYPE + max_mode + 1,
178 // Second pass to fill up second_instruction_map_ (depends on first pass)
188 second_instruction_map_.Add(static_cast<unsigned char>(single_opcode),
  /external/open-vcdiff/src/
instruction_map.h 86 return second_instruction_map_.Lookup(first_opcode, inst, size, mode);
197 } second_instruction_map_; member in class:open_vcdiff::VCDiffInstructionMap
instruction_map.cc 156 second_instruction_map_(VCD_LAST_INSTRUCTION_TYPE + max_mode + 1,
178 // Second pass to fill up second_instruction_map_ (depends on first pass)
188 second_instruction_map_.Add(static_cast<unsigned char>(single_opcode),

Completed in 283 milliseconds