Home
last modified time | relevance | path

Searched full:calculated (Results 1 – 25 of 1059) sorted by relevance

12345678910>>...43

/freebsd-src/sys/fs/ext2fs/
H A Dext2_csum.c250 uint32_t calculated; in ext2_dirent_csum_verify() local
257 calculated = ext2_dirent_csum(ip, ep, (char *)tp - (char *)ep); in ext2_dirent_csum_verify()
258 if (calculated != le32toh(tp->e2dt_checksum)) in ext2_dirent_csum_verify()
324 uint32_t calculated; in ext2_dx_csum_verify() local
340 calculated = ext2_dx_csum(ip, ep, count_offset, count, tp); in ext2_dx_csum_verify()
342 if (tp->ht_checksum != calculated) in ext2_dx_csum_verify()
446 uint32_t provided, calculated; in ext2_extent_blk_csum_verify() local
458 calculated = ext2_extent_blk_csum(ip, ehp); in ext2_extent_blk_csum_verify()
460 if (provided != calculated) { in ext2_extent_blk_csum_verify()
491 uint32_t hi, provided, calculated; in ext2_gd_i_bitmap_csum_verify() local
[all …]
/freebsd-src/crypto/heimdal/doc/doxyout/ntlm/man/man3/
H A Dntlm_core.384 \fImaster\fP calculated session master key, should be freed with \fBheim_ntlm_free_buf()\fP.
107 \fImaster\fP calculated session master key, should be freed with \fBheim_ntlm_free_buf()\fP.
132 \fIntlmv2\fP calculated session key
155 \fIanswer\fP calculated answer, should be freed with \fBheim_ntlm_free_buf()\fP.
182 \fIntlmv2\fP calculated session key
413 \fIntlmv2\fP calculated session key
/freebsd-src/bin/ps/
H A Dps.h47 double ki_pcpu; /* calculated in main() */
48 segsz_t ki_memsize; /* calculated in main() */
51 char *prefix; /* calculated in decendant_sort() */
84 short width; /* calculated width */
/freebsd-src/tools/tools/net80211/wlaninject/
H A DREADME45 will be calculated. Symbolic names are:
52 -s so the header length is calculated correctly.
56 frame. The length should be calculated automatically correctly.
68 The length is calculated automatically---you do not need to
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLazyBlockFrequencyInfo.h48 if (!Calculated) { in getCalculated()
52 Calculated = true; in getCalculated()
63 Calculated = false; in releaseMemory()
69 bool Calculated = false; variable
H A DLazyBranchProbabilityInfo.h64 if (!Calculated) { in getCalculated()
67 Calculated = true; in getCalculated()
78 bool Calculated = false; variable
/freebsd-src/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.1250 This is normally calculated by searching the specified
261 directory is normally calculated by looking for a directory
285 This is normally calculated by constructing a temporary makefile that includes
292 This is normally calculated by prepending the
352 but it is calculated from
356 which are in turn calculated from
/freebsd-src/contrib/xz/src/liblzma/api/lzma/
H A Dblock.h288 * If this is set to true, the integrity check won't be calculated
333 * The size can be calculated from the first byte of a Block using this macro.
348 * increase the calculated header_size value as long as it is a multiple of
361 * - LZMA_OK: Size calculated successfully and stored to
374 * The caller must have calculated the size of the Block Header already with
375 * lzma_block_header_size(). If a value larger than the one calculated by
449 * - Compressed Size calculated from Unpadded Size must be positive integer,
454 * calculated from Unpadded Size is compared against the value
483 * but Unpadded Size needs to be calculated from Block Header Size,
/freebsd-src/crypto/openssl/doc/man3/
H A DSRP_Calc_B.pod55 and I<u> parameters are used on the server side and are calculated via
58 client side and are calculated via the functions SRP_Calc_client_key_ex(),
74 All these functions return the calculated key or parameter, or NULL on error.
/freebsd-src/crypto/openssl/include/openssl/
H A Dfips_names.h23 * The calculated MAC of the module file (Used for FIPS Self Testing)
33 * The calculated MAC of the install status indicator (Used for FIPS Self Testing)
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dmath.shlib21 # Do $action if the calculated percentage is greater or equal to that passed in:
23 # Do $action if the calculated percentage is less than that passed in:
39 log_note "Comparing $a and $b given $percent% (calculated: $p%)"
/freebsd-src/contrib/libpcap/
H A Dpcap-usb-linux-common.c
/freebsd-src/contrib/ntp/html/drivers/
H A Ddriver9.html31calculated for a fixed station. An average position is calculated from this data. After 24 hours, …
/freebsd-src/lib/libpmc/pmu-events/arch/x86/goldmontplus/
H A Dvirtual-memory.json46 …aversing the Extended Page Table (EPT). Average cycles per walk can be calculated by dividing by t…
94 …aversing the Extended Page Table (EPT). Average cycles per walk can be calculated by dividing by t…
106 …s for Virtual Machine Monitors (VMMs). Average cycles per walk can be calculated by dividing the …
166 …aversing the Extended Page Table (EPT). Average cycles per walk can be calculated by dividing by t…
/freebsd-src/sys/contrib/dpdk_rte_lpm/
H A Drte_jhash.h271 * Calculated hash value.
294 * Calculated hash value.
331 * Calculated hash value.
350 * Calculated hash value.
367 * Calculated hash value.
/freebsd-src/usr.sbin/bsdconfig/share/
H A Ddialog.subr581 # storing the calculated height and width. The second set of arguments are the
586 # If the first argument is `-n', the calculated sizes ($var_height and
681 # storing the calculated height and width. The second set of arguments are the
686 # If the first argument is `-n', the calculated sizes ($var_height and
742 # storing the calculated height and width. The second set of arguments are the
747 # If the first argument is `-n', the calculated sizes ($var_height and
807 # storing the calculated height and width. The second set of arguments are the
814 # If the first argument is `-n', the calculated sizes ($var_height and
885 # storing the calculated height, width, and rows. The second set of arguments
892 # If the first argument is `-n', the calculated sizes ($var_height, $var_width,
[all …]
/freebsd-src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_collapse.h131 // It's represented in kmp_uint64, but each dimention is calculated in
201 // (only trip counts will be calculated).
211 // Note: trip counts should be already calculated by
228 // (only trip counts will be calculated). Internally API will expand the space
/freebsd-src/sys/contrib/device-tree/Bindings/leds/
H A Dskyworks,aat1290.yaml41 Maximum flash LED supply current can be calculated using following
46 Maximum flash timeout can be calculated using following formula::
H A Dleds-aat1290.txt28 Maximum flash LED supply current can be calculated using
31 Maximum flash timeout can be calculated using following
H A Drichtek,rt8515.yaml60 ground. The maximum hardware current setting is calculated
72 ground. The maximum hardware current setting is calculated
/freebsd-src/usr.sbin/bluetooth/l2ping/
H A Dl2ping.891 It is calculated as minimum L2CAP MTU (48 bytes) minus the size of the L2CAP
94 Is is calculated as maximum L2CAP MTU
/freebsd-src/secure/lib/libcrypto/man/man3/
H A DSRP_Calc_B.3192 and \fIu\fR parameters are used on the server side and are calculated via
195 client side and are calculated via the functions \fBSRP_Calc_client_key_ex()\fR,
210 All these functions return the calculated key or parameter, or \s-1NULL\s0 on error.
/freebsd-src/usr.bin/nfsstat/
H A Dnfsstat.169 This is because of the way busy percentages are calculated.
70 The busy time is calculated by adding the elapsed time between the
/freebsd-src/share/man/man9/
H A Dvm_page_bits.9103 The bits representing the range are calculated by calling
115 The bits are calculated by calling
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceCursorIntelPT.h79 /// item, \a std::nullopt if not calculated or not available.
84 /// calculated or not available.

12345678910>>...43