Home
last modified time | relevance | path

Searched defs:bit_set (Results 1 – 3 of 3) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/upg/
Dboot_upg_common.h41 #define bit_set(x, i, b) ((x) = (hi_u8)((b) ? ((1 << (i)) | (x)) : ((~(hi_u8)(1 << (i))) & (x)))) macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/include/
Dcmd_loop.h52 #define bit_set(x, i, b) ((x) = (hi_u8)((b) ? ((1 << (i)) | (x)) : ((~(hi_u8)(1 << (i))) & (x)))) macro
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/system/upg/
Dupg_common.h90 #define bit_set(x, i, b) ((x) = (hi_u8)((b) ? ((1 << (i)) | (x)) : ((~(hi_u8)(1 << (i))) & (x)))) macro