Home
last modified time | relevance | path

Searched defs:buffer_size (Results 1 – 25 of 395) sorted by relevance

12345678910>>...16

/third_party/harfbuzz/src/
Dtest-repacker.cc192 size_t buffer_size = 100; in test_sort_kahn_1() local
220 size_t buffer_size = 100; in test_sort_kahn_2() local
254 size_t buffer_size = 100; in test_sort_shortest() local
287 size_t buffer_size = 100; in test_duplicate_leaf() local
323 size_t buffer_size = 100; in test_duplicate_interior() local
365 size_t buffer_size = 100; in test_serialize() local
388 size_t buffer_size = 100; in test_will_overflow_1() local
401 size_t buffer_size = 160000; in test_will_overflow_2() local
414 size_t buffer_size = 160000; in test_will_overflow_3() local
427 size_t buffer_size = 160000; in test_resolve_overflows_via_sort() local
[all …]
/third_party/boost/boost/iostreams/
Dcopy.hpp95 std::streamsize buffer_size, in copy_impl()
124 std::streamsize buffer_size, in copy_impl()
153 copy_operation(Source& src, Sink& snk, std::streamsize buffer_size) in copy_operation()
173 std::streamsize copy_impl(Source src, Sink snk, std::streamsize buffer_size) in copy_impl()
195 std::streamsize buffer_size = default_device_buffer_size in copy()
210 std::streamsize buffer_size = default_device_buffer_size in copy()
225 std::streamsize buffer_size = default_device_buffer_size in copy()
239 std::streamsize buffer_size = default_device_buffer_size in copy()
/third_party/mbedtls/programs/psa/
Dpsa_constant_names.c55 static void append(char **buffer, size_t buffer_size, in append()
66 static void append_integer(char **buffer, size_t buffer_size, in append_integer()
81 static void append_with_curve(char **buffer, size_t buffer_size, in append_with_curve()
99 static void append_with_group(char **buffer, size_t buffer_size, in append_with_group()
119 static void append_with_alg(char **buffer, size_t buffer_size, in append_with_alg()
136 static int psa_snprint_status(char *buffer, size_t buffer_size, in psa_snprint_status()
153 static int psa_snprint_ecc_curve(char *buffer, size_t buffer_size, in psa_snprint_ecc_curve()
170 static int psa_snprint_dh_group(char *buffer, size_t buffer_size, in psa_snprint_dh_group()
/third_party/skia/third_party/externals/harfbuzz/src/
Dtest-repacker.cc77 unsigned buffer_size = overflowing.end - overflowing.start; in run_resolve_overflow_test() local
786 size_t buffer_size = 100; in test_sort_kahn_1() local
814 size_t buffer_size = 100; in test_sort_kahn_2() local
848 size_t buffer_size = 100; in test_sort_shortest() local
881 size_t buffer_size = 100; in test_duplicate_leaf() local
917 size_t buffer_size = 100; in test_duplicate_interior() local
959 size_t buffer_size = 100; in test_serialize() local
982 size_t buffer_size = 100; in test_will_overflow_1() local
995 size_t buffer_size = 160000; in test_will_overflow_2() local
1008 size_t buffer_size = 160000; in test_will_overflow_3() local
[all …]
/third_party/weston/clients/
Dscreenshot.c57 struct buffer_size { struct
58 int width, height;
60 int min_x, min_y;
61 int max_x, max_y;
/third_party/node/test/js-native-api/test_string/
Dtest_string.c20 size_t buffer_size = 128; in TestLatin1() local
46 size_t buffer_size = 128; in TestUtf8() local
72 size_t buffer_size = 128; in TestUtf16() local
99 size_t buffer_size = 4; in TestLatin1Insufficient() local
125 size_t buffer_size = 4; in TestUtf8Insufficient() local
151 size_t buffer_size = 4; in TestUtf16Insufficient() local
/third_party/boost/boost/iostreams/detail/
Dbuffer.hpp154 inline Ch* basic_buffer<Ch, Alloc>::allocate(std::streamsize buffer_size) in allocate()
167 basic_buffer<Ch, Alloc>::basic_buffer(std::streamsize buffer_size) in basic_buffer()
188 inline void basic_buffer<Ch, Alloc>::resize(std::streamsize buffer_size) in resize()
207 buffer<Ch, Alloc>::buffer(std::streamsize buffer_size) in buffer()
/third_party/boost/boost/interprocess/ipc/
Dmessage_queue.hpp699 (const void *buffer, size_type buffer_size, unsigned int priority) in send()
704 (const void *buffer, size_type buffer_size, unsigned int priority) in try_send()
709 (const void *buffer, size_type buffer_size in timed_send()
721 const void *buffer, size_type buffer_size, in do_send()
821 inline void message_queue_t<VoidPointer>::receive(void *buffer, size_type buffer_size, in receive()
827 message_queue_t<VoidPointer>::try_receive(void *buffer, size_type buffer_size, in try_receive()
833 message_queue_t<VoidPointer>::timed_receive(void *buffer, size_type buffer_size, in timed_receive()
847 void *buffer, size_type buffer_size, in do_receive()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp16/
Dlstm_fp16.cc277 int buffer_size = lstm_param_->batch_ * lstm_param_->hidden_size_ * sizeof(float16_t); in MallocRunBuffer() local
285 int buffer_size = lstm_param_->batch_ * lstm_param_->hidden_size_ * sizeof(float16_t); in MallocRunBuffer() local
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/
Dfont_data_test.cc151 int32_t buffer_size, in ReadFontDataWithBuffer()
188 int32_t buffer_size) { in WriteFontDataWithBuffer()
227 for (int32_t buffer_size = 1; buffer_size <= length; in ReadComparison() local
284 for (int32_t buffer_size = 1; buffer_size < length; in SlicingWriteTest() local
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dfont_data_test.cc151 int32_t buffer_size, in ReadFontDataWithBuffer()
188 int32_t buffer_size) { in WriteFontDataWithBuffer()
227 for (int32_t buffer_size = 1; buffer_size <= length; in ReadComparison() local
284 for (int32_t buffer_size = 1; buffer_size < length; in SlicingWriteTest() local
/third_party/boost/libs/crc/
Dcrc_example.cpp28 std::streamsize const buffer_size = PRIVATE_BUFFER_SIZE; variable
/third_party/boost/libs/nowide/src/
Dstat.cpp26 int stat(const char* path, posix_stat_t* buffer, size_t buffer_size) in stat()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_ring.h32 size_t buffer_size; member
66 uint32_t buffer_size; member
/third_party/ffmpeg/libavutil/tests/
Dlog.c26 static int call_log_format_line2(const char *fmt, char *buffer, int buffer_size, ...) in call_log_format_line2()
/third_party/python/Modules/_io/clinic/
Dbufferedio.c.h412 Py_ssize_t buffer_size = DEFAULT_BUFFER_SIZE; in _io_BufferedReader___init__() local
466 Py_ssize_t buffer_size = DEFAULT_BUFFER_SIZE; in _io_BufferedWriter___init__() local
554 Py_ssize_t buffer_size = DEFAULT_BUFFER_SIZE; in _io_BufferedRWPair___init__() local
612 Py_ssize_t buffer_size = DEFAULT_BUFFER_SIZE; in _io_BufferedRandom___init__() local
/third_party/boost/boost/iostreams/filter/
Dzstd.hpp339 (const zstd_params& p, std::streamsize buffer_size) in basic_zstd_compressor()
346 (std::streamsize buffer_size) in basic_zstd_decompressor()
351 (const zstd_params& p, std::streamsize buffer_size) in basic_zstd_decompressor()
Dlzma.hpp352 (const lzma_params& p, std::streamsize buffer_size) in basic_lzma_compressor()
359 (std::streamsize buffer_size) in basic_lzma_decompressor()
364 (const lzma_params& p, std::streamsize buffer_size) in basic_lzma_decompressor()
/third_party/gstreamer/gstplugins_bad/sys/dvb/
Dcamresourcemanager.c79 guint buffer_size; in send_simple() local
114 guint buffer_size; in send_profile_reply() local
/third_party/node/test/parallel/
Dtest-tls-close-event-after-write.js16 const buffer_size = 1024 * 1024; constant
/third_party/boost/tools/build/src/engine/
Dcwd.cpp44 int buffer_size = PATH_MAX; in cwd_init() local
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavprotocol.c236 static const int buffer_size = 4096; in gst_ffmpegdata_open() local
345 static const int buffer_size = 4096; in gst_ffmpeg_pipe_open() local
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlPipelineStateBuilder.mm306 uint32_t buffer_size(uint32_t offset, uint32_t maxAlignment) { function
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_so.c41 unsigned buffer_size) in softpipe_create_so_target()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_constants.c53 unsigned buffer_size = 0; in svga_set_constant_buffer() local

12345678910>>...16