Searched refs:common_size (Results 1 – 1 of 1) sorted by relevance
186 size_t common_size = UPB_MIN(a.size, b.size); in _upb_mapsorter_cmpstr() local187 int cmp = memcmp(a.data, b.data, common_size); in _upb_mapsorter_cmpstr()