Lines Matching refs:rv
249 int rv = -1; in apprentice_1() local
260 rv = apprentice_load(ms, &magic, &nmagic, fn, action); in apprentice_1()
261 if (rv != 0) in apprentice_1()
263 rv = apprentice_compile(ms, &magic, &nmagic, fn); in apprentice_1()
265 return rv; in apprentice_1()
268 if ((rv = apprentice_map(ms, &magic, &nmagic, fn)) == -1) { in apprentice_1()
272 rv = apprentice_load(ms, &magic, &nmagic, fn, action); in apprentice_1()
275 if (rv != 0) in apprentice_1()
279 mapped = rv; in apprentice_1()
2332 int rv = -1; local
2371 rv = 0;
2374 return rv;
2444 uint16_t rv; local
2446 uint8_t *d = (uint8_t *)(void *)&rv;
2449 return rv;
2458 uint32_t rv; local
2460 uint8_t *d = (uint8_t *)(void *)&rv;
2465 return rv;
2474 uint64_t rv; local
2476 uint8_t *d = (uint8_t *)(void *)&rv;
2496 return rv;