OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:twin
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/dev/tc/
mfb.c
84
#define
TWIN
(x) ((x)|((x) << 8))
85
#define TWIN_LO(x) (
twin
= (x) & 0x00ff,
twin
<< 8 |
twin
)
86
#define TWIN_HI(x) (
twin
= (x) & 0xff00,
twin
|
twin
>> 8)
89
REGWRITE32((p), bt_lo,
TWIN
(r)); \
493
uint32_t
twin
;
local
tfb.c
114
#define
TWIN
(x) ((x) | ((x) << 8))
115
#define TWIN_LO(x) (
twin
= (x) & 0x00ff, (
twin
<< 8) |
twin
)
116
#define TWIN_HI(x) (
twin
= (x) & 0xff00,
twin
| (
twin
>> 8))
119
REGWRITE32((p), bt_lo,
TWIN
(r)); \
562
uint32_t
twin
;
local
/src/external/gpl3/gcc/dist/libgcc/config/rs6000/
sol-ci.S
87
# _environ and its evil
twin
environ, pointing to the environment
/src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
sol-ci.S
87
# _environ and its evil
twin
environ, pointing to the environment
/src/external/gpl3/gcc/dist/gcc/
haifa-sched.cc
1631
rtx_insn *prev_first, *
twin
;
1645
twin
= insn;
1650
twin
= PREV_INSN (BB_END (rec));
1658
FOR_EACH_DEP (
twin
, SD_LIST_FORW, sd_it, dep)
1672
if (
twin
== insn)
1690
twin
= PREV_INSN (
twin
);
1692
while (
twin
!= prev_first);
7891
in deps_list L and
TWIN
. */
7893
process_insn_forw_deps_be_in_spec (rtx_insn *insn, rtx_insn *
twin
, ds_t fs
1623
rtx_insn *prev_first, *
twin
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
haifa-sched.cc
1627
rtx_insn *prev_first, *
twin
;
1641
twin
= insn;
1646
twin
= PREV_INSN (BB_END (rec));
1654
FOR_EACH_DEP (
twin
, SD_LIST_FORW, sd_it, dep)
1668
if (
twin
== insn)
1686
twin
= PREV_INSN (
twin
);
1688
while (
twin
!= prev_first);
7887
in deps_list L and
TWIN
. */
7889
process_insn_forw_deps_be_in_spec (rtx_insn *insn, rtx_insn *
twin
, ds_t fs
1619
rtx_insn *prev_first, *
twin
;
local
[
all
...]
Completed in 40 milliseconds
Indexes created Mon Mar 30 00:23:01 UTC 2026