Home
last modified time | relevance | path

Searched refs:dword_size (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp1490 std::size_t dword_size = sizeof(dword_val); in get_last_bootup_time() local
1493 , "BootId", &dword_val, dword_size); in get_last_bootup_time()
1497 buffer_to_narrow_str(&dword_val, dword_size, dword_str); in get_last_bootup_time()
1503 , "HybridBootAnimationTime", &dword_val, dword_size); in get_last_bootup_time()
1507 buffer_to_narrow_str(&dword_val, dword_size, dword_str); in get_last_bootup_time()
/third_party/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp4502 unsigned dword_size = elem_size_bytes / 4; in create_vec_from_array() local
4505 dst = bld.tmp(RegClass(reg_type, cnt * dword_size)); in create_vec_from_array()
4514 assert(arr[i].size() == dword_size); in create_vec_from_array()
4518 Temp zero = bld.copy(bld.def(RegClass(reg_type, dword_size)), in create_vec_from_array()
4519 Operand::zero(dword_size == 2 ? 8 : 4)); in create_vec_from_array()