Searched defs:tmp64 (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libfruutils/
H A Dfru_tag.c161 uint64_t tmp64; local
187 tmp64 = ((uint64_t)tag->byte[0] << 40) |
193 tmp.raw_data = tmp64;
228 uint64_t tmp64; local
258 tmp64 = ((uint64_t)tag->byte[0] << 40) |
264 tmp.raw_data = tmp64;
301 uint64_t tmp64; local
331 tmp64 = ((uint64_t)tag->byte[0] << 40) |
337 tmp.raw_data = tmp64;

Completed in 14 milliseconds