HomeSort by relevance Sort by last modified time
    Searched defs:ndp (Results 1 - 7 of 7) sorted by null

  /external/freetype/src/base/
fthash.c 111 FT_Hashnode* ndp; local
116 ndp = bp + ( res % hash->size );
117 while ( *ndp )
119 if ( (hash->compare)( &(*ndp)->key, &key ) )
122 ndp--;
123 if ( ndp < bp )
124 ndp = bp + ( hash->size - 1 );
127 return ndp;
  /external/libpcap/
pcap-snit.c 124 register struct nit_ifdrops *ndp; local
178 ndp = (struct nit_ifdrops *)cp;
179 psn->stat.ps_drop = ndp->nh_drops;
180 cp += sizeof *ndp;
  /external/freetype/src/sfnt/
ttcmap.c 3058 FT_Byte* ndp = table + nondefOff; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
ttcmap.c 3005 FT_Byte* ndp = table + nondefOff; local
    [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
ttcmap.c 2994 FT_Byte* ndp = table + nondefOff; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/bdf/
bdflib.c 242 hashnode* bp = ht->table, *ndp; local
249 ndp = bp + ( res % ht->size );
250 while ( *ndp )
252 kp = (*ndp)->key;
255 ndp--;
256 if ( ndp < bp )
257 ndp = bp + ( ht->size - 1 );
260 return ndp;
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 607 IPv6NDP ndp; member in union:__anon18631
    [all...]

Completed in 221 milliseconds