OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:match_counter
(Results
1 - 6
of
6
) sorted by null
/external/chromium/sdch/open-vcdiff/src/
blockhash.cc
340
inline bool BlockHash::TooManyMatches(int*
match_counter
) {
341
++(*
match_counter
);
342
return (*
match_counter
) > kMaxMatchesToCheck;
396
int
match_counter
= 0;
local
399
(block_number >= 0) && !TooManyMatches(&
match_counter
);
blockhash.h
354
static inline bool TooManyMatches(int*
match_counter
);
/external/chromium_org/sdch/open-vcdiff/src/
blockhash.cc
341
inline bool BlockHash::TooManyMatches(int*
match_counter
) {
342
++(*
match_counter
);
343
return (*
match_counter
) > kMaxMatchesToCheck;
397
int
match_counter
= 0;
local
400
(block_number >= 0) && !TooManyMatches(&
match_counter
);
blockhash.h
354
static inline bool TooManyMatches(int*
match_counter
);
/external/open-vcdiff/src/
blockhash.cc
341
inline bool BlockHash::TooManyMatches(int*
match_counter
) {
342
++(*
match_counter
);
343
return (*
match_counter
) > kMaxMatchesToCheck;
397
int
match_counter
= 0;
local
400
(block_number >= 0) && !TooManyMatches(&
match_counter
);
blockhash.h
354
static inline bool TooManyMatches(int*
match_counter
);
Completed in 432 milliseconds