Home
last modified time | relevance | path

Searched defs:tmp (Results 1 – 25 of 253) sorted by relevance

1234567891011

/AliOS-Things-master/hardware/board/haaseduk1/drivers/sensor/
A Ddrv_baro_goertek_spl06.c147 int32_t tmp; in get_traw() local
164 int32_t tmp; in get_praw() local
181 int16_t tmp; in get_c0() local
201 int16_t tmp; in get_c1() local
220 int32_t tmp; in get_c00() local
244 int32_t tmp; in get_c10() local
267 int16_t tmp; in get_c01() local
279 int16_t tmp; in get_c11() local
291 int16_t tmp; in get_c20() local
303 int16_t tmp; in get_c21() local
[all …]
/AliOS-Things-master/components/osal_aos/rhino/
A Daos_memory.c20 void *tmp = NULL; in aos_zalloc() local
42 void *tmp = NULL; in aos_malloc() local
60 void *tmp = NULL; in aos_calloc() local
83 void *tmp = NULL; in aos_realloc() local
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/test/
A Dcheck_tag.c37 uint16 tmp = 123; in CheckShortField() local
56 uint16 tmp[2] = { 123, 456 }; in CheckShortPairedField() local
75 uint32 tmp = 123; in CheckLongField() local
/AliOS-Things-master/kernel/rhino/
A Dk_cfs.c15 struct k_rbtree_node_t **tmp = &(root->rbt_node), *parent = NULL; in node_insert() local
46 struct k_rbtree_node_t *tmp; in cfs_node_min_get() local
60 struct k_rbtree_node_t *tmp; in cfs_preferred_task_get() local
A Dk_dyn_mem_proc.c19 res_free_t tmp; in dyn_mem_proc_task() local
A Dk_pend.c9 klist_t *tmp; in pend_list_add() local
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_hp/
A Drtl8721dhp_sdio_host.c69 u32 tmp; in SDIOH_WaitTxDone() local
163 u32 tmp; in SDIOH_CheckBusState() local
203 u8 tmp; in SDIOH_SetBusWidth() local
220 u32 tmp= 0; in SDIOH_DMAConfig() local
284 u8 cmd = cmd_attrib->idx, cmd_code, tmp; in SDIOH_SendCommand() local
488 u32 tmp, i = 0; in SDIOH_Init() local
/AliOS-Things-master/components/littlevgl/src/lv_misc/
A Dlv_circ.c43 void lv_circ_init(lv_point_t * c, lv_coord_t * tmp, lv_coord_t radius) in lv_circ_init()
65 void lv_circ_next(lv_point_t * c, lv_coord_t * tmp) in lv_circ_next()
/AliOS-Things-master/components/cli/src/
A Dcli_console.c48 cli_console *tmp; in remove_cli_console_from_list() local
70 cli_console *tmp; in cli_console_check_is_in_list() local
93 cli_console *tmp; in get_alive_console_num() local
332 wraper_task *tmp; in cli_console_remove_task_list_node() local
358 wraper_task *tmp; in cli_console_check_task_list_node() local
384 wraper_task *tmp; in cli_console_clear_task_list() local
717 cli_console *tmp; in cli_console_show_cmd() local
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/intel/
A Dfilter_sse2_intrinsics.c31 int tmp; in load4() local
37 int tmp = _mm_cvtsi128_si32(v); in store4() local
42 png_uint_32 tmp = 0; in load3() local
48 int tmp = _mm_cvtsi128_si32(v); in store3() local
/AliOS-Things-master/components/ble_host/ble_profiles/
A Dbas.c32 slist_t *tmp; in get_bas() local
62 slist_t *tmp; in conn_change() local
A Dhrs.c45 slist_t *tmp; in get_hrs() local
81 slist_t *tmp; in conn_change() local
/AliOS-Things-master/components/epoll/src/
A Ddevice.c192 dlist_t *tmp; in epoll_close() local
284 dlist_t *tmp; in epoll_control() local
323 dlist_t *tmp; in epoll_waitting() local
A Drbtree_wrapper.c30 struct k_rbtree_node_t **tmp = &(root->rbt_node), *parent = NULL; in rbt_insert() local
/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/ieee80211/
A Dzconfig_ieee80211.c55 uint16_t tmp = os_htole16(IEEE80211_FCTL_TODS | IEEE80211_FCTL_FROMDS); in ieee80211_has_a4() local
99 uint16_t tmp = fc & os_htole16(IEEE80211_FCTL_FTYPE | IEEE80211_FCTL_STYPE); in ieee80211_is_data_exact() local
203 uint16_t tmp = in ieee80211_has_frags() local
361 const uint8_t *tmp; in cfg80211_get_bss_channel() local
612 const uint8_t *tmp; in cfg80211_get_cipher_info() local
/AliOS-Things-master/components/uservice/src/
A Dutask.c150 slist_t *tmp; in utask_join() local
187 slist_t *tmp; in utask_remove() local
/AliOS-Things-master/components/amp/services/board_mgr/
A Dboard_info.c44 char tmp[64] = {0x00}; in board_getDeviceInfo() local
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/simple_features/fixed_point/
A Dsimple_features_generator.cc52 int32_t tmp = (a >> 15) * (b >> 15); in Q2_30_FixedMultiply_Q10_22() local
112 int tmp = static_cast<int32_t>(roundf(real_value * (1 << 15))); in CalculatePeriodicHann() local
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Drtl8721d_syscfg.h148 u32 tmp = (HAL_READ32(0x48000000, 0x000C) >> 8) & 0xF; //get chip version from REG_AON_BOOT_REASON1 in SYSCFG_CUTVersion() local
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dssim_sse2.c51 int32_t tmp[4]; in AccumulateSSE_SSE2() local
87 uint16_t tmp[8]; in HorizontalAdd16b_SSE2() local
/AliOS-Things-master/components/SDL2/src/locale/unix/
A DSDL_syslocale.c74 char *tmp; in SDL_SYS_GetPreferredLocales() local
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/lightmeter/
A Dlightmeter.c32 uint16_t tmp[3]; in lightmeter_task() local
/AliOS-Things-master/components/trace/Config/
A DSEGGER_SYSVIEW_AliOSThings.c69 klist_t *tmp; in _cbSendTaskList() local
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/
A Ddiag.c51 char tmp[20], *q = tmp; in DiagVSprintf() local
296 char tmp[20], *q = tmp; in DiagSnPrintf() local
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dcrypto.c126 u8_t tmp[16]; in bt_mesh_k3() local
153 u8_t tmp[16]; in bt_mesh_k4() local
567 u8_t tmp[16]; in bt_mesh_net_obfuscate() local
802 u8_t tmp[16]; in bt_mesh_virtual_addr() local
863 u8_t msg[13], tmp[16]; in bt_mesh_beacon_auth() local

Completed in 51 milliseconds

1234567891011