OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:size_log
(Results
1 - 8
of
8
) sorted by null
/external/eigen/bench/btl/generic_bench/utils/
size_log.hh
2
// File :
size_log
.hh
20
#ifndef
SIZE_LOG
21
#define
SIZE_LOG
29
void
size_log
(const int nb_point, const int size_min, const int size_max, Vector & X)
function
size_lin_log.hh
23
#include "
size_log
.hh"
42
size_log
(nb_point-nine,ten,size_max,log_size);
/external/iproute2/tc/
tc_core.c
138
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/
tsan_rtl.h
230
//
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
/bionic/libc/kernel/common/linux/
pkt_sched.h
76
unsigned char
size_log
;
member in struct:tc_sizespec
/external/kernel-headers/original/linux/
pkt_sched.h
92
unsigned char
size_log
;
member in struct:tc_sizespec
/external/iproute2/include/linux/
pkt_sched.h
89
unsigned char
size_log
;
member in struct:tc_sizespec
/external/compiler-rt/lib/sanitizer_common/
sanitizer_allocator.h
958
uptr
size_log
= MostSignificantSetBitIndex(map_size);
local
959
CHECK_LT(
size_log
, ARRAY_SIZE(stats.by_size_log));
[
all
...]
Completed in 52 milliseconds