Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/expat/expat/xmlwf/
Dxmlwf.c219 int sep1 = (tcsrchr(att1, NSSEP) != 0); in nsattcmp() local
221 if (sep1 != sep2) in nsattcmp()
222 return sep1 - sep2; in nsattcmp()
/third_party/gstreamer/gstplugins_base/gst/typefind/
Dgsttypefindfunctions.c4482 , sep1, sep2; in pnm_type_find() local
4513 if (sscanf (s, "%u%c%u%c", &w, &sep1, &h, &sep2) == 4 && in pnm_type_find()
4514 IS_PNM_WHITESPACE (sep1) && IS_PNM_WHITESPACE (sep2) && in pnm_type_find()