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

  /external/clearsilver/util/
neo_hash.h 38 NE_COMP_FUNC comp_func; member in struct:_HASH
41 NEOERR *ne_hash_init (NE_HASH **hash, NE_HASH_FUNC hash_func, NE_COMP_FUNC comp_func);
neo_hash.c 24 NEOERR *ne_hash_init (NE_HASH **hash, NE_HASH_FUNC hash_func, NE_COMP_FUNC comp_func)
35 my_hash->comp_func = comp_func;
198 if (hash->comp_func)
200 while (*node && !(hash->comp_func((*node)->key, key)))
205 /* No comp_func means we're doing pointer comparisons */
  /external/openssl/crypto/stack/
stack.c 316 int (*comp_func)(const void *,const void *);
323 comp_func=(int (*)(const void *,const void *))(st->comp);
324 qsort(st->data,st->num,sizeof(char *), comp_func);
  /frameworks/base/tools/preload/
sorttable.js 302 shaker_sort: function(list, comp_func) {
313 if ( comp_func(list[i], list[i+1]) > 0 ) {
323 if ( comp_func(list[i], list[i-1]) < 0 ) {

Completed in 584 milliseconds