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

12

/freebsd-current/lib/libc/tests/string/
H A Dstpncpy_test.c139 ATF_TC_WITHOUT_HEAD(bounds); variable
H A Dstrlcpy_test.c141 ATF_TC_WITHOUT_HEAD(bounds); variable
H A Dmemccpy_test.c163 ATF_TC_WITHOUT_HEAD(bounds); variable
/freebsd-current/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp95 const auto bounds = GetStackBounds(); local
/freebsd-current/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.cpp99 const auto bounds = GetStackBounds(); local
/freebsd-current/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp118 const auto bounds = GetStackBounds(); local
186 const auto bounds = GetStackBounds(); local
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt76x2/
H A Deeprom.c453 u8 bounds; local
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_collapse.cpp76 kmp_canonicalize_one_loop_XX( ident_t *loc, bounds_infoXX_template<T> *bounds) argument
114 auto bounds = &(original_bounds_nest[ind]); local
153 kmp_calculate_trip_count_XX( bounds_infoXX_template<T> *bounds) argument
189 kmp_calculate_trip_count( bounds_info_t *bounds) argument
308 kmp_iv_is_in_upper_bound_XX(const bounds_infoXX_template<T> *bounds, const kmp_point_t original_ivs, kmp_index_t ind) argument
330 kmp_calc_one_iv_XX(const bounds_infoXX_template<T> *bounds, kmp_point_t original_ivs, const kmp_iterations_t iterations, kmp_index_t ind, bool start_with_lower_bound, bool checkBounds) argument
357 kmp_calc_one_iv(const bounds_info_t *bounds, kmp_point_t original_ivs, const kmp_iterations_t iterations, kmp_index_t ind, bool start_with_lower_bound, bool checkBounds) argument
399 kmp_calc_one_iv_rectang_XX(const bounds_infoXX_template<T> *bounds, kmp_uint64 *original_ivs, const kmp_iterations_t iterations, kmp_index_t ind) argument
415 kmp_calc_one_iv_rectang(const bounds_info_t *bounds, kmp_uint64 *original_ivs, const kmp_iterations_t iterations, kmp_index_t ind) argument
469 auto bounds = &(original_bounds_nest[ind]); local
498 auto bounds = &(original_bounds_nest[ind]); local
510 auto bounds = &(original_bounds_nest[ind]); local
528 kmp_calc_span_lessoreq_XX( bounds_info_internalXX_template<T> *bounds, bounds_info_internal_t *bounds_nest) argument
592 kmp_calc_span_greateroreq_XX( bounds_info_internalXX_template<T> *bounds, bounds_info_internal_t *bounds_nest) argument
657 kmp_calc_span_XX( bounds_info_internalXX_template<T> *bounds, bounds_info_internal_t *bounds_nest) argument
676 kmp_calc_new_bounds_XX( bounds_info_internalXX_template<T> *bounds, bounds_info_internal_t *bounds_nest) argument
[all...]
H A Dkmp_tasking.cpp4764 kmp_taskloop_bounds_t(kmp_task_t *_task, const kmp_taskloop_bounds_t &bounds) argument
/freebsd-current/sys/contrib/ck/src/
H A Dck_ht.c385 CK_HT_WORD *bounds = NULL; local
[all...]
H A Dck_hs.c562 CK_HS_WORD *bounds = NULL; local
[all...]
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_zstd.c329 ZSTD_bounds bounds = ZSTD_cParam_getBounds(ZSTD_c_windowLog); local
/freebsd-current/sys/vm/
H A Dvm_kern.c309 vm_page_t bounds[2]; local
403 vm_page_t bounds[2]; local
H A Dvm_phys.c1256 vm_phys_find_range(vm_page_t bounds[], int segind, int domain, argument
H A Dvm_page.c2173 vm_page_t bounds[2]; local
3043 vm_page_t bounds[2], m_run, _m_runs[NRUNS], *m_runs; local
/freebsd-current/usr.bin/msgs/
H A Dmsgs.c153 FILE *bounds; local
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp214 const auto bounds = GetStackBounds(); local
403 const auto bounds = GetStackBounds(); local
/freebsd-current/sbin/savecore/
H A Dsavecore.c267 writebounds(int savedirfd, int bounds) argument
159 printheader(xo_handle_t *xo, const struct kerneldumpheader *h, const char *device, int bounds, const int status) argument
308 write_header_info(xo_handle_t *xostdout, const struct kerneldumpheader *kdh, int savedirfd, const char *infoname, const char *device, int bounds, int status) argument
357 saved_dump_size(int savedirfd, int bounds) argument
381 saved_dump_remove(int savedirfd, int bounds) argument
428 check_space(const char *savedir, int savedirfd, off_t dumpsize, int bounds) argument
754 int bounds; local
933 int bounds, status; local
[all...]
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/decompress/
H A Dzstd_decompress.c1385 ZSTD_bounds const bounds = ZSTD_dParam_getBounds(ZSTD_d_windowLogMax); local
1402 ZSTD_bounds bounds = { 0, 0, 0 }; local
1428 ZSTD_bounds const bounds = ZSTD_dParam_getBounds(dParam); local
[all...]
/freebsd-current/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h359 ZSTD_bounds const bounds = ZSTD_cParam_getBounds(cParam); local
H A Dzstd_compress.c270 ZSTD_bounds bounds = { 0, 0, 0 }; local
432 ZSTD_bounds const bounds = ZSTD_cParam_getBounds(cParam); local
[all...]
/freebsd-current/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c1683 ZSTD_bounds const bounds = ZSTD_dParam_getBounds(ZSTD_d_windowLogMax); local
1700 ZSTD_bounds bounds = { 0, 0, 0 }; local
1734 ZSTD_bounds const bounds = ZSTD_dParam_getBounds(dParam); local
[all...]
/freebsd-current/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h505 ZSTD_bounds const bounds = ZSTD_cParam_getBounds(cParam); local
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1564 auto bounds = GetSectionBounds(s); variable
/freebsd-current/sys/contrib/v4l/
H A Dvideodev2.h638 struct v4l2_rect bounds; member in struct:v4l2_cropcap

Completed in 375 milliseconds

12