Searched refs:dbp (Results 1 – 10 of 10) sorted by relevance
/third_party/iowow/src/kv/benchmark/ |
D | bdb_benchmark.c | 8 DB *dbp; member 36 int ret = db_create(&bmdb->dbp, 0, 0); in db_open() 46 ret = bmdb->dbp->open(bmdb->dbp, 0, path, 0, DB_BTREE, mode, 0664); in db_open() 60 int ret = bmdb->dbp->close(bmdb->dbp, 0); in db_close() 73 int ret = bmdb->dbp->put(bmdb->dbp, 0, &bkey, &bval, 0); in db_put() 79 ret = bmdb->dbp->sync(bmdb->dbp, 0); in db_put() 92 int ret = bmdb->dbp->get(bmdb->dbp, 0, &bkey, &bval, 0); in db_get() 110 int ret = bmdb->dbp->del(bmdb->dbp, 0, &bkey, 0); in db_del() 118 ret = bmdb->dbp->sync(bmdb->dbp, 0); in db_del() 132 int ret = bmdb->dbp->cursor(bmdb->dbp, 0, &curp, 0); in db_read_seq() [all …]
|
/third_party/iowow/src/kv/ |
D | iwkv.h | 244 IW_EXPORT WUR iwrc iwkv_db(IWKV iwkv, uint32_t dbid, iwdb_flags_t flags, IWDB *dbp); 254 IW_EXPORT WUR iwrc iwkv_new_db(IWKV iwkv, iwdb_flags_t dbflg, uint32_t *dbidp, IWDB *dbp); 261 IW_EXPORT iwrc iwkv_db_destroy(IWDB *dbp);
|
D | iwkv.c | 337 static WUR iwrc _db_at(IWKV iwkv, IWDB *dbp, off_t addr, uint8_t *mm) { in _db_at() argument 343 *dbp = 0; in _db_at() 388 *dbp = db; in _db_at() 460 static void _db_release_lw(IWDB *dbp) { in _db_release_lw() argument 461 assert(dbp && *dbp); in _db_release_lw() 462 IWDB db = *dbp; in _db_release_lw() 466 *dbp = 0; in _db_release_lw() 532 static WUR iwrc _db_destroy_lw(IWDB *dbp) { in _db_destroy_lw() argument 535 IWDB db = *dbp; in _db_destroy_lw() 3317 iwrc iwkv_db(IWKV iwkv, uint32_t dbid, iwdb_flags_t dbflg, IWDB *dbp) { in iwkv_db() argument [all …]
|
/third_party/ltp/testcases/kernel/mce-test/stress/ |
D | hwpoison.sh | 60 dbp() function 255 dbp "Found the tool: $g_pagetool" 385 …dbp "g_ltppan -n fs_metadata -a $pan_zoo -f $g_casedir/fs_metadata -o $pan_output -l $pan_log -C $… 462 …dbp "$g_ltppan -n page_poisoning -a $pan_zoo -f $g_casedir/page_poisoning -t ${g_duration}s -o $pa… 513 dbp "echo $pg > $g_debugfs/hwpoison/unpoison-pfn" 565 dbp "echo $pfn > $g_debugfs/hwpoison/corrupt-pfn" 579 dbp "echo $paddr > $g_sysfs_mem/soft_offline_page"
|
/third_party/icu/icu4c/source/data/unit/ |
D | tk.txt | 1613 dnam{"dbp"} 1614 one{"{0} dbp"} 1615 other{"{0} dbp"}
|
/third_party/skia/third_party/externals/icu/source/data/unit/ |
D | tk.txt | 1613 dnam{"dbp"} 1614 one{"{0} dbp"} 1615 other{"{0} dbp"}
|
/third_party/ejdb/src/ |
D | ejdb2.c | 326 static iwrc _jb_db_release(EJDB *dbp) { in _jb_db_release() argument 328 EJDB db = *dbp; in _jb_db_release() 329 *dbp = 0; in _jb_db_release()
|
/third_party/iowow/ |
D | Changelog | 474 * Added iwkv_new_db(IWKV iwkv, iwdb_flags_t dbflg, uint32_t *odbid, IWDB *dbp) (iwkv.h)
|
/third_party/optimized-routines/math/test/traces/ |
D | sincosf.txt | 7941 0x1.230dbp-11 11282 0x1.599dbp-7
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 23188 get the dbp size it is required to rely on the VUI parameters if they
|