HomeSort by relevance Sort by last modified time
    Searched full:hash_int (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/sqlite/src/ext/fts1/
ft_hash.h 33 char keyClass; /* HASH_INT, _POINTER, _STRING, _BINARY */
61 ** HASH_INT nKey is used as the key and pKey is ignored.
75 /* #define HASH_INT 1 // NOT USED */
ft_hash.c 34 ** keyClass is one of the constants HASH_INT, HASH_POINTER,
47 if( keyClass==HASH_POINTER || keyClass==HASH_INT ) copyKey = 0;
84 ** Hash and comparison functions when the mode is HASH_INT
156 #if 0 /* HASH_INT and HASH_POINTER are never used */
158 case HASH_INT: return &intHash;
182 #if 0 /* HASH_INT and HASH_POINTER are never used */
184 case HASH_INT: return &intCompare;
fts1_hash.h 33 char keyClass; /* HASH_INT, _POINTER, _STRING, _BINARY */
  /system/core/libutils/tests/
LruCache_test.cpp 174 uint32_t hash_int(int x) { function in namespace:android
194 uint32_t key = hash_int(index);
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_hash.h 33 char keyClass; /* HASH_INT, _POINTER, _STRING, _BINARY */
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_hash.h 33 char keyClass; /* HASH_INT, _POINTER, _STRING, _BINARY */

Completed in 581 milliseconds