Home
last modified time | relevance | path

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

/third_party/boost/boost/pending/
Dfibonacci_heap.hpp51 , _compare(cmp) in fibonacci_heap()
85 if (_compare(d, _key[_root])) in push()
146 if (_compare(_key[u], _key[v])) in add_tree_to_new_roots()
195 if (_compare(_key[w], d)) in rebuild_root_list()
211 assert(!_compare(_key[v], d)); in update()
216 if (_compare(d, _key[_root])) in update()
219 else if (_compare(d, _key[p])) in update()
281 if (_compare(d, _key[_root])) in insert_into_forest()
313 Compare _compare; member in boost::fibonacci_heap
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_render.c32 static void _compare(SDL_Surface *reference, int allowable_error);
196 _compare(referenceSurface, ALLOWABLE_ERROR_OPAQUE ); in render_testPrimitives()
343 _compare(referenceSurface, ALLOWABLE_ERROR_BLENDED ); in render_testPrimitivesBlend()
412 _compare(referenceSurface, ALLOWABLE_ERROR_OPAQUE ); in render_testBlit()
486 _compare(referenceSurface, ALLOWABLE_ERROR_OPAQUE ); in render_testBlitColor()
563 _compare(referenceSurface, ALLOWABLE_ERROR_BLENDED ); in render_testBlitAlpha()
679 _compare(referenceSurface, ALLOWABLE_ERROR_OPAQUE ); in render_testBlitBlend()
689 _compare(referenceSurface, ALLOWABLE_ERROR_BLENDED ); in render_testBlitBlend()
699 _compare(referenceSurface, ALLOWABLE_ERROR_BLENDED ); in render_testBlitBlend()
709 _compare(referenceSurface, ALLOWABLE_ERROR_BLENDED ); in render_testBlitBlend()
[all …]
/third_party/boost/boost/thread/concurrent_queues/
Dsync_priority_queue.hpp43 Compare _compare; member in boost::detail::priority_queue
49 : _elements(), _compare(compare) in priority_queue()
65 std::push_heap(_elements.begin(), _elements.end(), _compare); in push()
70 std::push_heap(_elements.begin(), _elements.end(), _compare); in push()
75 std::pop_heap(_elements.begin(), _elements.end(), _compare); in pop()
/third_party/libwebsockets/lib/core/
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/skia/third_party/externals/freetype/src/cache/
Dftcmru.h167 FTC_MruNode_CompareFunc _compare = (FTC_MruNode_CompareFunc)(compare); \
180 if ( _compare( _node, (key) ) ) \
/third_party/flutter/skia/third_party/externals/freetype/src/cache/
Dftcmru.h167 FTC_MruNode_CompareFunc _compare = (FTC_MruNode_CompareFunc)(compare); \
180 if ( _compare( _node, (key) ) ) \
/third_party/freetype/src/cache/
Dftcmru.h167 FTC_MruNode_CompareFunc _compare = (FTC_MruNode_CompareFunc)(compare); \
180 if ( _compare( _node, (key) ) ) \
/third_party/libwebsockets/include/libwebsockets/
Dlws-map.h65 lws_map_compare_key_t _compare; member
/third_party/node/lib/
Dbuffer.js55 compare: _compare,
540 return _compare(buf1, buf2);
842 return this.byteLength === 0 || _compare(this, otherBuffer) === 0;
890 return _compare(this, target);
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_map/
Dmain.c159 info._compare = compare_mykey_t; in main()
/third_party/libwebsockets/READMEs/
DREADME.lws_map.md46 bytewise comparison, the map creation info struct ._compare() operation should
/third_party/python/Tools/c-analyzer/c_parser/
Dinfo.py227 self._compare = tuple(v or '' for v in self)
238 return self._compare == other
245 return self._compare > other