/third_party/glib/glib/ |
D | gmem.c | 100 g_malloc (gsize n_bytes) in g_malloc() 130 g_malloc0 (gsize n_bytes) in g_malloc0() 165 gsize n_bytes) in g_realloc() 251 g_try_malloc (gsize n_bytes) in g_try_malloc() 276 g_try_malloc0 (gsize n_bytes) in g_try_malloc0() 303 gsize n_bytes) in g_try_realloc()
|
D | gutf8.c | 1028 gint n_bytes; in g_utf16_to_utf8() local 1169 gint n_bytes; in g_utf16_to_ucs4() local
|
D | gtestutils.c | 932 g_test_log_send (guint n_bytes, in g_test_log_send() 4029 guint n_bytes, in g_test_log_buffer_push()
|
/third_party/gstreamer/gstplugins_base/gst/volume/ |
D | gstvolume.c | 356 volume_process_double (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_double() 366 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_double() 386 volume_process_float (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_float() 396 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_float() 418 volume_process_int32 (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int32() 429 volume_process_int32_clamp (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int32_clamp() 442 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_int32_clamp() 483 volume_process_int24 (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int24() 506 volume_process_int24_clamp (GstVolume * self, gpointer bytes, guint n_bytes) in volume_process_int24_clamp() 530 gdouble * volume, guint channels, guint n_bytes) in volume_process_controlled_int24_clamp() [all …]
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/ |
D | graph_feature_parser.cc | 38 uint64_t n_bytes = 0, col_type_size = 1; in LoadFeatureTensor() local 58 uint64_t n_bytes = 0, col_type_size = 1; in LoadFeatureToSharedMemory() local 83 uint64_t n_bytes = 0, col_type_size = 1; in LoadFeatureIndex() local
|
/third_party/glib/gio/tests/ |
D | readwrite.c | 40 gsize n_bytes; in verify_iostream() local 192 gsize n_bytes; in test_g_file_create_readwrite() local 242 gsize n_bytes; in test_g_file_replace_readwrite() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/ |
D | shard_column.cc | 96 … std::unique_ptr<unsigned char[]> *data_ptr, uint64_t *const n_bytes, in GetColumnValueByName() 127 … std::unique_ptr<unsigned char[]> *data_ptr, uint64_t *n_bytes) { in GetColumnFromJson() 248 uint64_t *const n_bytes) { in GetColumnFromBlob() 425 uint64_t n_bytes = kUnsignedOne << static_cast<uint8_t>(i_type); in UIntToBytesBig() local 435 uint64_t n_bytes = kUnsignedOne << static_cast<uint8_t>(i_type); in UIntToBytesLittle() local
|
/third_party/pixman/test/ |
D | scaling-bench.c | 11 size_t n_bytes = (SOURCE_WIDTH + 2) * (SOURCE_HEIGHT + 2) * 4; in make_source() local
|
D | pixel-test.c | 2801 int n_bytes = pixman_image_get_stride (image) * pixman_image_get_height (image); in fill() local
|
D | utils.c | 380 int n_bytes; member 405 uint32_t n_bytes = in fence_malloc() local 586 make_random_bytes (int n_bytes) in make_random_bytes() 599 make_random_floats (int n_bytes) in make_random_floats()
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | dirac_parse.c | 40 unsigned char *data, int n_bytes) in gst_dirac_sequence_header_parse() 459 int n_bytes, unsigned int guard_bit) in schro_unpack_init_with_data()
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | dirac_parse.c | 37 unsigned char *data, int n_bytes) in dirac_sequence_header_parse() 456 int n_bytes, unsigned int guard_bit) in schro_unpack_init_with_data()
|
/third_party/flatbuffers/rust/flexbuffers/src/ |
D | bitwidth.rs | 45 pub fn n_bytes(self) -> usize { in n_bytes() method
|
/third_party/ffmpeg/libavcodec/ |
D | bmpenc.c | 70 int n_bytes_image, n_bytes_per_row, n_bytes, i, n, hsize, ret; in bmp_encode_frame() local
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | gstglformat.c | 55 guint n_bytes; member
|
/third_party/abseil-cpp/absl/strings/ |
D | cord.h | 1171 inline Cord Cord::AdvanceAndRead(CharIterator* it, size_t n_bytes) { in AdvanceAndRead() 1176 inline void Cord::Advance(CharIterator* it, size_t n_bytes) { in Advance()
|
/third_party/flutter/skia/third_party/externals/wuffs/test/c/std/ |
D | lzw.c | 405 uint64_t n_bytes = 0; in do_bench_wuffs_lzw_decode() local
|
/third_party/flutter/skia/third_party/externals/wuffs/test/c/testlib/ |
D | testlib.c | 184 void bench_finish(uint64_t iters, uint64_t n_bytes) { in bench_finish() 646 uint64_t n_bytes = 0; in proc_io_buffers() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | cord.h | 1394 inline Cord Cord::AdvanceAndRead(CharIterator* it, size_t n_bytes) { in AdvanceAndRead() 1399 inline void Cord::Advance(CharIterator* it, size_t n_bytes) { in Advance()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/ |
D | mindrecord_op.cc | 233 uint64_t n_bytes = 0; in LoadTensorRow() local
|
/third_party/gstreamer/gstplugins_bad/ext/flite/ |
D | gstflitetestsrc.c | 442 int n_bytes; in gst_flite_test_src_create() local
|
/third_party/gstreamer/gstplugins_bad/gst/mpegtsmux/tsmux/ |
D | tsmux.h | 186 guint64 n_bytes; member
|
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-source.c | 507 static size_t check_left_to_record(struct userdata *u, size_t n_bytes, bool on_timeout) { in check_left_to_record() 575 size_t n_bytes; in mmap_read() local 750 size_t n_bytes; in unix_read() local
|
D | alsa-sink.c | 535 static size_t check_left_to_play(struct userdata *u, size_t n_bytes, bool on_timeout) { in check_left_to_play() 607 size_t n_bytes; in mmap_write() local 804 size_t n_bytes; in unix_write() local
|
/third_party/mbedtls/library/ |
D | bignum.c | 2363 mbedtls_mpi *X, size_t n_bytes, in mpi_fill_random_internal() 2420 size_t n_bytes = ( n_bits + 7 ) / 8; in mbedtls_mpi_random() local
|