Home | History | Annotate | Download | only in xdgmime

Lines Matching full:weight

352   int weight;
419 int weight = GET_UINT32 (cache->buffer, list_offset + 4 + 12 * j + 8);
427 mime_types[n].weight = weight;
454 int weight;
500 weight = GET_UINT32 (cache->buffer, child_offset + 12 * i + 8);
503 mime_types[n].weight = weight;
549 return aa->weight - bb->weight;