OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_chunks
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/src/
IntervalMap.h
110
Entry **
new_chunks
= new Entry*[nchunks];
local
112
new_chunks
[i] = chunks[i];
114
chunks =
new_chunks
;
DefaultMap.h
140
Entry **
new_chunks
= new Entry*[nchunks];
local
142
new_chunks
[i] = chunks[i];
144
chunks =
new_chunks
;
StringMap.h
147
Entry **
new_chunks
= new Entry*[nchunks];
local
149
new_chunks
[i] = chunks[i];
151
chunks =
new_chunks
;
/src/external/gpl3/binutils.old/dist/gprofng/src/
IntervalMap.h
110
Entry **
new_chunks
= new Entry*[nchunks];
local
112
new_chunks
[i] = chunks[i];
114
chunks =
new_chunks
;
DefaultMap.h
140
Entry **
new_chunks
= new Entry*[nchunks];
local
142
new_chunks
[i] = chunks[i];
144
chunks =
new_chunks
;
StringMap.h
147
Entry **
new_chunks
= new Entry*[nchunks];
local
149
new_chunks
[i] = chunks[i];
151
chunks =
new_chunks
;
/src/external/gpl3/gdb.old/dist/gdb/
stabsread.c
3033
int
new_chunks
= new_slots / MAX_CHUNK_REFS + 1;
3036
xrealloc (ref_map, REF_MAP_SIZE (ref_chunk +
new_chunks
));
3038
new_chunks
* REF_CHUNK_SIZE);
3039
ref_chunk +=
new_chunks
;
3030
int
new_chunks
= new_slots \/ MAX_CHUNK_REFS + 1;
local
/src/external/gpl3/gdb/dist/gdb/
stabsread.c
3035
int
new_chunks
= new_slots / MAX_CHUNK_REFS + 1;
3038
xrealloc (ref_map, REF_MAP_SIZE (ref_chunk +
new_chunks
));
3040
new_chunks
* REF_CHUNK_SIZE);
3041
ref_chunk +=
new_chunks
;
3032
int
new_chunks
= new_slots \/ MAX_CHUNK_REFS + 1;
local
Completed in 23 milliseconds
Indexes created Sun Mar 22 00:23:16 UTC 2026