OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:length_without_spaces
(Results
1 - 2
of
2
) sorted by null
/external/open-vcdiff/src/
vcdiffengine_test.cc
75
const size_t
length_without_spaces
= strlen(string_without_spaces);
local
76
char* padded_text = new char[(block_size *
length_without_spaces
) + 1];
77
memset(padded_text, ' ', block_size *
length_without_spaces
);
82
for (size_t i = 0; i <
length_without_spaces
; ++i) {
[
all
...]
/external/chromium/sdch/open-vcdiff/src/
vcdiffengine_test.cc
77
const size_t
length_without_spaces
= strlen(string_without_spaces);
local
78
char* padded_text = new char[(block_size *
length_without_spaces
) + 1];
79
memset(padded_text, ' ', block_size *
length_without_spaces
);
84
for (size_t i = 0; i <
length_without_spaces
; ++i) {
[
all
...]
Completed in 88 milliseconds