Home
last modified time | relevance | path

Searched refs:offset_min (Results 1 – 5 of 5) sorted by relevance

/third_party/mbedtls/tests/suites/
Dtest_suite_constant_time.function121 void ssl_cf_memcpy_offset(int offset_min, int offset_max, int 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/
Dgxvkern.c357 FT_UShort offset_min[2]; member
398 &( GXV_KERN_FMT2_DATA( offset_min[spec] ) ), in gxv_kern_subtable_fmt2_clstbl_validate()
447 if ( GXV_KERN_FMT2_DATA( offset_min[GXV_KERN_CLS_L] ) + in gxv_kern_subtable_fmt2_validate()
448 GXV_KERN_FMT2_DATA( offset_min[GXV_KERN_CLS_R] ) in gxv_kern_subtable_fmt2_validate()
/third_party/mbedtls/library/
Dconstant_time_internal.h264 size_t offset_min,
Dconstant_time.c492 size_t offset_min, in mbedtls_ct_memcpy_offset() argument
498 for (offsetval = offset_min; offsetval <= offset_max; offsetval++) { in mbedtls_ct_memcpy_offset()
/third_party/ffmpeg/libavcodec/
Dmlpenc.c1555 int offset_min = INT_MAX, offset_max = INT_MAX; in codebook_bits_offset() local
1582 if (temp_min < offset_min) in codebook_bits_offset()
1583 offset_min = temp_min; in codebook_bits_offset()
1599 bo->min = FFMAX(offset - offset_min, HUFF_OFFSET_MIN); in codebook_bits_offset()
1612 int offset_min, offset_max; in codebook_bits() local
1615 offset_min = FFMAX(min, HUFF_OFFSET_MIN); in codebook_bits()
1618 while (offset <= offset_max && offset >= offset_min) { in codebook_bits()