/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/crates/tor-linkspec/src/ |
H A D | ls.rs | 47 let lstype = r.take_u8()?; in take_from() localVariable 49 if let Some(wantlen) = lstype_len(lstype) { in take_from() 54 Ok(match lstype { in take_from() 65 _ => LinkSpec::Unrecognized(lstype, r.take(lslen)?.into()), in take_from()
|
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/argos/ |
H A D | argos_cafe_lsw.F | 36 if(lstype.eq.0) then 112 if(lstype.eq.1.or.lstype.eq.2) then 163 if(lstype.eq.1) then
|
H A D | argos_cafe_lss.F | 52 if(lstype.eq.0) then 153 if(lstype.eq.1.or.lstype.eq.2) then 229 if(lstype.eq.1.and.igr(isa+1).eq.igr(isa)) then 257 if(lstype.eq.1) then
|
H A D | argos_wtrest.F | 16 write(lfn,1001) lwtype,lstype,nfrest,keepr
|
H A D | argos_rdrest.F | 24 read(lfn,1001) lwtype,lstype,nfrest,keepr
|
H A D | argos_cafe_common.fh | 110 integer ntype,npbtyp,nbxtyp,lstype,icntrl,iradgy 141 + ntype,npbtyp,nbxtyp,lstype,icntrl,iradgy,mset,iset,nfhop,
|
/dports/science/nwchem-data/nwchem-7.0.2-release/src/argos/ |
H A D | argos_cafe_lsw.F | 36 if(lstype.eq.0) then 112 if(lstype.eq.1.or.lstype.eq.2) then 163 if(lstype.eq.1) then
|
H A D | argos_cafe_lss.F | 52 if(lstype.eq.0) then 153 if(lstype.eq.1.or.lstype.eq.2) then 229 if(lstype.eq.1.and.igr(isa+1).eq.igr(isa)) then 257 if(lstype.eq.1) then
|
H A D | argos_wtrest.F | 16 write(lfn,1001) lwtype,lstype,nfrest,keepr
|
H A D | argos_rdrest.F | 24 read(lfn,1001) lwtype,lstype,nfrest,keepr
|
H A D | argos_cafe_common.fh | 110 integer ntype,npbtyp,nbxtyp,lstype,icntrl,iradgy 141 + ntype,npbtyp,nbxtyp,lstype,icntrl,iradgy,mset,iset,nfhop,
|
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/google/gopacket/layers/ |
H A D | ospf.go | 261 lstype := uint16(data[offset+3]) 263 content, err := extractLSAInformation(lstype, lsalength, data[offset:]) 271 LSType: lstype, 287 func extractLSAInformation(lstype, lsalength uint16, data []byte) (interface{}, error) { argument 295 switch lstype { 452 lstype := binary.BigEndian.Uint16(data[offset+2 : offset+4]) 455 content, err := extractLSAInformation(lstype, lsalength, data[offset:]) 462 LSType: lstype,
|
/dports/net/goreplay/goreplay-1.2.0/vendor/github.com/google/gopacket/gopacket-1.1.18/layers/ |
H A D | ospf.go | 261 lstype := uint16(data[offset+3]) 263 content, err := extractLSAInformation(lstype, lsalength, data[offset:]) 271 LSType: lstype, 287 func extractLSAInformation(lstype, lsalength uint16, data []byte) (interface{}, error) { argument 295 switch lstype { 452 lstype := binary.BigEndian.Uint16(data[offset+2 : offset+4]) 455 content, err := extractLSAInformation(lstype, lsalength, data[offset:]) 462 LSType: lstype,
|
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/google/gopacket/layers/ |
H A D | ospf.go | 261 lstype := uint16(data[offset+3]) 263 content, err := extractLSAInformation(lstype, lsalength, data[offset:]) 271 LSType: lstype, 287 func extractLSAInformation(lstype, lsalength uint16, data []byte) (interface{}, error) { argument 295 switch lstype { 452 lstype := binary.BigEndian.Uint16(data[offset+2 : offset+4]) 455 content, err := extractLSAInformation(lstype, lsalength, data[offset:]) 462 LSType: lstype,
|
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/google/gopacket/layers/ |
H A D | ospf.go | 262 lstype := uint16(data[offset+3]) 264 content, err := extractLSAInformation(lstype, lsalength, data[offset:]) 272 LSType: lstype, 288 func extractLSAInformation(lstype, lsalength uint16, data []byte) (interface{}, error) { argument 296 switch lstype { 458 lstype := binary.BigEndian.Uint16(data[offset+2 : offset+4]) 461 content, err := extractLSAInformation(lstype, lsalength, data[offset:]) 468 LSType: lstype,
|
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/google/gopacket/layers/ |
H A D | ospf.go | 262 lstype := uint16(data[offset+3]) 264 content, err := extractLSAInformation(lstype, lsalength, data[offset:]) 272 LSType: lstype, 288 func extractLSAInformation(lstype, lsalength uint16, data []byte) (interface{}, error) { argument 296 switch lstype { 458 lstype := binary.BigEndian.Uint16(data[offset+2 : offset+4]) 461 content, err := extractLSAInformation(lstype, lsalength, data[offset:]) 468 LSType: lstype,
|
/dports/misc/fq/fq-0.0.2/vendor/github.com/google/gopacket/layers/ |
H A D | ospf.go | 262 lstype := uint16(data[offset+3]) 264 content, err := extractLSAInformation(lstype, lsalength, data[offset:]) 272 LSType: lstype, 288 func extractLSAInformation(lstype, lsalength uint16, data []byte) (interface{}, error) { argument 296 switch lstype { 458 lstype := binary.BigEndian.Uint16(data[offset+2 : offset+4]) 461 content, err := extractLSAInformation(lstype, lsalength, data[offset:]) 468 LSType: lstype,
|
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/github.com/google/gopacket/layers/ |
H A D | ospf.go | 254 lstype := uint16(data[offset+3]) 256 content, err := extractLSAInformation(lstype, lsalength, data[offset:]) 264 LSType: lstype, 280 func extractLSAInformation(lstype, lsalength uint16, data []byte) (interface{}, error) { argument 288 switch lstype { 423 lstype := binary.BigEndian.Uint16(data[offset+2 : offset+4]) 426 content, err := extractLSAInformation(lstype, lsalength, data[offset:]) 433 LSType: lstype,
|
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/google/gopacket/layers/ |
H A D | ospf.go | 254 lstype := uint16(data[offset+3]) 256 content, err := extractLSAInformation(lstype, lsalength, data[offset:]) 264 LSType: lstype, 280 func extractLSAInformation(lstype, lsalength uint16, data []byte) (interface{}, error) { argument 288 switch lstype { 423 lstype := binary.BigEndian.Uint16(data[offset+2 : offset+4]) 426 content, err := extractLSAInformation(lstype, lsalength, data[offset:]) 433 LSType: lstype,
|
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/ip/snoopy/ |
H A D | ospf.c | 139 uchar lstype; /* 1=Router-LSAs member 215 NetS(h->lsage), h->options&0xff, h->lstype, in seprintospflsaheader() 257 switch(h->lstype) { in seprintospflsupdate() 306 p = seprint(p, e, "Not an LS update, lstype %d ", h->lstype); in seprintospflsupdate()
|
/dports/science/nwchem-data/nwchem-7.0.2-release/src/cafe/ |
H A D | cf_list.F | 145 if(lstype.eq.0) then 220 if(lstype.eq.1.or.lstype.eq.2) then 277 if(lstype.eq.1) then 402 if(lstype.eq.0) then 502 if(lstype.eq.1.or.lstype.eq.2) then 699 if(lstype.eq.1.and.igr(isa+1).eq.igr(isa)) then 727 if(lstype.eq.1) then
|
H A D | cf_common.fh | 110 integer ntype,npbtyp,nbxtyp,iqmmm,lstype,icntrl,iradgy 141 + ntype,npbtyp,nbxtyp,iqmmm,lstype,icntrl,iradgy,mset,iset,nfhop,
|
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/cafe/ |
H A D | cf_list.F | 145 if(lstype.eq.0) then 220 if(lstype.eq.1.or.lstype.eq.2) then 277 if(lstype.eq.1) then 402 if(lstype.eq.0) then 502 if(lstype.eq.1.or.lstype.eq.2) then 699 if(lstype.eq.1.and.igr(isa+1).eq.igr(isa)) then 727 if(lstype.eq.1) then
|
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tests/python/unittest/ |
H A D | test_sparse_operator.py | 326 def elemwise_mul_stype(lstype, rstype): argument 327 if lstype == rstype: 328 return lstype 329 elif lstype == 'default' and rstype == 'row_sparse': 331 elif lstype == 'row_sparse' and rstype == 'default': 333 elif lstype == 'default' and rstype == 'csr': 335 elif lstype == 'csr' and rstype == 'default': 340 def elemwise_mul_lhs_grad_stype(lstype, rstype): argument 341 return elemwise_mul_stype(elemwise_mul_stype(lstype, rstype), rstype) 343 def elemwise_mul_rhs_grad_stype(lstype, rstype): argument [all …]
|
/dports/misc/mxnet/incubator-mxnet-1.9.0/tests/python/unittest/ |
H A D | test_sparse_operator.py | 326 def elemwise_mul_stype(lstype, rstype): argument 327 if lstype == rstype: 328 return lstype 329 elif lstype == 'default' and rstype == 'row_sparse': 331 elif lstype == 'row_sparse' and rstype == 'default': 333 elif lstype == 'default' and rstype == 'csr': 335 elif lstype == 'csr' and rstype == 'default': 340 def elemwise_mul_lhs_grad_stype(lstype, rstype): argument 341 return elemwise_mul_stype(elemwise_mul_stype(lstype, rstype), rstype) 343 def elemwise_mul_rhs_grad_stype(lstype, rstype): argument [all …]
|