Lines Matching +full:0 +full:x1234
8 #define IN16 0x12349 #define IN32 0x12345678U10 #define IN64 0x123456789abcdef0ULL12 __u16 in16 = 0;13 __u32 in32 = 0;14 __u64 in64 = 0;16 __u16 out16 = 0;17 __u32 out32 = 0;18 __u64 out64 = 0;20 __u16 const16 = 0;21 __u32 const32 = 0;22 __u64 const64 = 0;34 return 0; in sys_enter()