Home
last modified time | relevance | path

Searched refs:size_log (Results 1 – 7 of 7) sorted by relevance

/external/iproute2/tc/
Dtc_core.c173 if ((sz >> s->size_log) > UINT16_MAX) { in tc_calc_size_table()
174 s->size_log++; in tc_calc_size_table()
177 (*stab)[i] = sz >> s->size_log; in tc_calc_size_table()
/external/eigen/bench/btl/generic_bench/utils/
Dsize_log.hh29 void size_log(const int nb_point, const int size_min, const int size_max, Vector & X) in size_log() function
Dsize_lin_log.hh42 size_log(nb_point-nine,ten,size_max,log_size); in size_lin_log()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h248 DCHECK_EQ(kAccessSizeLog, size_log()); in SetAddr0AndSizeLog()
318 u64 size() const { return 1ull << size_log(); } in size()
375 u64 size_log() const { return (x_ >> 3) & 3; } in size_log() function
/external/kernel-headers/original/linux/
Dpkt_sched.h92 unsigned char size_log; member
/external/iproute2/include/linux/
Dpkt_sched.h89 unsigned char size_log; member
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h958 uptr size_log = MostSignificantSetBitIndex(map_size); in Allocate() local
959 CHECK_LT(size_log, ARRAY_SIZE(stats.by_size_log)); in Allocate()
970 stats.by_size_log[size_log]++; in Allocate()