Home
last modified time | relevance | path

Searched refs:IDLEN (Results 1 – 25 of 872) sorted by relevance

12345678910>>...35

/dports/math/combblas/CombBLAS_beta_16_2/ReleaseTests/
H A DVectorIOPermute.cpp16 template <unsigned int IDLEN, unsigned int SEQLEN>
23 s_id.copy(id, IDLEN); in ShortRead()
26 id[IDLEN] = '\0'; in ShortRead()
35 char id[IDLEN+1]; // (+1)s are for null termination
43 template <unsigned int IDLEN, unsigned int SEQLEN>
44 ostream& operator<<(ostream& os, const ShortRead<IDLEN, SEQLEN> & sread ) in operator <<() argument
51 template <class IT, unsigned int IDLEN, unsigned int SEQLEN>
56 ShortRead<IDLEN,SEQLEN> getNoNum(IT ind) { return ShortRead<IDLEN,SEQLEN>(); } in getNoNum()
70 size_t entrylength() { return sizeof(ShortRead<IDLEN,SEQLEN>); } in entrylength()
73 ShortRead<IDLEN,SEQLEN> read(std::basic_istream<c,t>& is, IT ind) in read()
[all …]
/dports/biology/clustal-omega/clustal-omega-1.2.4/src/hhalign/
H A Dhhhit.h34 char fam[IDLEN]; // family ID (derived from name) (FAM field)
35 char sfam[IDLEN]; // superfamily ID (derived from name)
36 char fold[IDLEN]; // fold ID (derived from name)
37 char cl[IDLEN]; // class ID (derived from name)
/dports/biology/hhsuite/hh-suite-3.3.0/src/
H A Dhhhit.h37 char fam[IDLEN]; // family ID (derived from name) (FAM field)
38 char sfam[IDLEN]; // superfamily ID (derived from name)
39 char fold[IDLEN]; // fold ID (derived from name)
40 char cl[IDLEN]; // class ID (derived from name)
H A Dhhhmm.h52 char sfam[IDLEN]; // superfamily ID (derived from name)
53 char fold[IDLEN]; // fold ID (derived from name)
54 char cl[IDLEN]; // class ID (derived from name)
/dports/databases/luadbi/luadbi-0.7.2/dbd/postgresql/
H A Ddbd_postgresql.h8 #define IDLEN 15+17+1 macro
28 char name[IDLEN]; /* statement ID */
H A Dstatement.c39 char command[IDLEN+13]; in deallocate()
49 snprintf(command, IDLEN+13, "DEALLOCATE \"%s\"", statement->name); in deallocate()
401 char name[IDLEN]; in dbd_postgresql_statement_create()
408 snprintf(name, IDLEN, "dbd-postgresql-%017u", ++conn->statement_id); in dbd_postgresql_statement_create()
439 strncpy(statement->name, name, IDLEN-1); in dbd_postgresql_statement_create()
440 statement->name[IDLEN-1] = '\0'; in dbd_postgresql_statement_create()
/dports/chinese/ve/ve-1.1/
H A Dstruct.h17 #define IDLEN 12 /* Length of bid/uid */ macro
33 char userid[IDLEN + 1];
/dports/cad/gplcver/gplcver-2.12a.src/src/
H A Dv_ms.c6294 char vpis1[IDLEN], vpis2[4*IDLEN], *vpichp; in __pv_terr()
6342 char vpis1[IDLEN], vpis2[4*IDLEN], *vpichp; in __pv_vpi_terr()
6385 char vpis1[IDLEN], vpis2[4*IDLEN], *vpichp; in __fterr()
6430 char vpis1[IDLEN], vpis2[4*IDLEN], *vpichp; in __sgfterr()
6482 char vpis1[IDLEN], vpis2[4*IDLEN], *vpichp; in __gfterr()
6536 char vpis1[IDLEN], vpis2[4*IDLEN], *vpichp; in __pv_err()
6586 char vpis1[IDLEN], vpis2[4*IDLEN], *vpichp; in __pv_ferr()
6646 char vpis1[IDLEN], vpis2[4*IDLEN], *vpichp; in __sgferr()
6704 char vpis1[IDLEN], vpis2[4*IDLEN], *vpichp; in __gferr()
6793 char vpis1[IDLEN], vpis2[4*IDLEN], *vpichp; in __pv_warn()
[all …]
H A Dcver.c313 char __portnam[IDLEN];
1806 __macwrklen = IDLEN; in init_ds()
1813 __attrwrklen = IDLEN; in init_ds()
1828 __strtok_wid = IDLEN + 1; in init_ds()
1839 __exprlinelen = IDLEN; in init_ds()
3342 char fnam[IDLEN], pthnam[IDLEN]; in do_sdflocdef()
3409 char optnam[IDLEN], optval[IDLEN], s1[3*IDLEN]; in do_cmdmacdef()
3492 char s1[IDLEN], s2[IDLEN]; in bld_incdtab()
3555 char lbnam[IDLEN], rnams[IDLEN], onam[RECLEN]; in bld_loadpli_lbs()
3714 char s1[IDLEN], s2[IDLEN]; in bld_lbxtab()
[all …]
H A Dv_sdf.c1283 char ctnam[IDLEN], inam[IDLEN], ginam[IDLEN], s1[RECLEN]; in rdset_sdf_cells()
1955 char s1[IDLEN]; in set_device_del()
2171 char formnam[RECLEN], pnam1[IDLEN], pnam2[IDLEN]; in rdset_deltyps()
2488 char portsrc[IDLEN], portdst[IDLEN]; in rd_iopath()
3820 char pnam[IDLEN]; in rd_port_tchk()
3875 char labnam[IDLEN], nam[IDLEN]; in rd_tchk_cond()
4633 char portsrc[IDLEN], portdst[IDLEN]; in rdset_interconn_dels()
5142 char tenam[RECLEN], constraint_name[IDLEN], pnam[IDLEN]; in rdskip_te_defs()
5341 char pnam[IDLEN]; in rd_constraint_path()
6983 char s1[IDLEN], s2[IDLEN]; in chkcnv_sdfid()
[all …]
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_mpi.c2205 memcpy(pos, MATRIX_ID, IDLEN); in shm_write_matrix()
2206 pos += IDLEN; in shm_write_matrix()
2234 char buf[IDLEN] = {0}; in shm_read_matrix()
2242 isize = IDLEN + 2 * sizeof(int); in shm_read_matrix()
2285 memcpy(buf, pos, IDLEN); in shm_read_matrix()
2287 pos += IDLEN; in shm_read_matrix()
2401 memcpy(pos, MATRIX_ID, IDLEN); in shm_write_matrix()
2402 pos += IDLEN; in shm_write_matrix()
2428 char buf[IDLEN] = {0}; in shm_read_matrix()
2454 memcpy(buf, pos, IDLEN); in shm_read_matrix()
[all …]
/dports/irc/ircd-hybrid/ircd-hybrid-8.2.39/include/
H A Dircd_defs.h51 #define IDLEN 12 /* this is the maximum length, not the actual macro
/dports/biology/bamutil/bamUtil-1.0.15/libStatGen/general/
H A DConstant.h25 #define IDLEN 20 macro
/dports/irc/atheme-services/atheme-7.2.9/libathemecore/
H A Dentity.c9 static char last_entity_uid[IDLEN];
21 last_entity_uid[IDLEN-1] = '\0'; in myentity_set_last_uid()
/dports/irc/ircd-ratbox/ircd-ratbox-3.0.10/include/
H A Dircd_defs.h91 #define IDLEN 10 macro
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/include/
H A Dircd_defs.h91 #define IDLEN 10 macro
/dports/java/javahelp/javahelp-3ca862d/jhMaster/JSearch/client/com/sun/java/help/search/
H A DBlock.java47 public static final int IDLEN = 4; field in Block
/dports/mail/sylpheed/sylpheed-3.7.0/libsylph/
H A Dpop.h150 #define IDLEN POPBUFSIZE macro
/dports/mail/claws-mail-pdf_viewer/claws-mail-3.18.0/src/
H A Dpop.h156 #define IDLEN POPBUFSIZE macro
/dports/mail/claws-mail-perl/claws-mail-3.18.0/src/
H A Dpop.h156 #define IDLEN POPBUFSIZE macro
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/
H A Dpop.h156 #define IDLEN POPBUFSIZE macro
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/
H A Dpop.h156 #define IDLEN POPBUFSIZE macro
/dports/mail/claws-mail-newmail/claws-mail-3.18.0/src/
H A Dpop.h156 #define IDLEN POPBUFSIZE macro
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/
H A Dpop.h156 #define IDLEN POPBUFSIZE macro
/dports/mail/claws-mail-attachwarner/claws-mail-3.18.0/src/
H A Dpop.h156 #define IDLEN POPBUFSIZE macro

12345678910>>...35