Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_clock.cc195 dst->Resize(c, nclk_); in release()
269 dst->Resize(c, nclk_); in ReleaseStore()
403 void SyncClock::Resize(ClockCache *c, uptr nclk) { in Resize() function in __tsan::SyncClock
485 Resize(c, old.size_); in Unshare()
H A Dtsan_clock.h36 void Resize(ClockCache *c, uptr nclk);
H A Dtsan_rtl_report.cc397 stack.Resize(hdr->stack0.size + 64); in RestoreStack()
415 stack.Resize(pos + 2); in RestoreStack()
663 mset_buffer.Resize(sizeof(MutexSet) / sizeof(u64) + 1); in ReportRace()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DValueObjectList.h50 void Resize(size_t size);
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_vector.h79 void Resize(uptr size) { in Resize() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectList.cpp46 void ValueObjectList::Resize(size_t size) { m_value_objects.resize(size); } in Resize() function in ValueObjectList
H A DIOHandler.cpp930 void Resize(int w, int h) { ::wresize(m_window, h, w); } in Resize() function in curses::Window
931 void Resize(const Size &size) { in Resize() function in curses::Window
978 Resize(bounds.size); in SetBounds()
2060 void Resize(size_t n, const TreeItem &t) { m_children.resize(n, t); } in Resize() function in TreeItem
2520 item.Resize(num_frames, t); in TreeDelegateGenerateChildren()
2611 item.Resize(num_threads, t); in TreeDelegateGenerateChildren()
3647 source_window_sp->Resize(source_bounds.size.width, in MenuDelegateAction()
3691 variables_window_sp->Resize(variables_bounds.size.width + in MenuDelegateAction()
3697 source_window_sp->Resize(source_bounds.size.width, in MenuDelegateAction()
/freebsd-12.1/contrib/binutils/ld/emultempl/
H A Delf-generic.em37 /* Resize the sections. */
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DSymtab.h45 Symbol *Resize(size_t count);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DSymtab.cpp45 Symbol *Symtab::Resize(size_t count) { in Resize() function in Symtab
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStackFrame.cpp1149 m_variable_list_value_objects.Resize(num_variables); in GetValueObjectForFrameVariable()
/freebsd-12.1/share/misc/
H A Dusb_hid_usages889 0x246 AC Resize
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-19993417 * bits/std_fstream.h (underflow): Resize deallocates memory and
/freebsd-12.1/contrib/ntp/
H A DCommitLog-4.1.02146 value. Add fstamp to struct peer. Resize the exten AUTOKEY field
/freebsd-12.1/contrib/binutils/bfd/
H A DChangeLog-00016642 (hppa_size_one_stub): Likewise. Resize reloc section too.
/freebsd-12.1/contrib/unbound/doc/
H A DChangelog1281 - Resize ratelimit and ip-ratelimit caches if changed on reload.
/freebsd-12.1/contrib/gcc/
H A DChangeLog-20057068 (duplicate_eh_regions): Resize region_array and avoid recomputing.