/third_party/libunwind/src/arm/ |
D | Gex_tables.c | 81 arm_exidx_apply_cmd (struct arm_exbuf_data *edata, struct dwarf_cursor *c) in arm_exidx_apply_cmd() argument 86 switch (edata->cmd) in arm_exidx_apply_cmd() 96 Debug (2, "vsp = vsp - %d\n", edata->data); in arm_exidx_apply_cmd() 97 c->cfa -= edata->data; in arm_exidx_apply_cmd() 100 Debug (2, "vsp = vsp + %d\n", edata->data); in arm_exidx_apply_cmd() 101 c->cfa += edata->data; in arm_exidx_apply_cmd() 105 if (edata->data & (1 << i)) in arm_exidx_apply_cmd() 112 if (edata->data & (1 << 13)) in arm_exidx_apply_cmd() 116 assert (edata->data < 16); in arm_exidx_apply_cmd() 117 Debug (2, "vsp = r%d\n", edata->data); in arm_exidx_apply_cmd() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | ffwavesynth.c | 238 uint8_t *edata, *edata_end; in wavesynth_parse_extradata() local 246 edata = avc->extradata; in wavesynth_parse_extradata() 247 edata_end = edata + avc->extradata_size; in wavesynth_parse_extradata() 248 ws->nb_inter = AV_RL32(edata); in wavesynth_parse_extradata() 249 edata += 4; in wavesynth_parse_extradata() 250 if (ws->nb_inter < 0 || (edata_end - edata) / 24 < ws->nb_inter) in wavesynth_parse_extradata() 257 if (edata_end - edata < 24) in wavesynth_parse_extradata() 259 in->ts_start = AV_RL64(edata + 0); in wavesynth_parse_extradata() 260 in->ts_end = AV_RL64(edata + 8); in wavesynth_parse_extradata() 261 in->type = AV_RL32(edata + 16); in wavesynth_parse_extradata() [all …]
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | mikey.c | 122 const guint8 edata[] = { 0x10, 0x20, 0x30, 0x40, 0x50, 0x60, 0x70, 0x80, in GST_START_TEST() local 163 sizeof (edata), edata); in GST_START_TEST() 195 fail_unless (pkd->key_len == sizeof (edata)); in GST_START_TEST() 196 fail_unless (memcmp (pkd->key_data, edata, sizeof (edata)) == 0); in GST_START_TEST()
|
/third_party/ffmpeg/libavformat/ |
D | omadec.c | 414 uint8_t *edata; in oma_read_header() local 491 edata = st->codecpar->extradata; in oma_read_header() 492 AV_WL16(&edata[0], 1); // always 1 in oma_read_header() 493 AV_WL32(&edata[2], samplerate); // samples rate in oma_read_header() 494 AV_WL16(&edata[6], jsflag); // coding mode in oma_read_header() 495 AV_WL16(&edata[8], jsflag); // coding mode in oma_read_header() 496 AV_WL16(&edata[10], 1); // always 1 in oma_read_header()
|
D | sbgdec.c | 1353 uint8_t *edata; in encode_intervals() local 1363 edata = par->extradata; in encode_intervals() 1365 #define ADD_EDATA32(v) do { AV_WL32(edata, (v)); edata += 4; } while(0) in encode_intervals() 1366 #define ADD_EDATA64(v) do { AV_WL64(edata, (v)); edata += 8; } while(0) in encode_intervals() 1387 if (edata != par->extradata + edata_size) in encode_intervals()
|
/third_party/libexif/libexif/ |
D | exif-data.c | 156 ExifData *edata; in exif_data_new_from_data() local 158 edata = exif_data_new (); in exif_data_new_from_data() 159 exif_data_load_data (edata, data, size); in exif_data_new_from_data() 160 return (edata); in exif_data_new_from_data() 1077 ExifData *edata; in exif_data_new_from_file() local 1082 edata = exif_loader_get_data (loader); in exif_data_new_from_file() 1085 return (edata); in exif_data_new_from_file()
|
/third_party/libunwind/include/tdep-arm/ |
D | ex_tables.h | 53 int arm_exidx_apply_cmd (struct arm_exbuf_data *edata, struct dwarf_cursor *c);
|
/third_party/openssl/test/ |
D | evp_test.c | 2261 ENCODE_DATA *edata; in encode_test_init() local 2263 if (!TEST_ptr(edata = OPENSSL_zalloc(sizeof(*edata)))) in encode_test_init() 2266 edata->encoding = BASE64_CANONICAL_ENCODING; in encode_test_init() 2268 edata->encoding = BASE64_VALID_ENCODING; in encode_test_init() 2270 edata->encoding = BASE64_INVALID_ENCODING; in encode_test_init() 2279 t->data = edata; in encode_test_init() 2282 OPENSSL_free(edata); in encode_test_init() 2288 ENCODE_DATA *edata = t->data; in encode_test_cleanup() local 2290 OPENSSL_free(edata->input); in encode_test_cleanup() 2291 OPENSSL_free(edata->output); in encode_test_cleanup() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/mxf/ |
D | mxfdemux.c | 787 MXFMetadataEssenceContainerData *edata; in gst_mxf_demux_update_essence_tracks() local 794 edata = demux->preface->content_storage->essence_container_data[i]; in gst_mxf_demux_update_essence_tracks() 796 if (!edata->linked_package) { in gst_mxf_demux_update_essence_tracks() 801 package = edata->linked_package; in gst_mxf_demux_update_essence_tracks() 870 tmp->body_sid == edata->body_sid) { in gst_mxf_demux_update_essence_tracks() 887 tmp->body_sid = edata->body_sid; in gst_mxf_demux_update_essence_tracks() 888 tmp->index_sid = edata->index_sid; in gst_mxf_demux_update_essence_tracks() 893 if (demux->current_partition->partition.body_sid == edata->body_sid && in gst_mxf_demux_update_essence_tracks()
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | gstwebrtcbin.c | 2930 ExtmapData edata = in _gather_extmap() local 2940 (GstStructureFilterMapFunc) _dedup_extmap_field, &edata); in _gather_extmap() 2942 if (!edata.ret) { in _gather_extmap() 2943 gst_clear_structure (&edata.extmap); in _gather_extmap() 2948 return edata.extmap; in _gather_extmap()
|
/third_party/node/deps/v8/src/d8/ |
D | d8.cc | 1351 Local<v8::External> edata = External::New(isolate, module_resolution_data); in DoHostImportModuleDynamically() local 1353 CHECK(Function::New(realm, ModuleResolutionSuccessCallback, edata) in DoHostImportModuleDynamically() 1356 CHECK(Function::New(realm, ModuleResolutionFailureCallback, edata) in DoHostImportModuleDynamically()
|