Home
last modified time | relevance | path

Searched refs:_compare (Results 1 - 7 of 7) sorted by relevance

/third_party/libwebsockets/lib/core/
H A Dlws_map.c136 if (!info->_compare) in lws_map_create()
137 map->info._compare = lws_map_compare_key_default; in lws_map_create()
237 if (!map->info._compare(key, keylen, &i[1], i->keylen)) in lws_map_item_lookup()
/third_party/python/PC/
H A Dlauncher2.c199 _compare(const wchar_t *x, int xLen, const wchar_t *y, int yLen) in _compare() function
282 return xLen >= yLen && 0 == _compare(x, yLen, y, yLen); in _startsWith()
313 return 0 == _compare(x, xLen, y, yLen); in _startsWithSeparated()
316 0 == _compare(x, yLen, y, yLen) && in _startsWithSeparated()
1276 bool coreX = 0 == _compare(x, -1, L"PythonCore", -1); in _compareCompany()
1277 bool coreY = 0 == _compare(y, -1, L"PythonCore", -1); in _compareCompany()
1283 return _compare(x, -1, y, -1); in _compareCompany()
1303 int r = _compare(x, xToDash, y, yToDash); in _compareTag()
1314 return _compare(yDash, -1, xDash, -1); in _compareTag()
1435 if (0 != _compare(en in _isLegacyVersion()
[all...]
/third_party/skia/third_party/externals/freetype/src/cache/
H A Dftcmru.h167 FTC_MruNode_CompareFunc _compare = (FTC_MruNode_CompareFunc)(compare); \
180 if ( _compare( _node, (key) ) ) \
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-map.h65 lws_map_compare_key_t _compare; member
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_map/
H A Dmain.c161 info._compare = compare_mykey_t; in main()
/third_party/node/lib/
H A Dbuffer.js60 compare: _compare,
571 return _compare(buf1, buf2);
872 return this.byteLength === 0 || _compare(this, otherBuffer) === 0;
920 return _compare(this, target);
/third_party/python/Tools/c-analyzer/c_parser/
H A Dinfo.py227 self._compare = tuple(v or '' for v in self)
238 return self._compare == other
245 return self._compare > other

Completed in 9 milliseconds