Home
last modified time | relevance | path

Searched refs:ndp (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/base/
H A Dfthash.c110 FT_Hashnode* ndp; in hash_bucket() local
115 ndp = bp + ( res % hash->size ); in hash_bucket()
116 while ( *ndp ) in hash_bucket()
118 if ( (hash->compare)( &(*ndp)->key, &key ) ) in hash_bucket()
121 ndp--; in hash_bucket()
122 if ( ndp < bp ) in hash_bucket()
123 ndp = bp + ( hash->size - 1 ); in hash_bucket()
126 return ndp; in hash_bucket()
/third_party/backends/backend/
H A Dnet.c149 add_device (const char *name, Net_Device ** ndp) in add_device() argument
171 if (ndp) in add_device()
172 *ndp = nd; in add_device()
242 if (ndp) in add_device()
243 *ndp = nd; in add_device()
251 add_device (const char *name, Net_Device ** ndp) in add_device() argument
264 if (ndp) in add_device()
265 *ndp = nd; in add_device()
307 if (ndp) in add_device()
308 *ndp in add_device()
[all...]
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dttcmap.c3104 FT_Byte* ndp = table + nondefOff; in FT_CALLBACK_DEF() local
3109 if ( ndp + 4 > valid->limit ) in FT_CALLBACK_DEF()
3112 numMappings = TT_NEXT_ULONG( ndp ); in FT_CALLBACK_DEF()
3114 /* numMappings * 5 > (FT_ULong)( valid->limit - ndp ) ? */ in FT_CALLBACK_DEF()
3115 if ( numMappings > ( (FT_ULong)( valid->limit - ndp ) ) / 5 ) in FT_CALLBACK_DEF()
3120 FT_ULong uni = TT_NEXT_UINT24( ndp ); in FT_CALLBACK_DEF()
3121 FT_ULong gid = TT_NEXT_USHORT( ndp ); in FT_CALLBACK_DEF()

Completed in 6 milliseconds