Home
last modified time | relevance | path

Searched defs:cnt (Results 1 – 25 of 94) sorted by relevance

1234

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_common/
A Drtl8721d_i2c.c558 u8 cnt = 0; in I2C_MasterWrite() local
591 u8 cnt = 0; in I2C_MasterWriteBrk() local
640 u8 cnt = 0; in I2C_MasterReadDW() local
681 u8 cnt = 0; in I2C_MasterRead() local
721 u8 cnt = 0; in I2C_SlaveWrite() local
750 u8 cnt = 0; in I2C_SlaveRead() local
774 u8 cnt = 0; in I2C_MasterRepeatRead() local
/AliOS-Things-master/hardware/chip/rtl872xd/test/cutest/
A Dcut.c42 int cnt = 0; in parse_arg() local
94 int i = 0, cnt = 0; in cut_main() local
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/mbed/targets/hal/rtl8721d/
A Di2c_api.c60 u8 cnt = 0; in I2C_MasterRead_Patch() local
95 u8 cnt = 0; in I2C_MasterWrite_Patch() local
134 int cnt = 0; in I2C_MasterRead_TimeOut() local
184 int cnt = 0; in I2C_MasterWrite_TimeOut() local
548 u8 cnt = 0; in i2c_repeatread() local
596 u8 cnt = 0; in i2c_send_restart() local
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dhal_trace.h79 #define REL_DUMP8(str, buf, cnt) hal_trace_dump(str, sizeof(uint8_t), cnt, buf) argument
80 #define REL_DUMP16(str, buf, cnt) hal_trace_dump(str, sizeof(uint16_t), cnt, buf) argument
81 #define REL_DUMP32(str, buf, cnt) hal_trace_dump(str, sizeof(uint32_t), cnt, buf) argument
92 #define REL_DUMP8(str, buf, cnt) hal_dump_dummy(str, buf, cnt) argument
93 #define REL_DUMP16(str, buf, cnt) hal_dump_dummy(str, buf, cnt) argument
94 #define REL_DUMP32(str, buf, cnt) hal_dump_dummy(str, buf, cnt) argument
105 #define DUMP8(str, buf, cnt) hal_dump_dummy(str, buf, cnt) argument
106 #define DUMP16(str, buf, cnt) hal_dump_dummy(str, buf, cnt) argument
107 #define DUMP32(str, buf, cnt) hal_dump_dummy(str, buf, cnt) argument
369 #define AUDIO_DEBUG_DUMP(buf, cnt) hal_trace_output(buf, cnt) argument
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_hp/
A Drtl8721dhp_usi_i2c.c541 u8 cnt = 0; in USI_I2C_MasterWrite() local
581 u8 cnt = 0; in USI_I2C_MasterRead() local
621 u8 cnt = 0; in USI_I2C_SlaveWrite() local
650 u8 cnt = 0; in USI_I2C_SlaveRead() local
674 u8 cnt = 0; in USI_I2C_MasterRepeatRead() local
/AliOS-Things-master/components/py_engine/engine/py/
A Dmodstruct.c90 mp_uint_t cnt = 1; in calc_size_items() local
157 mp_uint_t cnt = 1; in struct_unpack_from() local
186 mp_uint_t cnt = 1; in struct_pack_into_internal() local
/AliOS-Things-master/hardware/chip/rtl872xd/csi_driver/iic/
A Diic.c178 int32_t cnt = 0; in I2C_MasterRead_TimeOut() local
224 int32_t cnt = 0; in I2C_MasterWrite_TimeOut() local
362 int cnt = 0; in csi_iic_mem_send() local
429 int cnt = 0; in csi_iic_mem_receive() local
/AliOS-Things-master/components/freetype/src/otvalid/
A Dotvmath.c91 FT_UInt i, cnt, table_size ; in otv_MathItalicsCorrectionInfo_validate() local
139 FT_UInt i, cnt, table_size; in otv_MathKern_validate() local
182 FT_UInt i, j, cnt, table_size; in otv_MathKernInfo_validate() local
/AliOS-Things-master/solutions/javascript_demo/board/haas-edu-k1/
A Dpwm.js46 var cnt = 10; variable
/AliOS-Things-master/solutions/javascript_demo/board/haas100/
A Dpwm.js64 var cnt = 10; variable
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/si/
A Drl6548.c51 u32 cnt = 0; in AUDIO_SI_WriteReg() local
71 u32 cnt = 0; in AUDIO_SI_ReadReg() local
862 u32 cnt; in CODEC_DacEqConfig() local
/AliOS-Things-master/components/py_engine/engine/lib/re1.5/
A Dcharclass.c7 int cnt = *pc++; in _re1_5_classmatch() local
/AliOS-Things-master/solutions/javascript_demo/board/haas600/
A Dpwm.js46 var cnt = 10; variable
/AliOS-Things-master/components/amp/example-js/
A Dpwm.js23 var cnt = 10; variable
/AliOS-Things-master/hardware/chip/smarth_rv64/smarth_rv64/
A Dlib.c33 uint32_t cnt = (drv_get_sys_freq() / 1000); in _mdelay() local
/AliOS-Things-master/components/cli/src/iobox/
A Decho.c91 int cnt = strlen(str); in echo_main() local
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/NNSupportFunctions/
A Darm_nn_accumulate_q7_to_q15.c48 int32_t cnt = length >> 2; in arm_nn_accumulate_q7_to_q15() local
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/NN/Source/NNSupportFunctions/
A Darm_nn_accumulate_q7_to_q15.c48 int32_t cnt = length >> 2; in arm_nn_accumulate_q7_to_q15() local
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/
A Dmpu_armv8.h298 …LINE void ARM_MPU_LoadEx(MPU_Type* mpu, uint32_t rnr, ARM_MPU_Region_t const* table, uint32_t cnt) in ARM_MPU_LoadEx()
328 __STATIC_INLINE void ARM_MPU_Load(uint32_t rnr, ARM_MPU_Region_t const* table, uint32_t cnt) in ARM_MPU_Load()
339 __STATIC_INLINE void ARM_MPU_Load_NS(uint32_t rnr, ARM_MPU_Region_t const* table, uint32_t cnt) in ARM_MPU_Load_NS()
/AliOS-Things-master/components/py_engine/engine/lib/cmsis/inc/
A Dmpu_armv8.h298 …LINE void ARM_MPU_LoadEx(MPU_Type* mpu, uint32_t rnr, ARM_MPU_Region_t const* table, uint32_t cnt) in ARM_MPU_LoadEx()
328 __STATIC_INLINE void ARM_MPU_Load(uint32_t rnr, ARM_MPU_Region_t const* table, uint32_t cnt) in ARM_MPU_Load()
339 __STATIC_INLINE void ARM_MPU_Load_NS(uint32_t rnr, ARM_MPU_Region_t const* table, uint32_t cnt) in ARM_MPU_Load_NS()
/AliOS-Things-master/components/csi/CMSIS/Core/Include/
A Dmpu_armv8.h304 …LINE void ARM_MPU_LoadEx(MPU_Type* mpu, uint32_t rnr, ARM_MPU_Region_t const* table, uint32_t cnt) in ARM_MPU_LoadEx()
334 __STATIC_INLINE void ARM_MPU_Load(uint32_t rnr, ARM_MPU_Region_t const* table, uint32_t cnt) in ARM_MPU_Load()
345 __STATIC_INLINE void ARM_MPU_Load_NS(uint32_t rnr, ARM_MPU_Region_t const* table, uint32_t cnt) in ARM_MPU_Load_NS()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/Core/Include/
A Dmpu_armv8.h304 …LINE void ARM_MPU_LoadEx(MPU_Type* mpu, uint32_t rnr, ARM_MPU_Region_t const* table, uint32_t cnt) in ARM_MPU_LoadEx()
334 __STATIC_INLINE void ARM_MPU_Load(uint32_t rnr, ARM_MPU_Region_t const* table, uint32_t cnt) in ARM_MPU_Load()
345 __STATIC_INLINE void ARM_MPU_Load_NS(uint32_t rnr, ARM_MPU_Region_t const* table, uint32_t cnt) in ARM_MPU_Load_NS()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/Core/Include/
A Dmpu_armv8.h304 …LINE void ARM_MPU_LoadEx(MPU_Type* mpu, uint32_t rnr, ARM_MPU_Region_t const* table, uint32_t cnt) in ARM_MPU_LoadEx()
334 __STATIC_INLINE void ARM_MPU_Load(uint32_t rnr, ARM_MPU_Region_t const* table, uint32_t cnt) in ARM_MPU_Load()
345 __STATIC_INLINE void ARM_MPU_Load_NS(uint32_t rnr, ARM_MPU_Region_t const* table, uint32_t cnt) in ARM_MPU_Load_NS()
/AliOS-Things-master/kernel/rhino/include/
A Dk_internal.h162 size_t cnt; member
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/NN/Source/PoolingFunctions/
A Darm_pool_q7_HWC.c61 uint16_t cnt = length >> 2; in compare_and_replace_if_larger_q7() local
101 uint16_t cnt = length >> 2; in accumulate_q7_to_q15() local

Completed in 57 milliseconds

1234