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

  /external/oprofile/libop/
op_config_24.h 69 #define OP_HASH_MAP_NR 4093
op_interface.h 85 #define OP_HASH_MAP_SIZE (OP_HASH_MAP_NR * sizeof(struct op_hash_index) + POOL_SIZE)
  /external/oprofile/daemon/liblegacy/
opd_mapping.c 30 static char const * hash_name[OP_HASH_MAP_NR];
36 for (i = 0; i < OP_HASH_MAP_NR; ++i)
101 return ((char *)(hashmap + OP_HASH_MAP_NR) + ind);
160 if (hash < 0 || hash >= OP_HASH_MAP_NR) {
  /external/oprofile/module/
op_dname.c 51 for (i = 0; i < OP_HASH_MAP_NR; ++i) {
56 op_pool_start = (char *)(hash_map + OP_HASH_MAP_NR);
206 value = (value + incr) % OP_HASH_MAP_NR;
op_dcache.h 41 return (hash ^ parent) % OP_HASH_MAP_NR;

Completed in 148 milliseconds