Home
last modified time | relevance | path

Searched refs:Active (Results 1 – 25 of 96) sorted by relevance

1234

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DSuffixTree.cpp21 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 DSemaTemplateInstantiate.cpp481 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 DRAIIObjectsForParser.h48 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 Dtvp7002.txt19 - 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 Daptina,mt9v111.txt20 - 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 Dov9650.txt11 Active is high.
13 Active is high.
H A Dmt9m001.txt14 Active low.
16 Active high.
H A Dov2659.txt17 Active high with internal pull down resistor.
19 Active low with internal pull up resistor.
H A Dov7740.txt19 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 Dsourcemage.rc45 # Active button color
51 # Active button key color
57 # Active button label color
120 # Active form text color
H A Dsuse.rc45 # Active button color
51 # Active button key color
57 # Active button label color
120 # Active form text color
H A Dwhiptail.rc45 # Active button color
51 # Active button key color
57 # Active button label color
120 # Active form text color
H A Dslackware.rc45 # Active button color
51 # Active button key color
57 # Active button label color
120 # Active form text color
H A Ddebian.rc46 # 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 Dnetstat.expout1 Active Internet connections (including servers)
4 Active Internet6 connections (including servers)
/freebsd-13.1/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-a64-amarula-relic.dts50 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 Dsun50i-a64-pinetab.dts65 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 Dcirrus,clps711x-mctrl-gpio.txt8 0 = Active high,
9 1 = Active low.
H A Dgpio-74xx-mmio.txt21 0 = Active High,
22 1 = Active Low.
H A Drockchip,rk3328-grf-gpio.txt16 0 = Active high,
17 1 = Active low.
/freebsd-13.1/usr.sbin/bsdinstall/scripts/
H A Dauto230 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 Dpxa-camera.txt37 hsync-active = <0>; /* Active low */
38 vsync-active = <0>; /* Active low */
H A Dallwinner,sun4i-a10-csi.yaml126 hsync-active = <1>; /* Active high */
127 vsync-active = <0>; /* Active low */
128 data-active = <1>; /* Active high */
H A Dmarvell,mmp2-ccic.yaml92 hsync-active = <1>; /* Active high */
93 vsync-active = <1>; /* Active high */
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.h290 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

1234