OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:next_one
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/binutils/dist/binutils/
ar.c
958
bfd *
next_one
;
1054
for (
next_one
= bfd_openr_next_archived_file (arch, NULL);
1055
next_one
;
1056
next_one
= bfd_openr_next_archived_file (arch,
next_one
))
1058
*last_one =
next_one
;
1059
last_one = &
next_one
->archive_next;
956
bfd *
next_one
;
local
/src/external/gpl3/binutils.old/dist/binutils/
ar.c
979
bfd *
next_one
;
1077
for (
next_one
= bfd_openr_next_archived_file (arch, NULL);
1078
next_one
;
1079
next_one
= bfd_openr_next_archived_file (arch,
next_one
))
1081
*last_one =
next_one
;
1082
last_one = &
next_one
->archive_next;
976
bfd *
next_one
;
local
/src/external/gpl3/gdb/dist/gdb/
tracepoint.c
2957
struct uploaded_tp *
next_one
;
local
2961
next_one
= (*utpp)->next;
2963
*utpp =
next_one
;
2990
struct uploaded_tsv *
next_one
;
local
2994
next_one
= (*utsvp)->next;
2996
*utsvp =
next_one
;
/src/external/gpl3/gdb.old/dist/gdb/
tracepoint.c
2953
struct uploaded_tp *
next_one
;
local
2957
next_one
= (*utpp)->next;
2959
*utpp =
next_one
;
2986
struct uploaded_tsv *
next_one
;
local
2990
next_one
= (*utsvp)->next;
2992
*utsvp =
next_one
;
/src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc
4085
unsigned HOST_WIDE_INT tmp, mask, first_one,
next_one
;
local
4109
next_one
= tmp & -tmp;
4110
bits = clz_hwi (first_one) - clz_hwi (
next_one
);
/src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.cc
10357
unsigned HOST_WIDE_INT val, tmp, mask, first_one,
next_one
;
10386
next_one
= tmp & -tmp;
10387
bits = clz_hwi (first_one) - clz_hwi (
next_one
);
Completed in 62 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026