OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bidx
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/sim/bfin/
dv-bfin_otp.c
68
int
bidx
;
local
69
for (
bidx
= 0;
bidx
< 16; ++
bidx
)
70
if (otp->ben & (1 <<
bidx
))
71
dst[
bidx
] = src[
bidx
];
/src/external/gpl3/gdb/dist/sim/bfin/
dv-bfin_otp.c
68
int
bidx
;
local
69
for (
bidx
= 0;
bidx
< 16; ++
bidx
)
70
if (otp->ben & (1 <<
bidx
))
71
dst[
bidx
] = src[
bidx
];
/src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenInstruction.cpp
331
StringRef::size_type
bidx
, eidx;
local
333
bidx
= CStr.find_first_not_of(delims);
334
while (
bidx
!= StringRef::npos) {
335
eidx = CStr.find_first_of(delims,
bidx
);
339
ParseConstraint(CStr.substr(
bidx
, eidx -
bidx
), Ops, Rec);
340
bidx
= CStr.find_first_not_of(delims, eidx);
/src/external/bsd/ntp/dist/ntpd/
ntp_control.c
923
u_int widx,
bidx
, mask;
local
929
bidx
= (widx & 15) << 1;
933
if (0 == ((chclass[widx] >>
bidx
) & mask))
Completed in 102 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026