OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:padcount
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
cp-abi.c
318
int
padcount
;
local
323
padcount
= 16 - 2 - strlen (cp_abis[i]->shortname);
324
pad[
padcount
] = 0;
325
while (
padcount
> 0)
326
pad[--
padcount
] = ' ';
/src/external/gpl3/gdb/dist/gdb/
cp-abi.c
318
int
padcount
;
local
323
padcount
= 16 - 2 - strlen (cp_abis[i]->shortname);
324
pad[
padcount
] = 0;
325
while (
padcount
> 0)
326
pad[--
padcount
] = ' ';
Completed in 19 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026