Home
last modified time | relevance | path

Searched defs:Bytes (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/samples/net/sockets/big_http_download/src/
Dbig_http_download.c40 #define bytes2KiB(Bytes) (Bytes / (1024u)) argument
41 #define bytes2MiB(Bytes) (Bytes / (1024u * 1024u)) argument