OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:old_max_index
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libobjc/
sarray.c
294
size_t
old_max_index
= (array->capacity - 1)/INDEX_CAPACITY;
302
size_t
old_max_index
= (array->capacity - 1)/BUCKET_SIZE;
347
/* Copy buckets below
old_max_index
(they are still valid). */
348
for (counter = 0; counter <=
old_max_index
; counter++ )
358
/* Reset entries above
old_max_index
to empty_bucket. */
359
for (counter =
old_max_index
+ 1; counter <= new_max_index; counter++)
362
/* Reset entries above
old_max_index
to empty_bucket. */
363
for (counter =
old_max_index
+ 1; counter <= new_max_index; counter++)
381
idxsize += (new_max_index-
old_max_index
);
392
size_t
old_max_index
= (array->capacity - 1)/INDEX_CAPACITY
293
size_t
old_max_index
= (array->capacity - 1)\/INDEX_CAPACITY;
local
390
size_t
old_max_index
= (array->capacity - 1)\/INDEX_CAPACITY;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/libobjc/
sarray.c
294
size_t
old_max_index
= (array->capacity - 1)/INDEX_CAPACITY;
302
size_t
old_max_index
= (array->capacity - 1)/BUCKET_SIZE;
347
/* Copy buckets below
old_max_index
(they are still valid). */
348
for (counter = 0; counter <=
old_max_index
; counter++ )
358
/* Reset entries above
old_max_index
to empty_bucket. */
359
for (counter =
old_max_index
+ 1; counter <= new_max_index; counter++)
362
/* Reset entries above
old_max_index
to empty_bucket. */
363
for (counter =
old_max_index
+ 1; counter <= new_max_index; counter++)
381
idxsize += (new_max_index-
old_max_index
);
392
size_t
old_max_index
= (array->capacity - 1)/INDEX_CAPACITY
293
size_t
old_max_index
= (array->capacity - 1)\/INDEX_CAPACITY;
local
390
size_t
old_max_index
= (array->capacity - 1)\/INDEX_CAPACITY;
local
[
all
...]
Completed in 18 milliseconds
Indexes created Fri Apr 17 00:22:50 UTC 2026