OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:len_hex
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/mi/
mi-main.c
1565
size_t
len_hex
, len_bytes, len_units, i, steps, remaining_units;
local
1574
len_hex
= strlen (cdata);
1577
if (
len_hex
% (unit_size * 2) != 0)
1582
len_bytes =
len_hex
/ 2;
/src/external/gpl3/gdb/dist/gdb/mi/
mi-main.c
1523
size_t
len_hex
, len_bytes, len_units, i, steps, remaining_units;
local
1532
len_hex
= strlen (cdata);
1535
if (
len_hex
% (unit_size * 2) != 0)
1540
len_bytes =
len_hex
/ 2;
Completed in 24 milliseconds
Indexes created Wed Apr 08 00:23:23 UTC 2026