OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:one_ninput
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb/dist/libctf/
ctf-dedup.c
2324
uint32_t
one_ninput
;
local
2338
one_ninput
= CTF_DEDUP_GID_TO_INPUT (one_gid);
2345
assert (
one_ninput
< arg->ninputs && two_ninput < arg->ninputs);
2347
one_fp = arg->inputs[
one_ninput
];
2361
if (
one_ninput
< two_ninput)
2363
else if (two_ninput <
one_ninput
)
/src/external/gpl3/gdb.old/dist/libctf/
ctf-dedup.c
2301
uint32_t
one_ninput
;
local
2315
one_ninput
= CTF_DEDUP_GID_TO_INPUT (one_gid);
2322
assert (
one_ninput
< arg->ninputs && two_ninput < arg->ninputs);
2324
one_fp = arg->inputs[
one_ninput
];
2338
if (
one_ninput
< two_ninput)
2340
else if (two_ninput <
one_ninput
)
/src/external/gpl3/binutils/dist/libctf/
ctf-dedup.c
2399
uint32_t
one_ninput
;
local
2413
one_ninput
= CTF_DEDUP_GID_TO_INPUT (one_gid);
2420
assert (
one_ninput
< arg->ninputs && two_ninput < arg->ninputs);
2422
one_fp = arg->inputs[
one_ninput
];
2436
if (
one_ninput
< two_ninput)
2438
else if (two_ninput <
one_ninput
)
/src/external/gpl3/binutils.old/dist/libctf/
ctf-dedup.c
2399
uint32_t
one_ninput
;
local
2413
one_ninput
= CTF_DEDUP_GID_TO_INPUT (one_gid);
2420
assert (
one_ninput
< arg->ninputs && two_ninput < arg->ninputs);
2422
one_fp = arg->inputs[
one_ninput
];
2436
if (
one_ninput
< two_ninput)
2438
else if (two_ninput <
one_ninput
)
Completed in 46 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026