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.h1029 uptr size_log = MostSignificantSetBitIndex(map_size); local
1030 CHECK_LT(size_log, ARRAY_SIZE(stats.by_size_log));
1041 stats.by_size_log[size_log]++;
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h166 // size_log : 2
185 DCHECK_EQ(kAccessSizeLog, size_log());
242 u64 ALWAYS_INLINE size() const { return 1ull << size_log(); }
298 u64 size_log() const { return (x_ >> (3 + kClkBits)) & 3; } function in class:__tsan::Shadow
/external/iproute2/include/linux/
H A Dpkt_sched.h89 unsigned char size_log; member in struct:tc_sizespec
/external/kernel-headers/original/uapi/linux/
H A Dpkt_sched.h97 unsigned char size_log; member in struct:tc_sizespec

Completed in 968 milliseconds