Searched refs:size_log (Results 1 – 16 of 16) sorted by relevance
/external/compiler-rt/lib/asan/tests/ |
D | asan_noinst_test.cc | 245 for (uptr size_log = 0; size_log <= 4; size_log++) { in TEST() local 246 uptr size = 1 << size_log; in TEST() 247 CB call = cb[is_write][size_log]; in TEST()
|
/external/iproute2/tc/ |
D | tc_core.c | 191 if ((sz >> s->size_log) > UINT16_MAX) { in tc_calc_size_table() 192 s->size_log++; in tc_calc_size_table() 195 (*stab)[i] = sz >> s->size_log; in tc_calc_size_table()
|
/external/strace/tests/ |
D | nlattr_tca_stab.c | 102 .size_log = 0xcd, in main() 114 PRINT_FIELD_U(", ", s, size_log); in main()
|
/external/strace/tests-m32/ |
D | nlattr_tca_stab.c | 102 .size_log = 0xcd, in main() 114 PRINT_FIELD_U(", ", s, size_log); in main()
|
/external/strace/tests-mx32/ |
D | nlattr_tca_stab.c | 102 .size_log = 0xcd, in main() 114 PRINT_FIELD_U(", ", s, size_log); in main()
|
/external/eigen/bench/btl/generic_bench/utils/ |
D | size_log.hh | 29 void size_log(const int nb_point, const int size_min, const int size_max, Vector & X) in size_log() function
|
D | size_lin_log.hh | 42 size_log(nb_point-nine,ten,size_max,log_size); in size_lin_log()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl.h | 192 DCHECK_EQ(kAccessSizeLog, size_log()); in SetAddr0AndSizeLog() 249 u64 ALWAYS_INLINE size() const { return 1ull << size_log(); } in size() 305 u64 size_log() const { return (x_ >> (3 + kClkBits)) & 3; } in size_log() function
|
/external/strace/ |
D | rtnl_tc.c | 224 PRINT_FIELD_U(", ", s, size_log); in decode_tc_sizespec()
|
/external/iproute2/include/ |
D | bpf_util.h | 259 size_t size_log);
|
/external/libnl/include/linux-private/linux/ |
D | pkt_sched.h | 89 unsigned char size_log; member
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator.h | 1072 uptr size_log = MostSignificantSetBitIndex(map_size); in Allocate() local 1073 CHECK_LT(size_log, ARRAY_SIZE(stats.by_size_log)); in Allocate() 1084 stats.by_size_log[size_log]++; in Allocate()
|
/external/iproute2/include/uapi/linux/ |
D | pkt_sched.h | 102 unsigned char size_log; member
|
/external/kernel-headers/original/uapi/linux/ |
D | pkt_sched.h | 103 unsigned char size_log; member
|
/external/iproute2/lib/ |
D | bpf.c | 1052 size_t size_log) in bpf_prog_load() argument 1061 if (size_log > 0) { in bpf_prog_load() 1063 attr.log_size = size_log; in bpf_prog_load()
|
/external/syzkaller/sys/linux/ |
D | socket_netlink_route_sched.txt | 1081 size_log int8
|