Home
last modified time | relevance | path

Searched refs:poff (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/
A Dip4_frag.c697 u16_t poff = IP_HLEN; in ip4_frag() local
726 poff += pbuf_copy_partial(p, rambuf->payload, fragsize, poff); in ip4_frag()
753 u16_t plen = p->len - poff; in ip4_frag()
757 poff = 0; in ip4_frag()
768 (u8_t*)p->payload + poff, newpbuflen); in ip4_frag()
784 poff = 0; in ip4_frag()
788 poff += newpbuflen; in ip4_frag()
/AliOS-Things-master/components/freetype/src/cff/
A Dcffload.c332 FT_ULong* poff; in cff_index_load_offsets() local
342 poff = idx->offsets; in cff_index_load_offsets()
349 for ( ; p < p_end; p++, poff++ ) in cff_index_load_offsets()
350 poff[0] = p[0]; in cff_index_load_offsets()
354 for ( ; p < p_end; p += 2, poff++ ) in cff_index_load_offsets()
355 poff[0] = FT_PEEK_USHORT( p ); in cff_index_load_offsets()
359 for ( ; p < p_end; p += 3, poff++ ) in cff_index_load_offsets()
360 poff[0] = FT_PEEK_OFF3( p ); in cff_index_load_offsets()
364 for ( ; p < p_end; p += 4, poff++ ) in cff_index_load_offsets()
365 poff[0] = FT_PEEK_ULONG( p ); in cff_index_load_offsets()
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/
A Dip6_frag.c668 u16_t poff = IP6_HLEN; in ip6_frag() local
706 p->payload = (u8_t *)p->payload + poff; in ip6_frag()
707 p->len -= poff; in ip6_frag()
708 p->tot_len -= poff; in ip6_frag()
746 poff = newpbuflen; in ip6_frag()
/AliOS-Things-master/components/py_engine/engine/lib/littlefs/
A Dlfs1.h224 lfs1_off_t poff; member
A Dlfs1.c748 if (f->poff == entry->off) { in lfs1_dir_remove()
751 } else if (f->poff > entry->off) { in lfs1_dir_remove()
752 f->poff -= lfs1_entry_size(entry); in lfs1_dir_remove()
1339 file->poff = entry.off; in lfs1_file_opencfg()
1547 lfs1_entry_t entry = {.off = file->poff}; in lfs1_file_sync()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_dir.c1433 uint64 poff=*nextdir; in TIFFAdvanceDirectory() local
1439 poffa=(tmsize_t)poff; in TIFFAdvanceDirectory()
1441 … if (((uint64)poffa!=poff)||(poffb<poffa)||(poffb<(tmsize_t)sizeof(uint16))||(poffb>tif->tif_size)) in TIFFAdvanceDirectory()
1469 poffa=(tmsize_t)poff; in TIFFAdvanceDirectory()
1471 … if (((uint64)poffa!=poff)||(poffb<poffa)||(poffb<(tmsize_t)sizeof(uint64))||(poffb>tif->tif_size)) in TIFFAdvanceDirectory()
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A DPPPD_FOLLOWUP123 2012-05-20 - scripts: Make poff ignore extra arguments to pppd
/AliOS-Things-master/hardware/chip/rtl872xd/bin/
A Dkm0_boot_all_2nd.bin131 ���oaddr:0x%lx paddr:0x%lx num:%d noff:%lx nsize:%lx poff:%lx psize:%ld status:%d

Completed in 19 milliseconds