HomeSort by: relevance | last modified time | path
    Searched refs:path_size (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_bvgraph.h 126 // stores up to 'path_size' items of the path into 'path',
127 // returns the path length, or 0 if there is no path of size 'path_size'.
128 uptr findPath(uptr from, const BV &targets, uptr *path, uptr path_size) {
129 if (path_size == 0)
138 if (uptr res = findPath(idx, targets, path + 1, path_size - 1))
146 uptr path_size) {
147 for (uptr p = 1; p <= path_size; p++)
sanitizer_deadlock_detector.h 317 uptr path_size) {
321 uptr res = g_.findShortestPath(idx, tmp_bv_, path, path_size);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atombios.c 310 int i, j, k, path_size, device_support; local in function:amdgpu_atombios_get_connector_info_from_object_table
339 path_size = 0;
343 addr += path_size;
345 path_size += le16_to_cpu(path->usSize);
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atombios.c 540 int i, j, k, path_size, device_support; local in function:radeon_get_atom_connector_info_from_object_table
569 path_size = 0;
573 addr += path_size;
575 path_size += le16_to_cpu(path->usSize);

Completed in 17 milliseconds