Home
last modified time | relevance | path

Searched refs:path_size (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bvgraph.h126 uptr findPath(uptr from, const BV &targets, uptr *path, uptr path_size) { in findPath() argument
127 if (path_size == 0) in findPath()
136 if (uptr res = findPath(idx, targets, path + 1, path_size - 1)) in findPath()
144 uptr path_size) { in findShortestPath() argument
145 for (uptr p = 1; p <= path_size; p++) in findShortestPath()
H A Dsanitizer_deadlock_detector.h315 uptr path_size) { in findPathToLock() argument
319 uptr res = g_.findShortestPath(idx, tmp_bv_, path, path_size); in findPathToLock()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_bvgraph.h127 uptr findPath(uptr from, const BV &targets, uptr *path, uptr path_size) { in findPath() argument
128 if (path_size == 0) in findPath()
137 if (uptr res = findPath(idx, targets, path + 1, path_size - 1)) in findPath()
145 uptr path_size) { in findShortestPath() argument
146 for (uptr p = 1; p <= path_size; p++) in findShortestPath()
H A Dsanitizer_deadlock_detector.h311 uptr path_size) { in findPathToLock() argument
315 uptr res = g_.findShortestPath(idx, tmp_bv_, path, path_size); in findPathToLock()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_bvgraph.h128 uptr findPath(uptr from, const BV &targets, uptr *path, uptr path_size) { in findPath() argument
129 if (path_size == 0) in findPath()
138 if (uptr res = findPath(idx, targets, path + 1, path_size - 1)) in findPath()
146 uptr path_size) { in findShortestPath() argument
147 for (uptr p = 1; p <= path_size; p++) in findShortestPath()
H A Dsanitizer_deadlock_detector.h317 uptr path_size) { in findPathToLock() argument
321 uptr res = g_.findShortestPath(idx, tmp_bv_, path, path_size); in findPathToLock()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcse.cc511 int path_size; member
6282 int path_size; in cse_find_path() local
6287 path_size = data->path_size; in cse_find_path()
6290 if (path_size) in cse_find_path()
6295 if (path_size == 1) in cse_find_path()
6297 path_size = 0; in cse_find_path()
6302 if (path_size == 0) in cse_find_path()
6303 data->path[path_size++].bb = first_bb; in cse_find_path()
6311 while (path_size >= 2) in cse_find_path()
6316 --path_size; in cse_find_path()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcse.c530 int path_size; member
6306 int path_size; in cse_find_path() local
6311 path_size = data->path_size; in cse_find_path()
6314 if (path_size) in cse_find_path()
6319 if (path_size == 1) in cse_find_path()
6321 path_size = 0; in cse_find_path()
6326 if (path_size == 0) in cse_find_path()
6327 data->path[path_size++].bb = first_bb; in cse_find_path()
6335 while (path_size >= 2) in cse_find_path()
6340 --path_size; in cse_find_path()
[all …]
/netbsd-src/external/mit/libuv/dist/docs/code/multi-echo-server/
H A Dmain.c52 size_t path_size = 500; in setup_workers() local
53 uv_exepath(worker_path, &path_size); in setup_workers()
/netbsd-src/external/gpl2/gmake/dist/
H A Djob.c253 unsigned path_size = GetTempPath(sizeof temp_path, temp_path); in create_batch_file() local
258 if (path_size == 0) in create_batch_file()
260 path_size = GetCurrentDirectory (sizeof temp_path, temp_path); in create_batch_file()
264 while (path_size > 0 && in create_batch_file()
265 path_size + sizemax < sizeof temp_path && in create_batch_file()
268 unsigned size = sprintf (temp_path + path_size, in create_batch_file()
270 temp_path[path_size - 1] == '\\' ? "" : "\\", in create_batch_file()
291 path_size = GetCurrentDirectory (sizeof temp_path, temp_path); in create_batch_file()
303 const unsigned final_size = path_size + size + 1; in create_batch_file()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_atombios.c310 int i, j, k, path_size, device_support; in amdgpu_atombios_get_connector_info_from_object_table() local
339 path_size = 0; in amdgpu_atombios_get_connector_info_from_object_table()
343 addr += path_size; in amdgpu_atombios_get_connector_info_from_object_table()
345 path_size += le16_to_cpu(path->usSize); in amdgpu_atombios_get_connector_info_from_object_table()
/netbsd-src/external/mpl/bind/dist/lib/isc/netmgr/
H A Dhttp.c1597 size_t path_size = 0; in isc__nm_http_request()
1625 path_size = cstream->pathlen + base64url_data_len + 5 + 1; in isc__nm_http_request()
1626 cstream->GET_path = isc_mem_allocate(mctx, path_size); in isc__nm_http_request()
1628 cstream->GET_path, path_size, "%.*s?dns=%s",
1631 INSIST(cstream->GET_path_len == (path_size - 1)); in server_on_begin_headers_callback()
1541 size_t path_size = 0; client_send() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h3468 bool path_empty() const { return path_size() == 0; } in path_empty()
3469 unsigned path_size() const { return CastExprBits.BasePathSize; } in path_size() function
3471 path_iterator path_end() { return path_buffer() + path_size(); } in path_end()
3473 path_const_iterator path_end() const { return path_buffer() + path_size(); } in path_end()
3564 return path_size(); in numTrailingObjects()
3680 return path_size(); in numTrailingObjects()
H A DExprCXX.h452 return path_size(); in numTrailingObjects()
1751 return path_size(); in numTrailingObjects()
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_atombios.c540 int i, j, k, path_size, device_support; in radeon_get_atom_connector_info_from_object_table() local
569 path_size = 0; in radeon_get_atom_connector_info_from_object_table()
573 addr += path_size; in radeon_get_atom_connector_info_from_object_table()
575 path_size += le16_to_cpu(path->usSize); in radeon_get_atom_connector_info_from_object_table()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp949 Record.push_back(E->path_size()); in VisitCastExpr()
1011 if (E->path_size() == 0 && !E->hasStoredFPFeatures()) in VisitImplicitCastExpr()
H A DASTReaderStmt.cpp1086 assert(NumBaseSpecs == E->path_size()); in VisitCastExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp4708 if (D.MostDerivedPathLength + E->path_size() > D.Entries.size()) { in HandleBaseToDerivedCast()
4716 unsigned NewEntriesSize = D.Entries.size() - E->path_size(); in HandleBaseToDerivedCast()