/third_party/ffmpeg/libavformat/ |
D | webvttenc.c | 67 buffer_size_t id_size, settings_size; in webvtt_write_packet() local 73 &id_size); in webvtt_write_packet() 75 if (id && id_size > 0) in webvtt_write_packet() 76 avio_printf(pb, "%.*s\n", id_size, id); in webvtt_write_packet()
|
D | matroskaenc.c | 2146 buffer_size_t id_size, settings_size; in mkv_write_vtt_blocks() local 2153 &id_size); in mkv_write_vtt_blocks() 2160 size = id_size + 1 + settings_size + 1 + pkt->size; in mkv_write_vtt_blocks() 2179 avio_printf(pb, "%.*s\n%.*s\n%.*s", id_size, id, settings_size, settings, pkt->size, pkt->data); in mkv_write_vtt_blocks()
|
/third_party/libsnd/tests/ |
D | chunk_test.c | 134 chunk_info.id_size = 4 ; in chunk_test_helper() 155 chunk_info.id_size = 4 ; in chunk_test_helper() 224 chunk_info.id_size = 4 ; in multichunk_test_helper() 247 chunk_info.id_size = 4 ; in multichunk_test_helper() 278 4 != chunk_info.id_size, in multichunk_test_helper() 279 …testdata[%d] : Bad ID length %u (previous length %u)\n\n", __LINE__, (int) i, chunk_info.id_size, 4 in multichunk_test_helper() 354 chunk_info.id_size = 4 ; in wav_subchunk_test() 414 chunk_info.id_size = 4 ; in large_free_test()
|
/third_party/libsnd/src/ |
D | chunk.c | 78 psf->iterator->id_size = marker_len ; in psf_get_chunk_iterator() 148 rchunk.id_size = 4 ; in psf_store_read_chunk_u32() 149 memcpy (rchunk.id, &marker, rchunk.id_size) ; in psf_store_read_chunk_u32() 211 rchunk.id_size = marker_len > 64 ? 64 : marker_len ; in psf_store_read_chunk_str() 212 memcpy (rchunk.id, marker_str, rchunk.id_size) ; in psf_store_read_chunk_str()
|
D | common.h | 269 unsigned id_size ; member 297 unsigned id_size ; member 978 if (chunk_info->id_size != 4) in fourcc_to_marker()
|
D | alac.c | 190 chunk_info.id_size = snprintf (chunk_info.id, sizeof (chunk_info.id), "kuki") ; in alac_close() 196 chunk_info.id_size = snprintf (chunk_info.id, sizeof (chunk_info.id), "pakt") ; in alac_close() 814 chunk_info.id_size = 4 ; in alac_pakt_read_decode()
|
D | rf64.c | 885 chunk_info->id_size = psf->rchunks.chunks [indx].id_size ; in rf64_get_chunk_data()
|
D | caf.c | 1024 chunk_info->id_size = psf->rchunks.chunks [indx].id_size ; in caf_get_chunk_data()
|
D | wav.c | 1562 chunk_info->id_size = psf->rchunks.chunks [indx].id_size ; in wav_get_chunk_data()
|
D | aiff.c | 1825 chunk_info->id_size = psf->rchunks.chunks [indx].id_size ; in aiff_get_chunk_data()
|
/third_party/grpc/src/ruby/ext/grpc/ |
D | rb_channel_args.c | 112 ID id_size = rb_intern("size"); in grpc_rb_hash_convert_to_channel_args0() local 124 num_args = NUM2INT(rb_funcall(params->src_hash, id_size, 0)); in grpc_rb_hash_convert_to_channel_args0()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/ |
D | graph_data_service_impl.cc | 181 CHECK_FAIL_RETURN_UNEXPECTED(request->id_size() > 0, "The input edge id is empty"); in GetNodesFromEdges() 216 CHECK_FAIL_RETURN_UNEXPECTED(request->id_size() > 0, "The input node id is empty"); in GetAllNeighbors() 234 CHECK_FAIL_RETURN_UNEXPECTED(request->id_size() > 0, "The input node id is empty"); in GetSampledNeighbors() 260 CHECK_FAIL_RETURN_UNEXPECTED(request->id_size() > 0, "The input node id is empty"); in GetNegSampledNeighbors() 277 CHECK_FAIL_RETURN_UNEXPECTED(request->id_size() > 0, "The input node id is empty"); in RandomWalk()
|
/third_party/mesa3d/src/util/ |
D | disk_cache.c | 188 size_t id_size = strlen(driver_id) + 1; in disk_cache_create() local 190 cache->driver_keys_blob_size += id_size; in disk_cache_create() 210 DRV_KEY_CPY(drv_key_blob, driver_id, id_size) in disk_cache_create()
|
/third_party/libsnd/include/ |
D | sndfile.h.in | 786 unsigned id_size ; /* The size of the chunk identifier. */ member 808 ** (chunk_info->id_size) bytes of a chunk found in the SNDFILE* handle. 843 ** field of the SF_CHUNK_INFO struct and it's id_size field will 846 ** id and id_size fields will be undefined. 857 ** updated to reflect the size of the data. The id and id_size 860 ** id and id_size fields will be undefined.
|
D | sndfile.h | 737 unsigned id_size; /* The size of the chunk identifier. */ member
|
/third_party/mindspore/mindspore/ccsrc/ps/ |
D | worker.cc | 894 size_t id_size = IntToSize(send.len_size()); in UpdateEmbeddingPartitioner() local 895 if (id_size == 0) { in UpdateEmbeddingPartitioner() 899 size_t embedding_dim = val_size / id_size; in UpdateEmbeddingPartitioner() 911 for (size_t j = 0; j < id_size; j++) { in UpdateEmbeddingPartitioner()
|
/third_party/libsnd/docs/ |
D | api.md | 610 unsigned id_size ; /* The size of the chunk identifier. */ 636 matching, if (`chunk_info->id`) matches the first (`chunk_info->id_size`) bytes 680 to the `id` field of the `SF_CHUNK_INFO` struct and it's `id_size` field will be 684 `id_size` fields will be undefined. 700 `id` and `id_size` field will be updated according to the retrieved chunk. If 702 `id_size` fields will be undefined.
|
/third_party/cmsis/CMSIS/RTOS2/Include/ |
D | cmsis_os2.h | 316 osStatus_t osKernelGetInfo (osVersion_t *version, char *id_buf, uint32_t id_size);
|