Searched refs:jump (Results 1 – 15 of 15) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/imageio/ |
A D | jpegdec.c | 233 size_t jump = (size_t)jump_size; in ContextSkip() local 234 if (jump > ctx->pub.bytes_in_buffer) { // Don't overflow the buffer. in ContextSkip() 235 jump = ctx->pub.bytes_in_buffer; in ContextSkip() 237 ctx->pub.bytes_in_buffer -= jump; in ContextSkip() 238 ctx->pub.next_input_byte += jump; in ContextSkip()
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-dynapi.md | 69 far as calling into the jump table in this case. But in cases where no override 70 is desired, the statically linked version will provide its own jump table, 92 an external SDL library. If not, it sets up the jump table using the current 100 the jump table, and the size, in bytes, of the table. 103 the needed functions if tablesize <= sizeof its own jump table. If tablesize is 113 right one initialize the jump table based on the version. For something that 119 To which I would point out that the extra function call through the jump table
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | compile.c | 344 EMIT_ARG(jump, label); in c_if_cond() 349 EMIT_ARG(jump, label); in c_if_cond() 1341 EMIT_ARG(jump, l_end); in compile_if_stmt() 1368 EMIT_ARG(jump, l_end); in compile_if_stmt() 1449 EMIT_ARG(jump, entry_label); in compile_for_stmt_optimised_range() 1497 EMIT_ARG(jump, end_label); in compile_for_stmt_optimised_range() 1833 EMIT_ARG(jump, continue_label); in compile_async_for_stmt() 1927 EMIT_ARG(jump, l_end); in compile_async_with_stmt_helper() 2117 EMIT_ARG(jump, l_end); in compile_test_if_expr() 2222 EMIT_ARG(jump, l_end); in compile_comparison() [all …]
|
A D | emit.h | 132 void (*jump)(emit_t *emit, mp_uint_t label); member
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | gifdec.c | 152 const size_t jump = interlace_jumps[pass] * stride; in GIFReadFrame() local 153 for (; y < rect.height; y += interlace_jumps[pass], row += jump) { in GIFReadFrame()
|
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | mpy_ld.py | 897 jump = env.arch.asm_jump(entry_offset) 898 env.full_text[: len(jump)] = jump
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/mdns/ |
A D | mdns.c | 789 u16_t jump; in mdns_write_domain() local 823 jump = lwip_htons(DOMAIN_JUMP | jump_offset); in mdns_write_domain() 824 res = pbuf_take_at(outpkt->pbuf, &jump, DOMAIN_JUMP_SIZE, outpkt->write_offset); in mdns_write_domain()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | FAQ | 298 performing a conditional jump that depends on an uninitialized value.
|
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/ |
A D | README.rst | 434 showing symbol names are included, and it's possible to jump directly to a symbol
|
/AliOS-Things-master/components/ble_mesh/script/Kconfiglib-10.21.0/ |
A D | README.rst | 434 showing symbol names are included, and it's possible to jump directly to a symbol
|
/AliOS-Things-master/components/jsoncpp/doc/ |
A D | doxyfile.in | 1466 # search using the keyboard; to jump to the search box use <access key> + S 1469 # key> to jump into the search results window, the results can be navigated
|
A D | web_doxyfile.in | 1466 # search using the keyboard; to jump to the search box use <access key> + S 1469 # key> to jump into the search results window, the results can be navigated
|
/AliOS-Things-master/components/littlevgl/scripts/ |
A D | Doxyfile | 1544 # search using the keyboard; to jump to the search box use <access key> + S 1547 # key> to jump into the search results window, the results can be navigated
|
/AliOS-Things-master/documentation/doxygen/ |
A D | Doxyfile-AOS | 1828 # search using the keyboard; to jump to the search box use <access key> + S 1831 # key> to jump into the search results window, the results can be navigated
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | libjpeg.txt | 2833 advance. The computed fraction-of-work-done may jump suddenly (if the library
|
Completed in 57 milliseconds