HomeSort by: relevance | last modified time | path
    Searched refs:sort_info (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/ufs/ext2fs/
ext2fs_htree.c 275 struct ext2fs_htree_sort_entry *sort_info, dummy; local
279 sort_info = (struct ext2fs_htree_sort_entry *)
294 sort_info--;
295 sort_info->h_size = ep->e2d_reclen;
296 sort_info->h_offset = (char *)ep - block1;
299 &sort_info->h_hash, NULL);
308 kheapsort(sort_info, entry_cnt, sizeof(struct ext2fs_htree_sort_entry),
315 if (sort_info[i].h_size + size > blksize / 2)
317 size += sort_info[i].h_size;
320 *split_hash = sort_info[i + 1].h_hash
    [all...]
  /src/external/mit/isl/dist/
isl_flow.c 336 * In case of an error, sort_info.error is set to true and all elements are
341 struct access_sort_info *sort_info = user; local
342 isl_access_info *acc = sort_info->access_info;
344 if (sort_info->error)
369 sort_info->error = 1;
378 struct access_sort_info sort_info; local
380 sort_info.access_info = acc;
381 sort_info.error = 0;
389 access_sort_cmp, &sort_info) < 0)
391 if (sort_info.error
    [all...]
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 12528 static struct lsort_info *sort_info; variable in typeref:struct:lsort_info
12534 if (Jim_ListIndices(sort_info->interp, *lhsObj, sort_info->indexv, sort_info->indexc, &lObj, JIM_ERRMSG) != JIM_OK ||
12535 Jim_ListIndices(sort_info->interp, *rhsObj, sort_info->indexv, sort_info->indexc, &rObj, JIM_ERRMSG) != JIM_OK) {
12536 longjmp(sort_info->jmpbuf, JIM_ERR);
12538 return sort_info->subfn(&lObj, &rObj);
12544 return Jim_StringCompareObj(sort_info->interp, *lhsObj, *rhsObj, 0) * sort_info->order
    [all...]

Completed in 62 milliseconds