OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SItype
(Results
1 - 6
of
6
) sorted by null
/external/u-boot/arch/m68k/lib/
ashldi3.c
11
typedef int
SItype
__attribute__ ((mode (SI)));
16
struct DIstruct {
SItype
high, low;};
35
bm = (sizeof (
SItype
) * BITS_PER_UNIT) - b;
lshrdi3.c
11
typedef int
SItype
__attribute__ ((mode (SI)));
16
struct DIstruct {
SItype
high, low;};
35
bm = (sizeof (
SItype
) * BITS_PER_UNIT) - b;
muldi3.c
44
typedef int
SItype
__attribute__ ((mode (SI)));
49
struct DIstruct {
SItype
high, low;};
/external/u-boot/arch/nios2/lib/
libgcc.c
12
typedef long
SItype
;
484
SItype
485
__divsi3 (
SItype
a,
SItype
b)
488
SItype
res;
511
SItype
512
__udivsi3 (
SItype
a,
SItype
b)
518
SItype
519
__modsi3 (
SItype
a, SItype b
[
all
...]
/external/u-boot/arch/arc/lib/
libgcc2.h
38
typedef int
SItype
__attribute__ ((mode (SI)));
69
#define Wtype
SItype
71
#define HWtype
SItype
88
#define DWtype
SItype
/external/u-boot/arch/microblaze/lib/
muldi3.c
50
typedef int
SItype
__attribute__ ((mode(SI)));
55
SItype
low, high;
Completed in 374 milliseconds