Home
last modified time | relevance | path

Searched refs:minoff (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/dports/x11-fonts/terminus-font/terminus-font-4.48/win32/
H A Dfcp.c86 long minoff = -1, maxoff; in main() local
128 if (minoff == -1) minoff = offset; in main()
140 if (minoff >= 0) in main()
142 if (lseek(f, minoff, SEEK_SET) == -1) error(name); in main()
143 if (write(f, buffer + minoff, maxoff - minoff + 1) == -1) error(name); in main()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/access/nbtree/
H A Dnbtdedup.c23 OffsetNumber minoff, IndexTuple newitem);
60 minoff,
80 minoff = P_FIRSTDATAKEY(opaque);
82 for (offnum = minoff;
107 minoff = P_FIRSTDATAKEY(opaque);
143 singlevalstrat = _bt_do_singleval(rel, page, state, minoff, newitem);
167 for (offnum = minoff;
176 if (offnum == minoff)
535 OffsetNumber minoff, IndexTuple newitem)
541 itemid = PageGetItemId(page, minoff);
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/access/nbtree/
H A Dnbtdedup.c23 OffsetNumber minoff, IndexTuple newitem);
60 minoff, in _bt_dedup_one_page() local
80 minoff = P_FIRSTDATAKEY(opaque); in _bt_dedup_one_page()
82 for (offnum = minoff; in _bt_dedup_one_page()
107 minoff = P_FIRSTDATAKEY(opaque); in _bt_dedup_one_page()
143 singlevalstrat = _bt_do_singleval(rel, page, state, minoff, newitem); in _bt_dedup_one_page()
167 for (offnum = minoff; in _bt_dedup_one_page()
176 if (offnum == minoff) in _bt_dedup_one_page()
535 OffsetNumber minoff, IndexTuple newitem) in _bt_do_singleval() argument
541 itemid = PageGetItemId(page, minoff); in _bt_do_singleval()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/access/nbtree/
H A Dnbtdedup.c23 OffsetNumber minoff, IndexTuple newitem);
60 minoff, in _bt_dedup_one_page() local
80 minoff = P_FIRSTDATAKEY(opaque); in _bt_dedup_one_page()
82 for (offnum = minoff; in _bt_dedup_one_page()
107 minoff = P_FIRSTDATAKEY(opaque); in _bt_dedup_one_page()
143 singlevalstrat = _bt_do_singleval(rel, page, state, minoff, newitem); in _bt_dedup_one_page()
167 for (offnum = minoff; in _bt_dedup_one_page()
176 if (offnum == minoff) in _bt_dedup_one_page()
535 OffsetNumber minoff, IndexTuple newitem) in _bt_do_singleval() argument
541 itemid = PageGetItemId(page, minoff); in _bt_do_singleval()
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/access/nbtree/
H A Dnbtdedup.c23 OffsetNumber minoff, IndexTuple newitem);
60 minoff, in _bt_dedup_one_page() local
80 minoff = P_FIRSTDATAKEY(opaque); in _bt_dedup_one_page()
82 for (offnum = minoff; in _bt_dedup_one_page()
107 minoff = P_FIRSTDATAKEY(opaque); in _bt_dedup_one_page()
143 singlevalstrat = _bt_do_singleval(rel, page, state, minoff, newitem); in _bt_dedup_one_page()
167 for (offnum = minoff; in _bt_dedup_one_page()
176 if (offnum == minoff) in _bt_dedup_one_page()
535 OffsetNumber minoff, IndexTuple newitem) in _bt_do_singleval() argument
541 itemid = PageGetItemId(page, minoff); in _bt_do_singleval()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/access/nbtree/
H A Dnbtdedup.c23 OffsetNumber minoff, IndexTuple newitem);
60 minoff, in _bt_dedup_one_page() local
80 minoff = P_FIRSTDATAKEY(opaque); in _bt_dedup_one_page()
82 for (offnum = minoff; in _bt_dedup_one_page()
107 minoff = P_FIRSTDATAKEY(opaque); in _bt_dedup_one_page()
143 singlevalstrat = _bt_do_singleval(rel, page, state, minoff, newitem); in _bt_dedup_one_page()
167 for (offnum = minoff; in _bt_dedup_one_page()
176 if (offnum == minoff) in _bt_dedup_one_page()
535 OffsetNumber minoff, IndexTuple newitem) in _bt_do_singleval() argument
541 itemid = PageGetItemId(page, minoff); in _bt_do_singleval()
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/access/nbtree/
H A Dnbtdedup.c23 OffsetNumber minoff, IndexTuple newitem); in foo()
60 minoff, in goo()
80 minoff = P_FIRSTDATAKEY(opaque); in goo()
82 for (offnum = minoff; in goo()
107 minoff = P_FIRSTDATAKEY(opaque); in goo()
143 singlevalstrat = _bt_do_singleval(rel, page, state, minoff, newitem); in goo()
167 for (offnum = minoff; in goo()
176 if (offnum == minoff) in goo()
535 OffsetNumber minoff, IndexTuple newitem)
541 itemid = PageGetItemId(page, minoff);
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/access/nbtree/
H A Dnbtdedup.c23 OffsetNumber minoff, IndexTuple newitem);
60 minoff, in _bt_dedup_one_page() local
80 minoff = P_FIRSTDATAKEY(opaque); in _bt_dedup_one_page()
82 for (offnum = minoff; in _bt_dedup_one_page()
107 minoff = P_FIRSTDATAKEY(opaque); in _bt_dedup_one_page()
143 singlevalstrat = _bt_do_singleval(rel, page, state, minoff, newitem); in _bt_dedup_one_page()
167 for (offnum = minoff; in _bt_dedup_one_page()
176 if (offnum == minoff) in _bt_dedup_one_page()
535 OffsetNumber minoff, IndexTuple newitem) in _bt_do_singleval() argument
541 itemid = PageGetItemId(page, minoff); in _bt_do_singleval()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/access/nbtree/
H A Dnbtdedup.c25 OffsetNumber minoff, IndexTuple newitem);
61 minoff, in _bt_dedup_pass() local
100 minoff = P_FIRSTDATAKEY(opaque); in _bt_dedup_pass()
132 for (offnum = minoff; in _bt_dedup_pass()
141 if (offnum == minoff) in _bt_dedup_pass()
309 minoff, in _bt_bottomupdel_pass() local
357 minoff = P_FIRSTDATAKEY(opaque); in _bt_bottomupdel_pass()
359 for (offnum = minoff; in _bt_bottomupdel_pass()
368 if (offnum == minoff) in _bt_bottomupdel_pass()
776 OffsetNumber minoff, IndexTuple newitem) in _bt_do_singleval() argument
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/access/nbtree/
H A Dnbtdedup.c25 OffsetNumber minoff, IndexTuple newitem);
61 minoff, in _bt_dedup_pass() local
100 minoff = P_FIRSTDATAKEY(opaque); in _bt_dedup_pass()
132 for (offnum = minoff; in _bt_dedup_pass()
141 if (offnum == minoff) in _bt_dedup_pass()
309 minoff, in _bt_bottomupdel_pass() local
357 minoff = P_FIRSTDATAKEY(opaque); in _bt_bottomupdel_pass()
359 for (offnum = minoff; in _bt_bottomupdel_pass()
368 if (offnum == minoff) in _bt_bottomupdel_pass()
776 OffsetNumber minoff, IndexTuple newitem) in _bt_do_singleval() argument
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/access/nbtree/
H A Dnbtdedup.c25 OffsetNumber minoff, IndexTuple newitem);
61 minoff, in _bt_dedup_pass() local
100 minoff = P_FIRSTDATAKEY(opaque); in _bt_dedup_pass()
132 for (offnum = minoff; in _bt_dedup_pass()
141 if (offnum == minoff) in _bt_dedup_pass()
309 minoff, in _bt_bottomupdel_pass() local
357 minoff = P_FIRSTDATAKEY(opaque); in _bt_bottomupdel_pass()
359 for (offnum = minoff; in _bt_bottomupdel_pass()
368 if (offnum == minoff) in _bt_bottomupdel_pass()
776 OffsetNumber minoff, IndexTuple newitem) in _bt_do_singleval() argument
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/access/nbtree/
H A Dnbtdedup.c25 OffsetNumber minoff, IndexTuple newitem);
61 minoff, in _bt_dedup_pass() local
100 minoff = P_FIRSTDATAKEY(opaque); in _bt_dedup_pass()
132 for (offnum = minoff; in _bt_dedup_pass()
141 if (offnum == minoff) in _bt_dedup_pass()
309 minoff, in _bt_bottomupdel_pass() local
357 minoff = P_FIRSTDATAKEY(opaque); in _bt_bottomupdel_pass()
359 for (offnum = minoff; in _bt_bottomupdel_pass()
368 if (offnum == minoff) in _bt_bottomupdel_pass()
776 OffsetNumber minoff, IndexTuple newitem) in _bt_do_singleval() argument
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/access/nbtree/
H A Dnbtdedup.c25 OffsetNumber minoff, IndexTuple newitem);
61 minoff, in _bt_dedup_pass() local
100 minoff = P_FIRSTDATAKEY(opaque); in _bt_dedup_pass()
132 for (offnum = minoff; in _bt_dedup_pass()
141 if (offnum == minoff) in _bt_dedup_pass()
309 minoff, in _bt_bottomupdel_pass() local
357 minoff = P_FIRSTDATAKEY(opaque); in _bt_bottomupdel_pass()
359 for (offnum = minoff; in _bt_bottomupdel_pass()
368 if (offnum == minoff) in _bt_bottomupdel_pass()
776 OffsetNumber minoff, IndexTuple newitem) in _bt_do_singleval() argument
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/access/nbtree/
H A Dnbtdedup.c25 OffsetNumber minoff, IndexTuple newitem);
61 minoff, in _bt_dedup_pass() local
100 minoff = P_FIRSTDATAKEY(opaque); in _bt_dedup_pass()
132 for (offnum = minoff; in _bt_dedup_pass()
141 if (offnum == minoff) in _bt_dedup_pass()
309 minoff, in _bt_bottomupdel_pass() local
357 minoff = P_FIRSTDATAKEY(opaque); in _bt_bottomupdel_pass()
359 for (offnum = minoff; in _bt_bottomupdel_pass()
368 if (offnum == minoff) in _bt_bottomupdel_pass()
776 OffsetNumber minoff, IndexTuple newitem) in _bt_do_singleval() argument
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/access/nbtree/
H A Dnbtdedup.c25 OffsetNumber minoff, IndexTuple newitem);
61 minoff, in _bt_dedup_pass() local
100 minoff = P_FIRSTDATAKEY(opaque); in _bt_dedup_pass()
132 for (offnum = minoff; in _bt_dedup_pass()
141 if (offnum == minoff) in _bt_dedup_pass()
309 minoff, in _bt_bottomupdel_pass() local
357 minoff = P_FIRSTDATAKEY(opaque); in _bt_bottomupdel_pass()
359 for (offnum = minoff; in _bt_bottomupdel_pass()
368 if (offnum == minoff) in _bt_bottomupdel_pass()
776 OffsetNumber minoff, IndexTuple newitem) in _bt_do_singleval() argument
[all …]
/dports/devel/elfutils/elfutils-0.179/libcpu/
H A Di386_parse.y886 static int minoff[3][3] = { { 1000, 1000, 1000 }, variable
944 minoff[i][0] = MIN (minoff[i][0], runp->operands[i].off1); in find_numbers()
946 minoff[i][1] = MIN (minoff[i][1], runp->operands[i].off2); in find_numbers()
948 minoff[i][2] = MIN (minoff[i][2], runp->operands[i].off3); in find_numbers()
966 if (minoff[i][0] == 1000) in find_numbers()
971 d = maxoff[i][0] - minoff[i][0]; in find_numbers()
981 if (minoff[i][1] == 1000) in find_numbers()
986 d = maxoff[i][1] - minoff[i][1]; in find_numbers()
996 if (minoff[i][2] == 1000) in find_numbers()
1001 d = maxoff[i][2] - minoff[i][2]; in find_numbers()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/partitioning/
H A Dpartprune.c2555 minoff, in get_matching_list_bounds() local
2590 minoff = 0; in get_matching_list_bounds()
2693 minoff = off; in get_matching_list_bounds()
2769 minoff, in get_matching_range_bounds() local
2789 minoff = 0; in get_matching_range_bounds()
2802 minoff++; in get_matching_range_bounds()
2889 minoff = off; in get_matching_range_bounds()
2963 minoff = 0; in get_matching_range_bounds()
3101 Assert(minoff >= 0 && minoff <= boundinfo->ndatums); in get_matching_range_bounds()
3110 if (minoff < boundinfo->ndatums && partindices[minoff] < 0) in get_matching_range_bounds()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/partitioning/
H A Dpartprune.c2555 minoff, in get_matching_list_bounds() local
2590 minoff = 0; in get_matching_list_bounds()
2693 minoff = off; in get_matching_list_bounds()
2769 minoff, in get_matching_range_bounds() local
2789 minoff = 0; in get_matching_range_bounds()
2802 minoff++; in get_matching_range_bounds()
2889 minoff = off; in get_matching_range_bounds()
2963 minoff = 0; in get_matching_range_bounds()
3101 Assert(minoff >= 0 && minoff <= boundinfo->ndatums); in get_matching_range_bounds()
3110 if (minoff < boundinfo->ndatums && partindices[minoff] < 0) in get_matching_range_bounds()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/partitioning/
H A Dpartprune.c2555 minoff, in get_matching_list_bounds() local
2590 minoff = 0; in get_matching_list_bounds()
2693 minoff = off; in get_matching_list_bounds()
2769 minoff, in get_matching_range_bounds() local
2789 minoff = 0; in get_matching_range_bounds()
2802 minoff++; in get_matching_range_bounds()
2889 minoff = off; in get_matching_range_bounds()
2963 minoff = 0; in get_matching_range_bounds()
3101 Assert(minoff >= 0 && minoff <= boundinfo->ndatums); in get_matching_range_bounds()
3110 if (minoff < boundinfo->ndatums && partindices[minoff] < 0) in get_matching_range_bounds()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/partitioning/
H A Dpartprune.c2555 minoff, in get_matching_list_bounds() local
2590 minoff = 0; in get_matching_list_bounds()
2693 minoff = off; in get_matching_list_bounds()
2769 minoff, in get_matching_range_bounds() local
2789 minoff = 0; in get_matching_range_bounds()
2802 minoff++; in get_matching_range_bounds()
2889 minoff = off; in get_matching_range_bounds()
2963 minoff = 0; in get_matching_range_bounds()
3101 Assert(minoff >= 0 && minoff <= boundinfo->ndatums); in get_matching_range_bounds()
3110 if (minoff < boundinfo->ndatums && partindices[minoff] < 0) in get_matching_range_bounds()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/partitioning/
H A Dpartprune.c2555 minoff, in get_matching_list_bounds() local
2590 minoff = 0; in get_matching_list_bounds()
2693 minoff = off; in get_matching_list_bounds()
2769 minoff, in get_matching_range_bounds() local
2789 minoff = 0; in get_matching_range_bounds()
2802 minoff++; in get_matching_range_bounds()
2889 minoff = off; in get_matching_range_bounds()
2963 minoff = 0; in get_matching_range_bounds()
3101 Assert(minoff >= 0 && minoff <= boundinfo->ndatums); in get_matching_range_bounds()
3110 if (minoff < boundinfo->ndatums && partindices[minoff] < 0) in get_matching_range_bounds()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/partitioning/
H A Dpartprune.c2555 minoff,
2590 minoff = 0;
2693 minoff = off;
2769 minoff,
2789 minoff = 0;
2802 minoff++;
2889 minoff = off;
2963 minoff = 0;
3101 Assert(minoff >= 0 && minoff <= boundinfo->ndatums);
3110 if (minoff < boundinfo->ndatums && partindices[minoff] < 0)
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/partitioning/
H A Dpartprune.c2668 minoff, in get_matching_list_bounds() local
2703 minoff = 0; in get_matching_list_bounds()
2806 minoff = off; in get_matching_list_bounds()
2882 minoff, in get_matching_range_bounds() local
2902 minoff = 0; in get_matching_range_bounds()
2915 minoff++; in get_matching_range_bounds()
3002 minoff = off; in get_matching_range_bounds()
3076 minoff = 0; in get_matching_range_bounds()
3214 Assert(minoff >= 0 && minoff <= boundinfo->ndatums); in get_matching_range_bounds()
3223 if (minoff < boundinfo->ndatums && partindices[minoff] < 0) in get_matching_range_bounds()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/partitioning/
H A Dpartprune.c2668 minoff, in get_matching_list_bounds() local
2703 minoff = 0; in get_matching_list_bounds()
2806 minoff = off; in get_matching_list_bounds()
2882 minoff, in get_matching_range_bounds() local
2902 minoff = 0; in get_matching_range_bounds()
2915 minoff++; in get_matching_range_bounds()
3002 minoff = off; in get_matching_range_bounds()
3076 minoff = 0; in get_matching_range_bounds()
3214 Assert(minoff >= 0 && minoff <= boundinfo->ndatums); in get_matching_range_bounds()
3223 if (minoff < boundinfo->ndatums && partindices[minoff] < 0) in get_matching_range_bounds()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/partitioning/
H A Dpartprune.c2668 minoff, in get_matching_list_bounds() local
2703 minoff = 0; in get_matching_list_bounds()
2806 minoff = off; in get_matching_list_bounds()
2882 minoff, in get_matching_range_bounds() local
2902 minoff = 0; in get_matching_range_bounds()
2915 minoff++; in get_matching_range_bounds()
3002 minoff = off; in get_matching_range_bounds()
3076 minoff = 0; in get_matching_range_bounds()
3214 Assert(minoff >= 0 && minoff <= boundinfo->ndatums); in get_matching_range_bounds()
3223 if (minoff < boundinfo->ndatums && partindices[minoff] < 0) in get_matching_range_bounds()
[all …]

12345678910>>...14