Home | History | Annotate | Download | only in base

Lines Matching defs:num

68     FT_ULong  num = (FT_ULong)key->num;
73 res = num & 0xFF;
74 res = ( res << 5 ) - res + ( ( num >> 8 ) & 0xFF );
75 res = ( res << 5 ) - res + ( ( num >> 16 ) & 0xFF );
76 res = ( res << 5 ) - res + ( ( num >> 24 ) & 0xFF );
98 if ( a->num == b->num )
287 ft_hash_num_insert( FT_Int num,
295 hk.num = num;
327 ft_hash_num_lookup( FT_Int num,
333 hk.num = num;