Home
last modified time | relevance | path

Searched refs:cycle (Results 1 – 21 of 21) sorted by relevance

/AliOS-Things-master/components/linkkit/external/nghttp2/
A Dnghttp2_stream.c52 if (lhs->cycle == rhs->cycle) { in stream_less()
56 if (lhs->cycle < rhs->cycle) { in stream_less()
57 return rhs->cycle - lhs->cycle <= NGHTTP2_MAX_CYCLE_DISTANCE; in stream_less()
60 return lhs->cycle - rhs->cycle > NGHTTP2_MAX_CYCLE_DISTANCE; in stream_less()
103 stream->cycle = 0; in nghttp2_stream_init()
165 stream->cycle); in stream_obq_push()
204 stream->cycle = 0; in stream_obq_remove()
254 stream->cycle); in nghttp2_stream_reschedule()
304 if (stream->cycle < dep_stream->descendant_last_cycle && in nghttp2_stream_change_weight()
307 stream->cycle = dep_stream->descendant_last_cycle; in nghttp2_stream_change_weight()
[all …]
A Dnghttp2_outbound_item.h121 uint64_t cycle; member
A Dnghttp2_outbound_item.c32 item->cycle = 0; in nghttp2_outbound_item_init()
A Dnghttp2_stream.h152 uint32_t cycle; member
/AliOS-Things-master/components/genie_service/core/src/sig_models/
A Dsig_model_transition.c41 uint8_t cycle = 0; in sig_model_transition_update() local
102 cycle = 1; in sig_model_transition_update()
148 cycle = 1; in sig_model_transition_update()
165 cycle = 0; in sig_model_transition_update()
168 if (cycle == 0) in sig_model_transition_update()
203 return cycle; in sig_model_transition_update()
/AliOS-Things-master/components/SDL2/src/audio/paudio/
A DSDL_paudio.c97 int cycle = 0; in OpenAudioPath() local
105 while (devsettings[cycle][0] != '\0') { in OpenAudioPath()
109 devsettings[cycle][0], in OpenAudioPath()
110 devsettings[cycle][1], devsettings[cycle][2]); in OpenAudioPath()
/AliOS-Things-master/components/mqtt/MQTTClient-C/
A DMQTTClient.c257 int cycle(MQTTClient* c, Timer* timer) in cycle() function
351 if (cycle(c, &timer) < 0) in MQTTYield()
379 cycle(c, &timer); in MQTTRun()
403 rc = cycle(c, timer); in waitfor()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A DREADME.md47 complete life cycle of a runtime instance completes in less than 300
60 and have deterministic behavior) with cycle removal.</li>
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Dquickjs.texi37 …} in about 95 seconds on a single core of a desktop PC. The complete life cycle of a runtime insta…
48 …ing reference counting (to reduce memory usage and have deterministic behavior) with cycle removal.
441 Manually invoke the cycle removal algorithm. The cycle removal
883 can be provided so that the cycle removal algorithm can find the other
1011 deterministically. A separate cycle removal pass is done when the allocated
1012 memory becomes too large. The cycle removal algorithm only uses the
/AliOS-Things-master/components/littlefs/src/littlefs-v220/
A Dlfs.c3968 lfs_block_t cycle = 0; in lfs_mount() local
3970 if (cycle >= lfs->cfg->block_count/2) { in lfs_mount()
3975 cycle += 1; in lfs_mount()
4117 lfs_block_t cycle = 0; in lfs_fs_traverseraw() local
4119 if (cycle >= lfs->cfg->block_count/2) { in lfs_fs_traverseraw()
4123 cycle += 1; in lfs_fs_traverseraw()
4236 lfs_block_t cycle = 0; in lfs_fs_pred() local
4238 if (cycle >= lfs->cfg->block_count/2) { in lfs_fs_pred()
4242 cycle += 1; in lfs_fs_pred()
4286 lfs_block_t cycle = 0; in lfs_fs_parent() local
[all …]
/AliOS-Things-master/components/py_engine/engine/lib/littlefs/
A Dlfs2.c3651 lfs2_block_t cycle = 0; local
3653 if (cycle >= lfs2->cfg->block_count/2) {
3658 cycle += 1;
3795 lfs2_block_t cycle = 0; local
3797 if (cycle >= lfs2->cfg->block_count/2) {
3801 cycle += 1;
3880 lfs2_block_t cycle = 0; local
3882 if (cycle >= lfs2->cfg->block_count/2) {
3886 cycle += 1;
3936 lfs2_block_t cycle = 0; local
[all …]
/AliOS-Things-master/components/SDL2/src/video/uikit/
A DSDL_uikitview.m151 /* The view's bounds may not be correct until the next event cycle. That
/AliOS-Things-master/components/SDL2/docs/
A DREADME-ios.md95 On iOS the application goes through a fixed life cycle and you will get
A DREADME-android.md440 (see Activity life cycle). Your application will receive a SDL_QUIT event you
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/
A Dconfiguration.proto292 // usually only necessary after power cycle.
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dlibjpeg.txt361 a compression cycle. This will initialize internal state, allocate working
375 the compression cycle.
430 complete the compression cycle. This step is ESSENTIAL to ensure that the
452 After completing a compression cycle, you may dispose of the JPEG object
485 If you decide to abort a compression cycle before finishing, you can clean up
692 complete the decompression cycle. This causes working memory associated
706 After completing a decompression cycle, you may dispose of the JPEG object as
725 You can abort a decompression cycle by calling jpeg_destroy_decompress() or
1829 higher-quality display cycle can be performed from the buffered data after
2732 decoder's coefficient arrays during a normal decode cycle in buffered-image
A Dusage.txt404 may be noticeably worse than it was after one cycle. It's best to use a
/AliOS-Things-master/components/ble_mesh/bt_mesh/
A DKconfig261 the help of a reduced scan duty cycle. The downside of this
/AliOS-Things-master/components/SDL2/src/render/metal/
A DSDL_render_metal.m1336 // !!! FIXME: have a ring of pre-made MTLBuffers we cycle through? How expensive is creation?
/AliOS-Things-master/components/mbedtls/
A DChangeLog2174 * Split up the GCM module into a starts/update/finish cycle
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DChangeLog2063 * tools/tiffdump.c: detect cycle in TIFF directory chaining (bug #2463)

Completed in 57 milliseconds