Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgpattern.c191 gint hw_pos = -1, tw_pos = -1, hj_pos = -1, tj_pos = -1; in g_pattern_spec_new() local
220 tw_pos = i; in g_pattern_spec_new()
251 more_wildcards = seen_wildcard && hw_pos != tw_pos; in g_pattern_spec_new()
280 tw_pos = pspec->pattern_length - 1 - tw_pos; /* last pos to tail distance */ in g_pattern_spec_new()
283 pspec->match_type = tw_pos > hw_pos ? G_MATCH_ALL_TAIL : G_MATCH_ALL; in g_pattern_spec_new()