Home
last modified time | relevance | path

Searched refs:sqd_uint64 (Results 1 – 7 of 7) sorted by relevance

/dports/biology/clustal-omega/clustal-omega-1.2.4/src/squid/
H A Dgsi64.c130 sqd_uint64 left, right, mid; in GSI64GetOffset()
133 sqd_uint64 offset; in GSI64GetOffset()
135 sqd_uint64 fmt; in GSI64GetOffset()
242 g->elems[g->nkeys].offset = (sqd_uint64) offset; in GSI64AddKeyToIndex()
266 sqd_uint64 j; in GSI64WriteIndex()
301 sqd_uint64 f2; in GSI64WriteHeader()
309 f2 = (sqd_uint64) nkeys; in GSI64WriteHeader()
338 sqd_uint64 f2; in GSI64WriteFileRecord()
345 f2 = (sqd_uint64) fmt; in GSI64WriteFileRecord()
375 sqd_uint64 f2; in GSI64WriteKeyRecord()
[all …]
H A Dgsi64.h36 typedef unsigned long long sqd_uint64; /* 64 bit integer. */ typedef
46 sqd_uint64 recnum; /* number of records = 64 bit int */
53 sqd_uint64 offset;
61 sqd_uint64 nkeys;
80 extern int GSI64GetRecord(GSI64FILE *gsi, char *f1, sqd_uint16 *f2, sqd_uint64 *f3);
H A Dtypes.c204 sqd_uint64
205 sre_ntoh64(sqd_uint64 net_int64) in sre_ntoh64()
214 sqd_uint64
215 sre_hton64(sqd_uint64 host_int64) in sre_hton64()
H A Dsqfuncs.h260 extern sqd_uint64 sre_ntoh64(sqd_uint64 net_int64);
261 extern sqd_uint64 sre_hton64(sqd_uint64 host_int64);
H A Dssi.c27 static int read_i64(FILE *fp, sqd_uint64 *ret_result);
31 static int write_i64(FILE *fp, sqd_uint64 n);
38 static sqd_uint64 current_index_size(SSIINDEX *g);
886 sqd_uint64 foffset, poffset, soffset; in SSIWriteIndex()
1171 read_i64(FILE *fp, sqd_uint64 *ret_result) in read_i64()
1173 sqd_uint64 result; in read_i64()
1179 write_i64(FILE *fp, sqd_uint64 n) in write_i64()
1182 if (fwrite(&n, sizeof(sqd_uint64), 1, fp) != 1) return 0; in write_i64()
1355 static sqd_uint64
1358 sqd_uint64 frecsize, precsize, srecsize; in current_index_size()
[all …]
H A Dssi.h37 sqd_uint64 i64; /* an offset that e.g. fseeko64() can use */
H A Dsquid.h95 typedef unsigned long sqd_uint64; typedef