nx_gif_consumer_gate_t139.nx
buildroot/runtime/nx_gif_consumer_gate_t139.nx
dependencies 3 imports · 0 importers
imports: nx_browser_render_gif_t139.nxnx_img_bytes_to_rgb_gif_t139.nxnx_gate_verdict.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 4 | func gb_pages() -> i64 |
| 13 | func gc_image(page: *Page) -> i64 {var i: i64=0;while i<page.tree.count{if page.bsrc_off[i]>=0{return i}i=i+1}return 0-1} called by 1: main |
| 14 | func gc_canvas(page: *Page) -> i64 {var i: i64=0;while i<page.tree.count{if page.bcanvas[i]==1{return i}i=i+1}return 0-1} called by 1: main |
| 15 | func main(argc: i64,argv: *i64) -> i64 |