HomeSort by relevance Sort by last modified time
    Searched refs:poff (Results 1 - 11 of 11) sorted by null

  /external/libmicrohttpd/src/microhttpd/
postprocessor.c 348 size_t poff; local
356 poff = 0;
357 while (poff < post_data_len)
369 while ((equals + poff < post_data_len) &&
370 (post_data[equals + poff] != '='))
377 memcpy (&buf[pp->buffer_pos], &post_data[poff], equals);
379 if (equals + poff == post_data_len)
385 poff += equals + 1;
397 while ((amper + poff < post_data_len) &&
399 (post_data[amper + poff] != '&') &
835 size_t poff; local
    [all...]
  /external/syslinux/core/lwip/src/core/ipv4/
ip_frag.c 684 u16_t poff = IP_HLEN; local
735 poff += pbuf_copy_partial(p, (u8_t*)iphdr + IP_HLEN, cop, poff);
744 poff += pbuf_copy_partial(p, rambuf->payload, cop, poff);
769 p->payload = (u8_t *)p->payload + poff;
770 p->len -= poff;
806 poff = newpbuflen;
  /toolchain/binutils/binutils-2.27/gold/
fileread.cc 479 off_t poff = File_read::page_offset(start); local
481 section_size_type psize = File_read::pages(size + (start - poff));
483 if (poff + static_cast<off_t>(psize) >= this->size_)
485 psize = this->size_ - poff;
497 this->do_read(poff, psize, static_cast<unsigned char*>(p) + byteshift);
503 p = ::mmap(NULL, psize, PROT_READ, MAP_PRIVATE, this->descriptor_, poff);
514 this->do_read(poff, psize, p);
520 File_read::View* v = new File_read::View(poff, psize, pbytes, byteshift,
output.cc     [all...]
layout.cc     [all...]
symtab.h     [all...]
output.h     [all...]
symtab.cc     [all...]
  /external/freetype/src/cff/
cffload.c 355 FT_ULong* poff; local
365 poff = idx->offsets;
372 for ( ; p < p_end; p++, poff++ )
373 poff[0] = p[0];
377 for ( ; p < p_end; p += 2, poff++ )
378 poff[0] = FT_PEEK_USHORT( p );
382 for ( ; p < p_end; p += 3, poff++ )
383 poff[0] = FT_PEEK_UOFF3( p );
387 for ( ; p < p_end; p += 4, poff++ )
388 poff[0] = FT_PEEK_ULONG( p )
    [all...]
  /external/pdfium/third_party/libtiff/
tif_dir.c 1428 uint64 poff=*nextdir; local
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
elf32-rl78.c 2496 int poff; local
    [all...]

Completed in 297 milliseconds