Searched defs:btree (Results 1 - 5 of 5) sorted by relevance

/external/syslinux/core/fs/xfs/
H A Dxfs_dir2.c599 xfs_da_node_entry_t *btree; local
642 /* Given a hash to lookup, you read the node's btree array and first
649 for (btree = &node->btree[probe];
650 span > 4; btree = &node->btree[probe]) {
652 hash = be32_to_cpu(btree->hashval);
662 while ((probe > 0) && (be32_to_cpu(btree->hashval) >= hashwant)) {
663 btree--;
667 while ((probe < max) && (be32_to_cpu(btree
[all...]
H A Dxfs.h239 uint32_t agi_root; /* root of inode btree */
240 uint32_t agi_level; /* levels in inode btree */
252 * Bmap btree record and extent descriptor.
335 uint64_t di_nblocks; /* # of direct & btree blocks used */
614 } btree[1]; member in struct:xfs_da_intnode
652 * Generic btree header.
695 /* btree pointer type */
744 * Calculate number of records in a bmap btree inode root.
/external/guice/extensions/persist/lib/
H A Ddb4o-6.4.14.8131-java5.jar ... com/db4o/foundation/network/ com/db4o/internal/ com/db4o/internal/btree/ com/db4o/internal/btree/algebra/ com/db4o/internal/callbacks/ com ...
/external/sqlite/dist/orig/
H A Dsqlite3.c12179 ** Defer sourcing vdbe.h and btree.h until after the "u8" and
12183 /************** Include btree.h in the middle of sqliteInt.h *****************/
12184 /************** Begin file btree.h *******************************************/
12442 ** entry in either an index or table btree.
12557 /************** End of btree.h ***********************************************/
13147 ** NOTE: These values must match the corresponding BTREE_ values in btree.h.
14250 #define SQLITE_CellSizeCk 0x20000000 /* Check btree cell sizes on load */
14817 ** or greater than a key in the btree, respectively. These are normally
18023 Pgno pgnoRoot; /* Root page of the open btree cursor */
125920 } btree; member in union:WhereLoop::__anon17480
[all...]
/external/sqlite/dist/
H A Dsqlite3.c12179 ** Defer sourcing vdbe.h and btree.h until after the "u8" and
12183 /************** Include btree.h in the middle of sqliteInt.h *****************/
12184 /************** Begin file btree.h *******************************************/
12442 ** entry in either an index or table btree.
12557 /************** End of btree.h ***********************************************/
13147 ** NOTE: These values must match the corresponding BTREE_ values in btree.h.
14250 #define SQLITE_CellSizeCk 0x20000000 /* Check btree cell sizes on load */
14817 ** or greater than a key in the btree, respectively. These are normally
18023 Pgno pgnoRoot; /* Root page of the open btree cursor */
125920 } btree; member in union:WhereLoop::__anon17526
[all...]

Completed in 1067 milliseconds