OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wlog
(Results
1 - 4
of
4
) sorted by null
/external/iproute2/tc/
q_sfq.c
43
int
wlog
;
local
183
wlog
= tc_red_eval_ewma(opt.qth_min, burst, avpkt);
184
if (
wlog
< 0) {
188
if (
wlog
>= 10)
190
opt.
Wlog
=
wlog
;
192
wlog
= tc_red_eval_P(opt.qth_min, opt.qth_max, probability);
193
if (
wlog
< 0) {
197
opt.Plog =
wlog
;
235
fprintf(f, "\n ewma %u ", qopt_ext->
Wlog
);
[
all
...]
tc_red.c
55
int
wlog
= 1;
local
64
for (
wlog
=1;
wlog
<32;
wlog
++, W /= 2) {
66
return
wlog
;
75
int tc_red_eval_idle_damping(int
Wlog
, unsigned avpkt, unsigned bps, __u8 *sbuf)
78
double lW = -log(1.0 - 1.0/(1<<
Wlog
))/xmit_time;
q_choke.c
43
int
wlog
;
local
132
wlog
= tc_red_eval_ewma(opt.qth_min*avpkt, burst, avpkt);
133
if (
wlog
< 0) {
137
if (
wlog
>= 10)
139
opt.
Wlog
=
wlog
;
141
wlog
= tc_red_eval_P(opt.qth_min*avpkt, opt.qth_max*avpkt, probability);
142
if (
wlog
< 0) {
146
opt.Plog =
wlog
;
148
wlog
= tc_red_eval_idle_damping(opt.Wlog, avpkt, rate, sbuf)
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/editor/
RawContactEditorView.java
934
private static void
wlog
(String message) {
method in class:RawContactEditorView
[
all
...]
Completed in 109 milliseconds