Home
last modified time | relevance | path

Searched defs:tree (Results 101 - 125 of 432) sorted by relevance

12345678910>>...18

/third_party/nghttp2/src/
H A Dshrpx_tls_test.cc39 auto tree = std::make_unique<tls::CertLookupTree>(); in test_shrpx_tls_create_lookup_tree() local
144 tls::CertLookupTree tree; test_shrpx_tls_cert_lookup_tree_add_ssl_ctx() local
[all...]
/third_party/mesa3d/src/util/tests/
H A Drb_tree_test.cpp73 validate_tree_order(struct rb_tree *tree, unsigned expected_count) in validate_tree_order() argument
161 validate_search(struct rb_tree *tree, int first_number, in validate_search() argument
211 struct rb_tree tree; TEST() local
[all...]
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dvalhall.py31 tree = ET.parse(os.path.join(os.path.dirname(__file__), 'ISA.xml')) variable
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DRangeKey.java78 public static ImmutableList<RangeKey> decompose(RangeTree tree) { in decompose() argument
102 private static void visit(RangeTree tree, List<RangeKey> keys) { in visit() argument
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dinfcodes.c39 inflate_huft *tree; /* pointer into tree */ member
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree_navigator_test.cc75 CordRepBtree* tree() { return tree_; } in tree() function in absl::cord_internal::__anon19354::CordRepBtreeNavigatorTest
170 CordRepBtree* tree in TEST() local
244 CordRepBtree* tree = CordRepBtree::Create(MakeFlat("abc")); TEST() local
[all...]
H A Dcord_rep_btree_navigator.h62 CordRep* tree; member
164 InitFirst(CordRepBtree* tree) InitFirst() argument
168 InitLast(CordRepBtree* tree) InitLast() argument
173 Init(CordRepBtree* tree) Init() argument
206 InitOffset( CordRepBtree* tree, size_t offset) InitOffset() argument
[all...]
/third_party/selinux/libsepol/cil/src/
H A Dcil_tree.c168 int cil_tree_init(struct cil_tree **tree) in cil_tree_init() argument
179 void cil_tree_destroy(struct cil_tree **tree) in cil_tree_destroy() argument
[all...]
H A Dcil_parser.c219 struct cil_tree *tree = NULL; in cil_parser() local
/third_party/vulkan-loader/scripts/
H A Dloader_genvk.py402 tree = etree.parse(args.registry) variable
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dtagged_hash_array_test.cpp284 bool CheckRBTreeOfAllPaths(JSHandle<T> &tree, int numsOfBlack, JSTaggedValue hashTreeNodeVa, int count) in CheckRBTreeOfAllPaths() argument
320 bool CheckBlackNodeNumbers(JSHandle<T> &tree, JSHandle<RBTreeNode> hashTreeNode) in CheckBlackNodeNumbers() argument
338 bool IsVaildRBTree(JSThread *thread, JSHandle<T> &tree, JSHandle<RBTreeNode> hashTreeNode) in IsVaildRBTree() argument
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dark_gvn.cpp59 auto &tree = analysisManager.getResult<llvm::DominatorTreeAnalysis>(function); in run() local
97 bool ArkGVN::RunOnFunction(const llvm::DominatorTree &tree, const GvnBuiltins &builtins) in RunOnFunction() argument
112 bool ArkGVN::RunOnBasicBlock(llvm::BasicBlock *block, const llvm::DominatorTree &tree, const GvnBuiltins &builtins) in RunOnBasicBlock() argument
206 FindDominantCall(const ArkGVN::BuiltinKey &curBuiltin, llvm::BasicBlock *block, const llvm::DominatorTree &tree) FindDominantCall() argument
[all...]
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Drbtree.c373 int32_t RbTreeFindNode(struct RbTreeNode **nodePtr, RbTreeKey key, const struct RbTree *tree) in RbTreeFindNode() argument
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/
H A Dimporter.cpp49 IObject::Ptr Importer::Import(const ISerNode::ConstPtr& tree) in Import() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_mpc.c121 struct mpcc *mpc1_get_mpcc_for_dpp(struct mpc_tree *tree, int dpp_id) in mpc1_get_mpcc_for_dpp() argument
189 mpc1_insert_plane( struct mpc *mpc, struct mpc_tree *tree, struct mpcc_blnd_cfg *blnd_cfg, struct mpcc_sm_cfg *sm_cfg, struct mpcc *insert_above_mpcc, int dpp_id, int mpcc_id) mpc1_insert_plane() argument
281 mpc1_remove_mpcc( struct mpc *mpc, struct mpc_tree *tree, struct mpcc *mpcc_to_remove) mpc1_remove_mpcc() argument
406 mpc1_init_mpcc_list_from_hw( struct mpc *mpc, struct mpc_tree *tree) mpc1_init_mpcc_list_from_hw() argument
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
H A Drxe_pool.h78 struct rb_root tree; member
/kernel/linux/linux-5.10/drivers/sh/intc/
H A Dinternals.h57 struct radix_tree_root tree; member
/kernel/linux/linux-5.10/net/sched/
H A Dematch.c162 static inline struct tcf_ematch *tcf_em_get_match(struct tcf_ematch_tree *tree, in tcf_em_get_match() argument
305 tcf_em_tree_validate(struct tcf_proto *tp, struct nlattr *nla, struct tcf_ematch_tree *tree) tcf_em_tree_validate() argument
400 tcf_em_tree_destroy(struct tcf_ematch_tree *tree) tcf_em_tree_destroy() argument
437 tcf_em_tree_dump(struct sk_buff *skb, struct tcf_ematch_tree *tree, int tlv) tcf_em_tree_dump() argument
500 __tcf_em_tree_match(struct sk_buff *skb, struct tcf_ematch_tree *tree, struct tcf_pkt_info *info) __tcf_em_tree_match() argument
[all...]
/kernel/linux/linux-5.10/scripts/dtc/
H A Ddtc.c31 static void fill_fullpaths(struct node *tree, const char *prefix) in fill_fullpaths() argument
[all...]
H A Dtreesource.c281 static void write_tree_source_node(FILE *f, struct node *tree, int level) in write_tree_source_node() argument
[all...]
/kernel/linux/linux-5.10/scripts/gcc-plugins/
H A Dstackleak_plugin.c119 vec<tree, va_gc> *inputs = NULL; in add_stack_tracking_gasm() local
[all...]
/kernel/linux/linux-5.10/fs/hfs/
H A Dbnode.c63 struct hfs_btree *tree; in hfs_bnode_read_key() local
188 struct hfs_btree *tree; in hfs_bnode_unlink() local
233 hfs_bnode_findhash(struct hfs_btree *tree, u32 cnid) hfs_bnode_findhash() argument
251 __hfs_bnode_create(struct hfs_btree *tree, u32 cnid) __hfs_bnode_create() argument
328 hfs_bnode_find(struct hfs_btree *tree, u32 num) hfs_bnode_find() argument
421 hfs_bnode_create(struct hfs_btree *tree, u32 num) hfs_bnode_create() argument
473 struct hfs_btree *tree = node->tree; hfs_bnode_put() local
[all...]
/kernel/linux/linux-5.10/fs/hfsplus/
H A Dbnode.c61 struct hfs_btree *tree; in hfs_bnode_read_key() local
337 struct hfs_btree *tree; hfs_bnode_unlink() local
383 hfs_bnode_findhash(struct hfs_btree *tree, u32 cnid) hfs_bnode_findhash() argument
400 __hfs_bnode_create(struct hfs_btree *tree, u32 cnid) __hfs_bnode_create() argument
478 hfs_bnode_find(struct hfs_btree *tree, u32 num) hfs_bnode_find() argument
573 hfs_bnode_create(struct hfs_btree *tree, u32 num) hfs_bnode_create() argument
625 struct hfs_btree *tree = node->tree; hfs_bnode_put() local
657 hfs_bnode_need_zeroout(struct hfs_btree *tree) hfs_bnode_need_zeroout() argument
[all...]
H A Dbtree.c135 struct hfs_btree *tree; in hfs_btree_open() local
258 hfs_btree_close(struct hfs_btree *tree) hfs_btree_close() argument
282 hfs_btree_write(struct hfs_btree *tree) hfs_btree_write() argument
314 struct hfs_btree *tree = prev->tree; hfs_bmap_new_bmap() local
346 hfs_bmap_reserve(struct hfs_btree *tree, int rsvd_nodes) hfs_bmap_reserve() argument
373 hfs_bmap_alloc(struct hfs_btree *tree) hfs_bmap_alloc() argument
450 struct hfs_btree *tree; hfs_bmap_free() local
[all...]
H A Dsuper.c105 struct hfs_btree *tree = NULL; in hfsplus_system_write_inode() local

Completed in 15 milliseconds

12345678910>>...18