Searched defs:size_old (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.cpp110 void MsanThread::FinishSwitchFiber(uptr *bottom_old, uptr *size_old) { argument
H A Dmsan.cpp705 void __msan_finish_switch_fiber(const void **bottom_old, uptr *size_old) { argument
/freebsd-current/sys/tests/fib_lookup/
H A Dfib_lookup.c80 int size_old = V_inet_list_size; local
100 int size_old = V_inet6_list_size; local
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp169 FinishSwitchFiber(FakeStack *fake_stack_save, uptr *bottom_old, uptr *size_old) argument
577 __sanitizer_finish_switch_fiber(void *fakestack, const void **bottom_old, uptr *size_old) argument

Completed in 170 milliseconds