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/u-boot/lib/efi_loader/
efi_device_path.c 264 struct efi_device_path *ndp; local
270 ndp = dp_alloc(sz);
271 if (!ndp)
273 memcpy(ndp, dp, sz);
275 return ndp;
853 struct efi_device_path_mac_addr *ndp; local
864 dpsize += sizeof(*ndp);
877 ndp = buf;
878 ndp->dp.type = DEVICE_PATH_TYPE_MESSAGING_DEVICE;
879 ndp->dp.sub_type = DEVICE_PATH_SUB_TYPE_MSG_MAC_ADDR
    [all...]
  /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/u-boot/drivers/usb/host/
ohci-hcd.c 430 __u32 temp, ndp, i; local
433 ndp = (temp & RH_A_NDP);
435 ndp = (ndp == 2) ? 1:0;
438 dbg("roothub.a: %08x POTPGT=%d%s%s%s%s%s NDP=%d", temp,
445 ndp
465 for (i = 0; i < ndp; i++) {
1219 __u32 temp, ndp, i; local
    [all...]
  /external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.c 297 __u32 temp, ndp, i; local
300 ndp = (temp & RH_A_NDP);
303 dbg ("roothub.a: %08x POTPGT=%d%s%s%s%s%s NDP=%d", temp,
310 ndp
330 for (i = 0; i < ndp; i++) {
862 __u32 temp, ndp, i; local
867 ndp = (temp & RH_A_NDP);
868 for (i = 0; i < ndp; i++) {
    [all...]
  /external/freetype/src/sfnt/
ttcmap.c 3098 FT_Byte* ndp = table + nondefOff; local
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNS.c     [all...]
mDNSEmbeddedAPI.h 618 IPv6NDP ndp; member in union:__anon32563
    [all...]

Completed in 544 milliseconds