OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_short_path_len
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_deref.c
38
static const int
max_short_path_len
= ARRAY_SIZE(path->_short_path) - 1;
local
42
nir_deref_instr **tail = &path->_short_path[
max_short_path_len
];
48
if (count <=
max_short_path_len
)
52
if (count <=
max_short_path_len
) {
53
/* If we're under
max_short_path_len
, just use the short path. */
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_deref.c
51
static const int
max_short_path_len
= ARRAY_SIZE(path->_short_path) - 1;
local
55
nir_deref_instr **tail = &path->_short_path[
max_short_path_len
];
63
if (count <=
max_short_path_len
)
67
if (count <=
max_short_path_len
) {
68
/* If we're under
max_short_path_len
, just use the short path. */
Completed in 37 milliseconds
Indexes created Mon Jul 27 00:28:37 UTC 2026