Lines Matching defs:tmp

209           uint32_t tmp = *reinterpret_cast<uint32_t*>(tempptr);
210 uint64_t read_offset = betoh(tmp) & 0x1FFFFF;
241 uint32_t tmp = *reinterpret_cast<uint32_t*>(&tempptr[2]);
242 uint64_t read_offset = betoh(tmp);
273 uint32_t tmp = *reinterpret_cast<uint32_t*>(&tempptr[2]);
274 uint64_t read_offset = betoh(tmp);
276 tmp = *reinterpret_cast<uint32_t*>(&tempptr[6]);
277 read_offset = (read_offset << 32) | betoh(tmp);
279 tmp = *reinterpret_cast<uint32_t*>(&tempptr[10]);
280 uint32_t read_size = betoh(tmp);
367 uint32_t tmp = *reinterpret_cast<uint32_t*>(&tempptr[2]);
368 uint64_t read_offset = betoh(tmp);
397 uint32_t tmp = *reinterpret_cast<uint32_t*>(tempptr);
398 uint64_t write_offset = betoh(tmp) & 0x1FFFFF;
426 uint32_t tmp = *reinterpret_cast<uint32_t*>(&tempptr[2]);
427 uint64_t write_offset = betoh(tmp);
456 uint32_t tmp = *reinterpret_cast<uint32_t*>(&tempptr[2]);
457 uint64_t write_offset = betoh(tmp);
459 tmp = *reinterpret_cast<uint32_t*>(&tempptr[6]);
460 write_offset = (write_offset << 32) | betoh(tmp);
462 tmp = *reinterpret_cast<uint32_t*>(&tempptr[10]);
463 uint32_t write_size = betoh(tmp);
590 uint32_t tmp = *reinterpret_cast<uint32_t*>(&tempptr[2]);
591 uint64_t write_offset = betoh(tmp) & 0xFFFFFF;
593 tmp = *reinterpret_cast<uint32_t*>(&tempptr[5]);
594 uint32_t write_size = betoh(tmp) & 0xFFFFFF;
612 uint32_t tmp = *reinterpret_cast<uint32_t*>(&tempptr[2]);
613 uint64_t read_offset = betoh(tmp) & 0xFFFFFF;
615 tmp = *reinterpret_cast<uint32_t*>(&tempptr[5]);
616 uint32_t read_size = betoh(tmp) & 0xFFFFFF;