fixed32

Always four bytes. More efficient than uint32 if values are often greater than 2^28.

C++

Java

Python

Go

C#

PHP

Ruby

uint32

int

int

uint32

uint

integer

Bignum or Fixnum (as required)