Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dpostprocessor.c348 size_t poff; in post_process_urlencoded() local
356 poff = 0; in post_process_urlencoded()
357 while (poff < post_data_len) in post_process_urlencoded()
369 while ((equals + poff < post_data_len) && in post_process_urlencoded()
370 (post_data[equals + poff] != '=')) in post_process_urlencoded()
377 memcpy (&buf[pp->buffer_pos], &post_data[poff], equals); in post_process_urlencoded()
379 if (equals + poff == post_data_len) in post_process_urlencoded()
385 poff += equals + 1; in post_process_urlencoded()
397 while ((amper + poff < post_data_len) && in post_process_urlencoded()
399 (post_data[amper + poff] != '&') && in post_process_urlencoded()
[all …]
/third_party/lwip/src/core/ipv4/
Dip4_frag.c754 u16_t poff = IP_HLEN; in ip4_frag() local
785 poff += pbuf_copy_partial(p, rambuf->payload, fragsize, poff); in ip4_frag()
812 u16_t plen = (u16_t)(p->len - poff); in ip4_frag()
813 LWIP_ASSERT("p->len >= poff", p->len >= poff); in ip4_frag()
817 poff = 0; in ip4_frag()
828 (u8_t *)p->payload + poff, newpbuflen); in ip4_frag()
844 poff = 0; in ip4_frag()
848 poff = (u16_t)(poff + newpbuflen); in ip4_frag()
/third_party/lwip/src/core/ipv6/
Dip6_frag.c737 u16_t poff = IP6_HLEN; in ip6_frag() local
761 poff += pbuf_copy_partial(p, (u8_t*)rambuf->payload + IP6_FRAG_HLEN, cop, poff); in ip6_frag()
790 p->payload = (u8_t *)p->payload + poff; in ip6_frag()
791 p->len = (u16_t)(p->len - poff); in ip6_frag()
792 p->tot_len = (u16_t)(p->tot_len - poff); in ip6_frag()
830 poff = newpbuflen; in ip6_frag()
/third_party/freetype/src/cff/
Dcffload.c354 FT_ULong* poff; in cff_index_load_offsets() local
364 poff = idx->offsets; in cff_index_load_offsets()
371 for ( ; p < p_end; p++, poff++ ) in cff_index_load_offsets()
372 poff[0] = p[0]; in cff_index_load_offsets()
376 for ( ; p < p_end; p += 2, poff++ ) in cff_index_load_offsets()
377 poff[0] = FT_PEEK_USHORT( p ); in cff_index_load_offsets()
381 for ( ; p < p_end; p += 3, poff++ ) in cff_index_load_offsets()
382 poff[0] = FT_PEEK_UOFF3( p ); in cff_index_load_offsets()
386 for ( ; p < p_end; p += 4, poff++ ) in cff_index_load_offsets()
387 poff[0] = FT_PEEK_ULONG( p ); in cff_index_load_offsets()
/third_party/flutter/skia/third_party/externals/freetype/src/cff/
Dcffload.c355 FT_ULong* poff; in cff_index_load_offsets() local
365 poff = idx->offsets; in cff_index_load_offsets()
372 for ( ; p < p_end; p++, poff++ ) in cff_index_load_offsets()
373 poff[0] = p[0]; in cff_index_load_offsets()
377 for ( ; p < p_end; p += 2, poff++ ) in cff_index_load_offsets()
378 poff[0] = FT_PEEK_USHORT( p ); in cff_index_load_offsets()
382 for ( ; p < p_end; p += 3, poff++ ) in cff_index_load_offsets()
383 poff[0] = FT_PEEK_UOFF3( p ); in cff_index_load_offsets()
387 for ( ; p < p_end; p += 4, poff++ ) in cff_index_load_offsets()
388 poff[0] = FT_PEEK_ULONG( p ); in cff_index_load_offsets()
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffload.c354 FT_ULong* poff; in cff_index_load_offsets() local
364 poff = idx->offsets; in cff_index_load_offsets()
371 for ( ; p < p_end; p++, poff++ ) in cff_index_load_offsets()
372 poff[0] = p[0]; in cff_index_load_offsets()
376 for ( ; p < p_end; p += 2, poff++ ) in cff_index_load_offsets()
377 poff[0] = FT_PEEK_USHORT( p ); in cff_index_load_offsets()
381 for ( ; p < p_end; p += 3, poff++ ) in cff_index_load_offsets()
382 poff[0] = FT_PEEK_UOFF3( p ); in cff_index_load_offsets()
386 for ( ; p < p_end; p += 4, poff++ ) in cff_index_load_offsets()
387 poff[0] = FT_PEEK_ULONG( p ); in cff_index_load_offsets()
/third_party/ffmpeg/libavformat/
Dvividas.c437 int64_t poff; in track_index() local
457 poff = 0; in track_index()
467 viv->sb_blocks[i].packet_offset = poff; in track_index()
473 poff += viv->sb_blocks[i].n_packets; in track_index()
479 if (filesize > 0 && poff > filesize) in track_index()
/third_party/lwip/src/netif/ppp/
DPPPD_FOLLOWUP123 2012-05-20 - scripts: Make poff ignore extra arguments to pppd
/third_party/NuttX/
DChangeLog7304 * binfmt/libpcode, pcode.c, include/nuttx/poff.h, and binfmt/pcode.h:
7323 * binfmt/libpcode, pcode.c, include/nuttx/poff.h, and binfmt/pcode.h: