Searched refs:add_size (Results 1 – 3 of 3) sorted by relevance
224 bool ExpectAddCopyInstruction(int add_size, int copy_size, int copy_mode) { in ExpectAddCopyInstruction() argument226 (add_size <= 4) && in ExpectAddCopyInstruction()231 (0x03 * add_size) + in ExpectAddCopyInstruction()235 (add_size <= 4) && in ExpectAddCopyInstruction()237 ExpectInstructionByte(0xD2 + (0x04 * copy_mode) + add_size); in ExpectAddCopyInstruction()240 ExpectAddInstruction(add_size); in ExpectAddCopyInstruction()
71 void CFX_BinaryBuf::ExpandBuf(FX_STRSIZE add_size) in ExpandBuf() argument73 FX_STRSIZE new_size = add_size + m_DataSize; in ExpandBuf()
57 inline void expand(int add_size = 100){ // size unit is byte in expand() argument58 int new_size = buffer_size + add_size; in expand()64 memset(current, 0, add_size); in expand()