OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BITS_PER_UNIT
(Results
1 - 5
of
5
) sorted by null
/external/u-boot/arch/arc/lib/
libgcc2.h
10
#define
BITS_PER_UNIT
8 /* for ARC */
12
#define W_TYPE_SIZE (4 *
BITS_PER_UNIT
)
53
#define W_TYPE_SIZE (8 *
BITS_PER_UNIT
)
68
#define W_TYPE_SIZE (4 *
BITS_PER_UNIT
)
83
#define W_TYPE_SIZE (2 *
BITS_PER_UNIT
)
98
#define W_TYPE_SIZE
BITS_PER_UNIT
/external/u-boot/arch/m68k/lib/
ashldi3.c
9
#define
BITS_PER_UNIT
8
35
bm = (sizeof (SItype) *
BITS_PER_UNIT
) - b;
lshrdi3.c
9
#define
BITS_PER_UNIT
8
35
bm = (sizeof (SItype) *
BITS_PER_UNIT
) - b;
/external/u-boot/arch/nios2/lib/
libgcc.c
32
#define
BITS_PER_UNIT
8
57
const word_type bm = (sizeof (Wtype) *
BITS_PER_UNIT
) - b;
83
const word_type bm = (sizeof (Wtype) *
BITS_PER_UNIT
) - b;
89
w.s.high = uu.s.high >> (sizeof (Wtype) *
BITS_PER_UNIT
- 1);
110
const word_type bm = (sizeof (Wtype) *
BITS_PER_UNIT
) - b;
/external/u-boot/arch/microblaze/lib/
muldi3.c
14
#define
BITS_PER_UNIT
8
Completed in 1261 milliseconds