Home
last modified time | relevance | path

Searched refs:eoff (Results 76 – 100 of 342) sorted by relevance

12345678910>>...14

/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/back-wt/
H A Dtools.c177 int rc, eoff; in wt_tool_entry_get() local
200 eoff = eh.data - (char *)item.data; in wt_tool_entry_get()
207 eh.data += eoff; in wt_tool_entry_get()
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/back-wt/
H A Dtools.c177 int rc, eoff; in wt_tool_entry_get() local
200 eoff = eh.data - (char *)item.data; in wt_tool_entry_get()
207 eh.data += eoff; in wt_tool_entry_get()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipFileSystem.java2192 int eoff = 0;
2209 while (eoff + 4 < elen) {
2210 int tag = SH(extra, eoff);
2211 int sz = SH(extra, eoff + 2);
2215 eoff += (4 + sz);
2296 int eoff = 0;
2332 while (eoff + 4 < elen) {
2333 int tag = SH(extra, eoff);
2334 int sz = SH(extra, eoff + 2);
2338 eoff += (4 + sz);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipFileSystem.java2255 int eoff = 0;
2274 while (eoff + 4 < elen) {
2275 int tag = SH(extra, eoff);
2276 int sz = SH(extra, eoff + 2);
2280 eoff += (4 + sz);
2355 int eoff = 0;
2391 while (eoff + 4 < elen) {
2392 int tag = SH(extra, eoff);
2393 int sz = SH(extra, eoff + 2);
2397 eoff += (4 + sz);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipFileSystem.java2192 int eoff = 0;
2209 while (eoff + 4 < elen) {
2210 int tag = SH(extra, eoff);
2211 int sz = SH(extra, eoff + 2);
2215 eoff += (4 + sz);
2296 int eoff = 0;
2332 while (eoff + 4 < elen) {
2333 int tag = SH(extra, eoff);
2334 int sz = SH(extra, eoff + 2);
2338 eoff += (4 + sz);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipFileSystem.java2088 int eoff = 0;
2105 while (eoff + 4 < elen) {
2106 int tag = SH(extra, eoff);
2107 int sz = SH(extra, eoff + 2);
2111 eoff += (4 + sz);
2192 int eoff = 0;
2228 while (eoff + 4 < elen) {
2229 int tag = SH(extra, eoff);
2230 int sz = SH(extra, eoff + 2);
2234 eoff += (4 + sz);
/dports/biology/infernal/infernal-1.1.3/easel/
H A Desl_sqio_ascii.c791 sq->eoff = ascii->boff + epos - 1; in sqascii_Read()
889 sq->eoff = ascii->boff + epos - 1; in sqascii_ReadInfo()
991 sq->eoff = ascii->boff + epos - 1; in sqascii_ReadSequence()
1218 sq->eoff = -1; in sqascii_ReadWindow()
1652 while (ascii->boff + ascii->nc <= sq->eoff) in sqascii_Echo()
1657 n = sq->eoff - ascii->boff + 1; in sqascii_Echo()
2735 sq->eoff = ascii->boff + ascii->nc - 1; in end_embl()
2914 sq->eoff = ascii->boff + ascii->nc - 1; in end_genbank()
3114 sq->eoff = ascii->boff + ascii->bpos - 1; /* this puts eoff at the last \n */ in end_fasta()
3154 if (save_offsets) sq->eoff = ftello(fp) - 1; in esl_sqascii_WriteFasta()
[all …]
H A Desl_sq.h117 off_t eoff; /* offset to last byte of record; -1 if unknown */ member
H A Desl_sq.c351 dst->eoff = src->eoff; in esl_sq_Copy()
408 if (sq1->eoff != -1 && sq2->eoff != -1 && sq1->eoff != sq2->eoff) return eslFAIL; in esl_sq_Compare()
480 sq->eoff = -1; in esl_sq_Reuse()
1842 sq->eoff = -1; in esl_sq_GetFromMSA()
2227 sq->eoff = -1; in sq_create_from()
/dports/biology/hmmer/hmmer-3.3/easel/
H A Desl_sqio_ascii.c791 sq->eoff = ascii->boff + epos - 1; in sqascii_Read()
889 sq->eoff = ascii->boff + epos - 1; in sqascii_ReadInfo()
991 sq->eoff = ascii->boff + epos - 1; in sqascii_ReadSequence()
1218 sq->eoff = -1; in sqascii_ReadWindow()
1652 while (ascii->boff + ascii->nc <= sq->eoff) in sqascii_Echo()
1657 n = sq->eoff - ascii->boff + 1; in sqascii_Echo()
2735 sq->eoff = ascii->boff + ascii->nc - 1; in end_embl()
2914 sq->eoff = ascii->boff + ascii->nc - 1; in end_genbank()
3114 sq->eoff = ascii->boff + ascii->bpos - 1; /* this puts eoff at the last \n */ in end_fasta()
3154 if (save_offsets) sq->eoff = ftello(fp) - 1; in esl_sqascii_WriteFasta()
[all …]
H A Desl_sq.h117 off_t eoff; /* offset to last byte of record; -1 if unknown */ member
H A Desl_sq.c351 dst->eoff = src->eoff; in esl_sq_Copy()
408 if (sq1->eoff != -1 && sq2->eoff != -1 && sq1->eoff != sq2->eoff) return eslFAIL; in esl_sq_Compare()
480 sq->eoff = -1; in esl_sq_Reuse()
1842 sq->eoff = -1; in esl_sq_GetFromMSA()
2227 sq->eoff = -1; in sq_create_from()
/dports/net-p2p/libswift/libswift-dc0cbcc/
H A Dhttpgw.cpp755 uint64_t soff=0,eoff=0; in HttpGwFirstProgressCallback() local
768 int ret = sscanf(endstr.c_str(),"%" PRIi64 "",&eoff); in HttpGwFirstProgressCallback()
783 req->rangelast = eoff; in HttpGwFirstProgressCallback()
785 … fprintf(stderr,"httpgw: Live: DASH request from %" PRIi64 " till %" PRIi64 "\n", soff, eoff); in HttpGwFirstProgressCallback()
786 … @%i http first: DASH request from %" PRIi64 " till %" PRIi64 "\n", tintstr(),req->id, soff, eoff); in HttpGwFirstProgressCallback()
/dports/misc/netron/node_modules/dmg-builder/vendor/mac_alias/
H A Dbookmark.py301 for eoff in xrange(offset+8,offset+8+length,8):
302 keyoff,valoff = struct.unpack(b'<II', data[eoff:eoff+8])
/dports/devel/qbs/qbs-src-1.21.0/src/3rdparty/python/lib/python2.7/site-packages/mac_alias/
H A Dbookmark.py301 for eoff in xrange(offset+8,offset+8+length,8):
302 keyoff,valoff = struct.unpack(b'<II', data[eoff:eoff+8])
/dports/emulators/hercules/hercules-3.13/
H A Dhao.c592 static size_t hao_subst(char *str, size_t soff, size_t eoff, in hao_subst() argument
595 size_t len = eoff - soff; in hao_subst()
/dports/www/links1/links-1.04/
H A Dhtml.c560 unsigned char *eoff; variable
1386 if (parse_element(p, eoff, NULL, NULL, NULL, &p)) { in html_option()
1391 while (p < eoff && WHITECHAR(*p)) p++; in html_option()
1392 while (p < eoff && !WHITECHAR(*p) && *p != '<') { in html_option()
1397 while (r < eoff && WHITECHAR(*r)) r++; in html_option()
1398 if (r >= eoff) goto x; in html_option()
1399 if (eoff - r >= 2 && (r[1] == '!' || r[1] == '?')) { in html_option()
1400 p = skip_comment(r, eoff); in html_option()
1403 if (parse_element(r, eoff, &name, &namelen, NULL, &p)) goto pppp; in html_option()
2193 eoff = eof; in parse_html()
[all …]
/dports/graphics/argyllcms/Argyll_V1.9.2/spectro/
H A Ddispsup.c770 int boff, eoff, dno; /* b&w offsets and count */ in disprd_read_drift() local
776 boff = eoff = 1; in disprd_read_drift()
779 boff = eoff = 0; in disprd_read_drift()
783 eoff = 1; in disprd_read_drift()
799 …\n",npat, DRIFT_EPERIOD, p->serno,p->last_bw[eoff].serno,(npat > DRIFT_EPERIOD && p->serno > p->la… in disprd_read_drift()
800 … lastserno %d > %d (%d)\n",p->serno - p->last_bw[eoff].serno, DRIFT_EPERIOD,(p->serno - p->last_bw… in disprd_read_drift()
801 …) - p->last_bw[boff].msec,DRIFT_MAXSECS * 1000, (msec_time() - p->last_bw[eoff].msec) > (DRIFT_MAX… in disprd_read_drift()
804 || (npat > DRIFT_EPERIOD && p->serno > p->last_bw[eoff].serno) /* We will interpolate */ in disprd_read_drift()
805 || (p->serno - p->last_bw[eoff].serno - dno) > DRIFT_EPERIOD /* extrapolate would be too far */ in disprd_read_drift()
806 …|| (msec_time() - p->last_bw[eoff].msec) > (DRIFT_MAXSECS * 1000)) { /* The current is too long ag… in disprd_read_drift()
/dports/devel/golint/lint-959b441/vendor/golang.org/x/tools/internal/lsp/cmd/
H A Dlocation.go50 …P<sline>\d+):(?P<scol>\d)+|#(?P<soff>\d+))(?P<end>:(?P<eline>\d+):(?P<ecol>\d+)|#(?P<eoff>\d+))?$`)
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipFileSystem.java2696 int eoff = 0;
2715 while (eoff + 4 < elen) {
2716 int tag = SH(extra, eoff);
2717 int sz = SH(extra, eoff + 2);
2721 eoff += (4 + sz);
2798 int eoff = 0;
2834 while (eoff + 4 < elen) {
2835 int tag = SH(extra, eoff);
2836 int sz = SH(extra, eoff + 2);
2840 eoff += (4 + sz);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipFileSystem.java2696 int eoff = 0;
2715 while (eoff + 4 < elen) {
2716 int tag = SH(extra, eoff);
2717 int sz = SH(extra, eoff + 2);
2721 eoff += (4 + sz);
2798 int eoff = 0;
2834 while (eoff + 4 < elen) {
2835 int tag = SH(extra, eoff);
2836 int sz = SH(extra, eoff + 2);
2840 eoff += (4 + sz);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipFileSystem.java2740 int eoff = 0;
2759 while (eoff + 4 < elen) {
2760 int tag = SH(extra, eoff);
2761 int sz = SH(extra, eoff + 2);
2765 eoff += (4 + sz);
2842 int eoff = 0;
2878 while (eoff + 4 < elen) {
2879 int tag = SH(extra, eoff);
2880 int sz = SH(extra, eoff + 2);
2884 eoff += (4 + sz);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipFileSystem.java2654 int eoff = 0;
2673 while (eoff + 4 < elen) {
2674 int tag = SH(extra, eoff);
2675 int sz = SH(extra, eoff + 2);
2679 eoff += (4 + sz);
2756 int eoff = 0;
2792 while (eoff + 4 < elen) {
2793 int tag = SH(extra, eoff);
2794 int sz = SH(extra, eoff + 2);
2798 eoff += (4 + sz);
/dports/misc/py-powerline-status/powerline-2.8.2/powerline/segments/vim/
H A D__init__.py151 eline, ecol, eoff = [int(v) for v in vim_funcs['getpos']('.')[1:]]
153 evcol = vim_funcs['virtcol']([eline, ecol, eoff])
/dports/www/links/links-2.25/
H A Dhtml.c653 static unsigned char *eoff; variable
899 if (parse_element(p, eoff, NULL, NULL, NULL, &p)) { in find_element_end()
1816 while (p < eoff && WHITECHAR(*p)) p2:p++; in html_button()
1817 if (p == eoff) goto put_text; in html_button()
2002 while (p < eoff && WHITECHAR(*p)) p++; in html_option()
2003 while (p < eoff && !WHITECHAR(*p) && *p != '<') { in html_option()
2008 while (r < eoff && WHITECHAR(*r)) r++; in html_option()
2009 if (r >= eoff) goto x; in html_option()
2010 if (eoff - r >= 2 && (r[1] == '!' || r[1] == '?')) { in html_option()
2011 p = skip_comment(r, eoff); in html_option()
[all …]

12345678910>>...14