Home
last modified time | relevance | path

Searched refs:obs (Results 1 – 23 of 23) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/
H A Ddio_mixed.ksh66 for obs in "512" "$page_size" "131072"; do
68 oblocks=$(($file_size / $obs))
77 if [[ $obs -ge $page_size ]]; then
82 log_must stride_dd -i $src_file -o $new_file -b $obs \
90 log_must stride_dd -i $src_file -o $new_file -b $obs \
98 log_must stride_dd -i $src_file -o $new_file -b $obs \
/freebsd/sys/tools/fdt/
H A Dembed_dtb.sh36 obs=`strings -at d $1 | grep "Device Tree Blob STARTS here" | awk '{print $1}'`
38 sz=$((eol - obs));
44 dd if=$2 ibs=${dtbsize} of=$1 obs=${obs} oseek=1 conv=notrunc 2> /dev/null
/freebsd/usr.bin/caesar/
H A Dcaesar.c69 int obs[26], try, winner; in main() local
84 bzero(obs, 26 * sizeof(int)); in main()
94 ++obs[ch - 'a']; in main()
96 ++obs[ch - 'A']; in main()
107 dot += obs[i] * stdf[(i + try) % 26]; in main()
/freebsd/crypto/openssl/crypto/bio/
H A Dbf_lbuf.c210 int obs; in linebuffer_ctrl() local
235 obs = (int)num; in linebuffer_ctrl()
237 if ((obs > DEFAULT_LINEBUFFER_SIZE) && (obs != ctx->obuf_size)) { in linebuffer_ctrl()
238 p = OPENSSL_malloc((size_t)obs); in linebuffer_ctrl()
243 if (ctx->obuf_len > obs) { in linebuffer_ctrl()
244 ctx->obuf_len = obs; in linebuffer_ctrl()
249 ctx->obuf_size = obs; in linebuffer_ctrl()
H A Dbf_buff.c242 int ibs, obs; in buffer_ctrl() local
308 obs = ctx->obuf_size; in buffer_ctrl()
312 obs = (int)num; in buffer_ctrl()
316 obs = (int)num; in buffer_ctrl()
327 if ((obs > DEFAULT_BUFFER_SIZE) && (obs != ctx->obuf_size)) { in buffer_ctrl()
347 ctx->obuf_size = obs; in buffer_ctrl()
/freebsd/contrib/sendmail/libsm/
H A Dutil.c259 dequote_internal_chars(ibp, obp, obs) in dequote_internal_chars() argument
262 int obs;
277 if (op < &obp[obs - 1])
/freebsd/crypto/openssl/crypto/comp/
H A Dc_zlib.c551 int ibs, obs; in bio_zlib_ctrl() local
573 obs = -1; in bio_zlib_ctrl()
579 obs = (int)num; in bio_zlib_ctrl()
582 obs = ibs; in bio_zlib_ctrl()
591 if (obs != -1) { in bio_zlib_ctrl()
594 ctx->obufsize = obs; in bio_zlib_ctrl()
/freebsd/tools/tools/nanobsd/Files/root/
H A Dupdatep148 dd of=/dev/${NANO_DRIVE}s1 obs=64k
H A Dupdatep248 dd of=/dev/${NANO_DRIVE}s2 obs=64k
/freebsd/tools/tools/nanobsd/pcengines/Files/root/
H A Dupdatep148 dd of=/dev/${NANO_DRIVE}s1 obs=64k
H A Dupdatep248 dd of=/dev/${NANO_DRIVE}s2 obs=64k
/freebsd/crypto/openssh/regress/
H A Dtransfer.sh16 dd if=$DATA obs=${s} 2> /dev/null | \
H A Dputty-transfer.sh30 dd if=$DATA obs=${s} 2> /dev/null | \
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp46 LiveVariables::Observer *obs = nullptr);
481 LiveVariables::Observer *obs) { in runOnBlock() argument
483 TransferFunctions TF(*this, val, obs, block); in runOnBlock()
510 void LiveVariables::runOnAllBlocks(LiveVariables::Observer &obs) { in runOnAllBlocks() argument
513 getImpl(impl).runOnBlock(*it, getImpl(impl).blocksEndToLiveness[*it], &obs); in runOnAllBlocks()
/freebsd/sys/tools/
H A Dembed_mfs.sh92 dd if=$2 ibs=8192 of=$1 obs=${sec_start} oseek=1 conv=notrunc 2> /dev/null && \
/freebsd/bin/dd/
H A DMakefile27 @./gen 189284 | ./dd ibs=16 obs=8 conv=sparse of=obs_zeroes 2> /dev/null
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h98 void runOnAllBlocks(Observer &obs);
/freebsd/contrib/llvm-project/libcxx/include/
H A Dmdspan52 // [mdspan.extents.obs], observers of the multidimensional index space
117 // [mdspan.layout.right.obs], observers
171 // [mdspan.layout.right.obs], observers
226 // [mdspan.layout.stride.obs], observers
H A Dfilesystem346 // [fs.file.status.obs], observers
H A Dspan103 // [span.obs], span observers
/freebsd/lib/libc/nls/
H A Dpl_PL.ISO8859-2.msg100 47 Rodzina adres�w nie jest obs�ugiwana przez rodzin� protoko��w
/freebsd/share/examples/csh/
H A Ddot.cshrc30 complete dd 'c/[io]f=/f/ n/*/"(if of ibs obs bs skip seek count)"/='
/freebsd/contrib/tcsh/
H A Dcomplete.tcsh227 n/*/"(if of conv ibs obs bs cbs files skip file seek count)"/=