Searched defs:poff (Results 1 - 7 of 7) sorted by relevance

/external/iproute2/examples/bpf/
H A Dbpf_prog.c306 int poff, nh_off = BPF_LL_OFF + ETH_HLEN; local
/external/freetype/src/cff/
H A Dcffload.c332 FT_ULong* poff; local
342 poff = idx->offsets;
349 for ( ; p < p_end; p++, poff++ )
350 poff[0] = p[0];
354 for ( ; p < p_end; p += 2, poff++ )
355 poff[0] = FT_PEEK_USHORT( p );
359 for ( ; p < p_end; p += 3, poff++ )
360 poff[0] = FT_PEEK_UOFF3( p );
364 for ( ; p < p_end; p += 4, poff++ )
365 poff[
[all...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
H A Dcffload.c332 FT_ULong* poff; local
342 poff = idx->offsets;
349 for ( ; p < p_end; p++, poff++ )
350 poff[0] = p[0];
354 for ( ; p < p_end; p += 2, poff++ )
355 poff[0] = FT_PEEK_USHORT( p );
359 for ( ; p < p_end; p += 3, poff++ )
360 poff[0] = FT_PEEK_UOFF3( p );
364 for ( ; p < p_end; p += 4, poff++ )
365 poff[
[all...]
/external/libmicrohttpd/src/microhttpd/
H A Dpostprocessor.c348 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/opencv3/3rdparty/libtiff/
H A Dtif_dir.c1336 uint64 poff=*nextdir; local
1342 poffa=(tmsize_t)poff;
1344 if (((uint64)poffa!=poff)||(poffb<poffa)||(poffb<(tmsize_t)sizeof(uint16))||(poffb>tif->tif_size))
1371 poffa=(tmsize_t)poff;
1373 if (((uint64)poffa!=poff)||(poffb<poffa)||(poffb<(tmsize_t)sizeof(uint64))||(poffb>tif->tif_size))
/external/pdfium/third_party/freetype/src/cff/
H A Dcffload.c332 FT_ULong* poff; local
342 poff = idx->offsets;
349 for ( ; p < p_end; p++, poff++ )
350 poff[0] = p[0];
354 for ( ; p < p_end; p += 2, poff++ )
355 poff[0] = FT_PEEK_USHORT( p );
359 for ( ; p < p_end; p += 3, poff++ )
360 poff[0] = FT_PEEK_UOFF3( p );
364 for ( ; p < p_end; p += 4, poff++ )
365 poff[
[all...]
/external/pdfium/third_party/libtiff/
H A Dtif_dir.c1368 uint64 poff=*nextdir; local
1374 poffa=(tmsize_t)poff;
1376 if (((uint64)poffa!=poff)||(poffb<poffa)||(poffb<(tmsize_t)sizeof(uint16))||(poffb>tif->tif_size))
1404 poffa=(tmsize_t)poff;
1406 if (((uint64)poffa!=poff)||(poffb<poffa)||(poffb<(tmsize_t)sizeof(uint64))||(poffb>tif->tif_size))

Completed in 626 milliseconds