Searched refs:lws_humanize (Results 1 – 6 of 6) sorted by relevance
/external/libwebsockets/lib/core-net/ |
D | stats.c | 112 return lws_humanize(p, len, u, schema); in quantify()
|
/external/libwebsockets/include/libwebsockets/ |
D | lws-misc.h | 692 lws_humanize(char *buf, int len, uint64_t value,
|
/external/libwebsockets/lib/core/ |
D | libwebsockets.c | 1159 lws_humanize(char *p, int len, uint64_t v, const lws_humanize_unit_t *schema) in lws_humanize() function
|
/external/libwebsockets/lib/secure-streams/ |
D | policy.c | 860 lws_humanize(buf, sizeof(buf), lwsac_total_alloc(args->ac), in lws_ss_policy_set()
|
/external/libwebsockets/ |
D | README.md | 83 - NEW: lws_humanize: apis for reporting scalar quanties like 1234 as "1.234KB"
|
D | changelog | 61 - NEW: lws_humanize: apis for reporting scalar quanties like 1234 as "1.234KB"
|