Home
last modified time | relevance | path

Searched refs:coap_flsll (Results 1 - 3 of 3) sorted by relevance

/third_party/libcoap/include/coap3/
H A Dcoap_encode.h37 extern int coap_flsll(long long i);
39 #define coap_flsll(i) flsll(i) macro
/third_party/libcoap/src/
H A Dcoap_encode.c22 return coap_flsll(i); in coap_fls()
28 coap_flsll(long long j) { in coap_flsll() function
H A Dcoap_block.c157 new_blk_size = coap_flsll((long long)avail) - 5; in setup_block_b()
732 blk_size = coap_flsll((long long)avail) - 4 - 1; in coap_add_data_large_internal()
934 blk_size = coap_flsll((long long)avail) - 4 - 1; in coap_add_data_large_internal()

Completed in 6 milliseconds