OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:plookup
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gprofng/common/
hwcdrv.c
53
libcpc2_cpu_lookup_t *
plookup
;
local
61
for (
plookup
= cpu_table;
plookup
->cpc2_cciname;
plookup
++)
63
int n = strlen (
plookup
->cpc2_cciname);
64
if (!strncmp (
plookup
->cpc2_cciname, cpcN_cciname, n))
65
return
plookup
->cpc2_cpuver;
/src/external/gpl3/binutils.old/dist/gprofng/common/
hwcdrv.c
53
libcpc2_cpu_lookup_t *
plookup
;
local
61
for (
plookup
= cpu_table;
plookup
->cpc2_cciname;
plookup
++)
63
int n = strlen (
plookup
->cpc2_cciname);
64
if (!strncmp (
plookup
->cpc2_cciname, cpcN_cciname, n))
65
return
plookup
->cpc2_cpuver;
Completed in 29 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026