Searched refs:sort_value (Results 1 – 4 of 4) sorted by relevance
36 unsigned long long sort_value; member59 unsigned long long sort_value; in insertOpcode() local69 sort_value = 0; in insertOpcode()74 sort_value = (sort_value << 4) + (*str - '0'); in insertOpcode()76 sort_value = (sort_value << 4) + (*str - 'a' + 10); in insertOpcode()78 sort_value = (sort_value << 4) + (*str - 'A' + 10); in insertOpcode()80 sort_value <<= 4; in insertOpcode()85 sort_value <<= 4*(16 - ix); in insertOpcode()86 sort_value += (min_cpu << 8) + mode_bits; in insertOpcode()89 if (sort_value > op_array[ix].sort_value) in insertOpcode()[all …]
68 unsigned long long sort_value; member91 unsigned long long sort_value; in insertOpcode() local101 sort_value = 0; in insertOpcode()106 sort_value = (sort_value << 4) + (*str - '0'); in insertOpcode()108 sort_value = (sort_value << 4) + (*str - 'a' + 10); in insertOpcode()110 sort_value = (sort_value << 4) + (*str - 'A' + 10); in insertOpcode()112 sort_value <<= 4; in insertOpcode()117 sort_value <<= 4*(16 - ix); in insertOpcode()118 sort_value += (min_cpu << 8) + mode_bits; in insertOpcode()121 if (sort_value > op_array[ix].sort_value) in insertOpcode()[all …]
78 const void *sort_value; /* Raw value for sorting */ member115 field->sort_value = (const void *) field->report_string; in dm_report_field_string()143 field->sort_value = sortval; in dm_report_field_int()172 field->sort_value = sortval; in dm_report_field_uint32()201 field->sort_value = sortval; in dm_report_field_int32()230 field->sort_value = sortval; in dm_report_field_uint64()242 field->sort_value = sortvalue ? : value; in dm_report_field_set_value()831 *(const uint64_t *) sfa->sort_value; in _row_compare()833 *(const uint64_t *) sfb->sort_value; in _row_compare()844 const char *stra = (const char *) sfa->sort_value; in _row_compare()[all …]
57 long sort_value; member217 entry->sort_value = 0; in fill_bus_entry()250 entry->sort_value = result; in fill_bus_entry()264 result = x->sort_value - y->sort_value; in bus_entry_compare()