Searched refs:worst (Results 1 - 9 of 9) sorted by relevance
/third_party/libwebsockets/plugins/ |
H A D | protocol_lws_mirror.c | 108 * was not equal to the current worst, ie, if the tail you will work on is != 117 uint32_t wai, worst = 0, worst_tail = 0, oldest; in __mirror_update_worst_tail() local 126 if (wai >= worst) { in __mirror_update_worst_tail() 127 worst = wai; in __mirror_update_worst_tail() 149 if (!worst) in __mirror_update_worst_tail() 377 lwsl_err("%s: NULL payload: worst = %d," in callback_lws_mirror()
|
/third_party/python/Lib/ |
H A D | timeit.py | 365 worst = max(timings) 366 if worst >= best * 4: 369 "The worst time (%s) was more than four times " 371 % (format_time(worst), format_time(best)),
|
/third_party/ltp/pan/ |
H A D | tag_report.c | 101 * (a) keep track of the "worst case" in this *TAG* 444 /* keep "worst case" */ in cuts_testcase() 455 * Determine a "worst case" status from two given statuses. 459 /* NULL-terminated table, ordered from worst-case to best-case */ in worst_case() 460 static char *worst[] = { in worst_case() local 469 for (w1 = worst; *w1 != NULL && strcmp(t1, *w1); w1++) ; in worst_case() 471 for (w2 = worst; *w2 != NULL && strcmp(t2, *w2); w2++) ; in worst_case()
|
/third_party/skia/tests/ |
H A D | WangsFormulaTest.cpp | 332 float worst = wangs_formula::worst_case_cubic(kPrecision, bbox.width(), bbox.height()); in DEF_TEST() 336 REPORTER_ASSERT(r, worst >= actual); in DEF_TEST() 337 REPORTER_ASSERT(r, std::ceil(std::log2(std::max(1.f, worst))) == worst_log2); in DEF_TEST()
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | jitter.c | 184 int worst = 0; in compute_opt_delay() local 228 worst = latest; in compute_opt_delay() 255 deltaT = best-worst; in compute_opt_delay() 258 /*fprintf(stderr, "auto_tradeoff = %d (%d %d %d)\n", jitter->auto_tradeoff, best, worst, i);*/ in compute_opt_delay()
|
/third_party/mesa3d/src/util/format/ |
H A D | u_format_fxt1.c | 173 int32_t i, k, worst = -1; in fxt1_worst() local 183 worst = k; in fxt1_worst() 187 return worst; in fxt1_worst() 401 int32_t worst = fxt1_worst(vec[j], input, nc, n); in fxt1_lloyd() local 403 vec[j][i] = input[worst][i]; in fxt1_lloyd()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | vp8dsp_armv6.S | 1183 @ note: worst case sum of all 6-tap filter values * 255 is 0x7f80 so 16 bit
|
H A D | vp8dsp_neon.S | 1549 @ note: worst case sum of all 6-tap filter values * 255 is 0x7f80 so 16 bit
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
Completed in 11 milliseconds