| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SuffixTree.cpp | 21 Active.Node = Root; in SuffixTree() 103 if (Active.Len == 0) { in extend() 105 Active.Idx = EndIdx; in extend() 136 Active.Idx += SubstringLen; in extend() 137 Active.Len -= SubstringLen; in extend() 138 Active.Node = NextNode; in extend() 156 Active.Len++; in extend() 198 if (Active.Node->isRoot()) { in extend() 199 if (Active.Len > 0) { in extend() 200 Active.Len--; in extend() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 481 if (Active.Entity) in Clear() 483 {Active.Entity->getCanonicalDecl(), Active.Kind}); in Clear() 529 Active != ActiveEnd; in PrintInstantiationStack() 542 switch (Active->Kind) { in PrintInstantiationStack() 544 Decl *D = Active->Entity; in PrintInstantiationStack() 735 << cast<CXXRecordDecl>(Active->Entity) << Active->SpecialMember; in PrintInstantiationStack() 787 if (!Active->Entity) { in PrintInstantiationStack() 843 Active != ActiveEnd; in isSFINAEContext() 844 ++Active) in isSFINAEContext() 846 switch (Active->Kind) { in isSFINAEContext() [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | RAIIObjectsForParser.h | 48 bool Active; variable 56 Active = true; 58 Active = false; 63 State(Other.State), Active(Other.Active) { in SuppressAccessChecks() 64 Other.Active = false; in SuppressAccessChecks() 69 assert(Active && "trying to end an inactive suppression"); in done() 71 Active = false; in done() 75 assert(!Active && "redelaying without having ended first"); in redelay() 82 if (Active) done(); in ~SuppressAccessChecks()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/media/i2c/ |
| H A D | tvp7002.txt | 19 - sync-on-green-active: Active state of Sync-on-green signal property of the 21 0 = Normal Operation (Active Low, Default) 24 - field-even-active: Active-high Field ID output polarity control of the bus. 27 0 = Normal Operation (Active Low, Default)
|
| H A D | aptina,mt9v111.txt | 20 - enable-gpios: output enable signal, pin name "OE#". Active low. 22 Active high. 23 - reset-gpios: chip reset signal, pin name "RESET#". Active low.
|
| H A D | ov9650.txt | 11 Active is high. 13 Active is high.
|
| H A D | mt9m001.txt | 14 Active low. 16 Active high.
|
| H A D | ov2659.txt | 17 Active high with internal pull down resistor. 19 Active low with internal pull up resistor.
|
| H A D | ov7740.txt | 19 if any. Active low with pull-ip resistor. 21 if any. Active high with pull-down resistor.
|
| /freebsd-13.1/contrib/dialog/samples/ |
| H A D | sourcemage.rc | 45 # Active button color 51 # Active button key color 57 # Active button label color 120 # Active form text color
|
| H A D | suse.rc | 45 # Active button color 51 # Active button key color 57 # Active button label color 120 # Active form text color
|
| H A D | whiptail.rc | 45 # Active button color 51 # Active button key color 57 # Active button label color 120 # Active form text color
|
| H A D | slackware.rc | 45 # Active button color 51 # Active button key color 57 # Active button label color 120 # Active form text color
|
| H A D | debian.rc | 46 # Active button color 52 # Active button key color 58 # Active button label color 121 # Active form text color
|
| /freebsd-13.1/contrib/netbsd-tests/lib/librumphijack/ |
| H A D | netstat.expout | 1 Active Internet connections (including servers) 4 Active Internet6 connections (including servers)
|
| /freebsd-13.1/sys/contrib/device-tree/src/arm64/allwinner/ |
| H A D | sun50i-a64-amarula-relic.dts | 50 hsync-active = <1>; /* Active high */ 51 vsync-active = <0>; /* Active low */ 52 data-active = <1>; /* Active high */ 90 hsync-active = <1>; /* Active high */ 91 vsync-active = <0>; /* Active low */ 92 data-active = <1>; /* Active high */
|
| H A D | sun50i-a64-pinetab.dts | 65 hsync-active = <1>; /* Active high */ 66 vsync-active = <0>; /* Active low */ 67 data-active = <1>; /* Active high */ 131 hsync-active = <1>; /* Active high */ 132 vsync-active = <0>; /* Active low */ 133 data-active = <1>; /* Active high */
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/gpio/ |
| H A D | cirrus,clps711x-mctrl-gpio.txt | 8 0 = Active high, 9 1 = Active low.
|
| H A D | gpio-74xx-mmio.txt | 21 0 = Active High, 22 1 = Active Low.
|
| H A D | rockchip,rk3328-grf-gpio.txt | 16 0 = Active high, 17 1 = Active low.
|
| /freebsd-13.1/usr.sbin/bsdinstall/scripts/ |
| H A D | auto | 230 export ZFSBOOT_PARTITION_SCHEME="GPT + Active" 243 export ZFSBOOT_PARTITION_SCHEME="GPT + Active" 261 export ZFSBOOT_PARTITION_SCHEME="GPT + Active" 274 export ZFSBOOT_PARTITION_SCHEME="GPT + Active"
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/media/ |
| H A D | pxa-camera.txt | 37 hsync-active = <0>; /* Active low */ 38 vsync-active = <0>; /* Active low */
|
| H A D | allwinner,sun4i-a10-csi.yaml | 126 hsync-active = <1>; /* Active high */ 127 vsync-active = <0>; /* Active low */ 128 data-active = <1>; /* Active high */
|
| H A D | marvell,mmp2-ccic.yaml | 92 hsync-active = <1>; /* Active high */ 93 vsync-active = <1>; /* Active high */
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGLoopInfo.h | 290 bool hasInfo() const { return !Active.empty(); } in hasInfo() 293 const LoopInfo &getInfo() const { return *Active.back(); } in getInfo() 297 llvm::SmallVector<std::unique_ptr<LoopInfo>, 4> Active; variable
|