Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_common/include/
Dmesh_compiler.h36 #ifndef popcount
37 #define popcount(x) __builtin_popcount(x) macro
/hal_espressif-3.6.0/components/bt/esp_ble_mesh/mesh_core/
Dlpn.c651 count += popcount(bt_mesh_atomic_get(&target[i])); in group_popcount()
654 return popcount(bt_mesh_atomic_get(target)); in group_popcount()
Dtransport.c1107 to += K_MSEC(((rx->seg_n + 1) - popcount(rx->block)) * 100U); in ack_timeout()
1336 timeout += K_MSEC(ttl * popcount(rx->block) * 100U); in incomplete_timeout()