Home
last modified time | relevance | path

Searched refs:curoffs (Results 1 – 22 of 22) sorted by relevance

/dports/devel/icmake/icmake-9b958b05ac462adf6cde394875964a8127599514/icmake/rss/
H A Dgetstring.c22 int32_t curoffs; in rss_getString() local
27 curoffs = ftell(f); in rss_getString()
48 fseek (f, curoffs, SEEK_SET); in rss_getString()
H A Dgetvar.c27 int32_t curoffs; in rss_getVar() local
32 curoffs = ftell(f); in rss_getVar()
71 fseek (f, curoffs, SEEK_SET); in rss_getVar()
/dports/devel/icmake/icmake-9b958b05ac462adf6cde394875964a8127599514/icmake/un/
H A Dprocess.c48 while ((curoffs =(unsigned)ftell(infile)) <(unsigned)headerp->offset[0] ) in process()
54 printf("\t[%s] ", rss_hexString(curoffs, 4)); in process()
60 rss_hexString(curoffs, 4), in process()
H A Dfunpush1.c6 rss_hexString((unsigned)(curoffs + 2), 4)); in fun_push_1_jmp_end()
H A Dfunpushs.c16 rss_hexString (curoffs, 4)); in fun_push_strconst()
H A Ddata.c89 curoffs, variable
H A Dicmun.ih21 extern unsigned curoffs;
/dports/deskutils/recoll/recoll-1.31.2/utils/
H A Dreadfile.cpp364 int64_t curoffs = 0; in scan() local
370 curoffs = m_startoffs; in scan()
377 if (m_startoffs > 0 && curoffs < m_startoffs) { in scan()
378 toread = size_t(MIN(RDBUFSZ, m_startoffs - curoffs)); in scan()
392 curoffs += n; in scan()
393 if (curoffs - n < m_startoffs) { in scan()
/dports/games/scummvm-tools/scummvm-tools-2.5.0/engines/scumm/
H A Ddescumm-common.cpp88 void outputLine(const char *buf, int curoffs, int opcode, int indent) { in outputLine() argument
91 assert(curoffs >= 0); in outputLine()
96 printf("[%.4X] ", curoffs); in outputLine()
H A Ddescumm.h161 extern void outputLine(const char *buf, int curoffs, int opcode, int indent);
/dports/audio/spc2it/spc2it-0.4.0/
H A Dit.c26 static s32 curoffs; // where we are in file
294 curoffs = 0;
316 offset[curpatt] = curoffs;
323 curoffs += ITpattlen[i] + 8;
/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dzeus2.cpp1429 int curoffs; in zeus2_draw_model() local
1435 for (curoffs = 0; curoffs <= count; curoffs++) in zeus2_draw_model()
1441 databuffer[databufcount++] = WAVERAM_READ32(base, curoffs * 2 + 0); in zeus2_draw_model()
1442 databuffer[databufcount++] = WAVERAM_READ32(base, curoffs * 2 + 1); in zeus2_draw_model()
1458 if (cmd != 0x00 || (cmd == 0x00 && curoffs == count)) { in zeus2_draw_model()
1471 if (logit && curoffs == count) in zeus2_draw_model()
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dzeus2.cpp1429 int curoffs; in zeus2_draw_model() local
1435 for (curoffs = 0; curoffs <= count; curoffs++) in zeus2_draw_model()
1441 databuffer[databufcount++] = WAVERAM_READ32(base, curoffs * 2 + 0); in zeus2_draw_model()
1442 databuffer[databufcount++] = WAVERAM_READ32(base, curoffs * 2 + 1); in zeus2_draw_model()
1458 if (cmd != 0x00 || (cmd == 0x00 && curoffs == count)) { in zeus2_draw_model()
1471 if (logit && curoffs == count) in zeus2_draw_model()
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dmidzeus.cpp954 int curoffs; in zeus_draw_model() local
960 for (curoffs = 0; curoffs <= count; curoffs++) in zeus_draw_model()
966 databuffer[databufcount++] = WAVERAM_READ32(base, curoffs * 2 + 0); in zeus_draw_model()
967 databuffer[databufcount++] = WAVERAM_READ32(base, curoffs * 2 + 1); in zeus_draw_model()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dmidzeus.cpp954 int curoffs; in zeus_draw_model() local
960 for (curoffs = 0; curoffs <= count; curoffs++) in zeus_draw_model()
966 databuffer[databufcount++] = WAVERAM_READ32(base, curoffs * 2 + 0); in zeus_draw_model()
967 databuffer[databufcount++] = WAVERAM_READ32(base, curoffs * 2 + 1); in zeus_draw_model()
/dports/emulators/mess/mame-mame0226/src/lib/util/
H A Dchd.cpp3139 for (uint64_t curoffs = m_read_done_offset; curoffs < end_offset + 1; curoffs += hunk_bytes()) in async_read() local
3141 m_parent->read_hunk(curoffs / hunk_bytes(), curdest); in async_read()
3151 for (uint64_t curoffs = m_read_done_offset; curoffs < end_offset; curoffs += hunk_bytes()) in async_read() local
3153 uint32_t hunknum = curoffs / hunk_bytes(); in async_read()
/dports/emulators/mame/mame-mame0226/src/lib/util/
H A Dchd.cpp3139 for (uint64_t curoffs = m_read_done_offset; curoffs < end_offset + 1; curoffs += hunk_bytes()) in async_read() local
3141 m_parent->read_hunk(curoffs / hunk_bytes(), curdest); in async_read()
3151 for (uint64_t curoffs = m_read_done_offset; curoffs < end_offset; curoffs += hunk_bytes()) in async_read() local
3153 uint32_t hunknum = curoffs / hunk_bytes(); in async_read()
/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Ddvdvob.c38 int state,curoffs,maxlen,nextoffs,skip,ln_ctli; /* state of SPU parser machine (procremap) */ member
865 cr->curoffs = 0; in procremap()
883 if (cr->curoffs == cr->maxlen) in procremap()
888 if (cr->curoffs != cr->nextoffs) in procremap()
1018 cr->curoffs++; in procremap()
/dports/textproc/lowdown/lowdown-0.10.0/
H A Dodt.c1904 size_t curid = (size_t)-1, curoffs, in rndr() local
1961 curoffs = st->offs; in rndr()
2103 st->offs = curoffs; in rndr()
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gccv/
H A Dtext.cc1470 double incr = (width - m_Lines[cur_line].m_Width) / (nbchars - 1), curoffs = 0.; in RebuildAttributes() local
1474 (*run)->m_X += curoffs; in RebuildAttributes()
1481 curoffs += nc[cur] * incr; in RebuildAttributes()
1484 curoffs += nc[cur] * incr; in RebuildAttributes()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/usb/
H A Dehci.c2882 size_t curoffs = 0; in ehci_reset_sqtd_chain() local
2892 vaddr_t va = (vaddr_t)KERNADDR(dma, curoffs); in ehci_reset_sqtd_chain()
2904 curoffs, 0); in ehci_reset_sqtd_chain()
2916 size_t pageoffs = EHCI_PAGE(curoffs); in ehci_reset_sqtd_chain()
2936 DMAADDR(&xfer->ux_dmabuf, curoffs), curlen, 0); in ehci_reset_sqtd_chain()
2944 curoffs += curlen; in ehci_reset_sqtd_chain()
H A Dohci.c616 size_t curoffs = 0; in ohci_reset_std_chain() local
625 ohci_physaddr_t sdataphys = DMAADDR(dma, curoffs); in ohci_reset_std_chain()
626 ohci_physaddr_t edataphys = DMAADDR(dma, curoffs + len - 1); in ohci_reset_std_chain()
659 curoffs += curlen; in ohci_reset_std_chain()