Searched refs:lowest_index (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/cctools-845/libmacho/
H A Darch.c303 int32_t lowest_family, lowest_model, lowest_index; local
403 lowest_index = -1;
414 lowest_index = i;
418 return(fat_archs + lowest_index);
/macosx-10.9.5/cctools-845/libstuff/
H A Dbest_arch.c50 long lowest_family, lowest_model, lowest_index; local
208 lowest_index = -1;
220 lowest_index = i;
224 return(fat_archs + lowest_index);

Completed in 101 milliseconds