Home
last modified time | relevance | path

Searched refs:path_index (Results 1 – 25 of 381) sorted by relevance

12345678910>>...16

/dports/games/alephone/alephone-release-20190331/Source_Files/GameWorld/
H A Dpathfinding.cpp118 short path_index; in reset_paths() local
120 for (path_index=0;path_index<MAXIMUM_PATHS;++path_index) paths[path_index].step_count= NONE; in reset_paths()
137 short path_index; in new_path() local
162 for (path_index=0;path_index<MAXIMUM_PATHS;++path_index) in new_path()
166 if (path_index==MAXIMUM_PATHS) path_index= NONE; in new_path()
287 return path_index; in new_path()
291 short path_index, in move_along_path() argument
297 assert(path_index>=0&&path_index<MAXIMUM_PATHS); in move_along_path()
318 short path_index) in delete_path() argument
320 assert(path_index>=0&&path_index<MAXIMUM_PATHS); in delete_path()
[all …]
/dports/devel/libregf/libregf-20210615/regftools/
H A Dmount_handle.c512 path_index = path_length; in mount_handle_get_file_entry_by_path()
514 while( path_index > 0 ) in mount_handle_get_file_entry_by_path()
520 path_index--; in mount_handle_get_file_entry_by_path()
550 key_path_length = path_index + 1; in mount_handle_get_file_entry_by_path()
573 && ( path_index > 0 ) in mount_handle_get_file_entry_by_path()
576 last_path_index = path_index; in mount_handle_get_file_entry_by_path()
577 path_index -= 1; in mount_handle_get_file_entry_by_path()
579 while( path_index > 0 ) in mount_handle_get_file_entry_by_path()
585 path_index--; in mount_handle_get_file_entry_by_path()
591 &( path[ path_index + 1 ] ), in mount_handle_get_file_entry_by_path()
[all …]
/dports/devel/libcreg/libcreg-20210502/cregtools/
H A Dmount_handle.c512 path_index = path_length; in mount_handle_get_file_entry_by_path()
514 while( path_index > 0 ) in mount_handle_get_file_entry_by_path()
520 path_index--; in mount_handle_get_file_entry_by_path()
550 key_path_length = path_index + 1; in mount_handle_get_file_entry_by_path()
554 && ( path_index > 0 ) in mount_handle_get_file_entry_by_path()
557 last_path_index = path_index; in mount_handle_get_file_entry_by_path()
558 path_index -= 1; in mount_handle_get_file_entry_by_path()
560 while( path_index > 0 ) in mount_handle_get_file_entry_by_path()
566 path_index--; in mount_handle_get_file_entry_by_path()
572 &( path[ path_index + 1 ] ), in mount_handle_get_file_entry_by_path()
[all …]
/dports/devel/libpff/libpff-20180714/libcpath/
H A Dlibcpath_path.c721 path_index++ ) in libcpath_path_get_volume_name_and_path_type()
1008 path_index = 2; in libcpath_path_get_volume_name()
1012 path_index++; in libcpath_path_get_volume_name()
1065 path_index++ ) in libcpath_path_get_volume_name()
3181 for( path_index = 0; in libcpath_path_sanitize()
3183 path_index++ ) in libcpath_path_sanitize()
4050 path_index++ ) in libcpath_path_get_volume_name_and_path_type_wide()
4337 path_index = 2; in libcpath_path_get_volume_name_wide()
4341 path_index++; in libcpath_path_get_volume_name_wide()
6514 for( path_index = 0; in libcpath_path_sanitize_wide()
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/include/2geom/
H A Dpathvector.h60 size_type path_index; ///< Index of the path in the vector member
62 PathVectorTime() : PathTime(0, 0), path_index(0) {} in PathVectorTime()
64 : PathTime(_c, _t), path_index(_i) {} in PathVectorTime()
66 : PathTime(pos), path_index(_i) {} in PathVectorTime()
69 if (path_index < other.path_index) return true;
70 if (path_index == other.path_index) {
76 return path_index == other.path_index
86 os << pvt.path_index << ": " << pvt.asPathTime();
236 return at(pos.path_index);
239 return at(pos.path_index).at(pos.curve_index);
[all …]
/dports/math/lib2geom/lib2geom-1.1/include/2geom/
H A Dpathvector.h59 size_type path_index; ///< Index of the path in the vector member
61 PathVectorTime() : PathTime(0, 0), path_index(0) {} in PathVectorTime()
63 : PathTime(_c, _t), path_index(_i) {} in PathVectorTime()
65 : PathTime(pos), path_index(_i) {} in PathVectorTime()
68 if (path_index < other.path_index) return true;
69 if (path_index == other.path_index) {
75 return path_index == other.path_index
85 os << pvt.path_index << ": " << pvt.asPathTime();
235 return at(pos.path_index);
238 return at(pos.path_index).at(pos.curve_index);
[all …]
/dports/sysutils/rmlint/rmlint-2.10.1-11-ga726d0cb/lib/
H A Dhash-utility.c38 gint path_index; member
87 while(session->completed_digests_buffer[session->path_index]) { in rm_hasher_callback()
88 if(session->paths[session->path_index]) { in rm_hasher_callback()
89 if(session->read_succesful[session->path_index]) { in rm_hasher_callback()
91 session->completed_digests_buffer[session->path_index], in rm_hasher_callback()
92 session->paths[session->path_index]); in rm_hasher_callback()
95 session->completed_digests_buffer[session->path_index]); in rm_hasher_callback()
97 session->completed_digests_buffer[session->path_index] = NULL; in rm_hasher_callback()
98 session->path_index++; in rm_hasher_callback()
101 if(session->read_succesful[session->path_index]) { in rm_hasher_callback()
[all …]
/dports/science/py-obspy/obspy-1.2.2/obspy/taup/
H A Dtau_branch.py339 path_index = 0
372 path_index = path_index_end
392 the_path[path_index]['time'] = time
393 the_path[path_index]['dist'] = dist
395 path_index += 1
420 the_path[path_index]['p'] = ray_param
421 the_path[path_index]['time'] = time
422 the_path[path_index]['dist'] = dist
424 path_index += 1
444 path_index = path_index_end
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/debug/
H A Dproc_maps_linux.cc131 int path_index = 0; in ParseProcMaps() local
146 &region.start, &region.end, permissions, &cow, &path_index) < 4) { in ParseProcMaps()
151 const char* fullpath = line + path_index; in ParseProcMaps()
170 e_eflags2, type, &path_index) < 12) { in ParseProcMaps()
174 &dev_major, &dev_minor, &inode, &path_index) < 7) { in ParseProcMaps()
216 regions.back().path.assign(line + path_index, cred - fullpath); in ParseProcMaps()
218 regions.back().path.assign(line + path_index); in ParseProcMaps()
221 regions.back().path.assign(line + path_index); in ParseProcMaps()
/dports/devel/libvsgpt/libvsgpt-20210207/libcpath/
H A Dlibcpath_path.c798 path_index++; in libcpath_path_get_volume_name()
813 path_index++ ) in libcpath_path_get_volume_name()
817 path_index++; in libcpath_path_get_volume_name()
858 path_index++ ) in libcpath_path_get_volume_name()
862 path_index++; in libcpath_path_get_volume_name()
3092 path_index++ ) in libcpath_path_get_sanitized_path()
3161 path_index++ ) in libcpath_path_get_sanitized_path()
4367 path_index++; in libcpath_path_get_volume_name_wide()
4386 path_index++; in libcpath_path_get_volume_name_wide()
4431 path_index++; in libcpath_path_get_volume_name_wide()
[all …]
/dports/devel/libvslvm/libvslvm-20210807/libcpath/
H A Dlibcpath_path.c798 path_index++; in libcpath_path_get_volume_name()
813 path_index++ ) in libcpath_path_get_volume_name()
817 path_index++; in libcpath_path_get_volume_name()
858 path_index++ ) in libcpath_path_get_volume_name()
862 path_index++; in libcpath_path_get_volume_name()
3092 path_index++ ) in libcpath_path_get_sanitized_path()
3161 path_index++ ) in libcpath_path_get_sanitized_path()
4367 path_index++; in libcpath_path_get_volume_name_wide()
4386 path_index++; in libcpath_path_get_volume_name_wide()
4431 path_index++; in libcpath_path_get_volume_name_wide()
[all …]
/dports/devel/libvshadow/libvshadow-20210425/libcpath/
H A Dlibcpath_path.c798 path_index++; in libcpath_path_get_volume_name()
813 path_index++ ) in libcpath_path_get_volume_name()
817 path_index++; in libcpath_path_get_volume_name()
858 path_index++ ) in libcpath_path_get_volume_name()
862 path_index++; in libcpath_path_get_volume_name()
3092 path_index++ ) in libcpath_path_get_sanitized_path()
3161 path_index++ ) in libcpath_path_get_sanitized_path()
4367 path_index++; in libcpath_path_get_volume_name_wide()
4386 path_index++; in libcpath_path_get_volume_name_wide()
4431 path_index++; in libcpath_path_get_volume_name_wide()
[all …]
/dports/devel/libbde/libbde-20210605/libcpath/
H A Dlibcpath_path.c798 path_index++; in libcpath_path_get_volume_name()
813 path_index++ ) in libcpath_path_get_volume_name()
817 path_index++; in libcpath_path_get_volume_name()
858 path_index++ ) in libcpath_path_get_volume_name()
862 path_index++; in libcpath_path_get_volume_name()
3092 path_index++ ) in libcpath_path_get_sanitized_path()
3161 path_index++ ) in libcpath_path_get_sanitized_path()
4367 path_index++; in libcpath_path_get_volume_name_wide()
4386 path_index++; in libcpath_path_get_volume_name_wide()
4431 path_index++; in libcpath_path_get_volume_name_wide()
[all …]
/dports/devel/libesedb/libesedb-20210424/libcpath/
H A Dlibcpath_path.c798 path_index++; in libcpath_path_get_volume_name()
813 path_index++ ) in libcpath_path_get_volume_name()
817 path_index++; in libcpath_path_get_volume_name()
858 path_index++ ) in libcpath_path_get_volume_name()
862 path_index++; in libcpath_path_get_volume_name()
3092 path_index++ ) in libcpath_path_get_sanitized_path()
3161 path_index++ ) in libcpath_path_get_sanitized_path()
4367 path_index++; in libcpath_path_get_volume_name_wide()
4386 path_index++; in libcpath_path_get_volume_name_wide()
4431 path_index++; in libcpath_path_get_volume_name_wide()
[all …]
/dports/devel/libevtx/libevtx-20210525/libcpath/
H A Dlibcpath_path.c798 path_index++; in libcpath_path_get_volume_name()
813 path_index++ ) in libcpath_path_get_volume_name()
817 path_index++; in libcpath_path_get_volume_name()
858 path_index++ ) in libcpath_path_get_volume_name()
862 path_index++; in libcpath_path_get_volume_name()
3092 path_index++ ) in libcpath_path_get_sanitized_path()
3161 path_index++ ) in libcpath_path_get_sanitized_path()
4367 path_index++; in libcpath_path_get_volume_name_wide()
4386 path_index++; in libcpath_path_get_volume_name_wide()
4431 path_index++; in libcpath_path_get_volume_name_wide()
[all …]
/dports/devel/libcreg/libcreg-20210502/libcpath/
H A Dlibcpath_path.c798 path_index++; in libcpath_path_get_volume_name()
813 path_index++ ) in libcpath_path_get_volume_name()
817 path_index++; in libcpath_path_get_volume_name()
858 path_index++ ) in libcpath_path_get_volume_name()
862 path_index++; in libcpath_path_get_volume_name()
3092 path_index++ ) in libcpath_path_get_sanitized_path()
3161 path_index++ ) in libcpath_path_get_sanitized_path()
4367 path_index++; in libcpath_path_get_volume_name_wide()
4386 path_index++; in libcpath_path_get_volume_name_wide()
4431 path_index++; in libcpath_path_get_volume_name_wide()
[all …]
/dports/devel/libfsapfs/libfsapfs-20210424/libcpath/
H A Dlibcpath_path.c798 path_index++; in libcpath_path_get_volume_name()
813 path_index++ ) in libcpath_path_get_volume_name()
817 path_index++; in libcpath_path_get_volume_name()
858 path_index++ ) in libcpath_path_get_volume_name()
862 path_index++; in libcpath_path_get_volume_name()
3092 path_index++ ) in libcpath_path_get_sanitized_path()
3161 path_index++ ) in libcpath_path_get_sanitized_path()
4367 path_index++; in libcpath_path_get_volume_name_wide()
4386 path_index++; in libcpath_path_get_volume_name_wide()
4431 path_index++; in libcpath_path_get_volume_name_wide()
[all …]
/dports/devel/libfsext/libfsext-20210721/libcpath/
H A Dlibcpath_path.c798 path_index++; in libcpath_path_get_volume_name()
813 path_index++ ) in libcpath_path_get_volume_name()
817 path_index++; in libcpath_path_get_volume_name()
858 path_index++ ) in libcpath_path_get_volume_name()
862 path_index++; in libcpath_path_get_volume_name()
3092 path_index++ ) in libcpath_path_get_sanitized_path()
3161 path_index++ ) in libcpath_path_get_sanitized_path()
4367 path_index++; in libcpath_path_get_volume_name_wide()
4386 path_index++; in libcpath_path_get_volume_name_wide()
4431 path_index++; in libcpath_path_get_volume_name_wide()
[all …]
/dports/devel/libfshfs/libfshfs-20210722/libcpath/
H A Dlibcpath_path.c798 path_index++; in libcpath_path_get_volume_name()
813 path_index++ ) in libcpath_path_get_volume_name()
817 path_index++; in libcpath_path_get_volume_name()
858 path_index++ ) in libcpath_path_get_volume_name()
862 path_index++; in libcpath_path_get_volume_name()
3092 path_index++ ) in libcpath_path_get_sanitized_path()
3161 path_index++ ) in libcpath_path_get_sanitized_path()
4367 path_index++; in libcpath_path_get_volume_name_wide()
4386 path_index++; in libcpath_path_get_volume_name_wide()
4431 path_index++; in libcpath_path_get_volume_name_wide()
[all …]
/dports/devel/libewf/libewf-20140812/libcpath/
H A Dlibcpath_path.c798 path_index++; in libcpath_path_get_volume_name()
813 path_index++ ) in libcpath_path_get_volume_name()
817 path_index++; in libcpath_path_get_volume_name()
858 path_index++ ) in libcpath_path_get_volume_name()
862 path_index++; in libcpath_path_get_volume_name()
3092 path_index++ ) in libcpath_path_get_sanitized_path()
3161 path_index++ ) in libcpath_path_get_sanitized_path()
4367 path_index++; in libcpath_path_get_volume_name_wide()
4386 path_index++; in libcpath_path_get_volume_name_wide()
4431 path_index++; in libcpath_path_get_volume_name_wide()
[all …]
/dports/devel/libfsntfs/libfsntfs-20210503/libcpath/
H A Dlibcpath_path.c798 path_index++; in libcpath_path_get_volume_name()
813 path_index++ ) in libcpath_path_get_volume_name()
817 path_index++; in libcpath_path_get_volume_name()
858 path_index++ ) in libcpath_path_get_volume_name()
862 path_index++; in libcpath_path_get_volume_name()
3092 path_index++ ) in libcpath_path_get_sanitized_path()
3161 path_index++ ) in libcpath_path_get_sanitized_path()
4367 path_index++; in libcpath_path_get_volume_name_wide()
4386 path_index++; in libcpath_path_get_volume_name_wide()
4431 path_index++; in libcpath_path_get_volume_name_wide()
[all …]
/dports/devel/libvmdk/libvmdk-20210807/libcpath/
H A Dlibcpath_path.c798 path_index++; in libcpath_path_get_volume_name()
813 path_index++ ) in libcpath_path_get_volume_name()
817 path_index++; in libcpath_path_get_volume_name()
858 path_index++ ) in libcpath_path_get_volume_name()
862 path_index++; in libcpath_path_get_volume_name()
3092 path_index++ ) in libcpath_path_get_sanitized_path()
3161 path_index++ ) in libcpath_path_get_sanitized_path()
4367 path_index++; in libcpath_path_get_volume_name_wide()
4386 path_index++; in libcpath_path_get_volume_name_wide()
4431 path_index++; in libcpath_path_get_volume_name_wide()
[all …]
/dports/devel/libvhdi/libvhdi-20210425/libcpath/
H A Dlibcpath_path.c798 path_index++; in libcpath_path_get_volume_name()
813 path_index++ ) in libcpath_path_get_volume_name()
817 path_index++; in libcpath_path_get_volume_name()
858 path_index++ ) in libcpath_path_get_volume_name()
862 path_index++; in libcpath_path_get_volume_name()
3092 path_index++ ) in libcpath_path_get_sanitized_path()
3161 path_index++ ) in libcpath_path_get_sanitized_path()
4367 path_index++; in libcpath_path_get_volume_name_wide()
4386 path_index++; in libcpath_path_get_volume_name_wide()
4431 path_index++; in libcpath_path_get_volume_name_wide()
[all …]
/dports/devel/libsmraw/libsmraw-20210807/libcpath/
H A Dlibcpath_path.c798 path_index++; in libcpath_path_get_volume_name()
813 path_index++ ) in libcpath_path_get_volume_name()
817 path_index++; in libcpath_path_get_volume_name()
858 path_index++ ) in libcpath_path_get_volume_name()
862 path_index++; in libcpath_path_get_volume_name()
3092 path_index++ ) in libcpath_path_get_sanitized_path()
3161 path_index++ ) in libcpath_path_get_sanitized_path()
4367 path_index++; in libcpath_path_get_volume_name_wide()
4386 path_index++; in libcpath_path_get_volume_name_wide()
4431 path_index++; in libcpath_path_get_volume_name_wide()
[all …]
/dports/devel/libsigscan/libsigscan-20210419/libcpath/
H A Dlibcpath_path.c798 path_index++; in libcpath_path_get_volume_name()
813 path_index++ ) in libcpath_path_get_volume_name()
817 path_index++; in libcpath_path_get_volume_name()
858 path_index++ ) in libcpath_path_get_volume_name()
862 path_index++; in libcpath_path_get_volume_name()
3092 path_index++ ) in libcpath_path_get_sanitized_path()
3161 path_index++ ) in libcpath_path_get_sanitized_path()
4367 path_index++; in libcpath_path_get_volume_name_wide()
4386 path_index++; in libcpath_path_get_volume_name_wide()
4431 path_index++; in libcpath_path_get_volume_name_wide()
[all …]

12345678910>>...16