Home
last modified time | relevance | path

Searched refs:new_ctrl (Results 1 – 11 of 11) sorted by relevance

/external/abseil-cpp/absl/container/internal/
Draw_hash_set.cc346 ctrl_t* __restrict new_ctrl, size_t new_capacity) const { in GrowIntoSingleGroupShuffleControlBytes() argument
398 absl::little_endian::Store64(new_ctrl, copied_bytes); in GrowIntoSingleGroupShuffleControlBytes()
414 std::memset(new_ctrl + old_capacity_ + 1, static_cast<int8_t>(ctrl_t::kEmpty), in GrowIntoSingleGroupShuffleControlBytes()
427 std::memset(new_ctrl + NumControlBytes(new_capacity) - kHalfWidth, in GrowIntoSingleGroupShuffleControlBytes()
445 absl::little_endian::Store64(new_ctrl + new_capacity + 1, copied_bytes); in GrowIntoSingleGroupShuffleControlBytes()
462 std::memset(new_ctrl + new_capacity + old_capacity_ + 2, in GrowIntoSingleGroupShuffleControlBytes()
466 new_ctrl[new_capacity] = ctrl_t::kSentinel; in GrowIntoSingleGroupShuffleControlBytes()
469 void HashSetResizeHelper::InitControlBytesAfterSoo(ctrl_t* new_ctrl, ctrl_t h2, in InitControlBytesAfterSoo() argument
472 std::memset(new_ctrl, static_cast<int8_t>(ctrl_t::kEmpty), in InitControlBytesAfterSoo()
477 new_ctrl[1] = new_ctrl[new_capacity + 2] = h2; in InitControlBytesAfterSoo()
[all …]
Draw_hash_set.h2171 void GrowIntoSingleGroupShuffleControlBytes(ctrl_t* new_ctrl,
2178 void InitControlBytesAfterSoo(ctrl_t* new_ctrl, ctrl_t h2,
/external/cronet/tot/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.cc346 ctrl_t* __restrict new_ctrl, size_t new_capacity) const { in GrowIntoSingleGroupShuffleControlBytes() argument
398 absl::little_endian::Store64(new_ctrl, copied_bytes); in GrowIntoSingleGroupShuffleControlBytes()
414 std::memset(new_ctrl + old_capacity_ + 1, static_cast<int8_t>(ctrl_t::kEmpty), in GrowIntoSingleGroupShuffleControlBytes()
427 std::memset(new_ctrl + NumControlBytes(new_capacity) - kHalfWidth, in GrowIntoSingleGroupShuffleControlBytes()
445 absl::little_endian::Store64(new_ctrl + new_capacity + 1, copied_bytes); in GrowIntoSingleGroupShuffleControlBytes()
462 std::memset(new_ctrl + new_capacity + old_capacity_ + 2, in GrowIntoSingleGroupShuffleControlBytes()
466 new_ctrl[new_capacity] = ctrl_t::kSentinel; in GrowIntoSingleGroupShuffleControlBytes()
469 void HashSetResizeHelper::InitControlBytesAfterSoo(ctrl_t* new_ctrl, ctrl_t h2, in InitControlBytesAfterSoo() argument
472 std::memset(new_ctrl, static_cast<int8_t>(ctrl_t::kEmpty), in InitControlBytesAfterSoo()
477 new_ctrl[1] = new_ctrl[new_capacity + 2] = h2; in InitControlBytesAfterSoo()
[all …]
Draw_hash_set.h2223 void GrowIntoSingleGroupShuffleControlBytes(ctrl_t* new_ctrl,
2230 void InitControlBytesAfterSoo(ctrl_t* new_ctrl, ctrl_t h2,
/external/cronet/stable/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.cc346 ctrl_t* __restrict new_ctrl, size_t new_capacity) const { in GrowIntoSingleGroupShuffleControlBytes() argument
398 absl::little_endian::Store64(new_ctrl, copied_bytes); in GrowIntoSingleGroupShuffleControlBytes()
414 std::memset(new_ctrl + old_capacity_ + 1, static_cast<int8_t>(ctrl_t::kEmpty), in GrowIntoSingleGroupShuffleControlBytes()
427 std::memset(new_ctrl + NumControlBytes(new_capacity) - kHalfWidth, in GrowIntoSingleGroupShuffleControlBytes()
445 absl::little_endian::Store64(new_ctrl + new_capacity + 1, copied_bytes); in GrowIntoSingleGroupShuffleControlBytes()
462 std::memset(new_ctrl + new_capacity + old_capacity_ + 2, in GrowIntoSingleGroupShuffleControlBytes()
466 new_ctrl[new_capacity] = ctrl_t::kSentinel; in GrowIntoSingleGroupShuffleControlBytes()
469 void HashSetResizeHelper::InitControlBytesAfterSoo(ctrl_t* new_ctrl, ctrl_t h2, in InitControlBytesAfterSoo() argument
472 std::memset(new_ctrl, static_cast<int8_t>(ctrl_t::kEmpty), in InitControlBytesAfterSoo()
477 new_ctrl[1] = new_ctrl[new_capacity + 2] = h2; in InitControlBytesAfterSoo()
[all …]
Draw_hash_set.h2223 void GrowIntoSingleGroupShuffleControlBytes(ctrl_t* new_ctrl,
2230 void InitControlBytesAfterSoo(ctrl_t* new_ctrl, ctrl_t h2,
/external/angle/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.cc397 uint64_t h2, ctrl_t* new_ctrl) { in InitializeSingleElementControlBytes() argument
413 std::memset(new_ctrl + 1, static_cast<int8_t>(ctrl_t::kEmpty), Group::kWidth); in InitializeSingleElementControlBytes()
415 absl::little_endian::Store64(new_ctrl, first_ctrl_bytes); in InitializeSingleElementControlBytes()
421 InitializeThreeElementsControlBytesAfterSoo(size_t hash, ctrl_t* new_ctrl) { in InitializeThreeElementsControlBytesAfterSoo() argument
449 std::memset(new_ctrl + kNewCapacity, static_cast<int8_t>(ctrl_t::kEmpty), in InitializeThreeElementsControlBytesAfterSoo()
452 absl::little_endian::Store64(new_ctrl, first_ctrl_bytes); in InitializeThreeElementsControlBytesAfterSoo()
592 size_t hash, ctrl_t* new_ctrl, in InsertOldSooSlotAndInitializeControlBytes() argument
605 c.set_control</*kGenerateSeed=*/false>(new_ctrl); in InsertOldSooSlotAndInitializeControlBytes()
653 ctrl_t* new_ctrl = reinterpret_cast<ctrl_t*>(mem + layout.control_offset()); in ResizeFullSooTable() local
660 new_ctrl, new_slots); in ResizeFullSooTable()
[all …]
/external/mesa3d/src/intel/compiler/
Dbrw_nir_lower_ray_queries.c174 nir_def *new_ctrl, in update_trace_ctrl_level() argument
186 if (new_ctrl) in update_trace_ctrl_level()
187 new_ctrl = nir_i2i16(b, new_ctrl); in update_trace_ctrl_level()
191 if (new_ctrl || new_level) { in update_trace_ctrl_level()
192 if (!new_ctrl) in update_trace_ctrl_level()
193 new_ctrl = old_ctrl; in update_trace_ctrl_level()
197 nir_def *new_value = nir_ior(b, nir_ishl_imm(b, new_ctrl, 2), new_level); in update_trace_ctrl_level()
/external/coreboot/src/soc/nvidia/tegra/
Dusb.c93 u32 new_ctrl; member
/external/bcc/libbpf-tools/x86/
Dvmlinux.h24841 u32 new_ctrl; member
Dvmlinux_518.h24841 u32 new_ctrl; member