Home
last modified time | relevance | path

Searched refs:portion (Results 1 – 25 of 114) sorted by relevance

12345

/freebsd-14-stable/crypto/openssl/doc/man3/
HDX509_sign.pod40 of the signed portion of a certificate, certificate request and CRL is cached
41 internally. If the signed portion of the structure is modified the encoding
43 normally a problem because modifying the signed portion will invalidate the
HDSSL_CTX_set_stateless_cookie_generate_cb.pod42 L<SSL_stateless(3)> to generate the application-controlled portion of the cookie
50 L<SSL_stateless(3)> to determine whether the application-controlled portion of a
54 including the application-controlled portion, is automatically verified by HMAC
HDi2d_re_X509_tbs.pod35 the TBSCertificate portion of the certificate. i2d_re_X509_CRL_tbs()
41 The encoding of the TBSCertificate portion of a certificate is cached
48 TBSCertificate portion of the B<X509> can be manually renewed by calling
/freebsd-14-stable/sys/contrib/device-tree/Bindings/mmc/
HDk3-dw-mshc.txt28 /* SoC portion */
39 /* Board portion */
/freebsd-14-stable/contrib/ntp/sntp/
HDcheck-libntp.mf4 ## The above file has a version of this for the non-sntp portion
/freebsd-14-stable/contrib/bc/manuals/
HDalgorithms.md237 We then compute the integral portion of the power by computing the number to
238 power of the integral portion of the exponent.
248 integer portion of the power again.
250 Then we need to calculate the fractional portion of the number. We do this by
252 calculate `e((y - a) * l(x))`, where `a` is the integer portion of `y`. It's
253 easy to see that `y - a` will be just the fractional portion of `y` (the
256 But then we *multiply* it into the integer portion of the power. Why? Because
260 So we multiply it into the integer portion of the power.
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/Unix/
HDCOM.inc9 // This file implements the Unix portion of COM support.
/freebsd-14-stable/sys/contrib/device-tree/Bindings/display/exynos/
HDexynos_dp.txt75 SOC specific portion:
88 Board Specific portion:
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/Windows/
HDCOM.inc9 // This file implements the Windows portion of COM support.
/freebsd-14-stable/usr.sbin/bsdconfig/timezone/share/
HDzones.subr115 # The ``filename'' portion of the TZ value that appears after the
119 # The ``continent'' portion of the TZ value that appears before
127 # This function is a two-parter. Below is the awk(1) portion of the function,
295 # Get the continent portion of the TZ field
313 # Get the filename portion of the TZ field
HDcountries.subr37 # filename The filename portion of the TZ field (after the `/') as
62 # This function is a two-parter. Below is the awk(1) portion of the function,
/freebsd-14-stable/sys/contrib/device-tree/Bindings/rtc/
Disil,isl12026.txt5 at bus address 0x57. The canonical "reg" value will be for the RTC portion.
/freebsd-14-stable/sys/contrib/device-tree/Bindings/pps/
HDpps-gpio.txt12 - echo-active-ms: duration in ms of the active portion of the echo pulse
/freebsd-14-stable/sys/contrib/device-tree/Bindings/
HDsubmitting-patches.rst13 1) The Documentation/ and include/dt-bindings/ portion of the patch should
41 5) The Documentation/ portion of the patch should come in the series before
/freebsd-14-stable/sys/contrib/device-tree/Bindings/net/
HDcavium-mix.txt15 - cell-index: A single cell specifying which portion of the shared
/freebsd-14-stable/usr.sbin/bsdconfig/share/
HDcommon.subr554 # This function is a two-parter. Below is the awk(1) portion of the function,
597 # containing a menu_selection line with a keyword portion matching $keyword.
607 # This function is a two-parter. Below is the awk(1) portion of the function,
673 # Process $indexfile and return only the keyword portion of the menu_selection
674 # line with a command portion matching $pgm.
691 # This function is a two-parter. Below is the awk(1) portion of the function,
739 # Process $indexfile and return only the command portion of the menu_selection
740 # line with a keyword portion matching $keyword.
756 # This function is a two-parter. Below is the awk(1) portion of the function,
HDvariable.subr194 # Has the user specifically requested the network-portion of configuration and
209 # Has the user specifically requested the ZFS-portion of configuration and
/freebsd-14-stable/tools/test/stress2/misc/
HDcollapse.sh99 * some portion of the chain.
/freebsd-14-stable/sys/contrib/device-tree/Bindings/mfd/
HDaspeed-lpc.txt29 configuration, therefore the host portion of the controller is exposed as a
115 in the "host" portion of the Aspeed LPC controller, which must be the parent of
/freebsd-14-stable/contrib/bmake/unit-tests/
HDvarmod-indirect.mk55 error rather than returning the unparsed portion of the $\
/freebsd-14-stable/contrib/libxo/doc/
HDxopo.rst8 developer changes the formatting portion of the field definitions, or
/freebsd-14-stable/sys/contrib/device-tree/Bindings/sound/
HDcs35l34.txt33 received mono data is in the left or right portion of the I2S frame
/freebsd-14-stable/usr.sbin/bsdconfig/share/media/
HDnfs.subr60 # overridden. If set, the host portion of VAR_NFS_PATH is
67 # The host portion of the NFS path specification, parsed from
/freebsd-14-stable/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/
HDcpm.txt53 indicate the portion of muram that is usable by the OS for arbitrary
/freebsd-14-stable/sys/dev/cxgbe/crypto/
HDt6_kern_tls.c1099 int portion = (uintptr_t)&eq->desc[eq->sidx] - (uintptr_t)(*to); in copy_to_txd() local
1101 bcopy(from, *to, portion); in copy_to_txd()
1102 from += portion; in copy_to_txd()
1103 portion = len - portion; /* remaining */ in copy_to_txd()
1104 bcopy(from, (void *)eq->desc, portion); in copy_to_txd()
1105 (*to) = (caddr_t)eq->desc + portion; in copy_to_txd()

12345