Home
last modified time | relevance | path

Searched refs:padded_text (Results 1 – 4 of 4) sorted by relevance

/external/open-vcdiff/src/
Dvcdiffengine_test.cc76 char* padded_text = new char[(block_size * length_without_spaces) + 1]; in MakeEachLetterABlock() local
77 memset(padded_text, ' ', block_size * length_without_spaces); in MakeEachLetterABlock()
78 char* padded_text_ptr = padded_text; in MakeEachLetterABlock()
87 *result = padded_text; in MakeEachLetterABlock()
Dblockhash_test.cc115 char* padded_text = new char[(kBlockSize * length_without_spaces) + 1]; in MakeEachLetterABlock() local
116 memset(padded_text, ' ', kBlockSize * length_without_spaces); in MakeEachLetterABlock()
117 char* padded_text_ptr = padded_text + (kBlockSize - 1); in MakeEachLetterABlock()
122 padded_text[kBlockSize * length_without_spaces] = '\0'; in MakeEachLetterABlock()
123 *result = padded_text; in MakeEachLetterABlock()
/external/chromium/sdch/open-vcdiff/src/
Dblockhash_test.cc115 char* padded_text = new char[(kBlockSize * length_without_spaces) + 1]; in MakeEachLetterABlock() local
116 memset(padded_text, ' ', kBlockSize * length_without_spaces); in MakeEachLetterABlock()
117 char* padded_text_ptr = padded_text + (kBlockSize - 1); in MakeEachLetterABlock()
122 padded_text[kBlockSize * length_without_spaces] = '\0'; in MakeEachLetterABlock()
123 *result = padded_text; in MakeEachLetterABlock()
Dvcdiffengine_test.cc78 char* padded_text = new char[(block_size * length_without_spaces) + 1]; in MakeEachLetterABlock() local
79 memset(padded_text, ' ', block_size * length_without_spaces); in MakeEachLetterABlock()
80 char* padded_text_ptr = padded_text; in MakeEachLetterABlock()
89 *result = padded_text; in MakeEachLetterABlock()