Searched refs:temp_map (Results 1 – 3 of 3) sorted by relevance
/third_party/cef/libcef/browser/ |
D | server_impl.cc | 575 ConnectionInfoMap temp_map; in ShutdownOnHandlerThread() local 576 temp_map.swap(connection_info_map_); in ShutdownOnHandlerThread() 580 ConnectionInfoMap::const_iterator it = temp_map.begin(); in ShutdownOnHandlerThread() 581 for (; it != temp_map.end(); ++it) { in ShutdownOnHandlerThread()
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink.c | 1515 …unsigned char *temp_map = mmap((void *)NULL, tmp_map_len, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS, … in map_library() local 1516 if (temp_map == MAP_FAILED) { in map_library() 1521 unsigned char *real_map = (unsigned char*)ALIGN((uintptr_t)temp_map, mapping_align); in map_library() 1524 munmap(temp_map, tmp_map_len); in map_library() 4753 …unsigned char *temp_map = mmap((void *)NULL, tmp_map_len, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS, … in task_map_library() local 4754 if (temp_map == MAP_FAILED) { in task_map_library() 4759 unsigned char *real_map = (unsigned char*)ALIGN((uintptr_t)temp_map, mapping_align); in task_map_library() 4762 munmap(temp_map, tmp_map_len); in task_map_library()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_tgsi_vgpu10.c | 243 } temp_map[VGPU10_MAX_TEMPS]; /**< arrayId, element */ member 1138 return emit->temp_map[index].arrayId; in get_temp_array_id() 1155 return emit->temp_map[index].index; in remap_temp_index() 1283 emit->temp_map[index].initialized = TRUE; in emit_dst_register() 1534 if (!emit->temp_map[index].initialized && in need_temp_reg_initialization() 1535 emit->temp_map[index].index < emit->num_shader_temps) { in need_temp_reg_initialization() 5579 emit->temp_map[tempIndex].arrayId = arrayID; in create_temp_array() 5580 emit->temp_map[tempIndex].index = i; in create_temp_array() 5800 if (emit->temp_map[i].arrayId == 0) { in emit_temporaries_declaration() 5801 emit->temp_map[i].index = reg++; in emit_temporaries_declaration() [all …]
|