Searched refs:size_log (Results 1 - 8 of 8) 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
H A Dsize_lin_log.hh23 #include "size_log.hh"
42 size_log(nb_point-nine,ten,size_max,log_size);
/external/compiler-rt/lib/asan/tests/
H A Dasan_noinst_test.cc252 for (uptr size_log = 0; size_log <= 4; size_log++) {
253 uptr size = 1 << size_log;
254 CB call = cb[is_write][size_log];
/external/iproute2/tc/
H A Dtc_core.c138 stab[pkt_len>>cell_log] = pkt_xmit_size>>size_log
173 if ((sz >> s->size_log) > UINT16_MAX) {
174 s->size_log++;
177 (*stab)[i] = sz >> s->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
/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]++;

Completed in 172 milliseconds