Searched refs:coap_fls (Results 1 – 7 of 7) sorted by relevance
30 extern int coap_fls(unsigned int i);32 #define coap_fls(i) fls(i) macro
41 *ls = coap_fls(v) - Nn; in COAP_PSEUDOFP_ENCODE_8_4_DOWN()44 #define COAP_PSEUDOFP_ENCODE_8_4_UP(v,ls,s) (v < HIBIT ? v : (ls = coap_fls(v) - Nn, (s = (((v + ((…
896 block.szx = (coap_fls(size >> 4) - 1) & 0x07; in cmdline_blocksize()
21 coap_fls(unsigned int i) { in coap_fls() function
474 lindex = coap_fls(~of->mask & mask); in coap_option_filter_op()
91 coap_fls;
88 coap_fls