Home
last modified time | relevance | path

Searched refs:last_off (Results 1 – 25 of 273) sorted by relevance

1234567891011

/dports/mail/mailagent/mailagent-9a14a15/agent/pl/utmp/
H A Dutmp_ph.c71 last_off += user_len;
77 last_off += line_len;
90 int last_off = 0; /* Last offset in pack format */ in main() local
100 if ((last_off = minimum(user_off, line_off)) != 0) { in main()
102 sprintf(pack, "x%d", last_off); in main()
119 offset = maximum(user_off, line_off) - last_off; in main()
125 last_off += offset; in main()
131 if (last_off == line_off) { in main()
141 offset = sizeof(struct utmp) - last_off; in main()
/dports/archivers/lizard/lizard-1.0/lib/
H A Dlizard_parser_lowestprice.h13 if ((int)off == last_off) off = 0; // rep code in Lizard_more_profitable()
14 if ((int)best_off == last_off) best_off = 0; in Lizard_more_profitable()
22 if ((int)off == last_off) off = 0; // rep code in Lizard_better_price()
23 if ((int)best_off == last_off) best_off = 0; in Lizard_better_price()
25 …urn Lizard_get_price_LIZv1(ctx, last_off, ip, ctx->off24pos, 0, (U32)off, common) < Lizard_get_pri… in Lizard_better_price()
52 if (ctx->last_off >= LIZARD_LOWESTPRICE_MIN_OFFSET) { in Lizard_FindMatchLowestPrice()
53 intptr_t matchIndexLO = (ip - ctx->last_off) - base; in Lizard_FindMatchLowestPrice()
154 if (ctx->last_off >= LIZARD_LOWESTPRICE_MIN_OFFSET) { in Lizard_GetWiderMatch()
155 intptr_t matchIndexLO = (ip - ctx->last_off) - base; in Lizard_GetWiderMatch()
319 …ice = (int)Lizard_get_price_LIZv1(ctx, ctx->last_off, ip, ctx->off24pos, ip - anchor, (off0 == ctx… in Lizard_compress_lowestPrice()
[all …]
H A Dlizard_decompress_liz.h42 intptr_t last_off = ctx->last_off; in Lizard_decompress_LIZv1() local
102 last_off ^= not_repCode & (last_off ^ -new_off); in Lizard_decompress_LIZv1()
108 last_off = -(intptr_t)MEM_readLE16(ctx->offset16Ptr); in Lizard_decompress_LIZv1()
132 …tch=%u offset=%d ipos=%d opos=%d\n", (U32)litLength, (U32)length, (int)-last_off, (U32)(ctx->flags… in Lizard_decompress_LIZv1()
139 last_off = -(intptr_t)MEM_readLE24(ctx->offset24Ptr); in Lizard_decompress_LIZv1()
141 …DECOMPLOG_CODEWORDS_LIZv1("T0-30 literal=%u match=%u offset=%d\n", 0, (U32)length, (int)-last_off); in Lizard_decompress_LIZv1()
160 last_off = -(intptr_t)MEM_readLE24(ctx->offset24Ptr); in Lizard_decompress_LIZv1()
165 match = op + last_off; in Lizard_decompress_LIZv1()
166last_off) > (uintptr_t)op) || (match < lowLimit)))) { LIZARD_LOG_DECOMPRESS_LIZv1("lowPrefix[%p]-d… in Lizard_decompress_LIZv1()
212 ctx->last_off = last_off; in Lizard_decompress_LIZv1()
/dports/mail/mailagent/mailagent-9a14a15/agent/pl/termios/
H A Dtermios_ph.c72 last_off += row_len;
78 last_off += col_len;
92 int last_off = 0; /* Last offset in pack format */ in main() local
102 if ((last_off = minimum(row_off, col_off)) != 0) { in main()
104 sprintf(pack, "x%d", last_off); in main()
121 offset = maximum(row_off, col_off) - last_off; in main()
127 last_off += offset; in main()
133 if (last_off == col_off) { in main()
/dports/devel/elfutils/elfutils-0.179/tests/
H A Delfcopy.c207 size_t last_off = 0; in copy_elf() local
221 offs[last_off] = shdr.sh_offset; in copy_elf()
234 last_off, last_off + 1); in copy_elf()
235 GElf_Word off = offs[last_off - 1]; in copy_elf()
236 offs[last_off - 1] = off + shdr.sh_size; in copy_elf()
237 offs[last_off] = off; in copy_elf()
243 offs[last_off] = shdr.sh_offset; in copy_elf()
245 last_off++; in copy_elf()
279 last_off = 0; in copy_elf()
290 shdr.sh_offset = offs[last_off++]; in copy_elf()
/dports/biology/velvet/velvet_1.2.10/third-party/zlib-1.2.3/examples/
H A Dgzlog.c27 off_t last_off; /* offset of last block */ member
204 log->last_off = make_off(temp + 8); in gzlog_open()
207 (void)lseek(log->fd, log->last_off, SEEK_SET); in gzlog_open()
217 (void)lseek(log->fd, log->last_off + 5, SEEK_SET); in gzlog_open()
252 (void)lseek(log->fd, log->last_off, SEEK_SET); in gzlog_write()
276 len = log->last_off - log->mark_off; in recomp()
355 dice_off(log->last_off, temp + 8); in recomp()
376 (void)lseek(log->fd, log->last_off, SEEK_SET); in gzlog_close()
385 log->last_off = lseek(log->fd, log->stored, SEEK_CUR); in gzlog_close()
400 dice_off(log->last_off, temp); in gzlog_close()
[all …]
/dports/textproc/teckit/teckit-2.5.7/zlib-1.2.3/examples/
H A Dgzlog.c27 off_t last_off; /* offset of last block */ member
204 log->last_off = make_off(temp + 8); in gzlog_open()
207 (void)lseek(log->fd, log->last_off, SEEK_SET); in gzlog_open()
217 (void)lseek(log->fd, log->last_off + 5, SEEK_SET); in gzlog_open()
252 (void)lseek(log->fd, log->last_off, SEEK_SET); in gzlog_write()
276 len = log->last_off - log->mark_off; in recomp()
355 dice_off(log->last_off, temp + 8); in recomp()
376 (void)lseek(log->fd, log->last_off, SEEK_SET); in gzlog_close()
385 log->last_off = lseek(log->fd, log->stored, SEEK_CUR); in gzlog_close()
400 dice_off(log->last_off, temp); in gzlog_close()
[all …]
/dports/sysutils/deltarpm/deltarpm-3.6/zlib-1.2.2.f-rsyncable/examples/
H A Dgzlog.c27 off_t last_off; /* offset of last block */ member
204 log->last_off = make_off(temp + 8); in gzlog_open()
207 (void)lseek(log->fd, log->last_off, SEEK_SET); in gzlog_open()
217 (void)lseek(log->fd, log->last_off + 5, SEEK_SET); in gzlog_open()
252 (void)lseek(log->fd, log->last_off, SEEK_SET); in gzlog_write()
276 len = log->last_off - log->mark_off; in recomp()
355 dice_off(log->last_off, temp + 8); in recomp()
376 (void)lseek(log->fd, log->last_off, SEEK_SET); in gzlog_close()
385 log->last_off = lseek(log->fd, log->stored, SEEK_CUR); in gzlog_close()
400 dice_off(log->last_off, temp); in gzlog_close()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/common/dist/zlib/examples/
H A Dgzlog.c29 off_t last_off; /* offset of last block */ member
206 log->last_off = make_off(temp + 8); in gzlog_open()
209 (void)lseek(log->fd, log->last_off, SEEK_SET); in gzlog_open()
219 (void)lseek(log->fd, log->last_off + 5, SEEK_SET); in gzlog_open()
254 (void)lseek(log->fd, log->last_off, SEEK_SET); in gzlog_write()
278 len = log->last_off - log->mark_off; in recomp()
357 dice_off(log->last_off, temp + 8); in recomp()
378 (void)lseek(log->fd, log->last_off, SEEK_SET); in gzlog_close()
387 log->last_off = lseek(log->fd, log->stored, SEEK_CUR); in gzlog_close()
402 dice_off(log->last_off, temp); in gzlog_close()
[all …]
/dports/devel/cvs-devel/cvs-1.12.13/zlib/examples/
H A Dgzlog.c27 off_t last_off; /* offset of last block */ member
204 log->last_off = make_off(temp + 8); in gzlog_open()
207 (void)lseek(log->fd, log->last_off, SEEK_SET); in gzlog_open()
217 (void)lseek(log->fd, log->last_off + 5, SEEK_SET); in gzlog_open()
252 (void)lseek(log->fd, log->last_off, SEEK_SET); in gzlog_write()
276 len = log->last_off - log->mark_off; in recomp()
355 dice_off(log->last_off, temp + 8); in recomp()
376 (void)lseek(log->fd, log->last_off, SEEK_SET); in gzlog_close()
385 log->last_off = lseek(log->fd, log->stored, SEEK_CUR); in gzlog_close()
400 dice_off(log->last_off, temp); in gzlog_close()
[all …]
/dports/devel/gdcm/gdcm-3.0.10/Utilities/gdcmzlib/examples/
H A Dgzlog.c27 off_t last_off; /* offset of last block */ member
204 log->last_off = make_off(temp + 8); in gzlog_open()
207 (void)lseek(log->fd, log->last_off, SEEK_SET); in gzlog_open()
217 (void)lseek(log->fd, log->last_off + 5, SEEK_SET); in gzlog_open()
252 (void)lseek(log->fd, log->last_off, SEEK_SET); in gzlog_write()
276 len = log->last_off - log->mark_off; in recomp()
355 dice_off(log->last_off, temp + 8); in recomp()
376 (void)lseek(log->fd, log->last_off, SEEK_SET); in gzlog_close()
385 log->last_off = lseek(log->fd, log->stored, SEEK_CUR); in gzlog_close()
400 dice_off(log->last_off, temp); in gzlog_close()
[all …]
/dports/games/edge/Edge-1.35-source/lib_win32/zlib-1.2.3/examples/
H A Dgzlog.c27 off_t last_off; /* offset of last block */ member
204 log->last_off = make_off(temp + 8); in gzlog_open()
207 (void)lseek(log->fd, log->last_off, SEEK_SET); in gzlog_open()
217 (void)lseek(log->fd, log->last_off + 5, SEEK_SET); in gzlog_open()
252 (void)lseek(log->fd, log->last_off, SEEK_SET); in gzlog_write()
276 len = log->last_off - log->mark_off; in recomp()
355 dice_off(log->last_off, temp + 8); in recomp()
376 (void)lseek(log->fd, log->last_off, SEEK_SET); in gzlog_close()
385 log->last_off = lseek(log->fd, log->stored, SEEK_CUR); in gzlog_close()
400 dice_off(log->last_off, temp); in gzlog_close()
[all …]
/dports/graphics/megapov/megapov-1.2.1/libraries/zlib/examples/
H A Dgzlog.c27 off_t last_off; /* offset of last block */ member
204 log->last_off = make_off(temp + 8); in gzlog_open()
207 (void)lseek(log->fd, log->last_off, SEEK_SET); in gzlog_open()
217 (void)lseek(log->fd, log->last_off + 5, SEEK_SET); in gzlog_open()
252 (void)lseek(log->fd, log->last_off, SEEK_SET); in gzlog_write()
276 len = log->last_off - log->mark_off; in recomp()
355 dice_off(log->last_off, temp + 8); in recomp()
376 (void)lseek(log->fd, log->last_off, SEEK_SET); in gzlog_close()
385 log->last_off = lseek(log->fd, log->stored, SEEK_CUR); in gzlog_close()
400 dice_off(log->last_off, temp); in gzlog_close()
[all …]
/dports/x11-toolkits/p5-Tk/Tk-804.035/PNG/zlib/examples/
H A Dgzlog.c27 off_t last_off; /* offset of last block */ member
204 log->last_off = make_off(temp + 8); in gzlog_open()
207 (void)lseek(log->fd, log->last_off, SEEK_SET); in gzlog_open()
217 (void)lseek(log->fd, log->last_off + 5, SEEK_SET); in gzlog_open()
252 (void)lseek(log->fd, log->last_off, SEEK_SET); in gzlog_write()
276 len = log->last_off - log->mark_off; in recomp()
355 dice_off(log->last_off, temp + 8); in recomp()
376 (void)lseek(log->fd, log->last_off, SEEK_SET); in gzlog_close()
385 log->last_off = lseek(log->fd, log->stored, SEEK_CUR); in gzlog_close()
400 dice_off(log->last_off, temp); in gzlog_close()
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_lib/
H A Dout_lib.c115 size_t last_off = 0; in out_lib_flush() local
138 alloc_size = (off - last_off); in out_lib_flush()
148 memcpy(data_for_user, (char *) data + last_off, alloc_size); in out_lib_flush()
153 alloc_size = (off - last_off) + 128; in out_lib_flush()
182 last_off = off; in out_lib_flush()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/access/nbtree/
H A Dnbtsort.c456 OffsetNumber last_off; in _bt_buildadd() local
468 last_off = state->btps_lastoff; in _bt_buildadd()
503 if (pgspc < itupsz || (pgspc < state->btps_full && last_off > P_FIRSTKEY)) in _bt_buildadd()
527 Assert(last_off > P_FIRSTKEY); in _bt_buildadd()
528 ii = PageGetItemId(opage, last_off); in _bt_buildadd()
581 last_off = P_FIRSTKEY; in _bt_buildadd()
590 if (last_off == P_HIKEY) in _bt_buildadd()
599 last_off = OffsetNumberNext(last_off); in _bt_buildadd()
600 _bt_sortaddtup(npage, itupsz, itup, last_off); in _bt_buildadd()
604 state->btps_lastoff = last_off; in _bt_buildadd()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/access/nbtree/
H A Dnbtsort.c456 OffsetNumber last_off; in _bt_buildadd() local
468 last_off = state->btps_lastoff; in _bt_buildadd()
503 if (pgspc < itupsz || (pgspc < state->btps_full && last_off > P_FIRSTKEY)) in _bt_buildadd()
527 Assert(last_off > P_FIRSTKEY); in _bt_buildadd()
528 ii = PageGetItemId(opage, last_off); in _bt_buildadd()
581 last_off = P_FIRSTKEY; in _bt_buildadd()
590 if (last_off == P_HIKEY) in _bt_buildadd()
599 last_off = OffsetNumberNext(last_off); in _bt_buildadd()
600 _bt_sortaddtup(npage, itupsz, itup, last_off); in _bt_buildadd()
604 state->btps_lastoff = last_off; in _bt_buildadd()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/access/nbtree/
H A Dnbtsort.c456 OffsetNumber last_off; in _bt_buildadd() local
468 last_off = state->btps_lastoff; in _bt_buildadd()
503 if (pgspc < itupsz || (pgspc < state->btps_full && last_off > P_FIRSTKEY)) in _bt_buildadd()
527 Assert(last_off > P_FIRSTKEY); in _bt_buildadd()
528 ii = PageGetItemId(opage, last_off); in _bt_buildadd()
581 last_off = P_FIRSTKEY; in _bt_buildadd()
590 if (last_off == P_HIKEY) in _bt_buildadd()
599 last_off = OffsetNumberNext(last_off); in _bt_buildadd()
600 _bt_sortaddtup(npage, itupsz, itup, last_off); in _bt_buildadd()
604 state->btps_lastoff = last_off; in _bt_buildadd()
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/access/nbtree/
H A Dnbtsort.c456 OffsetNumber last_off; in _bt_buildadd() local
468 last_off = state->btps_lastoff; in _bt_buildadd()
503 if (pgspc < itupsz || (pgspc < state->btps_full && last_off > P_FIRSTKEY)) in _bt_buildadd()
527 Assert(last_off > P_FIRSTKEY); in _bt_buildadd()
528 ii = PageGetItemId(opage, last_off); in _bt_buildadd()
581 last_off = P_FIRSTKEY; in _bt_buildadd()
590 if (last_off == P_HIKEY) in _bt_buildadd()
599 last_off = OffsetNumberNext(last_off); in _bt_buildadd()
600 _bt_sortaddtup(npage, itupsz, itup, last_off); in _bt_buildadd()
604 state->btps_lastoff = last_off; in _bt_buildadd()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/access/nbtree/
H A Dnbtsort.c456 OffsetNumber last_off; in _bt_buildadd() local
468 last_off = state->btps_lastoff; in _bt_buildadd()
503 if (pgspc < itupsz || (pgspc < state->btps_full && last_off > P_FIRSTKEY)) in _bt_buildadd()
527 Assert(last_off > P_FIRSTKEY); in _bt_buildadd()
528 ii = PageGetItemId(opage, last_off); in _bt_buildadd()
581 last_off = P_FIRSTKEY; in _bt_buildadd()
590 if (last_off == P_HIKEY) in _bt_buildadd()
599 last_off = OffsetNumberNext(last_off); in _bt_buildadd()
600 _bt_sortaddtup(npage, itupsz, itup, last_off); in _bt_buildadd()
604 state->btps_lastoff = last_off; in _bt_buildadd()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/access/nbtree/
H A Dnbtsort.c456 OffsetNumber last_off; in _bt_buildadd() local
468 last_off = state->btps_lastoff; in _bt_buildadd()
503 if (pgspc < itupsz || (pgspc < state->btps_full && last_off > P_FIRSTKEY)) in _bt_buildadd()
527 Assert(last_off > P_FIRSTKEY); in _bt_buildadd()
528 ii = PageGetItemId(opage, last_off); in _bt_buildadd()
581 last_off = P_FIRSTKEY; in _bt_buildadd()
590 if (last_off == P_HIKEY) in _bt_buildadd()
599 last_off = OffsetNumberNext(last_off); in _bt_buildadd()
600 _bt_sortaddtup(npage, itupsz, itup, last_off); in _bt_buildadd()
604 state->btps_lastoff = last_off; in _bt_buildadd()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/access/nbtree/
H A Dnbtsort.c456 OffsetNumber last_off; in _bt_buildadd() local
468 last_off = state->btps_lastoff; in _bt_buildadd()
503 if (pgspc < itupsz || (pgspc < state->btps_full && last_off > P_FIRSTKEY)) in _bt_buildadd()
527 Assert(last_off > P_FIRSTKEY); in _bt_buildadd()
528 ii = PageGetItemId(opage, last_off); in _bt_buildadd()
581 last_off = P_FIRSTKEY; in _bt_buildadd()
590 if (last_off == P_HIKEY) in _bt_buildadd()
599 last_off = OffsetNumberNext(last_off); in _bt_buildadd()
600 _bt_sortaddtup(npage, itupsz, itup, last_off); in _bt_buildadd()
604 state->btps_lastoff = last_off; in _bt_buildadd()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/access/nbtree/
H A Dnbtsort.c456 OffsetNumber last_off; in _bt_buildadd() local
468 last_off = state->btps_lastoff; in _bt_buildadd()
503 if (pgspc < itupsz || (pgspc < state->btps_full && last_off > P_FIRSTKEY)) in _bt_buildadd()
527 Assert(last_off > P_FIRSTKEY); in _bt_buildadd()
528 ii = PageGetItemId(opage, last_off); in _bt_buildadd()
581 last_off = P_FIRSTKEY; in _bt_buildadd()
590 if (last_off == P_HIKEY) in _bt_buildadd()
599 last_off = OffsetNumberNext(last_off); in _bt_buildadd()
600 _bt_sortaddtup(npage, itupsz, itup, last_off); in _bt_buildadd()
604 state->btps_lastoff = last_off; in _bt_buildadd()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/access/nbtree/
H A Dnbtsort.c456 OffsetNumber last_off; in _bt_buildadd() local
468 last_off = state->btps_lastoff; in _bt_buildadd()
503 if (pgspc < itupsz || (pgspc < state->btps_full && last_off > P_FIRSTKEY)) in _bt_buildadd()
527 Assert(last_off > P_FIRSTKEY); in _bt_buildadd()
528 ii = PageGetItemId(opage, last_off); in _bt_buildadd()
581 last_off = P_FIRSTKEY; in _bt_buildadd()
590 if (last_off == P_HIKEY) in _bt_buildadd()
599 last_off = OffsetNumberNext(last_off); in _bt_buildadd()
600 _bt_sortaddtup(npage, itupsz, itup, last_off); in _bt_buildadd()
604 state->btps_lastoff = last_off; in _bt_buildadd()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/access/nbtree/
H A Dnbtsort.c456 OffsetNumber last_off; in _bt_buildadd() local
468 last_off = state->btps_lastoff; in _bt_buildadd()
503 if (pgspc < itupsz || (pgspc < state->btps_full && last_off > P_FIRSTKEY)) in _bt_buildadd()
527 Assert(last_off > P_FIRSTKEY); in _bt_buildadd()
528 ii = PageGetItemId(opage, last_off); in _bt_buildadd()
581 last_off = P_FIRSTKEY; in _bt_buildadd()
590 if (last_off == P_HIKEY) in _bt_buildadd()
599 last_off = OffsetNumberNext(last_off); in _bt_buildadd()
600 _bt_sortaddtup(npage, itupsz, itup, last_off); in _bt_buildadd()
604 state->btps_lastoff = last_off; in _bt_buildadd()

1234567891011