Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgpattern.c253 gint hw_pos = -1, tw_pos = -1, hj_pos = -1, tj_pos = -1; in g_pattern_spec_new() local
294 tj_pos = i; in g_pattern_spec_new()
308 tj_pos = i; in g_pattern_spec_new()
343 tj_pos = pspec->pattern_length - 1 - tj_pos; /* last pos to tail distance */ in g_pattern_spec_new()
347 pspec->match_type = tj_pos > hj_pos ? G_MATCH_ALL_TAIL : G_MATCH_ALL; in g_pattern_spec_new()
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dpatternspec.c206 gint hw_pos = -1, tw_pos = -1, hj_pos = -1, tj_pos = -1; in pattern_spec_new() local
257 tj_pos = i; in pattern_spec_new()
271 tj_pos = i; in pattern_spec_new()
302 tj_pos = pspec->pattern_length - 1 - tj_pos; /* last pos to tail distance */ in pattern_spec_new()
306 pspec->match_type = tj_pos > hj_pos ? MATCH_ALL_TAIL : MATCH_ALL; in pattern_spec_new()