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

  /external/chromium/sdch/open-vcdiff/src/
instruction_map.h 113 if (size > max_size_1_) {
135 const int max_size_1_; member in class:open_vcdiff::VCDiffInstructionMap::FirstInstructionMap
instruction_map.cc 64 max_size_1_(max_size_1) {
67 // There must be at least (max_size_1_ + 1) elements in first_opcodes_
68 // because the element first_opcodes[max_size_1_] will be referenced.
69 first_opcodes_[i] = NewSizeOpcodeArray(max_size_1_ + 1);
  /external/chromium_org/sdch/open-vcdiff/src/
instruction_map.h 113 if (size > max_size_1_) {
135 const int max_size_1_; member in class:open_vcdiff::VCDiffInstructionMap::FirstInstructionMap
instruction_map.cc 64 max_size_1_(max_size_1) {
67 // There must be at least (max_size_1_ + 1) elements in first_opcodes_
68 // because the element first_opcodes[max_size_1_] will be referenced.
69 first_opcodes_[i] = NewSizeOpcodeArray(max_size_1_ + 1);
  /external/open-vcdiff/src/
instruction_map.h 113 if (size > max_size_1_) {
135 const int max_size_1_; member in class:open_vcdiff::VCDiffInstructionMap::FirstInstructionMap
instruction_map.cc 64 max_size_1_(max_size_1) {
67 // There must be at least (max_size_1_ + 1) elements in first_opcodes_
68 // because the element first_opcodes[max_size_1_] will be referenced.
69 first_opcodes_[i] = NewSizeOpcodeArray(max_size_1_ + 1);

Completed in 511 milliseconds