Searched defs:root (Results 1 - 25 of 1181) sorted by last modified time

1234567891011>>

/external/yaffs2/yaffs2/
H A Dyaffs_fs.c1457 struct dentry *root; local
1717 /* Create root inode */
1728 T(YAFFS_TRACE_OS, ("yaffs_read_super: got root inode\n"));
1730 root = d_alloc_root(inode);
1734 if (!root) {
1738 sb->s_root = root;
/external/zlib/src/contrib/infback9/
H A Dinftree9.c28 requested root table index bits, and on return it is the actual root
43 unsigned root; /* number of index bits for root table */ local
51 unsigned low; /* low bits for current root entry */
52 unsigned mask; /* mask for low root bits */
114 /* bound code lengths, force root to be within code lengths */
115 root = *bits;
118 if (root > max) root
[all...]
/external/zlib/src/examples/
H A Denough.c12 As inflate does, decrease root for short codes
13 Refuse cases where inflate would increase root
14 1.3 17 Feb 2008 Add argument for initial root table size
15 Fix bug for initial root table size == max - 1
44 speed. There is a single first-level table to decode codes up to root bits
45 in length (root == 9 in the current inflate implementation). The table
46 has 1 << root entries and is indexed by the next root bits of input. Codes
47 shorter than root bits have replicated table entries, so that the correct
49 the code is longer than root bit
171 local int root; /* size of base code table in bits */ variable
[all...]
/external/zlib/src/
H A Dinftrees.c28 requested root table index bits, and on return it is the actual root
43 unsigned root; /* number of index bits for root table */ local
51 unsigned low; /* low bits for current root entry */
52 unsigned mask; /* mask for low root bits */
112 /* bound code lengths, force root to be within code lengths */
113 root = *bits;
116 if (root > max) root
[all...]
/external/webrtc/src/common_audio/signal_processing/
H A Dspl_sqrt_floor.c3 * Refer to NOTICE file at the root of git project.
12 * Successive approximation of the equation (root + delta) ^ 2 = N
25 try1 = root + (1 << (N)); \
29 root |= 2 << (N); \
34 int32_t root = 0, try1; local
53 return root >> 1;
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dxml-utils.c16 xml_node_t *root, char *uri)
26 node = root;
46 xml_node_t * get_node_uri(struct xml_node_ctx *ctx, xml_node_t *root, argument
56 node = get_node_uri_iter(ctx, root, search);
64 xml_node_t *root, const char *path)
74 xml_node_for_each_child(ctx, node, root) {
89 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root, argument
99 node = get_node_iter(ctx, root, search);
106 xml_node_t * get_child_node(struct xml_node_ctx *ctx, xml_node_t *root, argument
112 xml_node_for_each_child(ctx, node, root) {
15 get_node_uri_iter(struct xml_node_ctx *ctx, xml_node_t *root, char *uri) argument
63 get_node_iter(struct xml_node_ctx *ctx, xml_node_t *root, const char *path) argument
280 xml_node_t *root; local
337 add_mo_node(struct xml_node_ctx *ctx, xml_node_t *root, xml_node_t *node, const char *uri) argument
384 tnds_to_mo_iter(struct xml_node_ctx *ctx, xml_node_t *root, xml_node_t *node, const char *uri) argument
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dxml-utils.c16 xml_node_t *root, char *uri)
26 node = root;
46 xml_node_t * get_node_uri(struct xml_node_ctx *ctx, xml_node_t *root, argument
56 node = get_node_uri_iter(ctx, root, search);
64 xml_node_t *root, const char *path)
74 xml_node_for_each_child(ctx, node, root) {
89 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root, argument
99 node = get_node_iter(ctx, root, search);
106 xml_node_t * get_child_node(struct xml_node_ctx *ctx, xml_node_t *root, argument
112 xml_node_for_each_child(ctx, node, root) {
15 get_node_uri_iter(struct xml_node_ctx *ctx, xml_node_t *root, char *uri) argument
63 get_node_iter(struct xml_node_ctx *ctx, xml_node_t *root, const char *path) argument
280 xml_node_t *root; local
337 add_mo_node(struct xml_node_ctx *ctx, xml_node_t *root, xml_node_t *node, const char *uri) argument
384 tnds_to_mo_iter(struct xml_node_ctx *ctx, xml_node_t *root, xml_node_t *node, const char *uri) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dxml-utils.c16 xml_node_t *root, char *uri)
26 node = root;
46 xml_node_t * get_node_uri(struct xml_node_ctx *ctx, xml_node_t *root, argument
56 node = get_node_uri_iter(ctx, root, search);
64 xml_node_t *root, const char *path)
74 xml_node_for_each_child(ctx, node, root) {
89 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root, argument
99 node = get_node_iter(ctx, root, search);
106 xml_node_t * get_child_node(struct xml_node_ctx *ctx, xml_node_t *root, argument
112 xml_node_for_each_child(ctx, node, root) {
15 get_node_uri_iter(struct xml_node_ctx *ctx, xml_node_t *root, char *uri) argument
63 get_node_iter(struct xml_node_ctx *ctx, xml_node_t *root, const char *path) argument
280 xml_node_t *root; local
337 add_mo_node(struct xml_node_ctx *ctx, xml_node_t *root, xml_node_t *node, const char *uri) argument
384 tnds_to_mo_iter(struct xml_node_ctx *ctx, xml_node_t *root, xml_node_t *node, const char *uri) argument
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DXMPMetaParser.java100 // no appropriate root node found, return empty metadata object
292 * Find the XML node that is the root of the XMP data tree. Generally this
296 * more than one possible root use PickBestRoot to choose among them.
298 * If there is a root node, try to extract the version of the previous XMP
301 * Pick the first x:xmpmeta among multiple root candidates. If there aren't
302 * any, pick the first bare rdf:RDF if that is allowed. The returned root is
307 * @param root the root of the xml document
321 private static Object[] findRootNode(Node root, boolean xmpmetaRequired, Object[] result) argument
326 NodeList children = root
[all...]
/external/valgrind/main/cachegrind/
H A Dcg_merge.c984 AvlNode* root; member in struct:_WordFM
997 static void avl_swl ( AvlNode** root )
999 AvlNode* a = *root;
1001 *root = b;
1007 static void avl_swr ( AvlNode** root )
1009 AvlNode* a = *root;
1011 *root = b;
1017 static void avl_nasty ( AvlNode* root )
1019 switch (root->balance) {
1021 root
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreadpdb.c1129 "Unknown .pdb root block version %d\n", version );
1207 void* root, /* FIXME: better name */
1223 root, offset, size );
1232 union codeview_symbol *sym = (union codeview_symbol *)((char *)root + i);
1493 root, offset, size );
2351 struct PDB_DS_ROOT* root; local
2353 root = reader.read_file( &reader, 1, 0 );
2354 if (root) {
2356 pdbname, pdbmtime, root->version, root
1203 DEBUG_SnarfCodeView( DebugInfo* di, PtrdiffT bias, IMAGE_SECTION_HEADER* sectp, void* root, Int offset, Int size ) argument
2363 struct PDB_JG_ROOT* root; local
[all...]
/external/valgrind/main/coregrind/
H A Dm_oset.c121 AvlNode* root; // root node member in struct:_OSet
204 static void avl_swl ( AvlNode** root )
206 AvlNode* a = *root;
208 *root = b;
214 static void avl_swr ( AvlNode** root )
216 AvlNode* a = *root;
218 *root = b;
224 static void avl_nasty ( AvlNode* root )
226 switch (root
[all...]
H A Dm_sparsewa.c85 LevelN* root; member in struct:_SparseWA
172 if (swa->root) swa_PUSH(swa, 0, 0, swa->root, 1/*start_new_node*/);
247 swa->root = NULL;
270 if (swa->root)
271 swa_deleteSWA_wrk( swa->dealloc, swa->root );
287 levelN = swa->root;
322 if (!swa->root)
323 swa->root = swa_new_LevelN(swa, _3_or_7);
324 levelN = swa->root;
[all...]
H A Dm_wordfm.c83 AvlNode* root; member in struct:_WordFM
97 static void avl_swl ( AvlNode** root )
99 AvlNode* a = *root;
101 *root = b;
107 static void avl_swr ( AvlNode** root )
109 AvlNode* a = *root;
111 *root = b;
117 static void avl_nasty ( AvlNode* root )
119 switch (root->balance) {
121 root
[all...]
/external/valgrind/main/mpi/
H A Dlibmpiwrap.c1902 /* pre: must-be-readable (buffer,count,datatype) for rank==root
1903 must-be-writable (buffer,count,datatype) for rank!=root
1906 Resulting behaviour is: if root sends uninitialised stuff, then
1912 int root, MPI_Comm comm)
1919 i_am_sender = root == comm_rank(comm);
1926 CALL_FN_W_5W(err, fn, buffer,count,datatype,root,comm);
1942 going to send sendcount items of type sendtype to the root. So
1943 the root is going to receive comm_size*sendcount items of type
1949 (root only): must be writable: (recvbuf,recvcount * comm_size,recvtype)
1950 post: (root onl
1910 PMPI_Bcast(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm) argument
1952 PMPI_Gather( void *sendbuf, int sendcount, MPI_Datatype sendtype, void *recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) argument
1988 PMPI_Scatter( void* sendbuf, int sendcount, MPI_Datatype sendtype, void* recvbuf, int recvcount, MPI_Datatype recvtype, int root, MPI_Comm comm) argument
2056 PMPI_Reduce(void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm) argument
[all...]
/external/tinyxml2/
H A Dtinyxml2.h250 MemPoolT() : root(0), currentAllocs(0), nAllocs(0), maxAllocs(0) {}
262 if ( !root ) {
271 root = block->chunk;
273 void* result = root;
274 root = root->next;
286 chunk->next = root;
287 root = chunk;
304 Chunk* root; member in class:tinyxml2::MemPoolT
612 <root>Thi
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8702 ** The root-page of the master database table.
8987 int iTable, /* Index of root page */
9306 #define OP_ReopenIdx 52 /* synopsis: root=P2 iDb=P3 */
9307 #define OP_OpenRead 53 /* synopsis: root=P2 iDb=P3 */
9308 #define OP_OpenWrite 54 /* synopsis: root=P2 iDb=P3 */
9372 #define OP_CreateIndex 118 /* synopsis: r[P2]=root iDb=P1 */
9373 #define OP_CreateTable 119 /* synopsis: r[P2]=root iDb=P1 */
9395 #define OP_TableLock 141 /* synopsis: iDb=P1 root=P2 write=P3 */
10927 ** Table.tnum is the page number for the root BTree page of the table in the
10933 ** refers VDBE cursor number that holds the table open, not to the root
141256 Blob root = {0,0,0}; /* New root page image */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8702 ** The root-page of the master database table.
8987 int iTable, /* Index of root page */
9306 #define OP_ReopenIdx 52 /* synopsis: root=P2 iDb=P3 */
9307 #define OP_OpenRead 53 /* synopsis: root=P2 iDb=P3 */
9308 #define OP_OpenWrite 54 /* synopsis: root=P2 iDb=P3 */
9372 #define OP_CreateIndex 118 /* synopsis: r[P2]=root iDb=P1 */
9373 #define OP_CreateTable 119 /* synopsis: r[P2]=root iDb=P1 */
9395 #define OP_TableLock 141 /* synopsis: iDb=P1 root=P2 write=P3 */
10927 ** Table.tnum is the page number for the root BTree page of the table in the
10933 ** refers VDBE cursor number that holds the table open, not to the root
141288 Blob root = {0,0,0}; /* New root page image */ local
[all...]
/external/srec/srec/include/
H A Dhmm_desc.h135 tree_node *root[MAX_PHONE_STATES]; member in struct:__anon31114
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dconnect.h74 bool InitState(StateId s, StateId root) { argument
89 if (root == start_) {
132 if ((*dfnumber_)[s] == (*lowlink_)[s]) { // root of new SCC
188 vector<StateId> *lowlink_; // lowlink[s] == dfnumber[s] => SCC root
H A Dminimize.h324 // invoked when state is discovered (2nd arg is DFS tree root)
325 bool InitState(StateId s, StateId root) { argument
351 // invoked when state finished (parent is kNoStateId for tree root)
H A Dreplace.h36 int64 root; // root rule for expansion member in struct:fst::ReplaceFstOptions
40 : CacheOptions(opts), root(r), epsilon_on_replace(false) {}
42 : root(r), epsilon_on_replace(false) {}
44 : root(r), epsilon_on_replace(epsilon_replace_arc) {}
46 : root(kNoLabel), epsilon_on_replace(false) {}
110 SetRoot(opts.root);
203 // set root rule for expansion
204 void SetRoot(Label root) { argument
205 Label nonterminal = nonterminal_hash_[root];
545 ReplaceFst(const vector<pair<Label, const Fst<A>* > >& fst_array, Label root) argument
672 Replace(const vector<pair<typename Arc::Label, const Fst<Arc>* > >& ifst_array, MutableFst<Arc> *ofst, typename Arc::Label root) argument
[all...]
/external/skia/samplecode/
H A DSampleAnimator.cpp101 const SkDOM::Node* root = dom.build(text, len); local
102 if (NULL == root) {
105 if (!fAnimator->decodeDOM(dom, root)) {
/external/skia/src/animator/
H A DSkAnimator.cpp406 SkAnimator* root = fMaker->getRoot(); local
407 if (root == NULL)
408 root = this;
409 if (root->isTrackingEvents())
410 root->eventDone(evt);
476 SkAnimator* root = fMaker->getRoot(); local
477 if (root) {
478 root->onEventPost(evt, sinkID);
490 SkAnimator* root = fMaker->getRoot(); local
491 if (root) {
[all...]
/external/skia/src/core/
H A DSkFloat.cpp221 int root = SkSqrtBits(value << (nexp & 1), 26); local
223 return SkFloat::SetShift(root, nexp - 11);

Completed in 1718 milliseconds

1234567891011>>