Searched refs:poff (Results 1 – 7 of 7) sorted by relevance
/external/libmicrohttpd/src/microhttpd/ |
D | postprocessor.c | 348 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 …]
|
/external/syslinux/core/lwip/src/core/ipv4/ |
D | ip_frag.c | 684 u16_t poff = IP_HLEN; in ip_frag() local 735 poff += pbuf_copy_partial(p, (u8_t*)iphdr + IP_HLEN, cop, poff); in ip_frag() 744 poff += pbuf_copy_partial(p, rambuf->payload, cop, poff); in ip_frag() 769 p->payload = (u8_t *)p->payload + poff; in ip_frag() 770 p->len -= poff; in ip_frag() 806 poff = newpbuflen; in ip_frag()
|
/external/pdfium/third_party/freetype/src/cff/ |
D | cffload.c | 332 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_UOFF3( 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()
|
/external/freetype/src/cff/ |
D | cffload.c | 354 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()
|
/external/llvm/test/CodeGen/PowerPC/ |
D | ppc32-pic-large.ll | 15 ; LARGE-BSS: [[POFF:\.L[0-9]+\$poff]]:
|
/external/pdfium/third_party/libtiff/ |
D | tif_dir.c | 1376 uint64 poff=*nextdir; in TIFFAdvanceDirectory() local 1382 poffa=(tmsize_t)poff; in TIFFAdvanceDirectory() 1384 … if (((uint64)poffa!=poff)||(poffb<poffa)||(poffb<(tmsize_t)sizeof(uint16))||(poffb>tif->tif_size)) in TIFFAdvanceDirectory() 1412 poffa=(tmsize_t)poff; in TIFFAdvanceDirectory() 1414 … if (((uint64)poffa!=poff)||(poffb<poffa)||(poffb<(tmsize_t)sizeof(uint64))||(poffb>tif->tif_size)) in TIFFAdvanceDirectory()
|
/external/iproute2/examples/bpf/ |
D | bpf_prog.c | 306 int poff, nh_off = BPF_LL_OFF + ETH_HLEN; in flow_dissector() local
|