Home
last modified time | relevance | path

Searched refs:temp_addr (Results 1 – 3 of 3) sorted by relevance

/external/libxaac/decoder/drc_src/
Dimpd_drc_main_td_process.c258 WORD8 *temp_addr = in impd_process_time_domain() local
270 *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()
/external/libchrome/base/memory/
Dplatform_shared_memory_region_unittest.cc215 void* temp_addr = ro_mapping.memory(); in TEST_F() local
218 reinterpret_cast<mach_vm_address_t*>(&temp_addr), &basic_info); in TEST_F()
/external/toybox/toys/pending/
Ddhcp.c1238 struct in_addr temp_addr; in release() local
1243 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()