Home
last modified time | relevance | path

Searched refs:ndp (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/freetype/src/bdf/
A Dbdflib.c229 hashnode* bp = ht->table, *ndp; in hash_bucket() local
236 ndp = bp + ( res % ht->size ); in hash_bucket()
237 while ( *ndp ) in hash_bucket()
239 kp = (*ndp)->key; in hash_bucket()
242 ndp--; in hash_bucket()
243 if ( ndp < bp ) in hash_bucket()
244 ndp = bp + ( ht->size - 1 ); in hash_bucket()
247 return ndp; in hash_bucket()
/AliOS-Things-master/components/freetype/src/sfnt/
A Dttcmap.c2848 FT_Byte* ndp = table + nondefOff; in tt_cmap14_validate() local
2849 FT_ULong numMappings = TT_NEXT_ULONG( ndp ); in tt_cmap14_validate()
2853 if ( numMappings * 4 > (FT_ULong)( valid->limit - ndp ) ) in tt_cmap14_validate()
2858 FT_ULong uni = TT_NEXT_UINT24( ndp ); in tt_cmap14_validate()
2859 FT_ULong gid = TT_NEXT_USHORT( ndp ); in tt_cmap14_validate()

Completed in 11 milliseconds