Searched refs:sort_value (Results 1 - 2 of 2) sorted by path

/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Ds390-mkopc.c50 unsigned long long sort_value; member in struct:op_struct
73 unsigned long long sort_value; local
83 sort_value = 0;
88 sort_value = (sort_value << 4) + (*str - '0');
90 sort_value = (sort_value << 4) + (*str - 'a' + 10);
92 sort_value = (sort_value << 4) + (*str - 'A' + 10);
94 sort_value <<
[all...]
/macosx-10.9.5/pdisk-9/
H A DSCSI_media.c57 long sort_value; member in struct:bus_entry
217 entry->sort_value = 0;
250 entry->sort_value = result;
264 result = x->sort_value - y->sort_value;

Completed in 287 milliseconds