Home
last modified time | relevance | path

Searched refs:offset_max (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/gxvalid/
Dgxvkern.c358 FT_UShort offset_max[2]; member
399 &( GXV_KERN_FMT2_DATA( offset_max[spec] ) ), in gxv_kern_subtable_fmt2_clstbl_validate()
453 GXV_KERN_FMT2_DATA( offset_max[GXV_KERN_CLS_L] ) in gxv_kern_subtable_fmt2_validate()
454 + GXV_KERN_FMT2_DATA( offset_max[GXV_KERN_CLS_R] ) in gxv_kern_subtable_fmt2_validate()
/third_party/freetype/src/gxvalid/
Dgxvkern.c358 FT_UShort offset_max[2]; member
399 &( GXV_KERN_FMT2_DATA( offset_max[spec] ) ), in gxv_kern_subtable_fmt2_clstbl_validate()
453 GXV_KERN_FMT2_DATA( offset_max[GXV_KERN_CLS_L] ) in gxv_kern_subtable_fmt2_validate()
454 + GXV_KERN_FMT2_DATA( offset_max[GXV_KERN_CLS_R] ) in gxv_kern_subtable_fmt2_validate()
/third_party/flutter/skia/third_party/externals/freetype/src/gxvalid/
Dgxvkern.c358 FT_UShort offset_max[2]; member
399 &( GXV_KERN_FMT2_DATA( offset_max[spec] ) ), in gxv_kern_subtable_fmt2_clstbl_validate()
453 GXV_KERN_FMT2_DATA( offset_max[GXV_KERN_CLS_L] ) in gxv_kern_subtable_fmt2_validate()
454 + GXV_KERN_FMT2_DATA( offset_max[GXV_KERN_CLS_R] ) in gxv_kern_subtable_fmt2_validate()
/third_party/mbedtls/library/
Dconstant_time_internal.h240 size_t offset_max,
Dconstant_time.c428 size_t offset_max, in mbedtls_ct_memcpy_offset() argument
433 for( offsetval = offset_min; offsetval <= offset_max; offsetval++ ) in mbedtls_ct_memcpy_offset()
/third_party/lwip/src/core/ipv6/
Ddhcp6.c620 u16_t offset_max; in dhcp6_parse_reply() local
634 offset_max = p->tot_len; in dhcp6_parse_reply()
638 while ((offset + 4 <= offset_max)) { in dhcp6_parse_reply()
/third_party/ffmpeg/libavcodec/
Dmlpenc.c1641 int offset_min = INT_MAX, offset_max = INT_MAX; in codebook_bits_offset() local
1673 if (temp_max < offset_max) in codebook_bits_offset()
1674 offset_max = temp_max; in codebook_bits_offset()
1687 bo->max = FFMIN(offset + offset_max, HUFF_OFFSET_MAX); in codebook_bits_offset()
1699 int offset_min, offset_max; in codebook_bits() local
1703 offset_max = FFMIN(max, HUFF_OFFSET_MAX); in codebook_bits()
1705 while (offset <= offset_max && offset >= offset_min) { in codebook_bits()
1771 int16_t offset_max; in determine_bits() local
1778 offset_max = temp_bo.max; in determine_bits()
1782 codebook_bits(ctx, channel, i - 1, offset_max + 1, in determine_bits()
/third_party/lwip/src/core/ipv4/
Ddhcp.c1511 u16_t offset_max; in dhcp_parse_reply() local
1555 offset_max = options_idx_max; in dhcp_parse_reply()
1558 while ((q != NULL) && (offset < offset_max) && (options[offset] != DHCP_OPTION_END)) { in dhcp_parse_reply()
1692 offset_max = (u16_t)(offset_max - q->len); in dhcp_parse_reply()
1693 if (offset < offset_max) { in dhcp_parse_reply()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth265parser.c2679 guint32 offset_max; in gst_h265_parser_parse_slice_hdr() local
2682 offset_max = pps->PicHeightInCtbsY - 1; in gst_h265_parser_parse_slice_hdr()
2684 offset_max = in gst_h265_parser_parse_slice_hdr()
2688 offset_max = in gst_h265_parser_parse_slice_hdr()
2691 READ_UE_MAX (&nr, slice->num_entry_point_offsets, offset_max); in gst_h265_parser_parse_slice_hdr()
/third_party/glib/glib/pcre/
Dpcre_exec.c937 if (offset < md->offset_max) in match()
1106 if (offset < md->offset_max) in match()
1502 if (offset >= md->offset_max) md->offset_overflow = TRUE; else in match()
1926 if (offset >= md->offset_max) md->offset_overflow = TRUE; else in match()
6644 md->offset_max = (2*ocount)/3; in pcre_exec()
Dpcre_internal.h2097 int offset_max; /* The maximum usable for return data */ member
/third_party/mbedtls/tests/suites/
Dtest_suite_ssl.function4747 void ssl_cf_memcpy_offset( int offset_min, int offset_max, int len )
4751 size_t src_len = offset_max + len;
4760 for( secret = offset_min; secret <= (size_t) offset_max; secret++ )
4766 offset_min, offset_max, len );
/third_party/gstreamer/gstplugins_bad/
DChangeLog88118 This will provide correct offset_max in slice_header for parsing