Home
last modified time | relevance | path

Searched refs:file_start (Results 1 – 25 of 415) sorted by relevance

12345678910>>...17

/dports/biology/jalview/jalview/src/org/stackoverflowusers/file/
H A DWindowsShortcut.java162 int file_start = 0x4c + shell_len; in parseLink() local
165 int file_location_info_flag = link[file_start + file_location_info_flag_offset_offset]; in parseLink()
172 int finalname_offset = link[file_start + finalname_offset_offset] + file_start; in parseLink()
175 int basename_offset = link[file_start + basename_offset_offset] + file_start; in parseLink()
179 … int networkVolumeTable_offset = link[file_start + networkVolumeTable_offset_offset] + file_start; in parseLink()
/dports/devel/isa-l/isa-l-2.30.0/igzip/
H A Digzip_icf_finish.asm75 %define file_start r13
131 mov file_start, [stream + _next_in]
134 sub file_start, f_i
145 mov curr_data %+ d, [file_start + f_i]
170 mov curr_data %+ d, [file_start + f_i]
200 ; len = compare(state->file_start + f_i,
202 lea tmp1, [file_start + f_i]
261 movzx tmp5, byte [file_start + f_i]
283 movzx tmp5, byte [file_start + f_i]
307 add file_start, f_i
[all …]
H A Digzip_finish.asm77 %define file_start r13
121 mov file_start, [stream + _next_in]
124 sub file_start, f_i
135 mov curr_data %+ d, [file_start + f_i]
159 mov curr_data %+ d, [file_start + f_i]
189 ; len = compare(state->file_start + f_i,
191 lea tmp1, [file_start + f_i]
251 movzx tmp5, byte [file_start + f_i]
273 movzx tmp5, byte [file_start + f_i]
307 add file_start, f_i
[all …]
H A Digzip_icf_base.c47 uint8_t *file_start = (uint8_t *) ((uintptr_t) stream->next_in - stream->total_in); in isal_deflate_icf_body_hash_hist_base() local
78 dist = (next_in - file_start - last_seen[hash]) & 0xFFFF; in isal_deflate_icf_body_hash_hist_base()
79 last_seen[hash] = (uint64_t) (next_in - file_start); in isal_deflate_icf_body_hash_hist_base()
99 last_seen[hash] = (uint64_t) (next_hash - file_start); in isal_deflate_icf_body_hash_hist_base()
144 uint8_t *file_start = (uint8_t *) ((uintptr_t) stream->next_in - stream->total_in); in isal_deflate_icf_finish_hash_hist_base() local
173 dist = (next_in - file_start - last_seen[hash]) & 0xFFFF; in isal_deflate_icf_finish_hash_hist_base()
174 last_seen[hash] = (uint64_t) (next_in - file_start); in isal_deflate_icf_finish_hash_hist_base()
191 last_seen[hash] = (uint64_t) (next_hash - file_start); in isal_deflate_icf_finish_hash_hist_base()
283 dist = (next_in - file_start - last_seen[hash]) & 0xFFFF; in isal_deflate_icf_finish_hash_map_base()
284 last_seen[hash] = (uint64_t) (next_in - file_start); in isal_deflate_icf_finish_hash_map_base()
[all …]
H A Digzip_base.c38 uint8_t *file_start = (uint8_t *) ((uintptr_t) stream->next_in - stream->total_in); in isal_deflate_body_base() local
63 dist = (next_in - file_start - last_seen[hash]) & 0xFFFF; in isal_deflate_body_base()
64 last_seen[hash] = (uint64_t) (next_in - file_start); in isal_deflate_body_base()
84 last_seen[hash] = (uint64_t) (next_hash - file_start); in isal_deflate_body_base()
126 uint8_t *file_start = (uint8_t *) ((uintptr_t) stream->next_in - stream->total_in); in isal_deflate_finish_base() local
145 dist = (next_in - file_start - last_seen[hash]) & 0xFFFF; in isal_deflate_finish_base()
146 last_seen[hash] = (uint64_t) (next_in - file_start); in isal_deflate_finish_base()
165 (uint64_t) (next_hash - file_start); in isal_deflate_finish_base()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/breakpad/breakpad/src/processor/
H A Dpathname_stripper.cc45 string::size_type file_start = 0; in File() local
48 file_start = slash + 1; in File()
50 file_start = backslash + 1; in File()
53 return path.substr(file_start); in File()
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/processor/
H A Dpathname_stripper.cc45 string::size_type file_start = 0; in File() local
48 file_start = slash + 1; in File()
50 file_start = backslash + 1; in File()
53 return path.substr(file_start); in File()
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/breakpad/processor/
H A Dpathname_stripper.cc45 string::size_type file_start = 0; in File() local
48 file_start = slash + 1; in File()
50 file_start = backslash + 1; in File()
53 return path.substr(file_start); in File()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/crashreporter/google-breakpad/src/processor/
H A Dpathname_stripper.cc45 string::size_type file_start = 0; in File() local
48 file_start = slash + 1; in File()
50 file_start = backslash + 1; in File()
53 return path.substr(file_start); in File()
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/google-breakpad/src/processor/
H A Dpathname_stripper.cc45 string::size_type file_start = 0; in File() local
48 file_start = slash + 1; in File()
50 file_start = backslash + 1; in File()
53 return path.substr(file_start); in File()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/google-breakpad/src/processor/
H A Dpathname_stripper.cc45 string::size_type file_start = 0; in File() local
48 file_start = slash + 1; in File()
50 file_start = backslash + 1; in File()
53 return path.substr(file_start); in File()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/breakpad/breakpad/src/processor/
H A Dpathname_stripper.cc45 string::size_type file_start = 0; in File() local
48 file_start = slash + 1; in File()
50 file_start = backslash + 1; in File()
53 return path.substr(file_start); in File()
/dports/www/firefox/firefox-99.0/toolkit/crashreporter/google-breakpad/src/processor/
H A Dpathname_stripper.cc45 string::size_type file_start = 0; in File() local
48 file_start = slash + 1; in File()
50 file_start = backslash + 1; in File()
53 return path.substr(file_start); in File()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/crashreporter/google-breakpad/src/processor/
H A Dpathname_stripper.cc45 string::size_type file_start = 0; in File() local
48 file_start = slash + 1; in File()
50 file_start = backslash + 1; in File()
53 return path.substr(file_start); in File()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/crashreporter/google-breakpad/src/processor/
H A Dpathname_stripper.cc45 string::size_type file_start = 0; in File() local
48 file_start = slash + 1; in File()
50 file_start = backslash + 1; in File()
53 return path.substr(file_start); in File()
/dports/archivers/innoextract/innoextract-1.9/src/cli/
H A Dgoggalaxy.cpp263 setup::file_entry * file_start = NULL; in parse_galaxy_files() local
304 file_start = &file; in parse_galaxy_files()
352 file_start->size += data.uncompressed_size; in parse_galaxy_files()
354 if(&file != file_start) { in parse_galaxy_files()
358 file_start->additional_locations.push_back(file.location); in parse_galaxy_files()
360 if(file.components != file_start->components || file.tasks != file_start->tasks in parse_galaxy_files()
361 || file.languages != file_start->languages || file.check != file_start->check in parse_galaxy_files()
362 || file.options != file_start->options) { in parse_galaxy_files()
364 << file_start->destination << ": " << file.destination; in parse_galaxy_files()
380 log_warning << "Incomplete GOG Galaxy file " << file_start->destination; in parse_galaxy_files()
[all …]
/dports/emulators/z80pack/z80pack-1.37/iodevices/
H A Ddiskmanager.c76 static char *file_start; variable
77 #define APPENDTOPATH(file) strncpy(file_start, file, MAX_LFN - strlen(path));
228 file_start = path + strlen(path); in readDiskmap()
231 LOGD(TAG, "LIB: path: %s, diskmap: %s", path, file_start); in readDiskmap()
294 *file_start = '\0'; in LibraryHandler()
311 i = mg_read(conn, file_start, MAX_LFN - strlen(path)); in LibraryHandler()
312 *(file_start + i) = '\0'; in LibraryHandler()
314 LOGD(TAG, "DELETE image: %s, length: %lld", file_start, req->len); in LibraryHandler()
316 if (findDiskImage(file_start)) { in LibraryHandler()
317 LOGW(TAG, "DELETE image: %s, currently inserted in disks", file_start); in LibraryHandler()
/dports/sysutils/cfengine317/cfengine-3.17.0/cf-agent/
H A Dfiles_edit.c68 if (!LoadFileAsItemList(&(ec->file_start), ec->changes_filename, a->edits)) in NewEditContext()
93 DeleteItemList(ec->file_start); in NewEditContext()
94 ec->file_start = NULL; in NewEditContext()
114 !CompareToFile(ctx, ec->file_start, ec->changes_filename, a, pp, result) && in FinishEditContext()
123 if (CompareToFile(ctx, ec->file_start, ec->changes_filename, a, pp, result)) in FinishEditContext()
128 else if (SaveItemListAsFile(ec->file_start, ec->changes_filename, a, ec->new_line_mode)) in FinishEditContext()
176 DeleteItemList(ec->file_start); in FinishEditContext()
/dports/sysutils/cfengine-devel/core-d08ae9eff/cf-agent/
H A Dfiles_edit.c68 if (!LoadFileAsItemList(&(ec->file_start), ec->changes_filename, a->edits)) in NewEditContext()
93 DeleteItemList(ec->file_start); in NewEditContext()
94 ec->file_start = NULL; in NewEditContext()
114 !CompareToFile(ctx, ec->file_start, ec->changes_filename, a, pp, result) && in FinishEditContext()
123 if (CompareToFile(ctx, ec->file_start, ec->changes_filename, a, pp, result)) in FinishEditContext()
128 else if (SaveItemListAsFile(ec->file_start, ec->changes_filename, a, ec->new_line_mode)) in FinishEditContext()
176 DeleteItemList(ec->file_start); in FinishEditContext()
/dports/sysutils/cfengine319/cfengine-3.19.0/cf-agent/
H A Dfiles_edit.c68 if (!LoadFileAsItemList(&(ec->file_start), ec->changes_filename, a->edits)) in NewEditContext()
93 DeleteItemList(ec->file_start); in NewEditContext()
94 ec->file_start = NULL; in NewEditContext()
114 !CompareToFile(ctx, ec->file_start, ec->changes_filename, a, pp, result) && in FinishEditContext()
123 if (CompareToFile(ctx, ec->file_start, ec->changes_filename, a, pp, result)) in FinishEditContext()
128 else if (SaveItemListAsFile(ec->file_start, ec->changes_filename, a, ec->new_line_mode)) in FinishEditContext()
176 DeleteItemList(ec->file_start); in FinishEditContext()
/dports/sysutils/cfengine318/cfengine-3.18.1/cf-agent/
H A Dfiles_edit.c68 if (!LoadFileAsItemList(&(ec->file_start), ec->changes_filename, a->edits)) in NewEditContext()
93 DeleteItemList(ec->file_start); in NewEditContext()
94 ec->file_start = NULL; in NewEditContext()
114 !CompareToFile(ctx, ec->file_start, ec->changes_filename, a, pp, result) && in FinishEditContext()
123 if (CompareToFile(ctx, ec->file_start, ec->changes_filename, a, pp, result)) in FinishEditContext()
128 else if (SaveItemListAsFile(ec->file_start, ec->changes_filename, a, ec->new_line_mode)) in FinishEditContext()
176 DeleteItemList(ec->file_start); in FinishEditContext()
/dports/sysutils/cfengine/cfengine-3.19.0/cf-agent/
H A Dfiles_edit.c68 if (!LoadFileAsItemList(&(ec->file_start), ec->changes_filename, a->edits)) in NewEditContext()
93 DeleteItemList(ec->file_start); in NewEditContext()
94 ec->file_start = NULL; in NewEditContext()
114 !CompareToFile(ctx, ec->file_start, ec->changes_filename, a, pp, result) && in FinishEditContext()
123 if (CompareToFile(ctx, ec->file_start, ec->changes_filename, a, pp, result)) in FinishEditContext()
128 else if (SaveItemListAsFile(ec->file_start, ec->changes_filename, a, ec->new_line_mode)) in FinishEditContext()
176 DeleteItemList(ec->file_start); in FinishEditContext()
/dports/sysutils/cfengine316/cfengine-3.16.0/cf-agent/
H A Dfiles_edit.c57 if (!LoadFileAsItemList(&(ec->file_start), filename, a->edits)) in NewEditContext()
82 DeleteItemList(ec->file_start); in NewEditContext()
83 ec->file_start = NULL; in NewEditContext()
110 !CompareToFile(ctx, ec->file_start, ec->filename, a, pp, result) && in FinishEditContext()
131 if (CompareToFile(ctx, ec->file_start, ec->filename, a, pp, result)) in FinishEditContext()
136 else if (SaveItemListAsFile(ec->file_start, ec->filename, a, ec->new_line_mode)) in FinishEditContext()
184 DeleteItemList(ec->file_start); in FinishEditContext()
/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/global-1/SuperReadsR/src/
H A Dread_parser.hpp83 read_parser(Iterator file_start, Iterator file_end, in read_parser() argument
87 for( ; file_start != file_end; ++file_start) in read_parser()
88 filebufs_.push_back(open_file(*file_start)); in read_parser()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/classfile/
H A DclassLoaderExt.cpp196 char* file_start = cp_attr; in process_jar_manifest() local
197 char* end = file_start + strlen(file_start); in process_jar_manifest()
199 while (file_start < end) { in process_jar_manifest()
200 char* file_end = strchr(file_start, ' '); in process_jar_manifest()
208 size_t name_len = strlen(file_start); in process_jar_manifest()
213 int n = os::snprintf(libname, libname_len + 1, "%.*s%s", dir_len, dir_name, file_start); in process_jar_manifest()
219 file_start = file_end; in process_jar_manifest()

12345678910>>...17