/AliOS-Things-master/components/ota/hal/ |
A D | ota_hal_ctrl.c | 64 unsigned int tmp_len = 0; in ota_write() local 65 ((calculated_len + in_buf_len) <= valid_image_len) ? (tmp_len = in_buf_len) : in ota_write() 66 (tmp_len = valid_image_len - calculated_len); in ota_write() 67 ret = ota_hash_update(&hash_ctx, (const unsigned char *)in_buf, tmp_len); in ota_write()
|
/AliOS-Things-master/components/linkkit/mqtt/impl/ |
A D | iotx_mqtt_client.c | 334 int tmp_len; in _alloc_send_buffer() local 342 tmp_len = c->buf_size_send_max; in _alloc_send_buffer() 348 c->buf_send = mqtt_malloc(tmp_len); in _alloc_send_buffer() 352 memset(c->buf_send, 0, tmp_len); in _alloc_send_buffer() 353 c->buf_size_send = tmp_len; in _alloc_send_buffer() 367 int tmp_len; in _alloc_recv_buffer() local 375 tmp_len = c->buf_size_read_max; in _alloc_recv_buffer() 383 memset(temp, 0, tmp_len); in _alloc_recv_buffer() 385 c->buf_size_read < tmp_len ? c->buf_size_read : tmp_len); in _alloc_recv_buffer() 394 memset(c->buf_read, 0, tmp_len); in _alloc_recv_buffer() [all …]
|
/AliOS-Things-master/components/linkkit/wifi_provision/smartconfig/ |
A D | awss_smartconfig.c | 670 if (pkg_len(i + j) == tmp_len(j)) { in try_to_sync_pos() 676 tmp_len(j)); in try_to_sync_pos() 761 pkg_len(i) = tmp_len(j); in try_to_sync_pos() 766 pkg_score(i), flag_tods(tods), tmp_len(j)); in try_to_sync_pos()
|
/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/ |
A D | zconfig_protocol.h | 157 #define tmp_len(n) (zconfig_data->tmp_pkg[tods][n].len) macro
|
/AliOS-Things-master/components/SDL2/ |
A D | libtool | 5070 int tmp_len; 5129 tmp_len = strlen (tmp); 5131 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); 5132 memcpy (concat_name, tmp, tmp_len); 5133 concat_name[tmp_len] = '/'; 5134 strcpy (concat_name + tmp_len + 1, wrapper); 5155 tmp_len = strlen (tmp); 5156 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); 5157 memcpy (concat_name, tmp, tmp_len); 5158 concat_name[tmp_len] = '/'; [all …]
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | libtool | 4159 int tmp_len; 4217 tmp_len = strlen (tmp); 4219 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); 4220 memcpy (concat_name, tmp, tmp_len); 4221 concat_name[tmp_len] = '/'; 4222 strcpy (concat_name + tmp_len + 1, wrapper); 4242 tmp_len = strlen (tmp); 4243 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); 4244 memcpy (concat_name, tmp, tmp_len); 4245 concat_name[tmp_len] = '/'; [all …]
|
A D | ltmain.sh | 3666 int tmp_len; 3724 tmp_len = strlen (tmp); 3726 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); 3727 memcpy (concat_name, tmp, tmp_len); 3728 concat_name[tmp_len] = '/'; 3729 strcpy (concat_name + tmp_len + 1, wrapper); 3749 tmp_len = strlen (tmp); 3750 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); 3751 memcpy (concat_name, tmp, tmp_len); 3752 concat_name[tmp_len] = '/'; [all …]
|
/AliOS-Things-master/components/SDL2/build-scripts/ |
A D | ltmain.sh | 4631 int tmp_len; 4690 tmp_len = strlen (tmp); 4692 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); 4693 memcpy (concat_name, tmp, tmp_len); 4694 concat_name[tmp_len] = '/'; 4695 strcpy (concat_name + tmp_len + 1, wrapper); 4716 tmp_len = strlen (tmp); 4717 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); 4718 memcpy (concat_name, tmp, tmp_len); 4719 concat_name[tmp_len] = '/'; [all …]
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | ltmain.sh | 4631 int tmp_len; 4690 tmp_len = strlen (tmp); 4692 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); 4693 memcpy (concat_name, tmp, tmp_len); 4694 concat_name[tmp_len] = '/'; 4695 strcpy (concat_name + tmp_len + 1, wrapper); 4716 tmp_len = strlen (tmp); 4717 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); 4718 memcpy (concat_name, tmp, tmp_len); 4719 concat_name[tmp_len] = '/'; [all …]
|
/AliOS-Things-master/components/SDL2/src/gfx/Test/ |
A D | ltmain.sh | 4631 int tmp_len; 4690 tmp_len = strlen (tmp); 4692 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); 4693 memcpy (concat_name, tmp, tmp_len); 4694 concat_name[tmp_len] = '/'; 4695 strcpy (concat_name + tmp_len + 1, wrapper); 4716 tmp_len = strlen (tmp); 4717 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); 4718 memcpy (concat_name, tmp, tmp_len); 4719 concat_name[tmp_len] = '/'; [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | ltmain.sh | 6009 size_t tmp_len; 6068 tmp_len = strlen (tmp); 6070 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); 6071 memcpy (concat_name, tmp, tmp_len); 6072 concat_name[tmp_len] = '/'; 6073 strcpy (concat_name + tmp_len + 1, wrapper); 6094 tmp_len = strlen (tmp); 6095 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); 6096 memcpy (concat_name, tmp, tmp_len); 6097 concat_name[tmp_len] = '/'; [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | ltmain.sh | 6009 size_t tmp_len; 6068 tmp_len = strlen (tmp); 6070 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); 6071 memcpy (concat_name, tmp, tmp_len); 6072 concat_name[tmp_len] = '/'; 6073 strcpy (concat_name + tmp_len + 1, wrapper); 6094 tmp_len = strlen (tmp); 6095 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); 6096 memcpy (concat_name, tmp, tmp_len); 6097 concat_name[tmp_len] = '/'; [all …]
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/config/ |
A D | ltmain.sh | 6009 size_t tmp_len; 6068 tmp_len = strlen (tmp); 6070 XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); 6071 memcpy (concat_name, tmp, tmp_len); 6072 concat_name[tmp_len] = '/'; 6073 strcpy (concat_name + tmp_len + 1, wrapper); 6094 tmp_len = strlen (tmp); 6095 concat_name = XMALLOC (char, tmp_len + 1 + strlen (wrapper) + 1); 6096 memcpy (concat_name, tmp, tmp_len); 6097 concat_name[tmp_len] = '/'; [all …]
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | libbf.c | 8387 limb_t *tmp_tab, tmp_len; in fft_mul() local 8392 tmp_len = a_len; in fft_mul() 8394 b_len = tmp_len; in fft_mul()
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duktape.c | 31370 duk_size_t tmp_len; in duk_bi_array_prototype_concat() local 31441 tmp_len = duk_get_length(thr, i); in duk_bi_array_prototype_concat() 31442 len = (duk_uint32_t) tmp_len; in duk_bi_array_prototype_concat() 31443 if (DUK_UNLIKELY(tmp_len != (duk_size_t) len)) { in duk_bi_array_prototype_concat()
|