/freebsd-src/contrib/file/magic/Magdir/ |
H A D | rtf | 2 #------------------------------------------------------------------------------ 9 # Reference: http://www.snake.net/software/RTF/RTF-Spec-1.7.rtf 12 # skip DROID fmt-355-signature-id-522.rtf by looking for valid version 14 # skip also \ in DROID fmt-50-signature-id-158.rtf by looking for valid version 19 >>>0 use rtf-info 21 0 name rtf-info 32 # "Burow, Steffanie - Im Tal des Schneeleoparden.rtf" 35 >6 default x \b, unknown character set 37 # "Burow, Steffanie - Im Tal des Schneeleoparden.rtf" 43 >>>&-1 string x %-.3s [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/rtc/ |
H A D | nxp,pcf8523.txt | 4 - compatible: Should contain "nxp,pcf8523". 5 - reg: I2C address for chip. 8 - quartz-load-femtofarads: The capacitive load of the quartz(x-tal), 17 quartz-load-femtofarads = <7000>;
|
H A D | nxp,pcf85063.txt | 4 - compatible: Should one of contain: 10 - reg: I2C address for chip. 13 - quartz-load-femtofarads: The capacitive load of the quartz(x-tal), 18 - clock: Provide this if the square wave pin is used as boot-enabled fixed clock. 25 quartz-load-femtofarads = <12500>; 28 compatible = "fixed-clock"; 29 #clock-cells = <0>; 30 clock-frequency = <32768>;
|
H A D | nxp,pcf85363.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Alexandre Belloni <alexandre.belloni@bootlin.com> 13 - $ref: rtc.yaml# 18 - nxp,pcf85263 19 - nxp,pcf85363 24 "#clock-cells": 27 clock-output-names: 33 quartz-load-femtofarads: [all …]
|
H A D | nxp,pcf85063.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Alexander Stein <alexander.stein@ew.tq-group.com> 15 - microcrystal,rv8263 16 - nxp,pcf85063 17 - nxp,pcf85063a 18 - nxp,pcf85063tp 19 - nxp,pca85073a 24 "#clock-cells": [all …]
|
H A D | rtc.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Alexandre Belloni <alexandre.belloni@bootlin.com> 18 pattern: "^rtc(@.*|-([0-9]|[1-9][0-9]+))?$" 20 aux-voltage-chargeable: 29 quartz-load-femtofarads: 31 The capacitive load of the quartz(x-tal), expressed in femto 35 start-year: 41 trickle-diode-disable: [all …]
|
/freebsd-src/usr.bin/ee/nls/hu_HU.ISO8859-2/ |
H A D | ee.msg | 12 3 "kis- �s nagybet� �rz�keny keres�s " 35 26 "helyes�r�s-ellen�rz�s" 50 41 "^f karaktert�rl�s vissza ^n k�vetkez� oldal ^x keres�s " 61 52 "line : #. sor megjelen�t�se 0-9 : \"#\" sorra ugr�s " 64 55 " ee [+#] [-i] [-e] [-h] [f�jl(ok) " 65 56 "+# :ugr�s sorra # -i :info ablak ki -e :tabkifejt�s ki -h :kiemel�s ki" 67 58 "^a ascii k�d ^x keres�s ^z sort�rl vissza ^d le ^n k�v old " 72 63 "read : f�jl olvas�sa |char : ascii k�d |0-9 : # sorra ugr�s " 79 70 "a puffer tartalm�nak k�ld�se -> \"%s\" " 89 80 "haszn�lat: %s [-i] [-e] [-h] [+sor_sz�ma] [f�jl(ok)]\n" [all …]
|
/freebsd-src/libexec/bootpd/ |
H A D | bootptab.5 | 17 in which two-character case-sensitive tag symbols are used to 28 is a two-character tag symbol. 32 .Em tc=.dummy-entry 34 Most tags must be followed by an equals-sign 41 .Bl -tag -width xxx -compact 45 Bootfile size in 512-octet blocks 75 IEN-116 name server address list 121 RFC1084-style bootp reply. 123 The following tags take a whitespace-separated list of IP addresses: 146 (octal numbers begin with 0, hexadecimal numbers begin with '0x' or '0X'). [all …]
|
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/ |
H A D | ASTMatchFinder.cpp | 1 //===--- ASTMatchFinder.cpp - Structural query framework ------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 16 //===----------------------------------------------------------------------===// 40 // 10k has been experimentally found to give a good trade-off 45 // revisit this number; also, put up micro-benchmarks that we can 66 // FIXME: Benchmark whether memoization of non-pointer typed nodes 112 // - Traverse(node) calls BaseTraverse(node) when it needs 114 // - BaseTraverse(node) then calls (via VisitorBase::Traverse*(node)) 116 // - Traverse*(c) in turn calls Traverse(c), completing the [all …]
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | JSONNodeDumper.cpp | 12 switch (D->getKind()) { in addPreviousDeclaration() 26 switch (A->getKind()) { in Visit() 27 #define ATTR(X) \ in Visit() argument 28 case attr::X: \ in Visit() 29 AttrName = #X"Attr"; \ in Visit() 36 JOS.attributeObject("range", [A, this] { writeSourceRange(A->getRange()); }); in Visit() 37 attributeOnlyIfTrue("inherited", A->isInherited()); in Visit() 38 attributeOnlyIfTrue("implicit", A->isImplicit()); in Visit() 44 //JOS.attribute("spelling", A->getSpelling()); in Visit() 54 JOS.attribute("kind", S->getStmtClassNam in Visit() 1556 for (const TemplateArgumentLoc &TAL : DSME->template_arguments()) VisitCXXDependentScopeMemberExpr() local [all...] |
H A D | ExprConstant.cpp | 1 //===--- ExprConstant.cpp - Expression Constant Evaluator ------ 1133 const TemplateArgumentList &TAL = CTSD->getTemplateArgs(); getStdAllocatorCaller() local 8000 const TemplateArgumentList *TAL = MD->getTemplateSpecializationArgs(); handleCallExpr() local [all...] |
/freebsd-src/contrib/sendmail/contrib/ |
H A D | mail.local.linux | 2 Message-Id: <199308111712.SAA05454@borg.demon.co.uk> 6 X-Mailer: ELM [version 2.4 PL21] 7 MIME-Version: 1.0 8 Content-Type: text/plain; charset=US-ASCII 9 Content-Transfer-Encoding: 7bit 10 Content-Length: 11415 20 -------------- 23 M'YV0;<*D8>."S9LQ8=B\`,"PH<.'$"-*G$BQHL6*(&C`N`$#!@@`($#$N%'# 24 M(TB1)$V&7,D2A$<0-6C,D$%3QHT8+V/HI$$#9(V+0(,*'4HT8ITY=,+("0E@ 25 MC5(V12<ZE0,UJM6K6+-JW<KU:L"!!0\F?`$G#!TT;L*T*3/'!9JN<*WBA*%1 [all …]
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 1 //===--- SemaType.cpp - Semantic Analysis for Types ------ 3475 TemplateArgumentListInfo TAL(AutoLoc.getLAngleLoc(), AutoLoc.getRAngleLoc()); InventTemplateParameter() local 8802 processTypeAttrs(TypeProcessingState & state,QualType & type,TypeAttrLocation TAL,const ParsedAttributesView & attrs,Sema::CUDAFunctionTarget CFT) processTypeAttrs() argument [all...] |
H A D | SemaExprCXX.cpp | 1 //===--- SemaExprCXX.cpp - Semantic Analysis for Expressions ------ 733 const TemplateArgumentList &TAL = CTSD->getTemplateArgs(); getUuidAttrOfType() local 9094 TemplateArgumentList TAL(TemplateArgumentList::OnStack, Args); BuildExprRequirement() local [all...] |
H A D | SemaTemplateInstantiateDecl.cpp | 1 //===--- SemaTemplateInstantiateDecl.cpp - C++ Template Decl Instantiation ===/ 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 6 //===-- 494 const TemplateArgumentList *TAL = TemplateArgumentList::CreateCopy( instantiateOMPDeclareVariantAttr() local [all...] |
H A D | SemaDeclCXX.cpp | 1 //===------ SemaDeclCXX.cpp - Semantic Analysis for C++ Declarations --- 6138 TemplateArgumentLoc TAL = TL.getArgLoc(I); Check() local [all...] |
/freebsd-src/sys/dev/usb/controller/ |
H A D | atmegadci.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 34 * NOTE: When the chip detects BUS-reset it will also reset the 35 * endpoints, Function-address and more. 84 ATMEGA_BUS2SC(USB_DMATAG_TO_XROOT((pc)->tag_parent)->bus) 150 if (sc->sc_flags.clocks_off && in atmegadci_clocks_on() 151 sc->sc_flags.port_powered) { in atmegadci_clocks_on() 155 (sc->sc_clocks_on) (&sc->sc_bus); in atmegadci_clocks_on() 162 sc->sc_flags.clocks_off = 0; in atmegadci_clocks_on() 171 if (!sc->sc_flags.clocks_off) { in atmegadci_clocks_off() [all …]
|
H A D | dwc_otg.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 5 * Copyright (c) 2012-2015 Hans Petter Selasky. All rights reserved. 6 * Copyright (c) 2010-2011 Aleksandr Rybalko. All rights reserved. 43 * NOTE: Writing to non-existing registers appears to cause an 95 (USB_DMATAG_TO_XROOT((pc)->tag_parent)->ude 296 uint8_t x; dwc_otg_init_fifo() local 702 dwc_otg_clear_hcint(struct dwc_otg_softc * sc,uint8_t x) dwc_otg_clear_hcint() argument 752 uint8_t x; dwc_otg_host_channel_alloc() local 817 uint8_t x; dwc_otg_host_channel_free_sub() local 862 uint8_t x; dwc_otg_host_channel_free() local 870 uint8_t x; dwc_otg_host_dump_rx() local 1357 uint8_t x; dwc_otg_host_data_rx() local 1796 uint8_t x; dwc_otg_host_data_tx() local 2684 uint8_t x; dwc_otg_interrupt_poll_locked() local 2876 uint8_t x; dwc_otg_filter_interrupt() local 3126 uint32_t x; dwc_otg_setup_standard_chain() local 3803 uint8_t x; dwc_otg_device_state_change() local 4024 uint8_t x; dwc_otg_init() local [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | RecursiveASTVisitor.h | 1 //===--- RecursiveASTVisitor.h - Recursive AST Visitor ------ [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGClass.cpp | 1 //===--- CGClass.cpp - Emit LLVM Code for C++ classes ------ 3024 const TemplateArgumentList *TAL = MD->getTemplateSpecializationArgs(); EmitLambdaDelegatingInvokeBody() local [all...] |
/freebsd-src/crypto/heimdal/lib/wind/ |
H A D | NormalizationTest.txt | 1 # NormalizationTest-4.0.0.txt 2 # Date: 2003-02-25,23:12:31 GMT [MD] 27 # 2. For every code point X assigned in this version of Unicode that is not specifically 31 # X == NFC(X) == NFD(X) == NFKC(X) == NFKD(X) 62 00A0;00A0;00A0;0020;0020; # ( ; ; ; ; ; ) NO-BREAK SPACE 364 02E3;02E3;02E3;0078;0078; # (ˣ; ˣ; ˣ; x; x; ) MODIFIER LETTER SMALL X 515 0DDC;0DDC;0DD9 0DCF;0DDC;0DD9 0DCF; # (ො; ො; ො; ො; ො; ) SINHALA VOWEL SIGN KOMBUVA HAA AELA-PILLA 516 … 0DCA;0DDD;0DD9 0DCF 0DCA; # (ෝ; ෝ; ො◌්; ෝ; ො◌්; ) SINHALA VOWEL SIGN KOMBUVA HAA DIGA AELA-PILLA 741 1E8A;1E8A;0058 0307;1E8A;0058 0307; # (Ẋ; Ẋ; X◌̇; Ẋ; X◌̇; ) LATIN CAPITAL LETTER X WITH DOT ABOVE 742 1E8B;1E8B;0078 0307;1E8B;0078 0307; # (ẋ; ẋ; x◌̇; ẋ; x◌̇; ) LATIN SMALL LETTER X WITH DOT ABOVE [all …]
|
/freebsd-src/share/dict/ |
H A D | web2 | 99810 Jean-Christophe 99811 Jean-Pierre 197760 Tal 197761 tal 234003 X 234004 x
|