Searched refs:leaf (Results 1 - 25 of 95) sorted by relevance

1234

/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/tools/
H A Dnamed_entity_trie_generator.js13 leaf = trie;
21 if (!leaf[key])
22 leaf[key] = {};
25 leaf[key].c = resultCodepoints;
28 if (!leaf[key].l)
29 leaf[key].l = {};
31 leaf = leaf[key].l;
/external/opencv3/3rdparty/libjasper/
H A Djpc_tagtree.h149 /* Set the value associated with a particular leaf node of a tag tree. */
150 void jpc_tagtree_setvalue(jpc_tagtree_t *tree, jpc_tagtreenode_t *leaf,
153 /* Get a pointer to a particular leaf node. */
157 int jpc_tagtree_decode(jpc_tagtree_t *tree, jpc_tagtreenode_t *leaf,
161 int jpc_tagtree_encode(jpc_tagtree_t *tree, jpc_tagtreenode_t *leaf,
H A Djpc_tagtree.c238 /* Set the value associated with the specified leaf node, updating
241 void jpc_tagtree_setvalue(jpc_tagtree_t *tree, jpc_tagtreenode_t *leaf, argument
251 node = leaf;
258 /* Get a particular leaf node. */
267 int jpc_tagtree_encode(jpc_tagtree_t *tree, jpc_tagtreenode_t *leaf, argument
278 assert(leaf);
283 node = leaf;
321 return (leaf->low_ < threshold) ? 1 : 0;
327 int jpc_tagtree_decode(jpc_tagtree_t *tree, jpc_tagtreenode_t *leaf, argument
343 node = leaf;
[all...]
H A Djpc_t2enc.c178 jpc_tagtreenode_t *leaf; local
230 leaf = jpc_tagtree_getleaf(prc->nlibtree, cblk - prc->cblks);
231 jpc_tagtree_setvalue(prc->nlibtree, leaf, cblk->numimsbs);
237 leaf = jpc_tagtree_getleaf(prc->incltree,
239 jpc_tagtree_setvalue(prc->incltree, leaf, pass->lyrno);
248 leaf = jpc_tagtree_getleaf(prc->incltree,
250 if (jpc_tagtree_encode(prc->incltree, leaf, lyrno
265 leaf = jpc_tagtree_getleaf(prc->nlibtree, cblk - prc->cblks);
267 if ((ret = jpc_tagtree_encode(prc->nlibtree, leaf, i, outb)) < 0) {
275 assert(leaf
498 jpc_tagtreenode_t *leaf; local
[all...]
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/leaf/
H A DSmaliSimpleName.java1 package org.jf.smalidea.psi.leaf;
H A DSmaliClassDescriptor.java1 package org.jf.smalidea.psi.leaf;
/external/conscrypt/src/main/java/org/conscrypt/ct/
H A DCTVerifier.java37 * Signed timestamps are extracted from the leaf certificate, TLS extension, and stapled ocsp
47 OpenSSLX509Certificate leaf = chain[0];
51 verifyExternalSCTs(tlsScts, leaf, result);
54 verifyExternalSCTs(ocspScts, leaf, result);
75 OpenSSLX509Certificate leaf = chain[0];
79 precertEntry = CertificateEntry.createForPrecertificate(leaf, issuer);
102 OpenSSLX509Certificate leaf,
111 x509Entry = CertificateEntry.createForX509Certificate(leaf);
196 * @param chain certificate chain for which to get SCTs. Must contain at least the leaf and it's
229 private List<SignedCertificateTimestamp> getSCTsFromX509Extension(OpenSSLX509Certificate leaf) { argument
101 verifyExternalSCTs(List<SignedCertificateTimestamp> scts, OpenSSLX509Certificate leaf, CTVerificationResult result) argument
[all...]
H A DCertificateEntry.java54 If entryType == X509_ENTRY, this is the encoded leaf certificate. */
80 public static CertificateEntry createForPrecertificate(OpenSSLX509Certificate leaf, argument
83 if (!leaf.getNonCriticalExtensionOIDs().contains(CTConstants.X509_SCT_LIST_OID)) {
87 OpenSSLX509Certificate preCert = leaf.withDeletedExtension(CTConstants.X509_SCT_LIST_OID);
/external/libmicrohttpd/src/microhttpd/
H A Dtsearch.h30 leaf enumerator in enum:__anon10180
/external/v8/src/compiler/
H A Dast-loop-assignment-analyzer.cc56 void ALAA::VisitVariableDeclaration(VariableDeclaration* leaf) {} argument
57 void ALAA::VisitFunctionDeclaration(FunctionDeclaration* leaf) {} argument
58 void ALAA::VisitImportDeclaration(ImportDeclaration* leaf) {} argument
59 void ALAA::VisitExportDeclaration(ExportDeclaration* leaf) {} argument
60 void ALAA::VisitEmptyStatement(EmptyStatement* leaf) {} argument
61 void ALAA::VisitContinueStatement(ContinueStatement* leaf) {} argument
62 void ALAA::VisitBreakStatement(BreakStatement* leaf) {} argument
63 void ALAA::VisitDebuggerStatement(DebuggerStatement* leaf) {} argument
64 void ALAA::VisitFunctionLiteral(FunctionLiteral* leaf) {} argument
65 void ALAA::VisitNativeFunctionLiteral(NativeFunctionLiteral* leaf) {} argument
66 VisitVariableProxy(VariableProxy* leaf) argument
67 VisitLiteral(Literal* leaf) argument
68 VisitRegExpLiteral(RegExpLiteral* leaf) argument
69 VisitThisFunction(ThisFunction* leaf) argument
70 VisitSuperPropertyReference(SuperPropertyReference* leaf) argument
71 VisitSuperCallReference(SuperCallReference* leaf) argument
[all...]
/external/curl/tests/
H A Dconvsrctest.pl78 my $myname = leaf($0);
91 leaf($testfile), $myname);
243 sub leaf { subroutine
/external/libnl/src/
H A Dnl-tctree-list.c41 struct rtnl_qdisc *leaf; local
49 leaf = rtnl_class_leaf_qdisc(class, qdisc_cache);
50 if (leaf)
51 print_qdisc((struct nl_object *) leaf, arg + 2);
/external/smali/smalidea/src/main/java/org/jf/smalidea/
H A DSmaliASTFactory.java7 import org.jf.smalidea.psi.leaf.SmaliClassDescriptor;
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
H A DbtDbvt.cpp132 btDbvtNode* leaf)
136 pdbvt->m_root = leaf;
137 leaf->parent = 0;
144 root=root->childs[Select( leaf->volume,
150 btDbvtNode* node=createnode(pdbvt,prev,leaf->volume,root->volume,0);
155 node->childs[1] = leaf;leaf->parent=node;
167 node->childs[1] = leaf;leaf->parent=node;
175 btDbvtNode* leaf)
130 insertleaf( btDbvt* pdbvt, btDbvtNode* root, btDbvtNode* leaf) argument
174 removeleaf( btDbvt* pdbvt, btDbvtNode* leaf) argument
487 btDbvtNode* leaf=createnode(this,0,volume,data); local
494 update(btDbvtNode* leaf,int lookahead) argument
511 update(btDbvtNode* leaf,btDbvtVolume& volume) argument
529 update(btDbvtNode* leaf,btDbvtVolume& volume,const btVector3& velocity,btScalar margin) argument
539 update(btDbvtNode* leaf,btDbvtVolume& volume,const btVector3& velocity) argument
548 update(btDbvtNode* leaf,btDbvtVolume& volume,btScalar margin) argument
557 remove(btDbvtNode* leaf) argument
714 const btDbvtNode* leaf; member in struct:btDbvtBenchmark::P14::Node
717 Process(const btDbvtNode* leaf,btScalar depth) argument
735 const btDbvtNode* leaf; member in struct:btDbvtBenchmark::P15::Node
738 Process(const btDbvtNode* leaf) argument
[all...]
H A DbtDbvtBroadphase.cpp113 Process(n,proxy->leaf);
179 proxy->leaf = m_sets[0].insert(aabb,proxy);
197 m_sets[1].remove(proxy->leaf);
199 m_sets[0].remove(proxy->leaf);
220 void Process(const btDbvtNode* leaf) argument
222 btDbvtProxy* proxy=(btDbvtProxy*)leaf->data;
261 void Process(const btDbvtNode* leaf) argument
263 btDbvtProxy* proxy=(btDbvtProxy*)leaf->data;
290 if(NotEqual(aabb,proxy->leaf->volume))
296 m_sets[1].remove(proxy->leaf);
[all...]
/external/boringssl/src/crypto/
H A Dcpu-intel.c79 /* OPENSSL_cpuid runs the cpuid instruction. |leaf| is passed in as EAX and ECX
83 uint32_t *out_ecx, uint32_t *out_edx, uint32_t leaf) {
86 __cpuid(tmp, (int)leaf);
100 : "a"(leaf)
107 : "a"(leaf)
185 /* TODO(davidben): The Intel manual says this CPUID leaf enumerates all
82 OPENSSL_cpuid(uint32_t *out_eax, uint32_t *out_ebx, uint32_t *out_ecx, uint32_t *out_edx, uint32_t leaf) argument
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
H A DSmaliMemberName.java40 import org.jf.smalidea.psi.leaf.SmaliSimpleName;
H A DSmaliModifierList.java111 final TreeElement leaf = Factory.createSingleLeafElement(SmaliTokens.ACCESS_SPEC, name, null, getManager());
115 addInternal(leaf, leaf, null, null);
/external/webrtc/webrtc/modules/audio_processing/transient/
H A Dtransient_detector.cc84 WPDNode* leaf = wpd_tree_->NodeAt(kLevels, i); local
86 moving_moments_[i]->CalculateMoments(leaf->data(),
92 float unbiased_data = leaf->data()[0] - last_first_moment_[i];
98 unbiased_data = leaf->data()[j] - first_moments_[j - 1];
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutex.cc26 // The leaf mutexes can be locked under any other mutexes.
57 bool leaf[N] = {}; local
64 CHECK(!leaf[i]);
65 leaf[i] = true;
74 CHECK(!leaf[i] || cnt[i] == 0);
76 // Add leaf mutexes.
78 if (!leaf[i])
81 if (i == j || leaf[j] || j == MutexTypeInvalid)
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
H A DbtDbvt.java537 public void update(btDbvtNode leaf, int lookahead) { argument
538 CollisionJNI.btDbvt_update__SWIG_0(swigCPtr, this, btDbvtNode.getCPtr(leaf), leaf, lookahead);
541 public void update(btDbvtNode leaf) { argument
542 CollisionJNI.btDbvt_update__SWIG_1(swigCPtr, this, btDbvtNode.getCPtr(leaf), leaf);
545 public void update(btDbvtNode leaf, btDbvtAabbMm volume) { argument
546 CollisionJNI.btDbvt_update__SWIG_2(swigCPtr, this, btDbvtNode.getCPtr(leaf), leaf, btDbvtAabbMm.getCPtr(volume), volume);
549 public boolean update(btDbvtNode leaf, btDbvtAabbM argument
553 update(btDbvtNode leaf, btDbvtAabbMm volume, Vector3 velocity) argument
557 update(btDbvtNode leaf, btDbvtAabbMm volume, float margin) argument
561 remove(btDbvtNode leaf) argument
[all...]
/external/libnl/lib/route/
H A Dclass_obj.c89 nl_dump(p, "noop (no leaf qdisc)");
131 * Lookup the leaf qdisc of a class
135 * @return The qdisc from the cache or NULL if the class has no leaf qdisc
140 struct rtnl_qdisc *leaf; local
145 leaf = rtnl_qdisc_get_by_parent(cache, class->c_ifindex,
147 if (!leaf || leaf->q_handle != class->c_info)
150 return leaf;
/external/elfutils/tests/
H A Drun-readelf-A.sh48 ABI_align8_preserved: Yes, except leaf SP
/external/libchrome/base/
H A Dtuple.h194 T& get(TupleLeaf<I, T>& leaf) { argument
195 return leaf.get();
199 const T& get(const TupleLeaf<I, T>& leaf) { argument
200 return leaf.get();
/external/libweave/third_party/chromium/base/
H A Dtuple.h194 T& get(TupleLeaf<I, T>& leaf) { argument
195 return leaf.get();
199 const T& get(const TupleLeaf<I, T>& leaf) { argument
200 return leaf.get();

Completed in 2185 milliseconds

1234