Home
last modified time | relevance | path

Searched refs:popcount (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/ble_host/include/
A Dble_os_port.h252 #define popcount(x) __builtin_popcount(x) macro
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dlpn.c630 count += popcount(atomic_get(&target[i])); in group_popcount()
633 return popcount(atomic_get(target)); in group_popcount()
A Dtransport.c979 to += K_MSEC(((rx->seg_n + 1) - popcount(rx->block)) * 100); in ack_timeout()

Completed in 9 milliseconds