Home
last modified time | relevance | path

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 Djpegdec.c233 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 DREADME-dynapi.md69 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 Dcompile.c344 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 Demit.h132 void (*jump)(emit_t *emit, mp_uint_t label); member
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/
A Dgifdec.c152 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 Dmpy_ld.py897 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 Dmdns.c789 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 DFAQ298 performing a conditional jump that depends on an uninitialized value.
/AliOS-Things-master/components/ble_host/script/Kconfiglib-10.21.0/
A DREADME.rst434 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 DREADME.rst434 showing symbol names are included, and it's possible to jump directly to a symbol
/AliOS-Things-master/components/jsoncpp/doc/
A Ddoxyfile.in1466 # 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 Dweb_doxyfile.in1466 # 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 DDoxyfile1544 # 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 DDoxyfile-AOS1828 # 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 Dlibjpeg.txt2833 advance. The computed fraction-of-work-done may jump suddenly (if the library

Completed in 57 milliseconds