Searched refs:temp_addr (Results 1 – 3 of 3) sorted by relevance
258 WORD8 *temp_addr = in impd_process_time_domain() local270 *temp_addr++ = (WORD8)(temp & 0xff); in impd_process_time_domain()271 *temp_addr++ = (WORD8)((WORD32)temp >> 8) & 0xff; in impd_process_time_domain()272 *temp_addr = (WORD8)((WORD32)temp >> 16) & 0xff; in impd_process_time_domain()
215 void* temp_addr = ro_mapping.memory(); in TEST_F() local218 reinterpret_cast<mach_vm_address_t*>(&temp_addr), &basic_info); in TEST_F()
1238 struct in_addr temp_addr; in release() local1243 temp_addr.s_addr = htonl(server); in release()1244 xstrncpy(buffer, inet_ntoa(temp_addr), sizeof(buffer)); in release()1245 temp_addr.s_addr = state->ipaddr.s_addr; in release()1246 infomsg( infomode, "Unicasting a release of %s to %s", inet_ntoa(temp_addr), buffer); in release()