Searched refs:rofs (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/lib/libc/citrus/
H A Dcitrus_db_factory.c231 put8(struct _region *r, size_t *rofs, uint8_t val) argument
233 *(uint8_t *)_region_offset(r, *rofs) = val;
234 *rofs += 1;
238 put32(struct _region *r, size_t *rofs, uint32_t val) argument
241 memcpy(_region_offset(r, *rofs), &val, 4);
242 *rofs += 4;
246 putpad(struct _region *r, size_t *rofs) argument
249 for (i = ceilto(*rofs) - *rofs; i > 0; i--)
250 put8(r, rofs,
254 dump_header(struct _region *r, const char *magic, size_t *rofs, size_t num_entries) argument
[all...]

Completed in 81 milliseconds