nx_gate.nx
buildroot/runtime/nx_gate.nx
about
dependencies 1 imports · 137 importers
diagram shows first 10 each side; +0 more imports, +127 more importers in the complete lists below.
imports: nx_syscalls.nx
imported by: nx_adversarial_census.nxnx_agent_ops_census.nxnx_agent_ops_quality.nxnx_anti_slop_gate.nxnx_atlas_graphrec_gate.nxnx_atlas_traits.nxnx_blocklist_audit.nxnx_blocklist_seed_demo.nxnx_blocklist_store_gate.nxnx_blocklist_view_gate.nxnx_blockmax_wand_gate.nxnx_brick_compose_gate.nxnx_cap_grant_e2e_gate.nxnx_cap_invoke_gate.nxnx_cap_issue_gate.nxnx_cap_keygen_gate.nxnx_cap_mint_gate.nxnx_cap_revoke_gate.nxnx_cap_token_gate.nxnx_cms_visual_builder_gate.nxnx_conn_catalog.nxnx_creditcard_census.nxnx_daemon_gate.nxnx_daemon_run.nxnx_debt_strategy_gate.nxnx_dupfunc_test.nxnx_fileop.nxnx_fileop_gate.nxnx_fin_advstats_gate.nxnx_fin_assets_gate.nxnx_fin_backtest_gate.nxnx_fin_bs_gate.nxnx_fin_census.nxnx_fin_competitor_census.nxnx_fin_datasource_gate.nxnx_fin_grant_gate.nxnx_fin_liquidity_gate.nxnx_fin_marketdata_gate.nxnx_fin_metrics_gate.nxnx_fin_microcap_gate.nxnx_fin_optimizer_gate.nxnx_fin_paper_gate.nxnx_fin_pbo_gate.nxnx_fin_portfolio_gate.nxnx_fin_risk_engine_gate.nxnx_fin_strategy_gate.nxnx_fin_taxlot_gate.nxnx_fin_taxopt_gate.nxnx_fin_universe_gate.nxnx_freshness_gate.nxnx_gate_always_red.nxnx_gatelib_test.nxnx_gatequality_test.nxnx_gaterun.nxnx_gatescan_test.nxnx_hangprobe_gate.nxnx_hardship_nav_gate.nxnx_hotlisten_gate.nxnx_http_loopback_gate.nxnx_http_post.nxnx_http_post_gate.nxnx_http_probe.nxnx_https_fetch_lib_gate.nxnx_img_core_gate.nxnx_img_segment_gate.nxnx_img_threshold_gate.nxnx_index_scale_census.nxnx_index_wr_decouple_gate.nxnx_media_exclusion_enforce_gate.nxnx_media_exclusion_gate.nxnx_media_inventory_gate.nxnx_mgmt_session_mint_gate.nxnx_money_ledger_gate.nxnx_money_situation_gate.nxnx_mvault_coll_gate.nxnx_mvault_fetch_gate.nxnx_ocr_assemble_gate.nxnx_ocr_classify_gate.nxnx_okserver.nxnx_pagerank_gate.nxnx_portability_exceed.nxnx_pose_benchmark_audit.nxnx_posting_compress_gate.nxnx_proc_ctl_gate.nxnx_proc_gate.nxnx_proc_kill.nxnx_promote_deny_gate.nxnx_property_test.nxnx_record_gate.nxnx_record_tsv_gate.nxnx_recovery_guard_gate.nxnx_redteam.nxnx_registry_bounds_gate.nxnx_regress_bank.nxnx_resmon_gate.nxnx_resource_gate.nxnx_routeguard_gate.nxnx_runsv.nxnx_runsv_all_gate.nxnx_runsv_gate.nx +37 more (shown cap 100 declared)
structs
| none |
consts
| none |
functions
| 8 | func gw(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 11 | func gn(v: i64) -> i64 |
| 23 | func gwb(buf: *u8, off: i64, len: i64) -> i64 { if len>0 { sys_write(1, ((buf as i64)+off) as *u8, len) } return 0 } |