Home
last modified time | relevance | path

Searched +defs:val +defs:node (Results 76 – 100 of 1384) sorted by relevance

12345678910>>...56

/aosp_15_r20/external/coreboot/util/cbfstool/
H A Dfmd_parser.y29 struct flashmap_descriptor *val; member
77 struct flashmap_descriptor *node = parse_descriptor($1, $2, $3, $4, $5); variable
115 struct descriptor_node *node = malloc(sizeof(*node)); variable
126 struct descriptor_node *node = malloc(sizeof(*node)); variable
/aosp_15_r20/external/f2fs-tools/fsck/
H A Ddict.c135 static void free_nodes(dict_t *dict, dnode_t *node, dnode_t *nil) in free_nodes()
233 static int verify_dict_has_node(dnode_t *nil, dnode_t *root, dnode_t *node) in verify_dict_has_node()
542 void dict_insert(dict_t *dict, dnode_t *node, const void *key) in dict_insert()
815 dnode_t *node = dict->allocnode(dict->context); in dict_alloc_insert() local
826 void dict_delete_free(dict_t *dict, dnode_t *node) in dict_delete_free()
942 int dict_contains(dict_t *dict, dnode_t *node) in dict_contains()
952 static void dnode_free(dnode_t *node, void *UNUSED(context)) in dnode_free()
1011 dnode_t *node = dict_first(dict), *next; in dict_process() local
1270 char *tok1, *tok2, *val; in construct() local
1336 char *tok1, *tok2, *val; in main() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dtensorexpr_fuser.cpp43 static bool isSupportedForBlock(Node* node) { in isSupportedForBlock()
89 bool isSupported(Node* node) { in isSupported()
154 void setTensorExprFuserEnabled(bool val) { in setTensorExprFuserEnabled()
173 void setTensorExprDynamicShapeFusionEnabled(bool val) { in setTensorExprDynamicShapeFusionEnabled()
398 bool has_unsupported_pin_memory(const Node* node) { in has_unsupported_pin_memory()
822 bool allShapesAreKnown(Node* node) { in allShapesAreKnown()
861 bool isFusableOnDevice(Node* node) { in isFusableOnDevice()
875 bool typesAreSupported(Node* node) { in typesAreSupported()
1105 bool canHandle(Node* node) { in canHandle()
1355 static Operation createTensorExprOp(const Node* node) { in createTensorExprOp()
H A Dfreeze_module.cpp213 Node* node = input->node(); in _loadModulePath() local
409 for (auto& val : usedAttrs_) { in recordMutableAttrs() local
447 auto val = pair.value(); in overrideGradient() local
743 auto node = n->inputs()[0]->node(); in applyToForkSubgraph() local
776 auto node = *it; in removeExtraWaitCalls() local
791 auto node = *it; in removeExtraWaitCalls() local
943 for (auto& val : SharedTypeSubModules_[type]) { in removeUnusedAttrs() local
H A Dremove_dropout.cpp6 bool isDropoutRemovable(const Node* node) { in isDropoutRemovable()
14 const IValue& val = optional_ivalue.value(); in isDropoutRemovable() local
24 Node* node = *it; in removeDropoutImpl() local
/aosp_15_r20/external/e2fsprogs/lib/support/
H A Ddict.c145 static void free_nodes(dict_t *dict, dnode_t *node, dnode_t *nil) in free_nodes()
246 static int verify_dict_has_node(dnode_t *nil, dnode_t *root, dnode_t *node) in verify_dict_has_node()
578 void dict_insert(dict_t *dict, dnode_t *node, const void *key) in dict_insert()
853 dnode_t *node = dict->allocnode(dict->context); in dict_alloc_insert() local
864 void dict_delete_free(dict_t *dict, dnode_t *node) in dict_delete_free()
984 int dict_contains(dict_t *dict, dnode_t *node) in dict_contains()
994 static void dnode_free(dnode_t *node, void *context EXT2FS_ATTR((unused))) in dnode_free()
1053 dnode_t *node = dict_first(dict), *next; in dict_process() local
1312 char *tok1, *tok2, *val; in construct() local
1378 char *tok1, *tok2, *val; in main() local
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dxmlreader.c110 xmlNodePtr node; /* current node */ member
722 int val, s; in xmlTextReaderPushData() local
832 xmlNodePtr node = reader->node; in xmlTextReaderValidatePush() local
940 xmlNodePtr node = reader->node; in xmlTextReaderValidatePop() local
1010 xmlNodePtr node = reader->node; in xmlTextReaderValidateEntity() local
1128 int val; in xmlTextReaderDoExpand() local
1163 xmlTextReaderCollectSiblings(xmlNodePtr node) in xmlTextReaderCollectSiblings()
1212 int val, olddepth = 0; in xmlTextReaderRead() local
1516 xmlNodePtr node = reader->node; in xmlTextReaderRead() local
1642 xmlNodePtr node, cur_node; in xmlTextReaderReadInnerXml() local
[all …]
H A Dtestapi.c382 static void des_FILE_ptr(int no ATTRIBUTE_UNUSED, FILE *val, int nr ATTRIBUTE_UNUSED) { in des_FILE_ptr()
391 static void des_debug_FILE_ptr(int no ATTRIBUTE_UNUSED, FILE *val, int nr ATTRIBUTE_UNUSED) { in des_debug_FILE_ptr()
451 static void des_xmlParserCtxtPtr(int no ATTRIBUTE_UNUSED, xmlParserCtxtPtr val, int nr ATTRIBUTE_UN… in des_xmlParserCtxtPtr()
479 static void des_xmlValidCtxtPtr(int no ATTRIBUTE_UNUSED, xmlValidCtxtPtr val, int nr ATTRIBUTE_UNUS… in des_xmlValidCtxtPtr()
499 static void des_xmlParserInputBufferPtr(int no ATTRIBUTE_UNUSED, xmlParserInputBufferPtr val, int n… in des_xmlParserInputBufferPtr()
510 static void des_xmlDocPtr(int no ATTRIBUTE_UNUSED, xmlDocPtr val, int nr ATTRIBUTE_UNUSED) { in des_xmlDocPtr()
529 static void des_xmlDictPtr(int no ATTRIBUTE_UNUSED, xmlDictPtr val, int nr ATTRIBUTE_UNUSED) { in des_xmlDictPtr()
541 static void des_xmlNodePtr(int no, xmlNodePtr val, int nr ATTRIBUTE_UNUSED) { in des_xmlNodePtr()
557 static void des_xmlDtdPtr(int no, xmlDtdPtr val, int nr ATTRIBUTE_UNUSED) { in des_xmlDtdPtr()
589 static void des_xmlTextWriterPtr(int no ATTRIBUTE_UNUSED, xmlTextWriterPtr val, int nr ATTRIBUTE_UN… in des_xmlTextWriterPtr()
[all …]
/aosp_15_r20/external/libxml2/
H A Dxmlreader.c111 xmlNodePtr node; /* current node */ member
777 int val, s; in xmlTextReaderPushData() local
884 xmlNodePtr node = reader->node; in xmlTextReaderValidatePush() local
983 xmlNodePtr node = reader->node; in xmlTextReaderValidatePop() local
1044 xmlNodePtr node = reader->node; in xmlTextReaderValidateEntity() local
1162 int val; in xmlTextReaderDoExpand() local
1198 int val, olddepth = 0; in xmlTextReaderRead() local
1505 xmlNodePtr node = reader->node; in xmlTextReaderRead() local
1619 xmlNodePtr node) { in xmlTextReaderDumpCopy()
1703 xmlNodePtr node; in xmlTextReaderReadOuterXml() local
[all …]
H A Dtestapi.c381 static void des_FILE_ptr(int no ATTRIBUTE_UNUSED, FILE *val, int nr ATTRIBUTE_UNUSED) { in des_FILE_ptr()
390 static void des_debug_FILE_ptr(int no ATTRIBUTE_UNUSED, FILE *val, int nr ATTRIBUTE_UNUSED) { in des_debug_FILE_ptr()
450 static void des_xmlParserCtxtPtr(int no ATTRIBUTE_UNUSED, xmlParserCtxtPtr val, int nr ATTRIBUTE_UN… in des_xmlParserCtxtPtr()
478 static void des_xmlValidCtxtPtr(int no ATTRIBUTE_UNUSED, xmlValidCtxtPtr val, int nr ATTRIBUTE_UNUS… in des_xmlValidCtxtPtr()
498 static void des_xmlParserInputBufferPtr(int no ATTRIBUTE_UNUSED, xmlParserInputBufferPtr val, int n… in des_xmlParserInputBufferPtr()
509 static void des_xmlDocPtr(int no ATTRIBUTE_UNUSED, xmlDocPtr val, int nr ATTRIBUTE_UNUSED) { in des_xmlDocPtr()
528 static void des_xmlDictPtr(int no ATTRIBUTE_UNUSED, xmlDictPtr val, int nr ATTRIBUTE_UNUSED) { in des_xmlDictPtr()
540 static void des_xmlNodePtr(int no, xmlNodePtr val, int nr ATTRIBUTE_UNUSED) { in des_xmlNodePtr()
556 static void des_xmlDtdPtr(int no, xmlDtdPtr val, int nr ATTRIBUTE_UNUSED) { in des_xmlDtdPtr()
588 static void des_xmlTextWriterPtr(int no ATTRIBUTE_UNUSED, xmlTextWriterPtr val, int nr ATTRIBUTE_UN… in des_xmlTextWriterPtr()
[all …]
/aosp_15_r20/external/flac/src/libFLAC/
H A Dmetadata_iterators.c967 static void node_delete_(FLAC__Metadata_Node *node) in node_delete_()
990 FLAC__Metadata_Node *node, *next; in chain_clear_() local
1006 static void chain_append_node_(FLAC__Metadata_Chain *chain, FLAC__Metadata_Node *node) in chain_append_node_()
1028 static void chain_remove_node_(FLAC__Metadata_Chain *chain, FLAC__Metadata_Node *node) in chain_remove_node_()
1049 static void chain_delete_node_(FLAC__Metadata_Chain *chain, FLAC__Metadata_Node *node) in chain_delete_node_()
1057 const FLAC__Metadata_Node *node; in chain_calculate_length_() local
1064 static void iterator_insert_node_(FLAC__Metadata_Iterator *iterator, FLAC__Metadata_Node *node) in iterator_insert_node_()
1089 …atic void iterator_insert_node_after_(FLAC__Metadata_Iterator *iterator, FLAC__Metadata_Node *node) in iterator_insert_node_after_()
1117 …ic FLAC__bool chain_merge_adjacent_padding_(FLAC__Metadata_Chain *chain, FLAC__Metadata_Node *node) in chain_merge_adjacent_padding_()
1163 FLAC__Metadata_Node *node; in chain_prepare_for_write_() local
[all …]
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/nodes/
H A DElement.java387 final Node node = childNodes.get(i); in childElementsList() local
785 TextNode node = new TextNode(text); in appendText() local
798 TextNode node = new TextNode(text); in prependText() local
848 public Element before(Node node) { in before()
871 public Element after(Node node) { in after()
1402 public void head(Node node, int depth) { in head()
1415 public void tail(Node node, int depth) { in tail()
1440 private static void appendWholeText(Node node, StringBuilder accum) { in appendWholeText()
1461 Node node = childNodes.get(i); in wholeOwnText() local
1505 static boolean preserveWhitespace(@Nullable Node node) { in preserveWhitespace()
[all …]
/aosp_15_r20/external/coreboot/src/vendorcode/cavium/bdk/libbdk-hal/
H A Dbdk-qlm.c117 bdk_qlm_modes_t bdk_qlm_cfg_string_to_mode(const char *val) in bdk_qlm_cfg_string_to_mode()
266 int bdk_qlm_measure_clock(bdk_node_t node, int qlm) in bdk_qlm_measure_clock()
283 int bdk_qlm_set_clock(bdk_node_t node, int qlm, bdk_qlm_clock_t clk) in bdk_qlm_set_clock()
354 int bdk_qlm_eye_display(bdk_node_t node, int qlm, int qlm_lane, int format, const bdk_qlm_eye_t *ey… in bdk_qlm_eye_display()
/aosp_15_r20/external/dtc/libfdt/
H A Dfdt_overlay.c30 const fdt32_t *val; in overlay_get_target_phandle() local
101 static int overlay_phandle_add_offset(void *fdt, int node, in overlay_phandle_add_offset()
104 const fdt32_t *val; in overlay_phandle_add_offset() local
141 static int overlay_adjust_node_phandles(void *fdto, int node, in overlay_adjust_node_phandles()
543 void *fdto, int node) in overlay_apply_node()
/aosp_15_r20/external/trusty/arm-trusted-firmware/lib/libfdt/
Dfdt_overlay.c30 const fdt32_t *val; in overlay_get_target_phandle() local
101 static int overlay_phandle_add_offset(void *fdt, int node, in overlay_phandle_add_offset()
104 const fdt32_t *val; in overlay_phandle_add_offset() local
141 static int overlay_adjust_node_phandles(void *fdto, int node, in overlay_adjust_node_phandles()
543 void *fdto, int node) in overlay_apply_node()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_lower_vars_to_ssa.c110 struct deref_node *node = rzalloc_size(mem_ctx, size); in deref_node_create() local
125 struct deref_node *node; in get_deref_node_for_var() local
232 struct deref_node *node = get_deref_node_recur(deref, state); in get_deref_node() local
254 foreach_deref_node_worker(struct deref_node *node, nir_deref_instr **path, in foreach_deref_node_worker()
255 void (*cb)(struct deref_node *node, in foreach_deref_node_worker()
310 void (*cb)(struct deref_node *node, in foreach_deref_node_match()
315 struct deref_node *node = get_deref_node_for_var(path->path[0]->var, state); in foreach_deref_node_match() local
325 path_may_be_aliased_node(struct deref_node *node, nir_deref_instr **path, in path_may_be_aliased_node()
415 struct deref_node *node = get_deref_node_for_var(deref->var, state); in register_complex_use() local
427 struct deref_node *node = get_deref_node(deref, state); in register_load_instr() local
[all …]
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_inlines.h264 void Instruction::setFlagsDef(int d, Value *val) in setFlagsDef()
278 void Instruction::setFlagsSrc(int s, Value *val) in setFlagsSrc()
414 BasicBlock *BasicBlock::get(Graph::Node *node) in get()
420 Function *Function::get(Graph::Node *node) in get()
/aosp_15_r20/external/tinyalsa_new/examples/sndcardparser/
H A Dsample_sndcardparser.c197 int snd_card_def_get_int(void *node, const char *prop, int *val) in snd_card_def_get_int()
222 int snd_card_def_get_str(void *node, const char *prop, char **val) in snd_card_def_get_str()
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Doptimize_indexing.py13 def val_expressable_in_32_bits(val): argument
41 def try_to_reduce_precision(node, bounds, indirect_vars, indices, replacement_vals): argument
45 def skip_filter(node): argument
/aosp_15_r20/external/ltp/libs/libltpnuma/
H A Dtst_numa.c67 static void inc_counter(unsigned int node, struct tst_nodemap *nodes) in inc_counter()
84 int node; in tst_nodemap_count_pages() local
126 static int node_has_enough_memory(int node, size_t min_kb) in node_has_enough_memory()
150 long val; in node_has_enough_memory() local
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/testing/compile/compile-testing/0.19/
HDcompile-testing-0.19.jar ... .common.base.Function { final synthetic String val$packageName final synthetic com.google.testing. ...
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/resolver/
H A DImplicitResolverTest.java49 public Object construct(Node node) { in construct()
50 String val = constructScalar((ScalarNode) node); in construct() local
56 protected Construct getConstructor(Node node) { in getConstructor()
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDuiautomatorviewer.jar ... ) com.android.uiautomator.tree.BasicTreeNode node int x int y org.eclipse.swt. ...
/aosp_15_r20/external/icing/icing/legacy/index/
H A Dicing-dynamic-trie.h101 Next(uint8_t val, uint32_t node_index) { in Next()
106 uint8_t val() const { return used.val; } in val() function
107 void set_val(uint8_t val) { used.val = val; } in set_val()
130 uint32_t val : 8; member
562 const Node *node; member
582 const Node *node; member
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dutils_test.cc62 NodeDef node; in CreateConcatOffsetNode() local
87 NodeDef node; in CreateDequeueNode() local
126 NodeDef node; in CreateFusedBatchNormNode() local
220 NodeDef node; in TEST_F() local
254 auto is_neg = [&](const NodeDef& node) { return node.op() == "Neg"; }; in TEST_F()
262 auto is_neg_and_non_branching = [&](const NodeDef& node) { in TEST_F()
421 NodeDef node; in TEST() local
452 NodeDef node; in TEST() local
562 NodeDef node; in TEST_F() local
580 NodeDef node; in TEST_F() local
[all …]

12345678910>>...56