Home
last modified time | relevance | path

Searched refs:DIR_END (Results 1 – 25 of 75) sorted by relevance

123

/dports/shells/wcd/wcd-6.0.3/src/
H A Dfinddirs.h78 # define DIR_END '\\' macro
85 # define DIR_END '\\' macro
88 # define DIR_END '\\' macro
92 # define DIR_END '\\' macro
95 # define DIR_END '/' macro
/dports/databases/xapian-core12/xapian-core-1.2.25/backends/flint/
H A Dflint_check.cc36 #define DIR_END(b) getint2(b, 9) macro
81 int dir_end = DIR_END(p); in report_block_full()
98 int space = block_size - DIR_END(p); in block_usage()
109 int dir_end = DIR_END(p); in report_block()
141 size_t dir_end = DIR_END(p); in block_check()
189 if (j > 1 && c > DIR_START && DIR_END(q) > DIR_START + D2 && in block_check()
197 (j == 1 || DIR_START + D2 < DIR_END(q)) && in block_check()
198 Item_(q, DIR_END(q) - D2).key() >= Item_(p, c + D2).key()) in block_check()
H A Dflint_table.cc252 int dir_end = DIR_END(p); in read_block()
478 int j = DIR_END(p); in find_in_block()
543 int dir_end = DIR_END(p); in compact()
669 int dir_end = DIR_END(p); in mid_point()
699 int dir_end = DIR_END(p); in add_item_to_block()
786 Assert(c <= DIR_END(p)); in add_item()
2127 c = DIR_END(p); in prev_for_sequential()
2143 if (c == DIR_END(p)) { in next_for_sequential()
2193 AssertRel(c,<,DIR_END(p)); in prev_default()
2198 c = DIR_END(p); in prev_default()
[all …]
/dports/databases/xapian-core/xapian-core-1.4.18/backends/glass/
H A Dglass_table.cc171 int dir_end = DIR_END(p); in read_block()
428 int j = DIR_END(p); in find_in_leaf()
477 int j = DIR_END(p); in find_in_branch_()
570 int dir_end = DIR_END(p); in compact()
736 int dir_end = DIR_END(p); in mid_point()
773 int dir_end = DIR_END(p); in add_item_to_leaf()
1168 AssertRel(c,<,DIR_END(p)); in add_kt()
2067 c = DIR_END(p); in prev_for_sequential()
2085 if (c == DIR_END(p)) { in next_for_sequential()
2145 c = DIR_END(p); in prev_default()
[all …]
H A Dglass_check.cc94 int dir_end = DIR_END(p); in report_block_full()
111 int space = block_size - DIR_END(p); in block_usage()
122 int dir_end = DIR_END(p); in report_block()
166 int dir_end = DIR_END(p); in block_check()
240 if (j > 1 && c > DIR_START && DIR_END(q) > DIR_START + D2 && in block_check()
249 if (compare(LeafItem(q, DIR_END(q) - D2), BItem(p, c + D2)) >= 0) in block_check()
251 } else if (DIR_START + D2 < DIR_END(q)) { in block_check()
252 if (compare(BItem(q, DIR_END(q) - D2), BItem(p, c + D2)) >= 0) in block_check()
/dports/databases/xapian-core12/xapian-core-1.2.25/backends/chert/
H A Dchert_check.cc76 int dir_end = DIR_END(p); in report_block_full()
93 int space = block_size - DIR_END(p); in block_usage()
104 int dir_end = DIR_END(p); in report_block()
136 size_t dir_end = DIR_END(p); in block_check()
186 if (j > 1 && c > DIR_START && DIR_END(q) > DIR_START + D2 && in block_check()
194 (j == 1 || DIR_START + D2 < DIR_END(q)) && in block_check()
195 Item(q, DIR_END(q) - D2).key() >= Item(p, c + D2).key()) in block_check()
H A Dchert_table.cc237 int dir_end = DIR_END(p); in read_block()
482 int j = DIR_END(p); in find_in_block()
561 int dir_end = DIR_END(p); in compact()
693 int dir_end = DIR_END(p); in mid_point()
725 int dir_end = DIR_END(p); in add_item_to_block()
812 Assert(c <= DIR_END(p)); in add_item()
952 AssertRel(c,<,DIR_END(p)); in add_kt()
2176 c = DIR_END(p); in prev_for_sequential()
2195 if (c == DIR_END(p)) { in next_for_sequential()
2251 c = DIR_END(p); in prev_default()
[all …]
/dports/databases/xapian-core12/xapian-core-1.2.25/backends/brass/
H A Dbrass_check.cc77 int dir_end = DIR_END(p); in report_block_full()
94 int space = block_size - DIR_END(p); in block_usage()
105 int dir_end = DIR_END(p); in report_block()
137 size_t dir_end = DIR_END(p); in block_check()
185 if (j > 1 && c > DIR_START && DIR_END(q) > DIR_START + D2 && in block_check()
193 (j == 1 || DIR_START + D2 < DIR_END(q)) && in block_check()
194 Item(q, DIR_END(q) - D2).key() >= Item(p, c + D2).key()) in block_check()
H A Dbrass_table.cc237 int dir_end = DIR_END(p); in read_block()
472 int j = DIR_END(p); in find_in_block()
537 int dir_end = DIR_END(p); in compact()
666 int dir_end = DIR_END(p); in mid_point()
698 int dir_end = DIR_END(p); in add_item_to_block()
783 Assert(c <= DIR_END(p)); in add_item()
2122 c = DIR_END(p); in prev_for_sequential()
2139 if (c == DIR_END(p)) { in next_for_sequential()
2191 Assert(c <= DIR_END(p)); in prev_default()
2195 c = DIR_END(p); in prev_default()
[all …]
/dports/databases/xapian-core/xapian-core-1.4.18/backends/chert/
H A Dchert_check.cc80 int dir_end = DIR_END(p); in report_block_full()
97 int space = block_size - DIR_END(p); in block_usage()
108 int dir_end = DIR_END(p); in report_block()
141 int dir_end = DIR_END(p); in block_check()
217 if (j > 1 && c > DIR_START && DIR_END(q) > DIR_START + D2 && in block_check()
225 (j == 1 || DIR_START + D2 < DIR_END(q)) && in block_check()
226 Item(q, DIR_END(q) - D2).key() >= Item(p, c + D2).key()) in block_check()
279 int dir_end = DIR_END(buf); in check()
H A Dchert_table.cc184 int dir_end = DIR_END(p); in read_block()
396 int j = DIR_END(p); in find_in_block()
475 int dir_end = DIR_END(p); in compact()
608 int dir_end = DIR_END(p); in mid_point()
640 int dir_end = DIR_END(p); in add_item_to_block()
727 Assert(c <= DIR_END(p)); in add_item()
867 AssertRel(c,<,DIR_END(p)); in add_kt()
2131 c = DIR_END(p); in prev_for_sequential()
2150 if (c == DIR_END(p)) { in next_for_sequential()
2206 c = DIR_END(p); in prev_default()
[all …]
/dports/archivers/unzip/unzip60/wince/
H A Dwcecfg.h181 #ifdef DIR_END
182 #undef DIR_END
183 #define DIR_END '\\' // ZipInfo with VC++ 4.0 requires this macro
/dports/games/openttd/openttd-12.1/src/
H A Ddirection_type.h34 DIR_END, ///< Used to iterate enumerator
42 template <> struct EnumPropsT<Direction> : MakeEnumPropsT<Direction, byte, DIR_BEGIN, DIR_END, INVA…
H A Dmap_func.h284 extern const TileIndexDiffC _tileoffs_by_dir[DIR_END]; in TileIndexDiffCByDir()
357 extern const TileIndexDiffC _tileoffs_by_dir[DIR_END]; in TileOffsByDir()
H A Ddirection_func.h34 return d < DIR_END; in IsValidDirection()
/dports/audio/xmcd/xmcd-3.3.2/common_d/
H A Dutil.h129 #define DIR_END ']' /* Directory end */ macro
134 #define DIR_END '/' /* Directory end */ macro
H A Dutil.c426 if ((cp2 = strrchr(buf, DIR_END)) != NULL) { in util_vms_dirconv()
433 *cp3 = DIR_END; in util_vms_dirconv()
1199 if (tmpbuf[i] == DIR_END) in util_basename()
1203 if ((p = strrchr(tmpbuf, DIR_END)) == NULL) in util_basename()
1264 if ((p = strrchr(tmpbuf, DIR_END)) == NULL) { in util_dirname()
1277 *q = DIR_END; in util_dirname()
1595 if ((cp = strrchr(vpath, DIR_END)) != NULL) { in util_mkdir()
3910 (void) sprintf(buf, "%s%c%s", buf, DIR_END, p1); in util_vms_urlconv()
3926 if ((p4 = strchr(p3, DIR_END)) != NULL) in util_vms_urlconv()
/dports/games/openttd/openttd-12.1/src/table/
H A Delrail_data.h224 static const Direction PPPorder[DIAGDIR_END][TLG_END][DIR_END] = { // X - Y
251 static const int8 x_ppp_offsets[DIR_END] = {-2, -4, -2, 0, 2, 4, 2, 0};
252 static const int8 y_ppp_offsets[DIR_END] = {-2, 0, 2, 4, 2, 0, -2, -4};
/dports/archivers/unzip/unzip60/theos/
H A Dthscfg.h24 #define DIR_END '/' macro
/dports/archivers/unzip/unzip60/vms/
H A Dvmscfg.h91 # define DIR_END ']' macro
/dports/archivers/unzip/unzip60/
H A Dunzpriv.h281 # define DIR_END '/' macro
410 # define DIR_END '/' macro
412 # define DIR_END '\\' /* OS uses '\\' as directory separator */ macro
475 # define DIR_END '_' macro
548 # define DIR_END '>' macro
757 #ifndef DIR_END
758 # define DIR_END '/' /* last char before program name or filename */ macro
/dports/audio/carla/Carla-2.4.1/data/windows/unzipfx-carla/
H A Dunzpriv.h281 # define DIR_END '/' macro
410 # define DIR_END '/' macro
412 # define DIR_END '\\' /* OS uses '\\' as directory separator */ macro
475 # define DIR_END '_' macro
548 # define DIR_END '>' macro
757 #ifndef DIR_END
758 # define DIR_END '/' /* last char before program name or filename */ macro
/dports/audio/carla/Carla-2.4.1/data/windows/unzipfx-carla-control/
H A Dunzpriv.h281 # define DIR_END '/' macro
410 # define DIR_END '/' macro
412 # define DIR_END '\\' /* OS uses '\\' as directory separator */ macro
475 # define DIR_END '_' macro
548 # define DIR_END '>' macro
757 #ifndef DIR_END
758 # define DIR_END '/' /* last char before program name or filename */ macro
/dports/audio/cadence/Cadence-0.9.1/data/windows/unzipfx-catia/
H A Dunzpriv.h281 # define DIR_END '/' macro
410 # define DIR_END '/' macro
412 # define DIR_END '\\' /* OS uses '\\' as directory separator */ macro
475 # define DIR_END '_' macro
548 # define DIR_END '>' macro
757 #ifndef DIR_END
758 # define DIR_END '/' /* last char before program name or filename */ macro
/dports/audio/cadence/Cadence-0.9.1/data/windows/unzipfx-catarina/
H A Dunzpriv.h281 # define DIR_END '/' macro
410 # define DIR_END '/' macro
412 # define DIR_END '\\' /* OS uses '\\' as directory separator */ macro
475 # define DIR_END '_' macro
548 # define DIR_END '>' macro
757 #ifndef DIR_END
758 # define DIR_END '/' /* last char before program name or filename */ macro

123