Home
last modified time | relevance | path

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

12345

/freebsd/crypto/openssl/doc/man3/
H A DX509_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
H A DSSL_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
H A Di2d_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/sys/contrib/device-tree/Bindings/mmc/
H A Dk3-dw-mshc.txt28 /* SoC portion */
39 /* Board portion */
/freebsd/contrib/bc/manuals/
H A Dalgorithms.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/contrib/ntp/sntp/
H A Dcheck-libntp.mf4 ## The above file has a version of this for the non-sntp portion
/freebsd/sys/contrib/device-tree/Bindings/display/exynos/
H A Dexynos_dp.txt75 SOC specific portion:
88 Board Specific portion:
/freebsd/usr.sbin/bsdconfig/timezone/share/
H A Dzones.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
H A Dcountries.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/contrib/llvm-project/llvm/lib/Support/Unix/
H A DCOM.inc9 // This file implements the Unix portion of COM support.
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DCOM.inc9 // This file implements the Windows portion of COM support.
/freebsd/sys/contrib/device-tree/Bindings/
H A Dsubmitting-patches.rst13 1) The Documentation/ and include/dt-bindings/ portion of the patch should
46 5) The Documentation/ portion of the patch should come in the series before
/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Disil,isl12026.txt5 at bus address 0x57. The canonical "reg" value will be for the RTC portion.
/freebsd/sys/contrib/device-tree/Bindings/pps/
H A Dpps-gpio.txt12 - echo-active-ms: duration in ms of the active portion of the echo pulse
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dcavium-mix.txt15 - cell-index: A single cell specifying which portion of the shared
/freebsd/usr.sbin/bsdconfig/share/
H A Dcommon.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,
H A Dvariable.subr190 # Has the user specifically requested the network-portion of configuration and
205 # Has the user specifically requested the ZFS-portion of configuration and
/freebsd/tools/test/stress2/misc/
H A Dcollapse.sh99 * some portion of the chain.
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Daspeed-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/contrib/libxo/doc/
H A Dxopo.rst8 developer changes the formatting portion of the field definitions, or
/freebsd/contrib/bmake/unit-tests/
H A Dvarmod-indirect.mk55 error rather than returning the unparsed portion of the $\
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcs35l34.txt33 received mono data is in the left or right portion of the I2S frame
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dnfs.subr60 # overridden. If set, the host portion of VAR_NFS_PATH is
67 # The host portion of the NFS path specification, parsed from
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/
H A Dcpm.txt53 indicate the portion of muram that is usable by the OS for arbitrary
/freebsd/sys/dev/cxgbe/crypto/
H A Dt6_kern_tls.c1098 int portion = (uintptr_t)&eq->desc[eq->sidx] - (uintptr_t)(*to); in copy_to_txd() local
1100 bcopy(from, *to, portion); in copy_to_txd()
1101 from += portion; in copy_to_txd()
1102 portion = len - portion; /* remaining */ in copy_to_txd()
1103 bcopy(from, (void *)eq->desc, portion); in copy_to_txd()
1104 (*to) = (caddr_t)eq->desc + portion; in copy_to_txd()

12345