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

/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/binpatch/
H A Dbinpatch.c140 int64_t sval64; local
300 sval64 = *(int64_t *)valp;
302 if (sval64 < 0)
303 printf("/%" PRId64, sval64);
344 sval64 = (int64_t)val;
346 if (sval64 < 0)
347 printf("/%" PRId64, sval64);

Completed in 37 milliseconds