Home
last modified time | relevance | path

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

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Duthash.h161 #define HASH_BLOOM_BITSET(bv,idx) (bv[(idx)/8U] |= (1U << ((idx)%8U)))
162 #define HASH_BLOOM_BITTEST(bv,idx) (bv[(idx)/8U] & (1U << ((idx)%8U)))
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/adapt/
H A Dhi_comm_isp_adapt.h2323 hi_s16 bv; /* RW;Range:[-32768, 32767]; The center value of the Bv value targeted by this table. */ member
2380 hi_s16 bv; /* RW;Range:[-32768, 32767]; Bv value */ member
2472 hi_s16 bv; /* R; Range;[-32768, 32767]; Bv value */ member
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/adapt/
H A Dhi_comm_isp_adapt.h2323 hi_s16 bv; /* RW;Range:[-32768, 32767]; The center value of the Bv value targeted by this table. */ member
2380 hi_s16 bv; /* RW;Range:[-32768, 32767]; Bv value */ member
2472 hi_s16 bv; /* R; Range;[-32768, 32767]; Bv value */ member

Completed in 19 milliseconds