Home | History | Annotate | Download | only in test

Lines Matching defs:U32

17 	U32  uint32
31 func (U32) Method() {}
45 u32 = U32(2)
62 iu32 interface{} = u32
77 ju32 J = u32
104 if u32 != iu32 {
105 panic("u32 != iu32")
107 if u32 != ju32 {
108 panic("u32 != ju32")
171 if got := second(z, p, pp, u16, u32, u64, u128, f32, f64, c128, s, b, m, c); got != ip {
183 case uc <- u32:
190 if got := <-uc; got != nil && got != u32 && got != u64 && got != u128 {