/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstmpdparser.c | 142 xmlNode *cur_node; in gst_mpdparser_parse_content_component_node() local 157 for (cur_node = a_node->children; cur_node; cur_node = cur_node->next) { in gst_mpdparser_parse_content_component_node() 158 if (cur_node->type == XML_ELEMENT_NODE) { in gst_mpdparser_parse_content_component_node() 159 if (xmlStrcmp (cur_node->name, (xmlChar *) "Accessibility") == 0) { in gst_mpdparser_parse_content_component_node() 161 (&new_content_component->Accessibility, cur_node); in gst_mpdparser_parse_content_component_node() 162 } else if (xmlStrcmp (cur_node->name, (xmlChar *) "Role") == 0) { in gst_mpdparser_parse_content_component_node() 164 cur_node); in gst_mpdparser_parse_content_component_node() 165 } else if (xmlStrcmp (cur_node->name, (xmlChar *) "Rating") == 0) { in gst_mpdparser_parse_content_component_node() 167 (&new_content_component->Rating, cur_node); in gst_mpdparser_parse_content_component_node() 168 } else if (xmlStrcmp (cur_node->name, (xmlChar *) "Viewpoint") == 0) { in gst_mpdparser_parse_content_component_node() [all …]
|
/third_party/libxml2/doc/examples/ |
D | tree1.c | 33 xmlNode *cur_node = NULL; in print_element_names() local 35 for (cur_node = a_node; cur_node; cur_node = cur_node->next) { in print_element_names() 36 if (cur_node->type == XML_ELEMENT_NODE) { in print_element_names() 37 printf("node type: Element, name: %s\n", cur_node->name); in print_element_names() 40 print_element_names(cur_node->children); in print_element_names()
|
/third_party/ffmpeg/libavcodec/ |
D | mvha.c | 87 int cur_node, i, j, pos = 0; in build_vlc() local 99 cur_node = s->nb_symbols; in build_vlc() 104 int first_node = cur_node; in build_vlc() 105 int second_node = cur_node; in build_vlc() 108 nodes[cur_node].count = -1; in build_vlc() 121 } while (new_node != cur_node); in build_vlc() 123 if (first_node == cur_node) in build_vlc() 134 nodes[cur_node].count = nd + st; in build_vlc() 135 nodes[cur_node].sym = -1; in build_vlc() 136 nodes[cur_node].n0 = cur_node; in build_vlc() [all …]
|
D | ylc.c | 92 int cur_node, i, j, pos = 0; in build_vlc() local 103 cur_node = 256; in build_vlc() 108 int first_node = cur_node; in build_vlc() 109 int second_node = cur_node; in build_vlc() 112 nodes[cur_node].count = -1; in build_vlc() 125 } while (new_node != cur_node); in build_vlc() 127 if (first_node == cur_node) in build_vlc() 138 nodes[cur_node].count = nd + st; in build_vlc() 139 nodes[cur_node].sym = -1; in build_vlc() 140 nodes[cur_node].l = first_node; in build_vlc() [all …]
|
D | g722enc.c | 205 struct TrellisNode *cur_node = nodes[0][j]; in g722_encode_trellis() local 207 int ilow = encode_low(&cur_node->state, xlow); in g722_encode_trellis() 217 decoded = av_clip_intp2((cur_node->state.scale_factor * in g722_encode_trellis() 219 + cur_node->state.s_predictor, 14); in g722_encode_trellis() 223 ssd = cur_node->ssd + dec_diff*dec_diff;\ in g722_encode_trellis() 226 if (ssd < cur_node->ssd)\ in g722_encode_trellis() 243 node->state = cur_node->state;\ in g722_encode_trellis() 246 c->paths[index][node->path].prev = cur_node->path;\ in g722_encode_trellis() 263 struct TrellisNode *cur_node = nodes[1][j]; in g722_encode_trellis() local 274 dhigh = cur_node->state.scale_factor * in g722_encode_trellis() [all …]
|
D | huffman.c | 161 int cur_node; in ff_huff_build_tree() local 177 cur_node = nb_codes; in ff_huff_build_tree() 183 for(j = cur_node; j > i + 2; j--){ in ff_huff_build_tree() 193 cur_node++; in ff_huff_build_tree()
|
/third_party/NuttX/drivers/usbdev/gadget/ |
D | usbd_audio.c | 193 struct uac_queue_node *node = fuac->cur_node; in uac_send_data_sub() 218 if (fuac_sc->cur_node != NULL) in uac_queue_free() 220 uac_queue_node_free(fuac_sc->cur_node); in uac_queue_free() 221 fuac_sc->cur_node = NULL; in uac_queue_free() 294 dev->cur_node = node_tx; in fuac_send_message()
|
D | usbd_hid.c | 166 if (fhid_sc->cur_node != NULL) in hid_queue_free() 168 hid_queue_node_free(fhid_sc->cur_node); in hid_queue_free() 169 fhid_sc->cur_node = NULL; in hid_queue_free() 189 node = fhid->cur_node; in hid_send_data_sub() 326 hid->cur_node = node_temp; in hid_write()
|
D | f_hid.c | 383 if (hid->cur_node != NULL) in fhid_input_req_complete() 385 node_temp = hid->cur_node; in fhid_input_req_complete() 389 hid->cur_node = NULL; in fhid_input_req_complete() 402 hid->cur_node = node_temp; in fhid_input_req_complete() 445 hid->cur_node = NULL; in usbclass_hid_bind()
|
D | f_uac.c | 522 if (uac->cur_node != NULL) in fuac_input_req_complete() 524 node_tx = uac->cur_node; in fuac_input_req_complete() 528 uac->cur_node = NULL; in fuac_input_req_complete() 541 uac->cur_node = node_tx; in fuac_input_req_complete() 656 uac->cur_node = NULL; in usbclass_uac_bind()
|
D | f_hid.h | 85 struct hid_queue_node *cur_node; member
|
D | f_uac.h | 71 struct uac_queue_node *cur_node; member
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/audio/ |
D | gstplanaraudioadapter.c | 406 GSList *cur_node = adapter->buflist; in gst_planar_audio_adapter_get_buffer() local 407 while (cur_node && need > 0) { in gst_planar_audio_adapter_get_buffer() 408 cur = cur_node->data; in gst_planar_audio_adapter_get_buffer() 423 cur_node = g_slist_next (cur_node); in gst_planar_audio_adapter_get_buffer()
|
/third_party/python/Lib/xml/dom/ |
D | pulldom.py | 245 token, cur_node = event 246 if cur_node is node: 249 parents[-1].appendChild(cur_node) 251 parents.append(cur_node)
|
/third_party/selinux/libsepol/src/ |
D | expand.c | 2860 cond_node_t *cur_node; in discard_tunables() local 2889 for (cur_node = decl->cond_list; cur_node != NULL; in discard_tunables() 2890 cur_node = cur_node->next) { in discard_tunables() 2898 for (cur_expr = cur_node->expr; cur_expr != NULL; in discard_tunables() 2917 cur_node->flags &= ~COND_NODE_FLAGS_TUNABLE; in discard_tunables() 2923 cur_node->flags |= COND_NODE_FLAGS_TUNABLE; in discard_tunables() 2924 cur_state = cond_evaluate_expr(pol, cur_node->expr); in discard_tunables() 2933 cur_node->avtrue_list : cur_node->avfalse_list; in discard_tunables() 2943 cur_node->avtrue_list = NULL; in discard_tunables() 2945 cur_node->avfalse_list = NULL; in discard_tunables()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | cord.cc | 1975 const CordRep* cur_node = rep; in MemoryUsageAux() local 1979 if (cur_node->IsConcat()) { in MemoryUsageAux() 1981 const CordRep* left = cur_node->concat()->left; in MemoryUsageAux() 1986 const CordRep* right = cur_node->concat()->right; in MemoryUsageAux() 1993 } else if (cur_node->IsBtree()) { in MemoryUsageAux() 1995 const CordRepBtree* node = cur_node->btree(); in MemoryUsageAux() 2007 assert(cur_node->IsSubstring()); in MemoryUsageAux() 2009 next_node = cur_node->substring()->child; in MemoryUsageAux() 2022 cur_node = next_node; in MemoryUsageAux()
|
/third_party/FreeBSD/sys/dev/usb/ |
D | usb_hub.c | 1541 usbd_bt_node *cur_node = NULL; in uhub_attach() local 1555 cur_node = usbd_create_bt_node(&cur_info); in uhub_attach() 1556 if (cur_node == NULL) in uhub_attach() 1576 (void)usbd_insert_bt_node(cur_node, hub_tree, &parent_info); in uhub_attach()
|
/third_party/FreeBSD/sys/dev/usb/storage/ |
D | umass.c | 3301 usbd_bt_node *cur_node; in umass_attach_dev_sub() local 3334 cur_node = usbd_create_bt_node(&cur_info); in umass_attach_dev_sub() 3335 if (cur_node == NULL) { in umass_attach_dev_sub() 3342 (void)usbd_insert_bt_node(cur_node, hub_tree, &parent_info); in umass_attach_dev_sub()
|
/third_party/libxml2/ |
D | xmlreader.c | 1769 xmlNodePtr node, cur_node; in xmlTextReaderReadInnerXml() local 1780 for (cur_node = reader->node->children; cur_node != NULL; in xmlTextReaderReadInnerXml() 1781 cur_node = cur_node->next) { in xmlTextReaderReadInnerXml() 1783 node = xmlDocCopyNode(cur_node, doc, 1); in xmlTextReaderReadInnerXml()
|
/third_party/rust/crates/memchr/bench/data/code/ |
D | rust-library.rs | 29222 let mut cur_node = self.borrow_mut().last_leaf_edge().into_node(); localVariable 29226 if cur_node.len() < node::CAPACITY { 29227 cur_node.push(key, value); 29231 let mut test_node = cur_node.forget_type(); 29262 cur_node = open_node.forget_type().last_leaf_edge().into_node(); 39828 let mut cur_node = self.borrow_mut(); localVariable 39829 while let Internal(internal) = cur_node.force() { 39840 cur_node = last_kv.into_right_child();
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 134738 for (cur_node = reader->node->children; cur_node != NULL; 134739 cur_node = cur_node->next) { 134741 node = xmlDocCopyNode(cur_node, doc, 1);
|