Home
last modified time | relevance | path

Searched refs:inputnode (Results 1 – 13 of 13) sorted by relevance

/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sound/
H A Ddiscrete.c369 struct node_description *inputnode = node->input_node[inputnum]; in discrete_sh_reset() local
370 if (inputnode && inputnode->node != NODE_NC) in discrete_sh_reset()
371 node->input[inputnum] = inputnode->output; in discrete_sh_reset()
407 struct node_description *inputnode = node->input_node[inputnum]; in discrete_stream_update() local
408 if (inputnode && inputnode->node != NODE_NC) in discrete_stream_update()
409 node->input[inputnum] = inputnode->output; in discrete_stream_update()
533 int inputnode = block->input_node[inputnum]; in find_input_nodes() local
536 if (inputnode >= NODE_START && inputnode <= NODE_END) in find_input_nodes()
538 if (!indexed_node[inputnode - NODE_START]) in find_input_nodes()
539 …d referenced a non existant node NODE_%03d\n", node->node - NODE_START, inputnode - NODE_START); … in find_input_nodes()
[all …]
/dports/databases/tokyocabinet/tokyocabinet-1.4.48/example/
H A Dtctchat.tmpl85 var inputnode = document.getElementById("authorinput");
86 if(inputnode) inputnode.setAttribute("value", decodeURI(author));
91 var inputnode = document.getElementById("authorinput");
92 if(inputnode){
93 if(inputnode.getAttribute("value").length == 0){
94 if(inputnode) inputnode.focus();
96 inputnode = document.getElementById("textinput");
97 if(inputnode) inputnode.focus();
H A Dtctsearch.tmpl47 var inputnode = document.getElementById("exprinput");
48 if(inputnode) inputnode.focus();
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCApp/
H A DQMCMain.cpp426 bool inputnode = true; in validateXML() local
452 inputnode = processPWH(XmlDocStack.top()->getRoot()); in validateXML()
480 inputnode = false; in validateXML()
482 if (inputnode) in validateXML()
516 bool inputnode = false; in processPWH() local
525 inputnode = true; in processPWH()
530 inputnode = true; in processPWH()
536 inputnode = true; in processPWH()
541 inputnode = true; in processPWH()
553 return inputnode; in processPWH()
/dports/emulators/mess/mame-mame0226/src/devices/sound/
H A Ddiscrete.cpp403 int inputnode = m_block->input_node[inputnum]; in resolve_input_nodes() local
406 if IS_VALUE_A_NODE(inputnode) in resolve_input_nodes()
409 discrete_base_node *node_ref = m_device->discrete_find_node(inputnode); in resolve_input_nodes()
411 …ete_start - NODE_%02d referenced a non existent node NODE_%02d\n", index(), NODE_INDEX(inputnode)); in resolve_input_nodes()
413 …if ((NODE_CHILD_NODE_NUM(inputnode) >= node_ref->max_output()) /*&& (node_ref->module_type() != DS… in resolve_input_nodes()
414 …nt output %d on node NODE_%02d\n", index(), NODE_CHILD_NODE_NUM(inputnode), NODE_INDEX(inputnode)); in resolve_input_nodes()
416 …m_input[inputnum] = &(node_ref->m_output[NODE_CHILD_NODE_NUM(inputnode)]); /* Link referenced nod… in resolve_input_nodes()
/dports/emulators/mame/mame-mame0226/src/devices/sound/
H A Ddiscrete.cpp403 int inputnode = m_block->input_node[inputnum]; in resolve_input_nodes() local
406 if IS_VALUE_A_NODE(inputnode) in resolve_input_nodes()
409 discrete_base_node *node_ref = m_device->discrete_find_node(inputnode); in resolve_input_nodes()
411 …ete_start - NODE_%02d referenced a non existent node NODE_%02d\n", index(), NODE_INDEX(inputnode)); in resolve_input_nodes()
413 …if ((NODE_CHILD_NODE_NUM(inputnode) >= node_ref->max_output()) /*&& (node_ref->module_type() != DS… in resolve_input_nodes()
414 …nt output %d on node NODE_%02d\n", index(), NODE_CHILD_NODE_NUM(inputnode), NODE_INDEX(inputnode)); in resolve_input_nodes()
416 …m_input[inputnum] = &(node_ref->m_output[NODE_CHILD_NODE_NUM(inputnode)]); /* Link referenced nod… in resolve_input_nodes()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Data/Xml/Xsl/
H A Dmod.rs19 …_Dom")] pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, inputnode: ::windows::runt…
39 …_Dom")] pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, inputnode: ::windows::runt…
67 …Param0: ::windows::runtime::IntoParam<'a, super::Dom::IXmlNode>>(&self, inputnode: Param0) -> ::wi… in TransformToString()
71 …::runtime::Interface::vtable(this).6)(::std::mem::transmute_copy(this), inputnode.into_param().abi… in TransformToString()
75 …Param0: ::windows::runtime::IntoParam<'a, super::Dom::IXmlNode>>(&self, inputnode: Param0) -> ::wi… in TransformToDocument()
79 …::runtime::Interface::vtable(this).6)(::std::mem::transmute_copy(this), inputnode.into_param().abi… in TransformToDocument()
/dports/graphics/py-pycollada/pycollada-0.6/collada/
H A Dgeometry.py189 for inputnode in verticesnode.findall(tag('input')):
190 semantic = inputnode.get('semantic')
191 inputsource = inputnode.get('source')
H A Dscene.py679 for inputnode in node.findall( tag('bind_vertex_input') ):
680 …inputs.append( ( inputnode.get('semantic'), inputnode.get('input_semantic'), inputnode.get('input_…
/dports/graphics/libgphoto2/libgphoto2-2.5.26/camlibs/ptp2/
H A Dolympus-wrap.c1067 encode_command (xmlNodePtr inputnode, PTPContainer *ptp, unsigned char *data, int len) in encode_command() argument
1073 cmdnode = xmlNewChild (inputnode, NULL, (xmlChar*)code, NULL); in encode_command()
1128 xmlNodePtr x3cnode, inputnode; in generate_event_OK_xml() local
1139 inputnode = xmlNewChild (x3cnode, NULL, (xmlChar*)"output", NULL); in generate_event_OK_xml()
1143 xmlNewChild (inputnode, NULL, (xmlChar*)"result", (xmlChar*)"2001"); in generate_event_OK_xml()
1144 xmlNewChild (inputnode, NULL, (xmlChar*)buf, NULL); in generate_event_OK_xml()
1161 xmlNodePtr inputnode; in generate_xml() local
1166 inputnode = xmlNewChild (x3cnode, NULL, (xmlChar*)"input", NULL); in generate_xml()
1169 encode_command (inputnode, ptp, data, len); in generate_xml()
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCTools/QMCFiniteSize/
H A DQMCFiniteSize.cpp70 bool inputnode = true; in validateXML() local
86 inputnode = processPWH(XmlDocStack.top()->getRoot()); in validateXML()
138 bool inputnode = true; in processPWH() local
162 return inputnode; in processPWH()
/dports/www/firefox-legacy/firefox-52.8.0esr/devtools/client/locales/en-US/
H A Dwebconsole.properties93 # LOCALIZATION NOTE (Autocomplete.blank): this string is used when inputnode
/dports/lang/spidermonkey60/firefox-60.9.0/devtools/client/locales/en-US/
H A Dwebconsole.properties86 # LOCALIZATION NOTE (Autocomplete.blank): this string is used when inputnode