Searched refs:add_size (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/sdch/open-vcdiff/src/
H A Dvcdiffengine_test.cc224 bool ExpectAddCopyInstruction(int add_size, int copy_size, int copy_mode) { argument
226 (add_size <= 4) &&
231 (0x03 * add_size) +
235 (add_size <= 4) &&
237 ExpectInstructionByte(0xD2 + (0x04 * copy_mode) + add_size);
240 ExpectAddInstruction(add_size);
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_buffer.cpp71 void CFX_BinaryBuf::ExpandBuf(FX_STRSIZE add_size) argument
73 FX_STRSIZE new_size = add_size + m_DataSize;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dwbnf.cpp57 inline void expand(int add_size = 100){ // size unit is byte
58 int new_size = buffer_size + add_size;
64 memset(current, 0, add_size);

Completed in 134 milliseconds