nx_compare_ladder_isolated_lib.nx
buildroot/runtime/nx_compare_ladder_isolated_lib.nx
about
nx_compare_ladder_isolated_lib.nx -- Computes and compares rankings of nodes in a plan structure using SHA-256 hashing and string operations.
dependencies 2 imports · 1 importers
imports: nx_swcompare_lib.nxnx_sha256.nx
imported by: nx_swcompare_matrix_ladder_test_20260907.nx
structs
| 9 | struct SgPlan |
consts
| 6 | const SGP_FIELDS: i64 = 8 |
| 7 | const SGP_PATH_CAP: i64 = 600 |
| 8 | const SGP_I64_MAX: i64 = 9223372036854775807 |
functions
| 36 | func sg_len(s: *u8) -> i64 { var i: i64 = 0; while s[i] != (0 as u8) { i = i + 1 } return i } |
| 37 | func sg_id(s: *u8, n: i64) -> i64 |
| 52 | func sg_split(s: *u8, f: *i64, capacity: i64, delimiter: i64) -> i64 |
| 60 | func sg_decimal(s: *u8) -> i64 called by 1: sg_prefix_decimal |
| 70 | func sg_sha(b: *u8, n: i64) -> *u8 |
| 79 | func sg_find(m: *SgPlan, name: *u8, length: i64) -> i64 |
| 92 | func sg_prefix_decimal(s: *u8, key: *u8) -> i64 |
| 96 | func sg_rank(m: *SgPlan, raw: *u8, n: i64) -> i64 |
| 154 | func sg_parse(raw: *u8, n: i64, rank: *u8, rn: i64, matrix: *u8, mn: i64) -> *SgPlan |
| 258 | func sg_valid(m: *SgPlan) -> i64 |
| 263 | func sg_rank_state(m: *SgPlan) -> *u8 |
| 272 | func sg_load(domain: *u8) -> *SgPlan |
| 294 | func sg_json(m: *SgPlan, fd: i64) -> i64 |
| 331 | func sg_text(fd: i64, s: *u8) -> i64 |
| 342 | func sg_html(m: *SgPlan, fd: i64) -> i64 |
| 373 | func sg_css(fd: i64) -> i64 |