OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:completer
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/opcodes/
ia64-opc.c
160
/* Find the index of the entry in the
completer
table that is part of
195
/* Apply the
completer
referred to by COMPLETER_INDEX to OPCODE, and
648
short
completer
= -1;
653
completer
= find_completer (place,
completer
, suffix);
658
completer
= find_completer (place,
completer
, op);
660
if (
completer
!= -1)
662
curr_insn = apply_completer (curr_insn,
completer
);
664
} while (
completer
!= -1 && curr_suffix[0] != '\0')
637
short
completer
= -1;
local
[
all
...]
/src/external/gpl3/binutils.old/dist/opcodes/
ia64-opc.c
160
/* Find the index of the entry in the
completer
table that is part of
195
/* Apply the
completer
referred to by COMPLETER_INDEX to OPCODE, and
648
short
completer
= -1;
653
completer
= find_completer (place,
completer
, suffix);
658
completer
= find_completer (place,
completer
, op);
660
if (
completer
!= -1)
662
curr_insn = apply_completer (curr_insn,
completer
);
664
} while (
completer
!= -1 && curr_suffix[0] != '\0')
637
short
completer
= -1;
local
[
all
...]
Completed in 30 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026