Searched defs:size_log (Results 1 – 7 of 7) sorted by relevance
29 void size_log(const int nb_point, const int size_min, const int size_max, Vector & X) in size_log() function
245 for (uptr size_log = 0; size_log <= 4; size_log++) { in TEST() local
305 u64 size_log() const { return (x_ >> (3 + kClkBits)) & 3; } in size_log() function
89 unsigned char size_log; member
1072 uptr size_log = MostSignificantSetBitIndex(map_size); in Allocate() local
101 unsigned char size_log; member