Home
last modified time | relevance | path

Searched refs:buck (Results 1 – 11 of 11) sorted by relevance

/third_party/libwebsockets/lib/system/metrics/
Dmetrics.c551 lws_metric_bucket_t *buck = pub->u.hist.head; in lws_metrics_hist_bump_() local
566 while (buck) { in lws_metrics_hist_bump_()
567 if (lws_metric_bucket_name_len(buck) == nl && in lws_metrics_hist_bump_()
568 !strcmp(name, lws_metric_bucket_name(buck))) { in lws_metrics_hist_bump_()
569 buck->count++; in lws_metrics_hist_bump_()
572 buck = buck->next; in lws_metrics_hist_bump_()
575 buck = lws_malloc(sizeof(*buck) + nl + 2, __func__); in lws_metrics_hist_bump_()
576 if (!buck) in lws_metrics_hist_bump_()
579 nm = (char *)buck + sizeof(*buck); in lws_metrics_hist_bump_()
584 buck->next = pub->u.hist.head; in lws_metrics_hist_bump_()
[all …]
/third_party/libwebsockets/plugins/
Dprotocol_lws_openmetrics_export.c279 lws_metric_bucket_t *buck = pub->u.hist.head; in lws_metrics_om_format() local
286 while (buck) { in lws_metrics_om_format()
287 lws_strncpy(tmp, lws_metric_bucket_name(buck), in lws_metrics_om_format()
292 (unsigned long long)buck->count); in lws_metrics_om_format()
298 buck = buck->next; in lws_metrics_om_format()
/third_party/ejdb/src/bindings/ejdb2_react_native/tests/
D.gitignore40 buck-out/
/third_party/protobuf/examples/
Dlist_people_test.go87 E-mail address: buck@example.com
/third_party/gn/docs/
Dlanguage.md512 [Pants](http://www.pantsbuild.org/) and [Buck](http://facebook.github.io/buck/).
/third_party/mindspore/tests/ut/data/mindrecord/testAclImdbData/
Dvocab.txt10132 buck
24205 ##buck
/third_party/icu/icu4j/perf-tests/data/collation/
Dulyss10.txt423 Hellenic ring, hasn't it? Tripping and sunny like the buck himself. We
1435 --Redheaded women buck like goats.
2507 outcast man, madame in rue GIT-LE-COEUR, canary and two buck lodgers.
2604 tenney a buck, trippant, proper, unattired. At the lacefringe of the tide
2735 His gaze brooded on his broadtoed boots, a buck's castoffs,
3849 champing teeth. Their full buck eyes regarded him as he went by, amid the
9347 castoff mail of a court buck, a wellset man with a bass voice. It is the
19466 the buck and doe of the forest glade, the farmyard drake and duck.
20328 And snares of the poxfiend. Where's the buck and Namby Amby?
21549 bearings of the Bellingham escutcheon garnished sable, a buck's head
[all …]
D2drvb10.txt21755 fatlings, and blood of calves, and lambs, and buck goats.
24535 the blood of lambs and buck goats, with the blood of rams full of
47417 the buck goats: for the Lord of hosts hath visited his flock, the house
/third_party/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt12919 诿 < pass\-buck;
20753 麚 < buck;
35725 雄鹿 > buck;
44888 诿 > pass\-buck;
45142 諉 > pass\-buck;
54081 麚 > buck;
/third_party/libffi/
DChangeLog.old4383 2004-04-26 Joe Buck <jbuck@welsh-buck.org>
/third_party/NuttX/
DReleaseNotes16006 - STM32F334-DISCO: Add lower-half driver for SMPS (buck-boost onboard
16992 - configs/stm32f334-disco: Add buck converter and boost converter
17754 - STM32F334-Disco: Added buck/boost converter example configuration.