Home
last modified time | relevance | path

Searched refs:nov_u (Results 1 – 2 of 2) sorted by relevance

/dports/misc/urbit/urbit-urbit-0.6.0/noun/
H A Dimprison.c33 u3a_atom* nov_u = (void*)nov_w; in u3i_words() local
35 nov_u->mug_w = 0; in u3i_words()
36 nov_u->len_w = a_w; in u3i_words()
44 nov_u->buf_w[i_w] = b_w[i_w]; in u3i_words()
111 u3a_atom* nov_u = (void*)nov_w; in u3i_bytes() local
113 nov_u->mug_w = 0; in u3i_bytes()
114 nov_u->len_w = len_w; in u3i_bytes()
122 nov_u->buf_w[i_w] = 0; in u3i_bytes()
214 nov_u->mug_w = 0; in u3i_cell()
215 nov_u->hed = a; in u3i_cell()
[all …]
H A Dallocate.c1859 u3a_atom* nov_u = (void *)nov_w; in u3a_malt() local
1862 for ( len_w = nov_u->len_w; len_w; len_w-- ) { in u3a_malt()
1863 if ( 0 != nov_u->buf_w[len_w - 1] ) { in u3a_malt()
1876 u3a_atom* nov_u = (void*)nov_w; in u3a_moot() local
1877 c3_w len_w = nov_u->len_w; in u3a_moot()
1878 c3_w las_w = nov_u->buf_w[len_w - 1]; in u3a_moot()
1945 u3a_atom* nov_u = (void*)nov_w; in u3a_mint() local
1955 c3_w low_w = nov_u->buf_w[0]; in u3a_mint()
1967 c3_w old_w = nov_u->len_w; in u3a_mint()
1981 nov_u->len_w = len_w; in u3a_mint()