Home
last modified time | relevance | path

Searched refs:Resize (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_clock.cpp191 sc->Resize(c, nclk_); in releaseStoreAcquire()
231 dst->Resize(c, nclk_); in release()
297 dst->Resize(c, nclk_); in ReleaseStore()
432 void SyncClock::Resize(ClockCache *c, uptr nclk) { in Resize() function in __tsan::SyncClock
513 Resize(c, old.size_); in Unshare()
H A Dtsan_clock.h35 void Resize(ClockCache *c, uptr nclk);
H A Dtsan_rtl_report.cpp408 stack.Resize(hdr->stack0.size + 64); in RestoreStack()
426 stack.Resize(pos + 2); in RestoreStack()
674 mset_buffer.Resize(sizeof(MutexSet) / sizeof(u64) + 1); in ReportRace()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObjectList.h35 void Resize(size_t size);
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_vector.h74 void Resize(uptr size) { in Resize() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DValueObjectList.cpp37 void ValueObjectList::Resize(size_t size) { m_value_objects.resize(size); } in Resize() function in ValueObjectList
H A DIOHandlerCursesGUI.cpp629 void Resize(int w, int h) { ::wresize(m_window, h, w); } in Resize() function in curses::Window
630 void Resize(const Size &size) { in Resize() function in curses::Window
656 Resize(bounds.size); in SetBounds()
3438 void Resize(size_t n, const TreeItem &t) { m_children.resize(n, t); } in Resize() function in TreeItem
3898 item.Resize(num_frames, t); in TreeDelegateGenerateChildren()
3993 item.Resize(num_threads, t); in TreeDelegateGenerateChildren()
5076 source_window_sp->Resize(source_bounds.size.width, in MenuDelegateAction()
5120 variables_window_sp->Resize(variables_bounds.size.width + in MenuDelegateAction()
5126 source_window_sp->Resize(source_bounds.size.width, in MenuDelegateAction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTFUtils.cpp304 RF->Resize(Spec.getElementCount(), 0.0); in addNewTensor()
311 RF->Resize(Spec.getElementCount(), 0); in addNewTensor()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DSymtab.h40 Symbol *Resize(size_t count);
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DSymtab.cpp51 Symbol *Symtab::Resize(size_t count) { in Resize() function in Symtab
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1155 m_variable_list_value_objects.Resize(num_variables); in GetValueObjectForFrameVariable()
/freebsd-13.1/share/misc/
H A Dusb_hid_usages889 0x246 AC Resize
/freebsd-13.1/contrib/ntp/
H A DCommitLog-4.1.02146 value. Add fstamp to struct peer. Resize the exten AUTOKEY field
/freebsd-13.1/contrib/unbound/doc/
H A DChangelog2698 - Resize ratelimit and ip-ratelimit caches if changed on reload.