OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AddMatch
(Results
1 - 2
of
2
) sorted by null
/external/brotli/enc/
static_dict.c
30
static BROTLI_INLINE void
AddMatch
(size_t distance, size_t len, size_t len_code,
104
AddMatch
(id, l, l, matches);
109
AddMatch
(id + 12 * n, l - 1, l, matches);
113
AddMatch
(id + 49 * n, l + 3, l, matches);
122
AddMatch
(id + kOmitLastNTransforms[l - len] * n, len, l, matches);
131
AddMatch
(id + n, l + 1, l, matches);
134
AddMatch
(id + 28 * n, l + 3, l, matches);
136
if (s[3] == ' ')
AddMatch
(id + 46 * n, l + 4, l, matches);
138
if (s[3] == ' ')
AddMatch
(id + 60 * n, l + 4, l, matches);
141
AddMatch
(id + 10 * n, l + 5, l, matches)
[
all
...]
/external/libchrome/dbus/
bus.cc
719
void Bus::
AddMatch
(const std::string& match_rule, DBusError* error) {
947
AddMatch
(name_owner_changed_match_rule, error.get());
[
all
...]
Completed in 266 milliseconds