Searched refs:available_size (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/libwebp/tests/fuzzer/ |
D | advanced_api_fuzzer.c | 84 size_t available_size = value + 1; in LLVMFuzzerTestOneInput() local 86 if (available_size > size) available_size = size; in LLVMFuzzerTestOneInput() 87 status = WebPIUpdate(idec, data, available_size); in LLVMFuzzerTestOneInput() 88 if (status != VP8_STATUS_SUSPENDED || available_size == size) break; in LLVMFuzzerTestOneInput() 89 available_size *= 2; in LLVMFuzzerTestOneInput()
|
/third_party/grpc/src/core/tsi/ |
D | fake_transport_security.cc | 172 size_t available_size = *incoming_bytes_size; in tsi_fake_frame_decode() local 185 if (to_read_size > available_size) { in tsi_fake_frame_decode() 187 memcpy(frame->data + frame->offset, bytes_cursor, available_size); in tsi_fake_frame_decode() 188 bytes_cursor += available_size; in tsi_fake_frame_decode() 189 frame->offset += available_size; in tsi_fake_frame_decode() 196 available_size -= to_read_size; in tsi_fake_frame_decode() 202 if (to_read_size > available_size) { in tsi_fake_frame_decode() 203 memcpy(frame->data + frame->offset, bytes_cursor, available_size); in tsi_fake_frame_decode() 204 frame->offset += available_size; in tsi_fake_frame_decode() 205 bytes_cursor += available_size; in tsi_fake_frame_decode()
|
/third_party/flutter/skia/third_party/externals/freetype/src/pcf/ |
D | README | 61 sets available_size->width and available_size->height to 12.
|
/third_party/freetype/src/pcf/ |
D | README | 61 sets available_size->width and available_size->height to 12.
|
/third_party/skia/third_party/externals/freetype/src/pcf/ |
D | README | 61 sets available_size->width and available_size->height to 12.
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_sqtt.c | 529 uint32_t available_size = (info->cur_offset * 32) / 1024; in si_get_thread_trace() local 535 expected_size, available_size); in si_get_thread_trace()
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.20 | 160 face->root.available_size, face->charset_encoding,
|
/third_party/flutter/skia/third_party/externals/freetype/ |
D | ChangeLog.20 | 160 face->root.available_size, face->charset_encoding,
|
/third_party/freetype/ |
D | ChangeLog.20 | 160 face->root.available_size, face->charset_encoding,
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 7511 + * <sort `face->available_size` as necessary into
|