Home
last modified time | relevance | path

Searched refs:inIndex (Results 1 – 25 of 655) sorted by relevance

12345678910>>...27

/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio/PublicUtility/
H A DCACFArray.cpp96 if(GetCFType(inIndex, theValue)) in GetBool()
120 if(GetCFType(inIndex, theItem)) in GetSInt32()
137 if(GetCFType(inIndex, theItem)) in GetUInt32()
154 if(GetCFType(inIndex, theItem)) in GetSInt64()
171 if(GetCFType(inIndex, theItem)) in GetUInt64()
188 if(GetCFType(inIndex, theItem)) in GetFloat32()
205 if(GetCFType(inIndex, theItem)) in GetFloat64()
249 if(GetCFType(inIndex, theItem)) in GetString()
266 if(GetCFType(inIndex, theItem)) in GetArray()
283 if(GetCFType(inIndex, theItem)) in GetDictionary()
[all …]
H A DCACFArray.h160 bool InsertBool(UInt32 inIndex, bool inItem);
161 bool InsertSInt32(UInt32 inIndex, SInt32 inItem);
162 bool InsertUInt32(UInt32 inIndex, UInt32 inItem);
163 bool InsertSInt64(UInt32 inIndex, SInt64 inItem);
173 bool SetBool(UInt32 inIndex, bool inItem);
174 bool SetSInt32(UInt32 inIndex, SInt32 inItem);
175 bool SetUInt32(UInt32 inIndex, UInt32 inItem);
176 bool SetSInt64(UInt32 inIndex, SInt64 inItem);
177 bool SetUInt64(UInt32 inIndex, UInt64 inItem);
178 bool SetFloat32(UInt32 inIndex, Float32 inItem);
[all …]
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcutil/psbt/
H A Dsigner.go49 if isFinalized(u.Upsbt, inIndex) {
65 err := u.AddInRedeemScript(redeemScript, inIndex)
78 if u.Upsbt.Inputs[inIndex].WitnessUtxo == nil {
79 err := nonWitnessToWitness(u.Upsbt, inIndex)
92 case u.Upsbt.Inputs[inIndex].RedeemScript != nil:
97 if u.Upsbt.Inputs[inIndex].WitnessUtxo == nil {
98 err := nonWitnessToWitness(u.Upsbt, inIndex)
116 if u.Upsbt.Inputs[inIndex].WitnessUtxo == nil {
121 err := nonWitnessToWitness(u.Upsbt, inIndex)
146 p.Inputs[inIndex].NonWitnessUtxo = nil
[all …]
H A Dfinalizer.go21 func isFinalized(p *Packet, inIndex int) bool {
22 input := p.Inputs[inIndex]
107 pInput := p.Inputs[inIndex]
144 if isFinalized(p, inIndex) {
148 if !isFinalizable(p, inIndex) {
181 pInput := p.Inputs[inIndex]
213 pInput := p.Inputs[inIndex]
242 pInput := p.Inputs[inIndex]
321 p.Inputs[inIndex] = *newInput
344 pInput := p.Inputs[inIndex]
[all …]
H A Dupdater.go44 if inIndex > len(p.Upsbt.Inputs)-1 {
48 p.Upsbt.Inputs[inIndex].NonWitnessUtxo = tx
63 if inIndex > len(p.Upsbt.Inputs)-1 {
67 p.Upsbt.Inputs[inIndex].WitnessUtxo = txout
96 pInput := p.Upsbt.Inputs[inIndex]
107 if len(p.Upsbt.UnsignedTx.TxIn) < inIndex+1 {
205 p.Upsbt.Inputs[inIndex].PartialSigs = append(
223 inIndex int) error {
225 p.Upsbt.Inputs[inIndex].SighashType = sighashType
238 inIndex int) error {
[all …]
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcutil/psbt/
H A Dsigner.go49 if isFinalized(u.Upsbt, inIndex) {
65 err := u.AddInRedeemScript(redeemScript, inIndex)
78 if u.Upsbt.Inputs[inIndex].WitnessUtxo == nil {
79 err := nonWitnessToWitness(u.Upsbt, inIndex)
92 case u.Upsbt.Inputs[inIndex].RedeemScript != nil:
97 if u.Upsbt.Inputs[inIndex].WitnessUtxo == nil {
98 err := nonWitnessToWitness(u.Upsbt, inIndex)
116 if u.Upsbt.Inputs[inIndex].WitnessUtxo == nil {
121 err := nonWitnessToWitness(u.Upsbt, inIndex)
146 p.Inputs[inIndex].NonWitnessUtxo = nil
[all …]
H A Dfinalizer.go21 func isFinalized(p *Packet, inIndex int) bool {
22 input := p.Inputs[inIndex]
107 pInput := p.Inputs[inIndex]
144 if isFinalized(p, inIndex) {
148 if !isFinalizable(p, inIndex) {
181 pInput := p.Inputs[inIndex]
213 pInput := p.Inputs[inIndex]
242 pInput := p.Inputs[inIndex]
321 p.Inputs[inIndex] = *newInput
344 pInput := p.Inputs[inIndex]
[all …]
H A Dupdater.go44 if inIndex > len(p.Upsbt.Inputs)-1 {
48 p.Upsbt.Inputs[inIndex].NonWitnessUtxo = tx
63 if inIndex > len(p.Upsbt.Inputs)-1 {
67 p.Upsbt.Inputs[inIndex].WitnessUtxo = txout
96 pInput := p.Upsbt.Inputs[inIndex]
107 if len(p.Upsbt.UnsignedTx.TxIn) < inIndex+1 {
205 p.Upsbt.Inputs[inIndex].PartialSigs = append(
223 inIndex int) error {
225 p.Upsbt.Inputs[inIndex].SighashType = sighashType
238 inIndex int) error {
[all …]
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcutil/psbt/
H A Dsigner.go49 if isFinalized(u.Upsbt, inIndex) {
65 err := u.AddInRedeemScript(redeemScript, inIndex)
78 if u.Upsbt.Inputs[inIndex].WitnessUtxo == nil {
79 err := nonWitnessToWitness(u.Upsbt, inIndex)
92 case u.Upsbt.Inputs[inIndex].RedeemScript != nil:
97 if u.Upsbt.Inputs[inIndex].WitnessUtxo == nil {
98 err := nonWitnessToWitness(u.Upsbt, inIndex)
116 if u.Upsbt.Inputs[inIndex].WitnessUtxo == nil {
121 err := nonWitnessToWitness(u.Upsbt, inIndex)
146 p.Inputs[inIndex].NonWitnessUtxo = nil
[all …]
H A Dfinalizer.go21 func isFinalized(p *Packet, inIndex int) bool {
22 input := p.Inputs[inIndex]
107 pInput := p.Inputs[inIndex]
144 if isFinalized(p, inIndex) {
148 if !isFinalizable(p, inIndex) {
181 pInput := p.Inputs[inIndex]
213 pInput := p.Inputs[inIndex]
242 pInput := p.Inputs[inIndex]
321 p.Inputs[inIndex] = *newInput
344 pInput := p.Inputs[inIndex]
[all …]
H A Dupdater.go44 if inIndex > len(p.Upsbt.Inputs)-1 {
48 p.Upsbt.Inputs[inIndex].NonWitnessUtxo = tx
63 if inIndex > len(p.Upsbt.Inputs)-1 {
67 p.Upsbt.Inputs[inIndex].WitnessUtxo = txout
96 pInput := p.Upsbt.Inputs[inIndex]
107 if len(p.Upsbt.UnsignedTx.TxIn) < inIndex+1 {
205 p.Upsbt.Inputs[inIndex].PartialSigs = append(
223 inIndex int) error {
225 p.Upsbt.Inputs[inIndex].SighashType = sighashType
238 inIndex int) error {
[all …]
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcutil/psbt/
H A Dsigner.go49 if isFinalized(u.Upsbt, inIndex) {
65 err := u.AddInRedeemScript(redeemScript, inIndex)
78 if u.Upsbt.Inputs[inIndex].WitnessUtxo == nil {
79 err := nonWitnessToWitness(u.Upsbt, inIndex)
92 case u.Upsbt.Inputs[inIndex].RedeemScript != nil:
97 if u.Upsbt.Inputs[inIndex].WitnessUtxo == nil {
98 err := nonWitnessToWitness(u.Upsbt, inIndex)
116 if u.Upsbt.Inputs[inIndex].WitnessUtxo == nil {
121 err := nonWitnessToWitness(u.Upsbt, inIndex)
146 p.Inputs[inIndex].NonWitnessUtxo = nil
[all …]
H A Dfinalizer.go21 func isFinalized(p *Packet, inIndex int) bool {
22 input := p.Inputs[inIndex]
107 pInput := p.Inputs[inIndex]
144 if isFinalized(p, inIndex) {
148 if !isFinalizable(p, inIndex) {
181 pInput := p.Inputs[inIndex]
213 pInput := p.Inputs[inIndex]
242 pInput := p.Inputs[inIndex]
321 p.Inputs[inIndex] = *newInput
344 pInput := p.Inputs[inIndex]
[all …]
H A Dupdater.go44 if inIndex > len(p.Upsbt.Inputs)-1 {
48 p.Upsbt.Inputs[inIndex].NonWitnessUtxo = tx
63 if inIndex > len(p.Upsbt.Inputs)-1 {
67 p.Upsbt.Inputs[inIndex].WitnessUtxo = txout
96 pInput := p.Upsbt.Inputs[inIndex]
107 if len(p.Upsbt.UnsignedTx.TxIn) < inIndex+1 {
205 p.Upsbt.Inputs[inIndex].PartialSigs = append(
223 inIndex int) error {
225 p.Upsbt.Inputs[inIndex].SighashType = sighashType
238 inIndex int) error {
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/btcsuite/btcutil/psbt/
H A Dsigner.go49 if isFinalized(u.Upsbt, inIndex) {
65 err := u.AddInRedeemScript(redeemScript, inIndex)
77 case u.Upsbt.Inputs[inIndex].WitnessScript != nil:
78 if u.Upsbt.Inputs[inIndex].WitnessUtxo == nil {
79 err := nonWitnessToWitness(u.Upsbt, inIndex)
92 case u.Upsbt.Inputs[inIndex].RedeemScript != nil:
97 if u.Upsbt.Inputs[inIndex].WitnessUtxo == nil {
98 err := nonWitnessToWitness(u.Upsbt, inIndex)
116 if u.Upsbt.Inputs[inIndex].WitnessUtxo == nil {
121 err := nonWitnessToWitness(u.Upsbt, inIndex)
[all …]
H A Dfinalizer.go21 func isFinalized(p *Packet, inIndex int) bool {
22 input := p.Inputs[inIndex]
107 pInput := p.Inputs[inIndex]
144 if isFinalized(p, inIndex) {
148 if !isFinalizable(p, inIndex) {
181 pInput := p.Inputs[inIndex]
213 pInput := p.Inputs[inIndex]
242 pInput := p.Inputs[inIndex]
321 p.Inputs[inIndex] = *newInput
344 pInput := p.Inputs[inIndex]
[all …]
H A Dupdater.go44 if inIndex > len(p.Upsbt.Inputs)-1 {
48 p.Upsbt.Inputs[inIndex].NonWitnessUtxo = tx
63 if inIndex > len(p.Upsbt.Inputs)-1 {
67 p.Upsbt.Inputs[inIndex].WitnessUtxo = txout
96 pInput := p.Upsbt.Inputs[inIndex]
112 if len(p.Upsbt.UnsignedTx.TxIn) < inIndex+1 {
215 p.Upsbt.Inputs[inIndex].PartialSigs = append(
233 inIndex int) error {
235 p.Upsbt.Inputs[inIndex].SighashType = sighashType
248 inIndex int) error {
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/btcsuite/btcutil/psbt/
H A Dsigner.go49 if isFinalized(u.Upsbt, inIndex) {
65 err := u.AddInRedeemScript(redeemScript, inIndex)
77 case u.Upsbt.Inputs[inIndex].WitnessScript != nil:
78 if u.Upsbt.Inputs[inIndex].WitnessUtxo == nil {
79 err := nonWitnessToWitness(u.Upsbt, inIndex)
92 case u.Upsbt.Inputs[inIndex].RedeemScript != nil:
97 if u.Upsbt.Inputs[inIndex].WitnessUtxo == nil {
98 err := nonWitnessToWitness(u.Upsbt, inIndex)
116 if u.Upsbt.Inputs[inIndex].WitnessUtxo == nil {
121 err := nonWitnessToWitness(u.Upsbt, inIndex)
[all …]
H A Dfinalizer.go21 func isFinalized(p *Packet, inIndex int) bool {
22 input := p.Inputs[inIndex]
107 pInput := p.Inputs[inIndex]
144 if isFinalized(p, inIndex) {
148 if !isFinalizable(p, inIndex) {
181 pInput := p.Inputs[inIndex]
213 pInput := p.Inputs[inIndex]
242 pInput := p.Inputs[inIndex]
321 p.Inputs[inIndex] = *newInput
344 pInput := p.Inputs[inIndex]
[all …]
H A Dupdater.go44 if inIndex > len(p.Upsbt.Inputs)-1 {
48 p.Upsbt.Inputs[inIndex].NonWitnessUtxo = tx
63 if inIndex > len(p.Upsbt.Inputs)-1 {
67 p.Upsbt.Inputs[inIndex].WitnessUtxo = txout
96 pInput := p.Upsbt.Inputs[inIndex]
112 if len(p.Upsbt.UnsignedTx.TxIn) < inIndex+1 {
215 p.Upsbt.Inputs[inIndex].PartialSigs = append(
233 inIndex int) error {
235 p.Upsbt.Inputs[inIndex].SighashType = sighashType
248 inIndex int) error {
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DSKIndex.pas554 function SKIndexFlush( inIndex: SKIndexRef ): Boolean; external name '_SKIndexFlush'; in SKIndexFlush()
588 function SKIndexGetMaximumBytesBeforeFlush( inIndex: SKIndexRef ): CFIndex; external name '_SKIndex… in SKIndexGetMaximumBytesBeforeFlush()
614 function SKIndexCompact( inIndex: SKIndexRef ): Boolean; external name '_SKIndexCompact'; in SKIndexCompact()
637 function SKIndexGetIndexType( inIndex: SKIndexRef ): SKIndexType; external name '_SKIndexGetIndexTy… in SKIndexGetIndexType()
656 function SKIndexGetAnalysisProperties( inIndex: SKIndexRef ): CFDictionaryRef; external name '_SKIn… in SKIndexGetAnalysisProperties()
680 function SKIndexGetDocumentCount( inIndex: SKIndexRef ): CFIndex; external name '_SKIndexGetDocumen… in SKIndexGetDocumentCount()
695 procedure SKIndexClose( inIndex: SKIndexRef ); external name '_SKIndexClose';
808 function SKIndexRemoveDocument( inIndex: SKIndexRef; inDocument: SKDocumentRef ): Boolean; external… in SKIndexRemoveDocument()
885 function SKIndexGetDocumentID( inIndex: SKIndexRef; inDocument: SKDocumentRef ): SKDocumentID; exte… in SKIndexGetDocumentID()
984 function SKIndexGetMaximumDocumentID( inIndex: SKIndexRef ): SKDocumentID; external name '_SKIndexG… in SKIndexGetMaximumDocumentID()
[all …]
/dports/graphics/libvisual04-plugins/libvisual-plugins-0.4.0/plugins/actor/G-Force/Common/GeneralTools/
H A DXPtrList.cpp157 if ( inIndex >= 0 ) { in operator []()
159 if ( inIndex >= len >> 2 ) { in operator []()
183 if ( inIndex > 0 && inIndex <= Count() ) { in RemoveElement()
184 inIndex--; in RemoveElement()
190 UtilStr::Remove( inIndex * 4 + 1, 4 ); in RemoveElement()
220 if ( inIndex > 1 ) { in MoveToHead()
221 if ( Fetch( inIndex, &p ) ) { in MoveToHead()
222 inIndex--; in MoveToHead()
227 UtilStr::Move( s+4, s, inIndex * 4 ); in MoveToHead()
237 if ( inIndex >= 1 && inIndex <= length() >> 2 ) in Fetch()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DMixedContentModel.java127 int inIndex = 0; in validate() local
137 int type = fChildrenType[inIndex]; in validate()
144 String uri = fChildren[inIndex].uri; in validate()
155 if (fChildren[inIndex].uri == children[outIndex].uri) { in validate()
161 inIndex++; in validate()
177 int inIndex = 0; in validate() local
178 for (; inIndex < fCount; inIndex++) in validate()
180 int type = fChildrenType[inIndex]; in validate()
182 if (curChild.rawname == fChildren[inIndex].rawname) { in validate()
187 String uri = fChildren[inIndex].uri; in validate()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DMixedContentModel.java127 int inIndex = 0; in validate() local
137 int type = fChildrenType[inIndex]; in validate()
144 String uri = fChildren[inIndex].uri; in validate()
155 if (fChildren[inIndex].uri == children[outIndex].uri) { in validate()
161 inIndex++; in validate()
177 int inIndex = 0; in validate() local
178 for (; inIndex < fCount; inIndex++) in validate()
180 int type = fChildrenType[inIndex]; in validate()
182 if (curChild.rawname == fChildren[inIndex].rawname) { in validate()
187 String uri = fChildren[inIndex].uri; in validate()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/dtd/models/
H A DMixedContentModel.java127 int inIndex = 0; in validate() local
137 int type = fChildrenType[inIndex]; in validate()
144 String uri = fChildren[inIndex].uri; in validate()
155 if (fChildren[inIndex].uri == children[outIndex].uri) { in validate()
161 inIndex++; in validate()
177 int inIndex = 0; in validate() local
178 for (; inIndex < fCount; inIndex++) in validate()
180 int type = fChildrenType[inIndex]; in validate()
182 if (curChild.rawname == fChildren[inIndex].rawname) { in validate()
187 String uri = fChildren[inIndex].uri; in validate()
[all …]

12345678910>>...27