code wiki / (root) / nx_release_recent_candidate_t205.nx

nx_release_recent_candidate_t205.nx

buildroot/runtime/nx_release_recent_candidate_t205.nx

7197 B182 linesdepth 7pulls 11 transitivereach 1 importersview sourcekind librarytopic release
docsdependenciesstructsconstsfunctions

about

Latest release selection across all contributing boards; history remains in the plans.

dependencies 1 imports · 1 importers

nx_release_delta_lib.nx nx_release_recent_candidate_t2 nx_release_recent_gate_t205.nx

imports: nx_release_delta_lib.nx

imported by: nx_release_recent_gate_t205.nx

structs

12struct ReleaseRecent { rows: *i64, count: i64, sequence: i64, capacity: i64 }

consts

3const RR_FIELDS: i64=8
4const RR_PLAN: i64=0
5const RR_DOMAIN: i64=1
6const RR_EPOCH: i64=2
7const RR_RUNG: i64=3
8const RR_RUNG_LEN: i64=4
9const RR_TEXT: i64=5
10const RR_END: i64=6
11const RR_ORDER: i64=7

functions

13func rr_new() -> *ReleaseRecent
called by 1: main
19func rr_reserve(r: *ReleaseRecent,needed: i64) -> i64
called by 1: rr_collect
30func rr_offer(r: *ReleaseRecent,plan: *u8,dom: *u8,epoch: i64,rung: i64,rn: i64,text: i64,end: i64) -> i64
called by 1: rr_collect
40func rr_sort(r: *ReleaseRecent) -> i64
called by 2: rr_rendermain
80func rr_collect(r: *ReleaseRecent,plan: *u8,n: i64,since: *u8,dom: *u8,counts: *i64) -> i64
131func rr_required(r: *ReleaseRecent) -> i64
called by 2: rr_rendermain
144func rr_render(r: *ReleaseRecent,out: *u8,cap: i64,counts: *i64) -> i64
175func rr_destroy(r:*ReleaseRecent)->i64