Searched refs:b1 (Results 1 - 7 of 7) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/ |
H A D | hi_types.h | 107 #define hi_u8_bit_val(b7, b6, b5, b4, b3, b2, b1, b0) \ 108 (((b7) << 7) | ((b6) << 6) | ((b5) << 5) | ((b4) << 4) | ((b3) << 3) | ((b2) << 2) | ((b1) << 1) | ((b0) << 0)) 110 #define hi_u16_bit_val(b12, b11, b10, b9, b8, b7, b6, b5, b4, b3, b2, b1, b0) \ 112 ((b6) << 6) | ((b5) << 5) | ((b4) << 4) | ((b3) << 3) | ((b2) << 2) | ((b1) << 1) | ((b0) << 0))
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/ |
H A D | hi_types_base.h | 394 #define hi_u8_bit_val(b7, b6, b5, b4, b3, b2, b1, b0) \ 395 (((b7) << 7) | ((b6) << 6) | ((b5) << 5) | ((b4) << 4) | ((b3) << 3) | ((b2) << 2) | ((b1) << 1) | ((b0) << 0)) 396 #define hi_u16_bit_val(b12, b11, b10, b9, b8, b7, b6, b5, b4, b3, b2, b1, b0) \ 398 ((b5) << 5) | ((b4) << 4) | ((b3) << 3) | ((b2) << 2) | ((b1) << 1) | ((b0) << 0))
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_types_base.h | 393 #define hi_u8_bit_val(b7, b6, b5, b4, b3, b2, b1, b0) \ 394 (((b7) << 7) | ((b6) << 6) | ((b5) << 5) | ((b4) << 4) | ((b3) << 3) | ((b2) << 2) | ((b1) << 1) | ((b0) << 0)) 395 #define hi_u16_bit_val(b12, b11, b10, b9, b8, b7, b6, b5, b4, b3, b2, b1, b0) \ 397 ((b6) << 6) | ((b5) << 5) | ((b4) << 4) | ((b3) << 3) | ((b2) << 2) | ((b1) << 1) | ((b0) << 0))
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/ |
H A D | bn_mul.h | 891 mbedtls_mpi_uint s0, s1, b0, b1; \ 894 b1 = ( b >> biH ); 899 rx = s0 * b1; r0 = s0 * b0; \ 900 ry = s1 * b0; r1 = s1 * b1; \
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | linux_osl.h | 352 #define bcmp(b1, b2, len) memcmp((b1), (b2), (len)) 427 #define bcmp(b1, b2, len) memcmp((b1), (b2), (len)) 497 extern int bcmp(const void *b1, const void *b2, size_t len);
|
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/ |
H A D | hmac_crypto_tkip.c | 41 static hi_u32 get_le32_split(hi_u8 b0, hi_u8 b1, hi_u8 b2, hi_u8 b3) in get_le32_split() argument 43 return b0 | (b1 << 8) | (b2 << 16) | (b3 << 24); /* 8 16 24 移动位数 */ in get_le32_split()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/common/ |
H A D | loadbmp.c | 35 HI_U8 r1, g1, b1; in OSD_MAKECOLOR_U16() local 41 b1 = b >> (8 - compinfo.blen); /* 8bit */ in OSD_MAKECOLOR_U16() 48 pixel |= (r1 | (g1 << compinfo.blen) | (b1 << (compinfo.blen + compinfo.glen))); in OSD_MAKECOLOR_U16()
|
Completed in 12 milliseconds