Home
last modified time | relevance | path

Searched defs:max_bits (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/lib/crt/stdlib/
H A Drot.c45 int max_bits = sizeof(unsigned int)<<3; in _rotl() local
59 int max_bits = sizeof(unsigned int)<<3; in _rotr() local
73 int max_bits = sizeof(unsigned long)<<3; in _lrotl() local
87 int max_bits = sizeof(unsigned long)<<3; in _lrotr() local
/reactos/sdk/lib/3rdparty/freetype/src/lzw/
H A Dftzopen.c274 FT_Byte max_bits; in ft_lzwstate_io() local
H A Dftzopen.h124 FT_UInt max_bits; /* max code bits, from file header */ member
/reactos/sdk/lib/3rdparty/freetype/src/pshinter/
H A Dpshrec.h97 FT_UInt max_bits; member