Searched refs:offset_max (Results 1 - 7 of 7) sorted by relevance
/third_party/mbedtls/library/ |
H A D | constant_time.c | 219 size_t offset_max, in mbedtls_ct_memcpy_offset() 224 for (offsetval = offset_min; offsetval <= offset_max; offsetval++) { in mbedtls_ct_memcpy_offset() 215 mbedtls_ct_memcpy_offset(unsigned char *dest, const unsigned char *src, size_t offset, size_t offset_min, size_t offset_max, size_t len) mbedtls_ct_memcpy_offset() argument
|
H A D | constant_time_internal.h | 510 * \p offset, but only on \p offset_min, \p offset_max and \p len. 522 * readable buffer of at least \p offset_max + \p len 526 * than \p offset_max. 528 * \param offset_max The maximal value of \p offset. 535 size_t offset_max,
|
/third_party/skia/third_party/externals/freetype/src/gxvalid/ |
H A 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/lwip/src/core/ipv6/ |
H A 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/ffmpeg/libavcodec/ |
H A 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 in determine_bits() [all...] |
/third_party/backends/backend/ |
H A D | hp5590.c | 2503 const SANE_Int offset_max = 48; in sane_read() local 2510 scanner->color_shift_line_buffer1 = malloc (bytes_per_line * offset_max); in sane_read() 2513 memset (scanner->color_shift_line_buffer1, 0, bytes_per_line * offset_max); in sane_read() 2518 scanner->color_shift_line_buffer2 = malloc (bytes_per_line * offset_max); in sane_read() 2521 memset (scanner->color_shift_line_buffer2, 0, bytes_per_line * offset_max); in sane_read() 2525 scanner->color_shift_buffered_lines2 = MY_MIN(n_lines, offset_max); in sane_read() 2529 shift_color_lines(data, n_lines, scanner->color_shift_line_buffer1, scanner->color_shift_buffered_lines1, 0, offset_max, color_48, bytes_per_line); in sane_read() 2531 append_and_move_lines(scanner->color_shift_line_buffer2, scanner->color_shift_buffered_lines2, scanner->color_shift_line_buffer1, &(scanner->color_shift_buffered_lines1), offset_max, bytes_per_line); in sane_read()
|
/third_party/lwip/src/core/ipv4/ |
H A 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) {
|
Completed in 13 milliseconds