Searched defs:size_log (Results 1 - 5 of 5) sorted by relevance

/external/eigen/bench/btl/generic_bench/utils/
H A Dsize_log.hh2 // File : size_log.hh
29 void size_log(const int nb_point, const int size_min, const int size_max, Vector & X) function
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h958 uptr size_log = MostSignificantSetBitIndex(map_size); local
959 CHECK_LT(size_log, ARRAY_SIZE(stats.by_size_log));
970 stats.by_size_log[size_log]++;
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h230 // size_log : 2
248 DCHECK_EQ(kAccessSizeLog, size_log());
318 u64 size() const { return 1ull << size_log(); }
375 u64 size_log() const { return (x_ >> 3) & 3; } function in class:__tsan::Shadow
/external/kernel-headers/original/linux/
H A Dpkt_sched.h92 unsigned char size_log; member in struct:tc_sizespec
/external/iproute2/include/linux/
H A Dpkt_sched.h89 unsigned char size_log; member in struct:tc_sizespec

Completed in 160 milliseconds