Home
last modified time | relevance | path

Searched refs:tmp_offset (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/ota/tools/xz/src/
A Dxz_hal_plat.c14 unsigned int tmp_offset = offset; in xz_flash_read_data() local
15 ret = hal_flash_read(flash_partition, &tmp_offset, buffer, len); in xz_flash_read_data()
22 unsigned int tmp_offset = offset; in xz_flash_write_data() local
23 ret = hal_flash_write(flash_partition, &tmp_offset, buffer, len); in xz_flash_write_data()
/AliOS-Things-master/components/linksdk/core/
A Daiot_mqtt_api.c584 uint8_t tmp_offset = 0; in _core_mqtt_conn_pkt() local
585 … _read_variable_byte_interger(mqtt_handle->pre_connect_property, &property_len, &tmp_offset); in _core_mqtt_conn_pkt()
586 property_len_offset = tmp_offset; in _core_mqtt_conn_pkt()
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c29090 duk_uint_t tmp_offset; in duk_push_buffer_object() local
29098 tmp_offset = uint_offset + ((duk_hbufobj *) h_arraybuf)->offset; in duk_push_buffer_object()
29099 if (DUK_UNLIKELY(tmp_offset < uint_offset)) { in duk_push_buffer_object()
29102 uint_offset = tmp_offset; in duk_push_buffer_object()

Completed in 236 milliseconds