HomeSort by relevance Sort by last modified time
    Searched full:btree (Results 1 - 21 of 21) sorted by null

  /external/grub/stage2/
xfs.h 190 * Bmap btree record and extent descriptor.
230 typedef xfs_dfsbno_t xfs_bmbt_ptr_t, xfs_bmdr_ptr_t; /* btree pointer type */
231 /* btree block header type */
242 * data blocks, node&leaf blocks (btree), freeindex blocks
267 * This structure is common to both leaf nodes and non-leaf nodes in the Btree.
270 * level in the Btree, and to identify which type of block this is.
283 * This is the structure of the root and intermediate nodes in the Btree.
300 xfs_dablk_t before; /* Btree block before this key */
301 } btree[1]; /* variable sized array of keys */ member in struct:xfs_da_intnode
501 xfs_drfsbno_t di_nblocks; /* # of direct & btree blocks used *
    [all...]
fsys_xfs.c 442 xfs.dablk = le32 (n->btree[0].before);
  /external/llvm/test/CodeGen/X86/
2009-04-29-RegAllocAssert.ll 13 %struct.BtCursor = type { %struct.Btree*, %struct.BtShared*, %struct.BtCursor*, %struct.BtCursor*, i32 (i8*, i32, i8*, i32, i8*)*, i8*, i32, %struct.MemPage*, i32, %struct.CellInfo, i8, i8, i8*, i64, i32, i8, i32* }
14 %struct.BtLock = type { %struct.Btree*, i32, i8, %struct.BtLock* }
15 %struct.BtShared = type { %struct.Pager*, %struct.sqlite3*, %struct.BtCursor*, %struct.MemPage*, i8, i8, i8, i8, i8, i8, i8, i8, i32, i16, i16, i32, i32, i32, i32, i8, i32, i8*, void (i8*)*, %struct.sqlite3_mutex*, %struct.BusyHandler, i32, %struct.BtShared*, %struct.BtLock*, %struct.Btree* }
16 %struct.Btree = type { %struct.sqlite3*, %struct.BtShared*, i8, i8, i8, i32, %struct.Btree*, %struct.Btree* }
17 %struct.BtreeMutexArray = type { i32, [11 x %struct.Btree*] }
24 %struct.Cursor = type { %struct.BtCursor*, i32, i64, i64, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i64, %struct.Btree*, i32, i8*, i64, i8*, %struct.KeyInfo*, i32, i64, %struct.sqlite3_vtab_cursor*, %struct.sqlite3_module*, i32, i32, i32*, i32*, i8* }
25 %struct.Db = type { i8*, %struct.Btree*, i8, i8, i8*, void (i8*)*, %struct.Schema* }
  /external/llvm/test/Transforms/GVN/
2009-01-22-SortInvalidation.ll 11 %struct.BtCursor = type { %struct.Btree*, %struct.BtShared*, %struct.BtCursor*, %struct.BtCursor*, i32 (i8*, i32, i8*, i32, i8*)*, i8*, i32, %struct.MemPage*, i32, %struct.CellInfo, i8, i8, i8*, i64, i32, i8, i32* }
12 %struct.BtLock = type { %struct.Btree*, i32, i8, %struct.BtLock* }
13 %struct.BtShared = type { %struct.Pager*, %struct.sqlite3*, %struct.BtCursor*, %struct.MemPage*, i8, i8, i8, i8, i8, i8, i8, i8, i32, i16, i16, i32, i32, i32, i32, i8, i32, i8*, void (i8*)*, %struct.sqlite3_mutex*, %struct.BusyHandler, i32, %struct.BtShared*, %struct.BtLock*, %struct.Btree* }
14 %struct.Btree = type { %struct.sqlite3*, %struct.BtShared*, i8, i8, i8, i32, %struct.Btree*, %struct.Btree* }
15 %struct.BtreeMutexArray = type { i32, [11 x %struct.Btree*] }
22 %struct.Cursor = type { %struct.BtCursor*, i32, i64, i64, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i64, %struct.Btree*, i32, i8*, i64, i8*, %struct.KeyInfo*, i32, i64, %struct.sqlite3_vtab_cursor*, %struct.sqlite3_module*, i32, i32, i32*, i32*, i8* }
23 %struct.Db = type { i8*, %struct.Btree*, i8, i8, i8*, void (i8*)*, %struct.Schema* }
  /external/clang/include/clang/Rewrite/
DeltaTree.h 19 /// DeltaTree - a multiway search tree (BTree) structure with some fancy
  /external/clang/lib/Rewrite/
DeltaTree.cpp 20 /// The DeltaTree class is a multiway search tree (BTree) structure with some
63 /// WidthFactor - This controls the number of K/V slots held in the BTree:
64 /// how wide it is. Each level of the BTree is guaranteed to have at least
77 /// IsLeaf - This is true if this is a leaf of the btree. If false, this is
343 /// VerifyTree - Walk the btree performing assertions on various properties to
RewriteRope.cpp 73 /// when looking for an offset in the BTree.
76 /// WidthFactor - This controls the number of K/V slots held in the BTree:
77 /// how wide it is. Each level of the BTree is guaranteed to have at least
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /external/e2fsprogs/debugfs/
htree.c 343 * btree index).
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fs.h 251 #define FS_BTREE_FL 0x00001000 /* btree format dir */
ext2_fs.h 151 #define EXT2_BTREE_FL FS_BTREE_FL /* btree format dir */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fs.h 251 #define FS_BTREE_FL 0x00001000 /* btree format dir */
ext2_fs.h 151 #define EXT2_BTREE_FL FS_BTREE_FL /* btree format dir */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fs.h 251 #define FS_BTREE_FL 0x00001000 /* btree format dir */
ext2_fs.h 151 #define EXT2_BTREE_FL FS_BTREE_FL /* btree format dir */
  /external/kernel-headers/original/linux/
ext2_fs.h 188 #define EXT2_BTREE_FL 0x00001000 /* btree format dir */
  /external/libvpx/examples/includes/geshi/geshi/
mysql.php 76 'ASC','AS','BDB','BEGIN','BERKELEYDB','BINARY','BTREE','CALL',
  /external/e2fsprogs/lib/ext2fs/
ext2_fs.h 267 #define EXT2_BTREE_FL 0x00001000 /* btree format dir */
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h     [all...]
  /external/oprofile/
ChangeLog-2002 980 * first import standalone code to test btree samples files
    [all...]

Completed in 596 milliseconds