Searched defs:lhs (Results 1 - 3 of 3) sorted by relevance

/system/core/libpixelflinger/codeflinger/
H A DCodeCache.h123 const key_value_pair_t<CodeCache::key_t, CodeCache::cache_entry_t>& lhs,
126 return lhs.key.mKey->compare_type(*(rhs.key.mKey));
122 compare_type( const key_value_pair_t<CodeCache::key_t, CodeCache::cache_entry_t>& lhs, const key_value_pair_t<CodeCache::key_t, CodeCache::cache_entry_t>& rhs) argument
/system/core/libpixelflinger/tinyutils/
H A DTypeHelpers.h95 int strictly_order_type(const TYPE& lhs, const TYPE& rhs) { argument
96 return (lhs < rhs) ? 1 : 0;
100 int compare_type(const TYPE& lhs, const TYPE& rhs) { argument
101 return strictly_order_type(rhs, lhs) - strictly_order_type(lhs, rhs);
/system/core/include/private/pixelflinger/
H A Dggl_context.h254 inline int compare_type(const needs_t& lhs, const needs_t& rhs) { argument
255 return memcmp(&lhs, &rhs, sizeof(needs_t));

Completed in 65 milliseconds