OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:staging_len
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
ada-lang.c
2788
int
staging_len
= (bit_size + HOST_CHAR_BIT - 1) / HOST_CHAR_BIT;
2789
staging.resize (
staging_len
);
2783
int
staging_len
= (bit_size + HOST_CHAR_BIT - 1) \/ HOST_CHAR_BIT;
local
/src/external/gpl3/gdb/dist/gdb/
ada-lang.c
2786
int
staging_len
= (bit_size + HOST_CHAR_BIT - 1) / HOST_CHAR_BIT;
2787
staging.resize (
staging_len
);
2781
int
staging_len
= (bit_size + HOST_CHAR_BIT - 1) \/ HOST_CHAR_BIT;
local
Completed in 31 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026