Home
last modified time | relevance | path

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

/dports/misc/urbit/urbit-urbit-0.6.0/noun/
H A Dretrieve.c239 _mug_bytes_in(c3_w off_w, c3_w nby_w, const c3_y* byt_y) in _mug_bytes_in() argument
243 for ( i_w = 0; i_w < nby_w; i_w++ ) { in _mug_bytes_in()
250 _mug_bytes(c3_w off_w, c3_w nby_w, const c3_y* byt_y) in _mug_bytes() argument
252 c3_w has_w = _mug_bytes_in(off_w, nby_w, byt_y); in _mug_bytes()
259 return _mug_bytes(++off_w, nby_w, byt_y); in _mug_bytes()