Searched refs:offset_max (Results 1 – 8 of 8) sorted by relevance
/third_party/mbedtls/tests/suites/ |
D | test_suite_constant_time.function | 121 void ssl_cf_memcpy_offset(int offset_min, int offset_max, int len) 125 size_t src_len = offset_max + len; 134 for (secret = offset_min; secret <= (size_t) offset_max; secret++) { 139 offset_min, offset_max, len);
|
/third_party/skia/third_party/externals/freetype/src/gxvalid/ |
D | gxvkern.c | 358 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/ |
D | constant_time_internal.h | 265 size_t offset_max,
|
D | constant_time.c | 493 size_t offset_max, in mbedtls_ct_memcpy_offset() argument 498 for (offsetval = offset_min; offsetval <= offset_max; offsetval++) { in mbedtls_ct_memcpy_offset()
|
/third_party/ffmpeg/libavcodec/ |
D | mlpenc.c | 1555 int offset_min = INT_MAX, offset_max = INT_MAX; in codebook_bits_offset() local 1586 if (temp_max < offset_max) in codebook_bits_offset() 1587 offset_max = temp_max; in codebook_bits_offset() 1600 bo->max = FFMIN(offset + offset_max, HUFF_OFFSET_MAX); in codebook_bits_offset() 1612 int offset_min, offset_max; in codebook_bits() local 1616 offset_max = FFMIN(max, HUFF_OFFSET_MAX); in codebook_bits() 1618 while (offset <= offset_max && offset >= offset_min) { in codebook_bits() 1682 int16_t offset_max; in determine_bits() local 1689 offset_max = temp_bo.max; in determine_bits() 1693 codebook_bits(ctx, channel, i - 1, offset_max + 1, in determine_bits()
|
/third_party/lwip/src/core/ipv6/ |
D | dhcp6.c | 620 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/lwip/src/core/ipv4/ |
D | dhcp.c | 1578 u16_t offset_max; local 1622 offset_max = options_idx_max; 1625 while ((q != NULL) && (offset < offset_max) && (options[offset] != DHCP_OPTION_END)) { 1759 offset_max = (u16_t)(offset_max - q->len); 1760 if (offset < offset_max) {
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 17886 int offset_max; member
|