Home
last modified time | relevance | path

Searched defs:bounds (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_collapse.cpp78 /*in/out*/ bounds_infoXX_template<T> *bounds) { in kmp_canonicalize_one_loop_XX()
114 auto bounds = &(original_bounds_nest[ind]); in kmp_canonicalize_loop_nest() local
154 /*in/out*/ bounds_infoXX_template<T> *bounds) { in kmp_calculate_trip_count_XX()
189 kmp_loop_nest_iv_t kmp_calculate_trip_count(/*in/out*/ bounds_info_t *bounds) { in kmp_calculate_trip_count()
308 bool kmp_iv_is_in_upper_bound_XX(const bounds_infoXX_template<T> *bounds, in kmp_iv_is_in_upper_bound_XX()
330 bool kmp_calc_one_iv_XX(const bounds_infoXX_template<T> *bounds, in kmp_calc_one_iv_XX()
357 bool kmp_calc_one_iv(const bounds_info_t *bounds, in kmp_calc_one_iv()
399 void kmp_calc_one_iv_rectang_XX(const bounds_infoXX_template<T> *bounds, in kmp_calc_one_iv_rectang_XX()
415 void kmp_calc_one_iv_rectang(const bounds_info_t *bounds, in kmp_calc_one_iv_rectang()
469 auto bounds = &(original_bounds_nest[ind]); in __kmpc_process_loop_nest_rectang() local
[all …]
H A Dkmp_tasking.cpp4770 kmp_taskloop_bounds_t(kmp_task_t *_task, const kmp_taskloop_bounds_t &bounds)
/freebsd/sbin/savecore/
H A Dsavecore.c163 const char *device, int bounds, const int status) in printheader()
270 writebounds(int savedirfd, int bounds) in writebounds()
312 int savedirfd, const char *infoname, const char *device, int bounds, in write_header_info()
360 saved_dump_size(int savedirfd, int bounds) in saved_dump_size()
384 saved_dump_remove(int savedirfd, int bounds) in saved_dump_remove()
431 check_space(const char *savedir, int savedirfd, off_t dumpsize, int bounds) in check_space()
757 int bounds; in DoLiveFile() local
936 int bounds, status; in DoFile() local
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp118 const auto bounds = GetStackBounds(); in stack_size() local
186 const auto bounds = GetStackBounds(); in AddrIsInStack() local
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.cpp99 const auto bounds = GetStackBounds(); in AddrIsInStack() local
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp95 const auto bounds = GetStackBounds(); in AddrIsInStack() local
/freebsd/lib/libc/tests/string/
H A Dstrlcpy_test.c142 ATF_TC_BODY(bounds, tc) in ATF_TC_BODY() argument
H A Dstpncpy_test.c140 ATF_TC_BODY(bounds, tc) in ATF_TC_BODY() argument
H A Dmemccpy_test.c187 ATF_TC_BODY(bounds, tc) in ATF_TC_BODY() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp219 const auto bounds = GetStackBounds(); in stack_size() local
408 const auto bounds = GetStackBounds(); in AddrIsInStack() local
/freebsd/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Deeprom.c453 u8 bounds; in mt76x2_get_temp_comp() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp362 Surface SubSurface(Rect bounds) { in SubSurface()
454 void Box(const Rect &bounds, chtype v_char = ACS_VLINE, in Box()
474 void TitledBox(const Rect &bounds, const char *title, in TitledBox()
590 Window(const char *name, const Rect &bounds) in Window()
659 void SetBounds(const Rect &bounds) { in SetBounds()
679 WindowSP CreateSubWindow(const char *name, const Rect &bounds, in CreateSubWindow()
808 Rect bounds = GetBounds(); in CreateHelpSubwindow() local
1787 Rect bounds = Rect(Point(0, line), Size(width, height)); in DrawFields() local
2076 Rect bounds = surface.GetFrame(); in FieldDelegateDraw() local
2595 Rect bounds = Rect(Point(0, line), Size(width, height)); in DrawFields() local
[all …]
/freebsd/sys/vm/
H A Dvm_kern.c312 vm_page_t bounds[2]; in kmem_alloc_attr_domainset() local
406 vm_page_t bounds[2]; in kmem_alloc_contig_domainset() local
H A Dvm_phys.c1432 vm_phys_find_range(vm_page_t bounds[], int segind, int domain, in vm_phys_find_range()
H A Dvm_page.c2425 vm_page_t bounds[2]; in vm_page_alloc_contig() local
3315 vm_page_t bounds[2], m_run, _m_runs[NRUNS], *m_runs; in vm_page_reclaim_contig_domain_ext() local
/freebsd/usr.bin/msgs/
H A Dmsgs.c153 FILE *bounds; in main() local
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_zstd.c329 ZSTD_bounds bounds = ZSTD_cParam_getBounds(ZSTD_c_windowLog); in archive_compressor_zstd_options() local
/freebsd/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress.c1385 ZSTD_bounds const bounds = ZSTD_dParam_getBounds(ZSTD_d_windowLogMax); in ZSTD_DCtx_setMaxWindowSize() local
1402 ZSTD_bounds bounds = { 0, 0, 0 }; in ZSTD_dParam_getBounds() local
1428 ZSTD_bounds const bounds = ZSTD_dParam_getBounds(dParam); in ZSTD_dParam_withinBounds() local
/freebsd/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1683 ZSTD_bounds const bounds = ZSTD_dParam_getBounds(ZSTD_d_windowLogMax); in ZSTD_DCtx_setMaxWindowSize() local
1700 ZSTD_bounds bounds = { 0, 0, 0 }; in ZSTD_dParam_getBounds() local
1734 ZSTD_bounds const bounds = ZSTD_dParam_getBounds(dParam); in ZSTD_dParam_withinBounds() local
/freebsd/sys/contrib/ck/src/
H A Dck_ht.c385 CK_HT_WORD *bounds = NULL; in ck_ht_gc() local
H A Dck_hs.c562 CK_HS_WORD *bounds = NULL; in ck_hs_gc() local
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress.c270 ZSTD_bounds bounds = { 0, 0, 0 }; in ZSTD_cParam_getBounds() local
432 ZSTD_bounds const bounds = ZSTD_cParam_getBounds(cParam); in ZSTD_cParam_clampBounds() local
H A Dzstd_compress_internal.h359 ZSTD_bounds const bounds = ZSTD_cParam_getBounds(cParam); in ZSTD_cParam_withinBounds() local
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h505 ZSTD_bounds const bounds = ZSTD_cParam_getBounds(cParam); in ZSTD_cParam_withinBounds() local
H A Dzstd_compress.c388 ZSTD_bounds bounds = { 0, 0, 0 }; in ZSTD_cParam_getBounds() local
586 ZSTD_bounds const bounds = ZSTD_cParam_getBounds(cParam); in ZSTD_cParam_clampBounds() local

12