Home
last modified time | relevance | path

Searched full:resizing (Results 1 – 25 of 118) sorted by relevance

12345

/freebsd/contrib/libarchive/libarchive/
H A Darchive_string.h73 /* Append a C char to an archive_string, resizing as necessary. */
81 /* Append a raw array to an archive_string, resizing as necessary */
157 /* Append a C string to an archive_string, resizing as necessary. */
163 /* Copy a C string to an archive_string, resizing as necessary. */
171 /* Copy a C string to an archive_string with limit, resizing as necessary. */
H A Darchive_string_sprintf.c86 * Like 'vsprintf', but ensures the target is big enough, resizing if
/freebsd/contrib/ofed/libibverbs/man/
H A Dibv_modify_qp.336 … ibv_qp_cap cap; /* QP capabilities (valid if HCA supports QP resizing) */
117 Not all devices support resizing QPs. To check if a device supports it, check if the
H A Dibv_modify_srq.350 Not all devices support resizing SRQs. To check if a device supports it, check if the
/freebsd/contrib/ncurses/man/
H A Dresizeterm.3x111 When resizing windows, \fB\%resize_term\fP recursively adjusts subwindows,
114 then on resizing the window, \fB\%resize_term\fP will keep the window
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/buffering/
H A Dtst.resize1.d32 * SECTION: Buffers and Buffering/Buffer Resizing Policy;
H A Derr.resize1.d34 * SECTION: Buffers and Buffering/Buffer Resizing Policy;
H A Derr.resize2.d34 * SECTION: Buffers and Buffering/Buffer Resizing Policy;
H A Dtst.resize2.d32 * SECTION: Buffers and Buffering/Buffer Resizing Policy;
H A Derr.resize3.d34 * SECTION: Buffers and Buffering/Buffer Resizing Policy;
H A Dtst.resize3.d34 * SECTION: Buffers and Buffering/Buffer Resizing Policy;
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_io.c179 * @retval EIO if an I/O error occurs resizing @p io.
180 * @retval ENODEV if @p io does not support resizing.
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.h1276 volatile kmp_int8 resizing; // 0=not resizing, 1=resizing variable
1293 : maxLevels(7), depth(1), uninitialized(not_initialized), resizing(0) {} in hierarchy_info()
1318 resizing = 0; in init()
1378 kmp_int8 bool_result = KMP_COMPARE_AND_STORE_ACQ8(&resizing, 0, 1); in resize()
1384 bool_result = KMP_COMPARE_AND_STORE_ACQ8(&resizing, 0, 1); in resize()
1439 resizing = 0; // One writer in resize()
/freebsd/crypto/openssh/
H A Dprogressmeter.c56 /* window resizing */
73 static volatile sig_atomic_t win_resized; /* for window resizing */
/freebsd/tools/test/stress2/tools/
H A Dmaxvnodes.sh30 # "Resizing the vnode and name cache sizes on the fly".
/freebsd/tools/test/stress2/misc/
H A Dgpt.sh30 # Bug 237269 - panic in glabel (g_label_destroy) stop after resizing GPT
/freebsd/lib/libc/stdlib/
H A Dhcreate_r.c39 * just a wild guess. Resizing the table dynamically if the use in hcreate_r()
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dmediatek,mdp3-rsz.yaml14 One of Media Data Path 3 (MDP3) components used to do frame resizing.
/freebsd/lib/geom/virstor/
H A Dgeom_virstor.c223 fprintf(stderr, "Resizing chunk size to be a multiple of " in virstor_label()
232 fprintf(stderr, "Resizing virtual size to be a multiple of " in virstor_label()
248 fprintf(stderr, "Resizing virtual size to fit virstor " in virstor_label()
/freebsd/contrib/netbsd-tests/sbin/resize_ffs/
H A Dcommon.sh120 echo "****resizing fs with blocksize ${bs}"
/freebsd/share/man/man9/
H A Dvm_map_entry_resize_free.9192 Now consider resizing an entry in-place without a call to
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dsnps,dwc3.yaml415 description: Specifies the max number of packets the txfifo resizing logic
417 higher the number, the more fifo space the txfifo resizing logic will
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_buf.c32 * The routines in this file are used to create an automatically resizing
/freebsd/contrib/nvi/cl/
H A Dcl_term.c275 * curses, while resizing does not. in cl_optchange()
386 * without window resizing support. The user just lost, in cl_ssize()
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DInstrProfilingPlatformFuchsia.c87 /* Resizing the VMO should zero fill. */ in lprofVMOWriter()

12345