Home
last modified time | relevance | path

Searched refs:entries_left (Results 1 – 23 of 23) sorted by relevance

/dports/sysutils/lizardfs/lizardfs-3.12.0/src/admin/
H A Dlist_defective_files_command.cc96 uint64_t entries_left = entries_limit; in run() local
105 auto request = cltoma::listDefectiveFiles::build(flags_set, entry_index, entries_left); in run()
108 if (file_infos.size() > entries_left) { in run()
112 if (entry_index == 0 && file_infos.empty() && entries_limit == entries_left && !porcelain) { in run()
125 entries_left -= file_infos.size(); in run()
126 } while (entry_index != 0 && entries_left > 0); in run()
/dports/net/rdist6/rdist-6.1.5/src/
H A Dfilesys-os.c71 static int entries_left; variable
91 entries_left = mntctl(MCTL_QUERY, size, mntbuf);
92 if (!entries_left)
118 entries_left = getfsstat((struct statfs *)mntbuf, size, MNT_WAIT);
119 if (entries_left == -1)
141 if (!entries_left)
160 entries_left--;
177 if (!entries_left)
214 entries_left--;
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dshcgen.c452 uint entries_left = 0, slots_left = 0, mult_shift = 0; in hc_make_decoding() local
457 if (entries_left != 0) { in hc_make_decoding()
464 entries_left = def->counts[i]; in hc_make_decoding()
467 if (entries_left == 0) { in hc_make_decoding()
468 entries_left = def->counts[--i]; in hc_make_decoding()
472 --entries_left, --pvalue; in hc_make_decoding()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dshcgen.c452 uint entries_left = 0, slots_left = 0, mult_shift = 0; in hc_make_decoding() local
457 if (entries_left != 0) { in hc_make_decoding()
464 entries_left = def->counts[i]; in hc_make_decoding()
467 if (entries_left == 0) { in hc_make_decoding()
468 entries_left = def->counts[--i]; in hc_make_decoding()
472 --entries_left, --pvalue; in hc_make_decoding()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dshcgen.c447 uint entries_left = 0, slots_left = 0, mult_shift = 0; in hc_make_decoding() local
452 if (entries_left != 0) { in hc_make_decoding()
459 entries_left = def->counts[i]; in hc_make_decoding()
462 if (entries_left == 0) { in hc_make_decoding()
463 entries_left = def->counts[--i]; in hc_make_decoding()
467 --entries_left, --pvalue; in hc_make_decoding()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dshcgen.c447 uint entries_left = 0, slots_left = 0, mult_shift = 0; in hc_make_decoding() local
452 if (entries_left != 0) { in hc_make_decoding()
459 entries_left = def->counts[i]; in hc_make_decoding()
462 if (entries_left == 0) { in hc_make_decoding()
463 entries_left = def->counts[--i]; in hc_make_decoding()
467 --entries_left, --pvalue; in hc_make_decoding()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dshcgen.c448 uint entries_left = 0, slots_left = 0, mult_shift = 0; in hc_make_decoding() local
453 if (entries_left != 0) { in hc_make_decoding()
460 entries_left = def->counts[i]; in hc_make_decoding()
463 if (entries_left == 0) { in hc_make_decoding()
464 entries_left = def->counts[--i]; in hc_make_decoding()
468 --entries_left, --pvalue; in hc_make_decoding()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dshcgen.c448 uint entries_left = 0, slots_left = 0, mult_shift = 0; in hc_make_decoding() local
453 if (entries_left != 0) { in hc_make_decoding()
460 entries_left = def->counts[i]; in hc_make_decoding()
463 if (entries_left == 0) { in hc_make_decoding()
464 entries_left = def->counts[--i]; in hc_make_decoding()
468 --entries_left, --pvalue; in hc_make_decoding()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/pgm/
H A Dpgm_asic27a_type1.cpp843 static int entries_left; variable
901 entries_left = 0; in puzzli2_take_leveldata_value()
934 entries_left = (rawvalue >> 4); in puzzli2_take_leveldata_value()
938 num_entries = entries_left; in puzzli2_take_leveldata_value()
945 if (entries_left == 0) in puzzli2_take_leveldata_value()
981 entries_left--; in puzzli2_take_leveldata_value()
982 if (entries_left == 0) in puzzli2_take_leveldata_value()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/pgm/
H A Dpgm_asic27a_type1.cpp846 static int entries_left; variable
904 entries_left = 0; in puzzli2_take_leveldata_value()
937 entries_left = (rawvalue >> 4); in puzzli2_take_leveldata_value()
941 num_entries = entries_left; in puzzli2_take_leveldata_value()
948 if (entries_left == 0) in puzzli2_take_leveldata_value()
984 entries_left--; in puzzli2_take_leveldata_value()
985 if (entries_left == 0) in puzzli2_take_leveldata_value()
/dports/sysutils/syslinux/syslinux-6.03/core/fs/fat/
H A Dfat.c604 int entries_left; in vfat_readdir() local
610 entries_left = ((1 << fs->sector_shift) - sec_off) >> 5; in vfat_readdir()
615 while (entries_left--) { in vfat_readdir()
706 entries_left = 1 << (fs->sector_shift - 5); in vfat_readdir()
/dports/sysutils/multitail/multitail-6.5.0/
H A Dselbox.c123 int entries_left = (nlines - pos); in selection_box() local
140 for(loop=0; loop<min(entries_left, wlines); loop++) in selection_box()
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dpgmprot_igs027a_type1.cpp1906 entries_left = 0; in puzzli2_take_leveldata_value()
1956 entries_left = (rawvalue >> 4); in puzzli2_take_leveldata_value()
1962 num_entries = entries_left; in puzzli2_take_leveldata_value()
1984 if (entries_left == 0) in puzzli2_take_leveldata_value()
2125 entries_left--; in puzzli2_take_leveldata_value()
2126 if (entries_left == 0) in puzzli2_take_leveldata_value()
H A Dpgmprot_igs027a_type1.h111 int entries_left; variable
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dpgmprot_igs027a_type1.cpp1906 entries_left = 0; in puzzli2_take_leveldata_value()
1956 entries_left = (rawvalue >> 4); in puzzli2_take_leveldata_value()
1962 num_entries = entries_left; in puzzli2_take_leveldata_value()
1984 if (entries_left == 0) in puzzli2_take_leveldata_value()
2125 entries_left--; in puzzli2_take_leveldata_value()
2126 if (entries_left == 0) in puzzli2_take_leveldata_value()
H A Dpgmprot_igs027a_type1.h111 int entries_left; variable
/dports/multimedia/v4l-utils/linux-5.13-rc2/block/
H A Dbio.c997 unsigned short entries_left = bio->bi_max_vecs - bio->bi_vcnt; in __bio_iov_iter_get_pages() local
1011 pages += entries_left * (PAGE_PTRS_PER_BVEC - 1); in __bio_iov_iter_get_pages()
1040 unsigned short entries_left = bio->bi_max_vecs - bio->bi_vcnt; in __bio_iov_append_get_pages() local
1059 pages += entries_left * (PAGE_PTRS_PER_BVEC - 1); in __bio_iov_append_get_pages()
/dports/multimedia/v4l_compat/linux-5.13-rc2/block/
H A Dbio.c997 unsigned short entries_left = bio->bi_max_vecs - bio->bi_vcnt; in __bio_iov_iter_get_pages() local
1011 pages += entries_left * (PAGE_PTRS_PER_BVEC - 1); in __bio_iov_iter_get_pages()
1040 unsigned short entries_left = bio->bi_max_vecs - bio->bi_vcnt; in __bio_iov_append_get_pages() local
1059 pages += entries_left * (PAGE_PTRS_PER_BVEC - 1); in __bio_iov_append_get_pages()
/dports/multimedia/libv4l/linux-5.13-rc2/block/
H A Dbio.c997 unsigned short entries_left = bio->bi_max_vecs - bio->bi_vcnt; in __bio_iov_iter_get_pages() local
1011 pages += entries_left * (PAGE_PTRS_PER_BVEC - 1); in __bio_iov_iter_get_pages()
1040 unsigned short entries_left = bio->bi_max_vecs - bio->bi_vcnt; in __bio_iov_append_get_pages() local
1059 pages += entries_left * (PAGE_PTRS_PER_BVEC - 1); in __bio_iov_append_get_pages()
/dports/editors/fpc-ide/fpc-3.2.2/rtl/haiku/
H A Dostypes.inc128 entries_left : cushort;
/dports/lang/fpc-source/fpc-3.2.2/rtl/haiku/
H A Dostypes.inc128 entries_left : cushort;
/dports/lang/fpc/fpc-3.2.2/rtl/haiku/
H A Dostypes.inc128 entries_left : cushort;
/dports/lang/fpc-utils/fpc-3.2.2/rtl/haiku/
H A Dostypes.inc128 entries_left : cushort;