Searched refs:poff (Results 1 – 8 of 8) sorted by relevance
697 u16_t poff = IP_HLEN; in ip4_frag() local726 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()
332 FT_ULong* poff; in cff_index_load_offsets() local342 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()
668 u16_t poff = IP6_HLEN; in ip6_frag() local706 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()
224 lfs1_off_t poff; member
748 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()
1433 uint64 poff=*nextdir; in TIFFAdvanceDirectory() local1439 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()
123 2012-05-20 - scripts: Make poff ignore extra arguments to pppd
131 oaddr:0x%lx paddr:0x%lx num:%d noff:%lx nsize:%lx poff:%lx psize:%ld status:%d
Completed in 34 milliseconds