nx_release_recent_candidate_t205.nx
buildroot/runtime/nx_release_recent_candidate_t205.nx
about
Latest release selection across all contributing boards; history remains in the plans.
dependencies 1 imports · 1 importers
imports: nx_release_delta_lib.nx
imported by: nx_release_recent_gate_t205.nx
structs
| 12 | struct ReleaseRecent { rows: *i64, count: i64, sequence: i64, capacity: i64 } |
consts
| 3 | const RR_FIELDS: i64=8 |
| 4 | const RR_PLAN: i64=0 |
| 5 | const RR_DOMAIN: i64=1 |
| 6 | const RR_EPOCH: i64=2 |
| 7 | const RR_RUNG: i64=3 |
| 8 | const RR_RUNG_LEN: i64=4 |
| 9 | const RR_TEXT: i64=5 |
| 10 | const RR_END: i64=6 |
| 11 | const RR_ORDER: i64=7 |
functions
| 13 | func rr_new() -> *ReleaseRecent called by 1: main |
| 19 | func rr_reserve(r: *ReleaseRecent,needed: i64) -> i64 called by 1: rr_collect |
| 30 | func rr_offer(r: *ReleaseRecent,plan: *u8,dom: *u8,epoch: i64,rung: i64,rn: i64,text: i64,end: i64) -> i64 called by 1: rr_collect |
| 40 | func rr_sort(r: *ReleaseRecent) -> i64 |
| 80 | func rr_collect(r: *ReleaseRecent,plan: *u8,n: i64,since: *u8,dom: *u8,counts: *i64) -> i64 |
| 131 | func rr_required(r: *ReleaseRecent) -> i64 |
| 144 | func rr_render(r: *ReleaseRecent,out: *u8,cap: i64,counts: *i64) -> i64 |
| 175 | func rr_destroy(r:*ReleaseRecent)->i64 |