OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:the_index
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libobjc/
sarray.c
102
struct sindex **
the_index
;
local
134
the_index
= &(array->indices[ioffset]);
135
the_bucket = &((*
the_index
)->buckets[boffset]);
147
if ((*
the_index
) == array->empty_index)
153
*
the_index
= new_index; /* Prepared for install. */
154
the_bucket = &((*
the_index
)->buckets[boffset]);
158
else if ((*
the_index
)->version.version != array->version.version)
161
struct sindex *old_index = *
the_index
;
165
*
the_index
= new_index; /* Prepared for install. */
166
the_bucket = &((*
the_index
)->buckets[boffset])
[
all
...]
/src/external/gpl3/gcc.old/dist/libobjc/
sarray.c
102
struct sindex **
the_index
;
local
134
the_index
= &(array->indices[ioffset]);
135
the_bucket = &((*
the_index
)->buckets[boffset]);
147
if ((*
the_index
) == array->empty_index)
153
*
the_index
= new_index; /* Prepared for install. */
154
the_bucket = &((*
the_index
)->buckets[boffset]);
158
else if ((*
the_index
)->version.version != array->version.version)
161
struct sindex *old_index = *
the_index
;
165
*
the_index
= new_index; /* Prepared for install. */
166
the_bucket = &((*
the_index
)->buckets[boffset])
[
all
...]
Completed in 51 milliseconds
Indexes created Wed May 13 00:24:45 UTC 2026