HomeSort by relevance Sort by last modified time
    Searched refs:sort_key (Results 1 - 7 of 7) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
som.h 111 unsigned int sort_key :8; /* for linker */ member in struct:space_dictionary_record
134 unsigned int sort_key :8; member in struct:subspace_dictionary_record
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
som.h 111 unsigned int sort_key :8; /* for linker */ member in struct:space_dictionary_record
134 unsigned int sort_key :8; member in struct:subspace_dictionary_record
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
som.h 111 unsigned int sort_key :8; /* for linker */ member in struct:space_dictionary_record
134 unsigned int sort_key :8; member in struct:subspace_dictionary_record
  /external/opencv/cvaux/src/
cvbgfg_gaussmix.cpp 73 static void icvInsertionSortGaussians( CvGaussBGPoint* g_point, double* sort_key, CvGaussBGStatModelParams *bg_model_params );
110 static void icvGetSortKey( const int nChannels, double* sort_key, const CvGaussBGPoint* g_point,
284 double sort_key[CV_BGFG_MOG_MAX_NGAUSSIANS]; local
310 icvGetSortKey( nChannels, sort_key, g_point, &bg_model_params );
311 icvInsertionSortGaussians( g_point, sort_key, (CvGaussBGStatModelParams *)&bg_model_params );
355 static void icvInsertionSortGaussians( CvGaussBGPoint* g_point, double* sort_key, CvGaussBGStatModelParams *bg_model_params )
360 double index = sort_key[i];
361 for( j = i; j > 0 && sort_key[j-1] < index; j-- ) //sort decending order
363 double temp_sort_key = sort_key[j];
364 sort_key[j] = sort_key[j-1]
    [all...]
  /external/webkit/Tools/Scripts/
print-vse-failure-logs 68 def sort_key(log_path): function in function:PrintVisualStudioExpressLogs._sort_buildlogs
78 return sorted(log_paths, key=sort_key)
  /external/chromium/chrome/browser/autofill/
autofill_country.cc 479 std::string sort_key = GetSortKey(*collator, local
484 localized_names.insert(std::make_pair(sort_key, country_code));
502 std::string sort_key = GetSortKey(*collator, local
510 localized_names.find(sort_key);
  /external/linux-tools-perf/
builtin-lock.c 240 static const char *sort_key = "acquired"; variable
265 if (!strcmp(keys[i].name, sort_key)) {
271 die("Unknown compare key:%s\n", sort_key);
919 OPT_STRING('k', "key", &sort_key, "acquired",

Completed in 977 milliseconds