/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_get_version.pod | 42 The connection uses the SSLv3 protocol. 46 The connection uses the TLSv1.0 protocol. 50 The connection uses the TLSv1.1 protocol. 54 The connection uses the TLSv1.2 protocol. 58 The connection uses the TLSv1.3 protocol. 73 The connection uses the SSLv3 protocol. 77 The connection uses the TLSv1.0 protocol. 81 The connection uses the TLSv1.1 protocol. 85 The connection uses the TLSv1.2 protocol. 89 The connection uses the TLSv1.3 protocol (never returned for
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | comp_parse.c | 450 char *lookfor = qp->uses[i].name; in _nc_resolve_uses2() 451 long lookline = qp->uses[i].line; in _nc_resolve_uses2() 467 qp->uses[i].link = rp; in _nc_resolve_uses2() 472 if (qp->uses[j].link != NULL in _nc_resolve_uses2() 473 && !strcmp(qp->uses[j].link->tterm.term_names, in _nc_resolve_uses2() 498 qp->uses[i].link = rp; in _nc_resolve_uses2() 503 if (qp->uses[j].link != NULL in _nc_resolve_uses2() 504 && !strcmp(qp->uses[j].link->tterm.term_names, in _nc_resolve_uses2() 519 qp->uses[i].link = 0; in _nc_resolve_uses2() 554 if (qp->uses[i].link in _nc_resolve_uses2() [all …]
|
H A D | alloc_entry.c | 167 if (ep->uses[i].name == 0) { in _nc_wrap_entry() 168 ep->uses[i].name = _nc_save_str(ep->uses[i].name); in _nc_wrap_entry() 190 if (ep->uses[i].name == 0) in _nc_wrap_entry() 193 useoffsets[i] = (int) (ep->uses[i].name - stringbuf); in _nc_wrap_entry() 237 ep->uses[i].name = 0; in _nc_wrap_entry() 239 ep->uses[i].name = strdup(tp->str_table + useoffsets[i]); in _nc_wrap_entry()
|
/freebsd/sys/contrib/device-tree/Bindings/iommu/ |
H A D | mediatek,iommu.txt | 4 this M4U have two generations of HW architecture. Generation one uses flat 5 pagetable, and only supports 4K size page mapping. Generation two uses the 59 "mediatek,mt2701-m4u" for mt2701 which uses generation one m4u HW. 60 "mediatek,mt2712-m4u" for mt2712 which uses generation two m4u HW. 61 "mediatek,mt6779-m4u" for mt6779 which uses generation two m4u HW. 62 "mediatek,mt7623-m4u", "mediatek,mt2701-m4u" for mt7623 which uses 64 "mediatek,mt8167-m4u" for mt8167 which uses generation two m4u HW. 65 "mediatek,mt8173-m4u" for mt8173 which uses generation two m4u HW. 66 "mediatek,mt8183-m4u" for mt8183 which uses generation two m4u HW.
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | bsdi | 11 >32 byte 0x6a (uses shared libs) 26 >36 belong 0xb4100001 (uses shared libs) 32 >36 belong 0xb4100001 (uses shared libs) 38 >36 belong 0xb4100001 (uses shared libs)
|
H A D | aout | 20 >32 byte 0x6a (uses BSD/OS shared libs) 24 >32 byte 0x6a (uses BSD/OS shared libs) 28 >32 byte 0x6a (uses BSD/OS shared libs)
|
H A D | terminfo | 33 # While the compiled terminfo uses little-endian format regardless of 38 # Solaris uses the SVr3 formats (sparc and x86 differ endian-ness) 59 # ncurses6 (2015) uses this format, ignoring byte-order
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | samsung,s5m8767.txt | 31 [1] If none of the 's5m8767,pmic-buck[2/3/4]-uses-gpio-dvs' optional 36 If either of the 's5m8767,pmic-buck[2/3/4]-uses-gpio-dvs' optional 41 - s5m8767,pmic-buck2-uses-gpio-dvs: 'buck2' can be controlled by gpio dvs. 42 - s5m8767,pmic-buck3-uses-gpio-dvs: 'buck3' can be controlled by gpio dvs. 43 - s5m8767,pmic-buck4-uses-gpio-dvs: 'buck4' can be controlled by gpio dvs. 85 s5m8767,pmic-buck2-uses-gpio-dvs; 86 s5m8767,pmic-buck3-uses-gpio-dvs; 87 s5m8767,pmic-buck4-uses-gpio-dvs;
|
H A D | max8997-regulator.txt | 25 [1] If none of the 'max8997,pmic-buck[1/2/5]-uses-gpio-dvs' optional 30 If either of the 'max8997,pmic-buck[1/2/5]-uses-gpio-dvs' optional 39 - max8997,pmic-buck1-uses-gpio-dvs: 'buck1' can be controlled by gpio dvs. 40 - max8997,pmic-buck2-uses-gpio-dvs: 'buck2' can be controlled by gpio dvs. 41 - max8997,pmic-buck5-uses-gpio-dvs: 'buck5' can be controlled by gpio dvs. 97 max8997,pmic-buck1-uses-gpio-dvs; 98 max8997,pmic-buck2-uses-gpio-dvs; 99 max8997,pmic-buck5-uses-gpio-dvs;
|
/freebsd/contrib/bc/manuals/ |
H A D | algorithms.md | 3 This `bc` uses the math algorithms below: 7 This `bc` uses brute force addition, which is linear (`O(n)`) in the number of 12 This `bc` uses brute force subtraction, which is linear (`O(n)`) in the number 17 This `bc` uses two algorithms: [Karatsuba][1] and brute force. 35 This `bc` uses Algorithm D ([long division][2]). Long division is polynomial 42 chunking method, it only uses subtraction to find a quotient digit. It avoids 72 This `bc` uses the series 78 to calculate `sin(x)` and `cos(x)`. It also uses the relation 96 This `bc` uses the series 102 to calculate `e^x`. Since this only works when `x` is small, it uses [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_flags.inc | 115 "If set, uses alternate stack for signal handling.") 205 "If set, uses custom wrappers for strstr and strcasestr functions " 208 "If set, uses custom wrappers for strspn and strcspn function " 211 "If set, uses a custom wrapper for the strtok function " 214 "If set, uses custom wrappers for strpbrk function " 218 "If set, uses custom wrappers for strcmp functions to find more errors.") 220 "If set, uses custom wrappers for strlen and strnlen functions " 223 "If set, uses custom wrappers for strndup functions " 226 "If set, uses custom wrappers for strchr, strchrnul, and strrchr " 229 "If set, uses custo [all...] |
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | ssd1307fb.txt | 23 - solomon,com-seq: Display uses sequential COM pin configuration 24 - solomon,com-lrremap: Display uses left-right COM pin remap 25 - solomon,com-invdir: Display uses inverted COM pin scan direction 38 - solomon,area-color-enable: Display uses color mode
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | qcom_nandc.txt | 6 SoC and it uses ADM DMA 8 IPQ4019 SoC and it uses BAM DMA 10 IPQ6018 SoC and it uses BAM DMA 12 IPQ8074 SoC and it uses BAM DMA 14 SDX55 SoC and it uses BAM DMA
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | kernel-vfs-filemap_dirty_folio.m4 | 2 dnl # Linux 5.18 uses filemap_dirty_folio in lieu of 19 dnl # Linux 5.18 uses filemap_dirty_folio in lieu of
|
H A D | kernel-vfs-migrate_folio.m4 | 2 dnl # Linux 6.0 uses migrate_folio in lieu of migrate_page 18 dnl # Linux 6.0 uses migrate_folio in lieu of migrate_page
|
H A D | kernel-vfs-read_folio.m4 | 2 dnl # Linux 5.19 uses read_folio in lieu of readpage 23 dnl # Linux 5.19 uses read_folio in lieu of readpage
|
/freebsd/sys/contrib/device-tree/Bindings/iio/adc/ |
H A D | fsl,imx25-gcq.txt | 16 Required when at least one subnode uses the this reference. 18 Required when at least one subnode uses this reference. 20 Required when at least one subnode uses this reference.
|
/freebsd/sys/contrib/device-tree/Bindings/fpga/ |
H A D | xlnx,zynqmp-pcap-fpga.txt | 2 The ZynqMP SoC uses the PCAP (Processor configuration Port) to configure the 3 Programmable Logic (PL). The configuration uses the firmware interface.
|
/freebsd/tools/LibraryReport/ |
H A D | LibraryReport.tcl | 199 set uses ""; 208 lappend uses $lib; 215 if {$verbose} {puts "$uses";}
|
/freebsd/contrib/tzdata/ |
H A D | etcetera | 6 # These entries are for uses not otherwise covered by the tz database. 17 # behind GMT but uses the completely misleading abbreviation "GMT". 29 # The following link uses older naming conventions, 40 # positive signs east of Greenwich. For example, TZ='Etc/GMT+4' uses
|
/freebsd/sys/contrib/device-tree/Bindings/arm/mediatek/ |
H A D | mediatek,mipi0a.txt | 13 The mipi0a controller uses the common clk binding from 17 The mipi0a controller also uses the common power domain from
|
H A D | mediatek,vcodecsys.txt | 12 The vcodecsys controller uses the common clk binding from 16 The vcodecsys controller also uses the common power domain from
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | keystone-gate.txt | 1 Binding for Keystone gate control driver which uses PSC controller IP. 3 This binding uses the common clock binding[1].
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | memory.cppm |
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | TypeMetadataUtils.cpp | 28 for (const Use &U : FPtr->uses()) { in findCallsAtConstantOffset() 55 for (const Use &U : VPtr->uses()) { in findLoadCallsAtConstantOffset() 93 for (const Use &CIU : CI->uses()) in findDevirtualizableCallsForTypeTest() 120 for (const Use &U : CI->uses()) { in findDevirtualizableCallsForTypeCheckedLoad()
|