OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:right_ids
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprof/
sym_ids.c
81
static Sym_Table
right_ids
;
variable
296
extend_match (&id->right, sym, &
right_ids
, false);
311
if (
right_ids
.len)
313
right_ids
.base = (Sym *) xmalloc (
right_ids
.len * sizeof (Sym));
314
right_ids
.limit =
right_ids
.base +
right_ids
.len;
315
right_ids
.len = 0;
327
extend_match (&id->right, sym, &
right_ids
, true)
[
all
...]
/src/external/gpl3/binutils.old/dist/gprof/
sym_ids.c
81
static Sym_Table
right_ids
;
variable
296
extend_match (&id->right, sym, &
right_ids
, false);
311
if (
right_ids
.len)
313
right_ids
.base = (Sym *) xmalloc (
right_ids
.len * sizeof (Sym));
314
right_ids
.limit =
right_ids
.base +
right_ids
.len;
315
right_ids
.len = 0;
327
extend_match (&id->right, sym, &
right_ids
, true)
[
all
...]
/src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
gtest.cc
1114
std::vector<size_t> left_ids,
right_ids
;
local
1121
right_ids
.push_back(intern_table.GetId(right[i]));
1124
return CalculateOptimalEdits(left_ids,
right_ids
);
Completed in 52 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026