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

  /external/autotest/client/site_tests/cellular_MbimComplianceDataTransfer/
cellular_MbimComplianceDTS1521.py 39 _, ndp, _, _ = loopback.run(ntb_format=ntb_format)
43 if (ndp.length < 16) or (ndp.length % 4 != 0):
48 if (ndp.length < 32) or (ndp.length % 8 != 0):
cellular_MbimComplianceDTS1420.py 40 _, ndp, _, _ = loopback.run(ntb_format=ntb_format)
44 if ndp.signature != mbim_data_transfer.NDP_SIGNATURE_IPS_16:
49 if ndp.signature != mbim_data_transfer.NDP_SIGNATURE_IPS_32:
  /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/autotest/client/cros/cellular/mbim_compliance/sequences/
loopback_sequence.py 49 @returns tuple of (nth, ndp, ndp_entries, payload) where,
51 ndp - NDP header object received.
52 ndp_entries - Array of NDP entry header objects.
65 nth, ndp, ndp_entries, payload = data_transfer.receive_data_packets(
68 return (nth, ndp, ndp_entries, payload)
  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_data_transfer_unittest.py 110 nth, ndp, ndp_entries, payload = ntb.parse_ntb(ntb_frame)
131 self.assertEqual(ndp.signature, mbim_data_transfer.NDP_SIGNATURE_IPS_32)
132 self.assertEqual(ndp.length, 32)
133 self.assertEqual(ndp.next_ndp_index, 0)
mbim_data_transfer.py 95 @returns tuple of (nth, ndp, ndp_entries, payload) where,
97 ndp - NDP header object received.
98 ndp_entries - Array of NDP entry header objects.
116 1. We currently only support a single NDP frame within an NTB.
118 (instead of IPS) prefix in NDP signature if required.
214 @param ntb_ndp_alignment : Used for NDP header alignment within the
224 # the NDP header and the associated NDP entries.
229 # We need one extra ZLP NDP entry at the end, so account for it
    [all...]
  /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/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/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/mdnsresponder/mDNSCore/
mDNS.c     [all...]
mDNSEmbeddedAPI.h 607 IPv6NDP ndp; member in union:__anon18631
    [all...]

Completed in 5703 milliseconds