Home
last modified time | relevance | path

Searched defs:b2 (Results 1 – 18 of 18) sorted by relevance

/device/soc/hpmicro/sdk/hpm_sdk/middleware/hpm_mcl_v2/core/control/
Dhpm_mcl_filter.h19 float b2; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/commonboot/
Dhi_types.h107 #define hi_u8_bit_val(b7, b6, b5, b4, b3, b2, b1, b0) \ argument
110 #define hi_u16_bit_val(b12, b11, b10, b9, b8, b7, b6, b5, b4, b3, b2, b1, b0) \ argument
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
Dhmac_crypto_tkip.c41 static hi_u32 get_le32_split(hi_u8 b0, hi_u8 b1, hi_u8 b2, hi_u8 b3) in get_le32_split()
/device/soc/hpmicro/sdk/hpm_sdk/components/usb/host/
Dhpm_usb_host.c34 #define USB_BIN16(b1, b2) ((uint16_t) (0b##b1##b2)) argument
35 #define USB_BIN32(b1, b2, b3, b4) ((uint32_t) (0b##b1##b2##b3##b4)) argument
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/drm/
Dsunxi_drm_hdmi_edid.c49 static u32 edid_byte_to_dword(u8 b3, u8 b2, u8 b1, u8 b0) in edid_byte_to_dword()
/device/soc/winnermicro/wm800/board/include/arch/xt804/csi_dsp/
Dcsky_common_tables.h251 b2 = {{0x9999992f, 0x3fc99999} }, /* 0.199... */ variable
Dcsky_math.h4197 float32_t b1, b2, b3, b4; in csky_bilinear_interp_f32() local
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/include/
Dlinux_osl.h359 #define bcmp(b1, b2, len) memcmp((b1), (b2), (len)) argument
589 #define bcmp(b1, b2, len) memcmp((b1), (b2), (len)) argument
662 #define bcmp(b1, b2, len) memcmp((b1), (b2), (len)) argument
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
Dhi_types_base.h394 #define hi_u8_bit_val(b7, b6, b5, b4, b3, b2, b1, b0) \ argument
396 #define hi_u16_bit_val(b12, b11, b10, b9, b8, b7, b6, b5, b4, b3, b2, b1, b0) … argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
Dhi_types_base.h393 #define hi_u8_bit_val(b7, b6, b5, b4, b3, b2, b1, b0) \ argument
395 #define hi_u16_bit_val(b12, b11, b10, b9, b8, b7, b6, b5, b4, b3, b2, b1, b0) \ argument
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/modules/calib3d/src/
Dap3p.cpp177 double b2[3] = {featureVectors[0][1], featureVectors[1][1], featureVectors[2][1]}; in computePoses() local
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/include/
Dlinux_osl.h388 #define bcmp(b1, b2, len) memcmp((b1), (b2), (len)) argument
484 #define bcmp(b1, b2, len) memcmp((b1), (b2), (len)) argument
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
Dlinux_osl.h352 #define bcmp(b1, b2, len) memcmp((b1), (b2), (len)) argument
427 #define bcmp(b1, b2, len) memcmp((b1), (b2), (len)) argument
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/include/
Dlinux_osl.h311 #define bcmp(b1, b2, len) memcmp((b1), (b2), (len)) argument
385 #define bcmp(b1, b2, len) memcmp((b1), (b2), (len)) argument
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/hal/
Dhal_trace.c1118 uint8_t *b1, *b2; in hal_trace_get_history_buffer() local
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Dhndpmu.c7976 int32 a1 = -27, a2 = -15, b1 = 18704, b2 = 7531, a3, y1, y2, b3, y3; in si_pmu_openloop_cal_43012() local
Dbcmutils.c5688 bcm_match_buffers(const uint8 *b1, uint b1_len, const uint8 *b2, uint b2_len) in bcm_match_buffers()
/device/soc/chipsea/cst85/liteos_m/sdk/bsp/arch/cmsis/
Darm_math.h8548 float32_t b1, b2, b3, b4; in arm_bilinear_interp_f32() local