Searched refs:tmp_data (Results 1 – 3 of 3) sorted by relevance
48 uint32_t tmp_data; in produce() local52 pFragRef.memcpy(&tmp_data, 4); in produce()53 tmp_data = mcld::bswap32(tmp_data); in produce()54 target_data = tmp_data; in produce()
201 const TI *tmp_data = sP; // tmp_ptr seems to work better in ProcessBase() local202 accum.acc(c, tmp_data); in ProcessBase()209 tmp_data = sN; // tmp_ptr seems faster than directly using sN in ProcessBase()210 accum.acc(c, tmp_data); in ProcessBase()
963 uint64_t tmp_data = 0; in writeRelocationResult() local971 tmp_data = mcld::bswap16(pReloc.target()); in writeRelocationResult()972 std::memcpy(target_addr, &tmp_data, 2); in writeRelocationResult()976 tmp_data = mcld::bswap32(pReloc.target()); in writeRelocationResult()977 std::memcpy(target_addr, &tmp_data, 4); in writeRelocationResult()981 tmp_data = mcld::bswap64(pReloc.target()); in writeRelocationResult()982 std::memcpy(target_addr, &tmp_data, 8); in writeRelocationResult()