Home | History | Annotate | Download | only in ppc32

Lines Matching defs:UInt

4 typedef  unsigned int    UInt;
7 UInt read16le ( void* a )
9 UInt res;
19 UInt read16be ( void* a )
21 UInt res;
31 UInt read32le ( void* a )
33 UInt res;
43 UInt read32be ( void* a )
45 UInt res;
55 void write16be ( void* a, UInt data )
65 void write16le ( void* a, UInt data )
75 void write32be ( void* a, UInt data )
85 void write32le ( void* a, UInt data )
97 UInt foo = 0x12345678;