Searched refs:tmp_data (Results 1 – 2 of 2) sorted by relevance
40 uint32_t tmp_data; in produce() local44 pFragRef.memcpy(&tmp_data, 4); in produce()45 tmp_data = bswap32(tmp_data); in produce()46 target_data = tmp_data; in produce()
561 uint64_t tmp_data = 0; in syncRelocationResult() local565 tmp_data = bswap32(reloc->target()); in syncRelocationResult()566 std::memcpy(target_addr, &tmp_data, 4); in syncRelocationResult()570 tmp_data = bswap64(reloc->target()); in syncRelocationResult()571 std::memcpy(target_addr, &tmp_data, 8); in syncRelocationResult()