Home
last modified time | relevance | path

Searched refs:MAXSEG (Results 1 – 25 of 65) sorted by relevance

123

/dports/comms/nec2c/nec2c/
H A Dnec2dx.f34 COMMON /DATA/ X(MAXSEG),Y(MAXSEG),Z(MAXSEG),SI(MAXSEG),BI(MAXSEG),
35 &ALP(MAXSEG),BET(MAXSEG),WLAM,ICON1(2*MAXSEG),ICON2(2*MAXSEG),
42 COMMON /CRNT/ AIR(MAXSEG),AII(MAXSEG),BIR(MAXSEG),BII(MAXSEG),
43 &CIR(MAXSEG),CII(MAXSEG),CUR(3*MAXSEG)
1056 COMMON /DATA/ X(MAXSEG),Y(MAXSEG),Z(MAXSEG),SI(MAXSEG),BI(MAXSEG),
1152 COMMON /DATA/ X(MAXSEG),Y(MAXSEG),Z(MAXSEG),SI(MAXSEG),BI(MAXSEG),
1248 COMMON /DATA/ X(MAXSEG),Y(MAXSEG),Z(MAXSEG),SI(MAXSEG),BI(MAXSEG),
1520 COMMON /DATA/ X(MAXSEG),Y(MAXSEG),Z(MAXSEG),SI(MAXSEG),BI(MAXSEG),
1630 COMMON /DATA/ X(MAXSEG),Y(MAXSEG),Z(MAXSEG),SI(MAXSEG),BI(MAXSEG),
1716 COMMON /DATA/ X(MAXSEG),Y(MAXSEG),Z(MAXSEG),SI(MAXSEG),BI(MAXSEG),
[all …]
/dports/biology/mafft/mafft-7.267-without-extensions/core/
H A DfftFunctions.c419 ocut1 = AllocateIntVec( MAXSEG ); in blockAlign2()
420 ocut2 = AllocateIntVec( MAXSEG ); in blockAlign2()
520 result1[MAXSEG-1] = *ncut-1; in blockAlign2()
521 result2[MAXSEG-1] = *ncut-1; in blockAlign2()
523 for( i=MAXSEG-1; i>=1; i-- ) in blockAlign2()
548 for( j=i; j<MAXSEG; j++ ) in blockAlign2()
588 ocut1 = AllocateIntVec( MAXSEG ); in blockAlign3()
714 result1[MAXSEG-1] = *ncut-1; in blockAlign3()
715 result2[MAXSEG-1] = *ncut-1; in blockAlign3()
717 for( i=MAXSEG-1; i>=1; i-- ) in blockAlign3()
[all …]
H A DFalign.c261 cut1 = AllocateIntVec( MAXSEG ); in Fgetlag()
262 cut2 = AllocateIntVec( MAXSEG ); in Fgetlag()
270 segment = (Segment *)calloc( MAXSEG, sizeof( Segment ) ); in Fgetlag()
271 segment1 = (Segment *)calloc( MAXSEG, sizeof( Segment ) ); in Fgetlag()
272 segment2 = (Segment *)calloc( MAXSEG, sizeof( Segment ) ); in Fgetlag()
913 cut1 = AllocateIntVec( MAXSEG ); in Falign()
914 cut2 = AllocateIntVec( MAXSEG ); in Falign()
918 segment = (Segment *)calloc( MAXSEG, sizeof( Segment ) ); in Falign()
919 segment1 = (Segment *)calloc( MAXSEG, sizeof( Segment ) ); in Falign()
1768 cut1 = AllocateIntVec( MAXSEG ); in Falign_udpari_long()
[all …]
H A DFalign_localhom.c295 cut1 = AllocateIntVec( MAXSEG ); in Falign_localhom()
296 cut2 = AllocateIntVec( MAXSEG ); in Falign_localhom()
304 segment = (Segment *)calloc( MAXSEG, sizeof( Segment ) ); in Falign_localhom()
305 segment1 = (Segment *)calloc( MAXSEG, sizeof( Segment ) ); in Falign_localhom()
306 segment2 = (Segment *)calloc( MAXSEG, sizeof( Segment ) ); in Falign_localhom()
307 sortedseg1 = (Segment **)calloc( MAXSEG, sizeof( Segment * ) ); in Falign_localhom()
308 sortedseg2 = (Segment **)calloc( MAXSEG, sizeof( Segment * ) ); in Falign_localhom()
579 if( count+tmpint > MAXSEG -3 ) ErrorExit( "TOO MANY SEGMENTS.\n" ); in Falign_localhom()
H A Dmltaln.h36 #define MAXSEG 100000 macro
H A Ddvtditr.c411 static int anchors[MAXSEG]; in main()
499 segment = (Segment *)calloc( MAXSEG, sizeof( Segment ) ); in main()
/dports/emulators/z80pack/z80pack-1.37/cromemcosim/srcsim/
H A Dmemory.h17 #define MAXSEG 7 /* max. number of 64KB memory banks */ macro
23 extern BYTE *memory[MAXSEG];
47 for (i = 0; i < MAXSEG; i++) in memwrt()
H A Dmemory.c26 BYTE *memory[MAXSEG]; /* MMU with pointers to the banks */
35 for (i = 0; i < MAXSEG; i++) { in init_memory()
/dports/biology/fasta3/fasta-36.3.8/src/
H A Dtatstats.h15 #if defined(IBM_AIX) && defined(MAXSEG)
16 #undef MAXSEG
18 #define MAXSEG 30 macro
/dports/emulators/z80pack/z80pack-1.37/altairsim/srcsim/
H A Dconfig.c45 struct memmap memconf[MAXSEG]; /* memory map */
83 for (i = 0; i < MAXSEG; i++) in config()
235 if (num_segs >= MAXSEG) { in config()
257 if (num_segs >= MAXSEG) { in config()
H A Dmemory.h35 #define MAXSEG 6 macro
43 extern struct memmap memconf[MAXSEG];
H A Dmemory.c43 for (i = 0; i < MAXSEG; i++) { in init_memory()
/dports/security/snort3/snort3-3.1.19.0/src/network_inspectors/rna/
H A Drna_fingerprint_tcp.cc285 optorder[optpos++] = (uint8_t) tcp::TcpOptCode::MAXSEG; in get_tcp_fp()
326 optorder[optpos++] = (uint8_t) tcp::TcpOptCode::MAXSEG; in get_tcp_fp()
371 case tcp::TcpOptCode::MAXSEG: in get_tcp_option()
411 fpk.mss = get_tcp_option(p, tcp::TcpOptCode::MAXSEG, fpk.mss_pos); in get()
461 initial_mss = get_tcp_option(p, tcp::TcpOptCode::MAXSEG, pos); in set()
462 tcpopts[numopts++] = (uint8_t) tcp::TcpOptCode::MAXSEG; in set()
668 syn_tcpopts[key.mss_pos] = (uint8_t) tcp::TcpOptCode::MAXSEG;
682 syn_tcpopts[key.mss_pos] = (uint8_t) tcp::TcpOptCode::MAXSEG;
706 syn_tcpopts[key.mss_pos] = (uint8_t) tcp::TcpOptCode::MAXSEG;
777 uint8_t fp_optorder[] = { (uint8_t) tcp::TcpOptCode::MAXSEG };
[all …]
/dports/emulators/z80pack/z80pack-1.37/cpmsim/srcsim/
H A Dmemory.c40 BYTE *memory[MAXSEG]; /* MMU with pointers to the banks */
H A Dmemory.h32 #define MAXSEG 16 /* max. number of memory banks */ macro
H A Diosim.c1089 for (i = 1; i < MAXSEG; i++) { /* reset MMU */ in reset_system()
2304 if (data > MAXSEG) { in mmui_out()
2306 data, MAXSEG); in mmui_out()
/dports/ftp/puf/puf-1.0.0/src/
H A Durl.c218 #define MAXSEG 100 /* maximum number of path segments in url */ macro
226 int segos[MAXSEG]; /* offsets */ in parse_url()
227 int segls[MAXSEG]; /* lengths */ in parse_url()
228 int segqs[MAXSEG]; /* quoting needed */ in parse_url()
338 if (nsegs == MAXSEG) { in parse_url()
379 if (nsegs == MAXSEG) { in parse_url()
/dports/editors/biew/biew-610/plugins/bin/
H A Dlmf.c37 #define MAXSEG 50 macro
51 tUInt32 seg[MAXSEG]; /* Segments lengthes list */
61 static tUInt32 segbase[MAXSEG];
/dports/security/snort3/snort3-3.1.19.0/src/protocols/
H A Dtcp_options.h43 MAXSEG = 2, /* Maximum Segment Size [RFC793] */ enumerator
/dports/emulators/z80pack/z80pack-1.37/imsaisim/srcsim/
H A Dmemory.c54 BYTE *banks[MAXSEG] = {
H A Dmemory.h37 #define MAXSEG 8 /* max number of memory segments */ macro
H A Diosim.c1009 if (data > MAXSEG) { in mmu_out()
/dports/security/snort3/snort3-3.1.19.0/src/stream/tcp/
H A Dtcp_segment_descriptor.cc113 if ( opt.code == tcp::TcpOptCode::MAXSEG ) in init_mss()
/dports/security/snort3/snort3-3.1.19.0/src/network_inspectors/normalize/
H A Dnorm.cc424 case tcp::TcpOptCode::MAXSEG: in Norm_TCPOptions()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/g77/
H A D20010519-1.f160 INTEGER MAXSEG, MAXGRP
169 PARAMETER (MAXSEG = 1000)

123