OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
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
569
path_size
= 0;
573
addr +=
path_size
;
575
path_size
+= le16_to_cpu(path->usSize);
Completed in 21 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026