Home
last modified time | relevance | path

Searched refs:remain (Results 1 – 25 of 54) sorted by relevance

123

/AliOS-Things-master/components/oss/src/model/
A DSelectObjectRequest.cc69 int remain = len; in selectObjectDepackFrame() local
79 copy = ((remain > copy) ? copy : remain); in selectObjectDepackFrame()
83 remain -= copy; in selectObjectDepackFrame()
100 int copy = (frame->payload_remains > remain) ? remain : frame->payload_remains; in selectObjectDepackFrame()
108 remain -= copy; in selectObjectDepackFrame()
117 copy = (copy > remain ? remain : copy); in selectObjectDepackFrame()
120 remain -= copy; in selectObjectDepackFrame()
124 return len - remain; in selectObjectDepackFrame()
128 int remain = wanted; in selectObjectTransferContent() local
133 while (remain > 0) { in selectObjectTransferContent()
[all …]
/AliOS-Things-master/components/py_engine/engine/shared/libc/
A Dprintf.c89 size_t remain; member
94 if (len > strn_print_env->remain) { in strn_print_strn()
95 len = strn_print_env->remain; in strn_print_strn()
99 strn_print_env->remain -= len; in strn_print_strn()
116 if (strn_print_env.remain == 0) { in vsnprintf()
/AliOS-Things-master/components/ble_host/bt_host/port/aos/
A Dwork.c98 int32_t remain; in k_delayed_work_remaining_get() local
104 remain = work->work.timeout - (k_uptime_get_32() - work->work.start_ms); in k_delayed_work_remaining_get()
105 if (remain < 0) { in k_delayed_work_remaining_get()
106 remain = 0; in k_delayed_work_remaining_get()
108 return remain; in k_delayed_work_remaining_get()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_blit_copy.c62 const int remain = (len & 63); in SDL_memcpyMMX() local
82 if (remain) in SDL_memcpyMMX()
84 const int skip = len - remain; in SDL_memcpyMMX()
85 SDL_memcpy(dst + skip, src + skip, remain); in SDL_memcpyMMX()
/AliOS-Things-master/components/SDL2/src/audio/netbsd/
A DSDL_netbsdaudio.c176 size_t remain; in NETBSDAUDIO_FlushCapture() local
183 remain = (size_t) (info.record.samples * (SDL_AUDIO_BITSIZE(this->spec.format) / 8)); in NETBSDAUDIO_FlushCapture()
184 while (remain > 0) { in NETBSDAUDIO_FlushCapture()
185 const size_t len = SDL_min(sizeof (buf), remain); in NETBSDAUDIO_FlushCapture()
190 remain -= br; in NETBSDAUDIO_FlushCapture()
/AliOS-Things-master/kernel/rhino/
A Dk_timer.c19 val = timer->remain; in timer_list_pri_insert()
67 timer->remain = 0u; in timer_create()
239 timer->remain = timer->round_ticks; in timer_cb_proc()
240 timer->match = g_timer_count + timer->remain; in timer_cb_proc()
268 timer->remain = timer->init_count; in cmd_proc()
/AliOS-Things-master/components/linkkit/wifi_provision/dev_bind/
A Dawss_report.c36 int remain = 0; in awss_token_remain_time() local
41 return remain; in awss_token_remain_time()
45 remain = AWSS_TOKEN_TIMEOUT_MS - diff; in awss_token_remain_time()
48 return remain; in awss_token_remain_time()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/stream/
A Dtiffstream.cpp100 int remain = ts->m_streamLength - ts->tell(fd); in read() local
101 int actual = remain < size ? remain : size; in read()
/AliOS-Things-master/components/linkkit/wifi_provision/mcast_smartconfig/
A Dmcast_smartconfig.c446 int remain = -1; in awss_recv_callback_mcast_smartconfig() local
448 remain = mcast_receive_done(); in awss_recv_callback_mcast_smartconfig()
449 if (0 == remain) { in awss_recv_callback_mcast_smartconfig()
/AliOS-Things-master/kernel/rhino/include/
A Dk_timer.h51 tick_t remain; member
/AliOS-Things-master/components/linksdk/core/
A Daiot_mqtt_api.c1773 uint8_t *remain = NULL; in _core_mqtt_read_remainbytes() local
1777 if (remain == NULL) { in _core_mqtt_read_remainbytes()
1780 memset(remain, 0, remainlen); in _core_mqtt_read_remainbytes()
1784 mqtt_handle->sysdep->core_sysdep_free(remain); in _core_mqtt_read_remainbytes()
1792 *output = remain; in _core_mqtt_read_remainbytes()
3487 uint8_t *remain = NULL; in aiot_mqtt_recv() local
3579 res = _core_mqtt_read_remainbytes(handle, mqtt_remainlen, &remain); in aiot_mqtt_recv()
3612 res = _core_mqtt_puback_handler(handle, remain, mqtt_remainlen); in aiot_mqtt_recv()
3624 _core_mqtt_server_disconnect_handler(handle, remain, mqtt_remainlen); in aiot_mqtt_recv()
3639 if (remain) { in aiot_mqtt_recv()
[all …]
/AliOS-Things-master/components/SDL2/src/image/acinclude/
A Dlt~obsolete.m432 # Yes, that means every name once taken will need to remain here until
/AliOS-Things-master/components/SDL2/acinclude/
A Dlt~obsolete.m431 # Yes, that means every name once taken will need to remain here until
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/m4/
A Dlt~obsolete.m432 # Yes, that means every name once taken will need to remain here until
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/scripts/
A Dlt~obsolete.m432 # Yes, that means every name once taken will need to remain here until
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/m4/
A Dlt~obsolete.m432 # Yes, that means every name once taken will need to remain here until
/AliOS-Things-master/components/SDL2/docs/
A DREADME-gesture.md7 Dollar gestures are assigned an Id based on a hash function. This is guaranteed to remain constant …
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoavideo.m265 * versions remain identical!
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitvideo.m274 * Cocoa is supported, we use that one instead. Be sure both versions remain
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/
A DREADME.md93 input(s) and output(s) which remain float.* -->
/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/
A Dff.c3619 FSIZE_t remain; local
3628 remain = fp->obj.objsize - fp->fptr;
3629 if (btr > remain) btr = (UINT)remain; /* Truncate btr by remaining bytes */
5322 FSIZE_t remain; local
5332 remain = fp->obj.objsize - fp->fptr;
5333 if (btf > remain) btf = (UINT)remain; /* Truncate btf by remaining bytes */
/AliOS-Things-master/components/fatfs/src/
A Dff.c3566 FSIZE_t remain; local
3575 remain = fp->obj.objsize - fp->fptr;
3576 if (btr > remain) btr = (UINT)remain; /* Truncate btr by remaining bytes */
5272 FSIZE_t remain; local
5282 remain = fp->obj.objsize - fp->fptr;
5283 if (btf > remain) btf = (UINT)remain; /* Truncate btf by remaining bytes */
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11window.c106 unsigned long remain;
111 …, _NET_WM_ALLOWED_ACTIONS, 0, 1024, False, XA_ATOM, &type, &form, &len, &remain, (unsigned char **…
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/
A DLICENSE.txt44 of this License, Derivative Works shall not include works that remain
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/
A DLICENSE.txt44 of this License, Derivative Works shall not include works that remain

Completed in 54 milliseconds

123