Home
last modified time | relevance | path

Searched defs:db (Results 1 – 15 of 15) sorted by relevance

/AliOS-Things-master/components/py_engine/tests/extmod/
A Dbtree1.py11 db = btree.open(f, pagesize=512) variable
A Dbtree_gc.py12 db = btree.open(uio.BytesIO(), pagesize=512) variable
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/src/gatt/gattm/
A Dgattm_int.h55 struct attm_db db; member
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodbtree.c43 DB *db; member
65 void __dbpanic(DB *db) { in __dbpanic()
69 STATIC mp_obj_btree_t *btree_new(DB *db, mp_obj_t stream) { in btree_new()
362 DB *db = __bt_open(MP_OBJ_TO_PTR(pos_args[0]), &btree_stream_fvtable, &openinfo, /*dflags*/ 0); in mod_btree_open() local
A Dmodbluetooth.h497 STATIC inline void mp_bluetooth_gatts_db_create(mp_gatts_db_t *db) { in mp_bluetooth_gatts_db_create()
501 STATIC inline void mp_bluetooth_gatts_db_reset(mp_gatts_db_t db) { in mp_bluetooth_gatts_db_reset()
A Dmodbluetooth.c1583 void mp_bluetooth_gatts_db_create_entry(mp_gatts_db_t db, uint16_t handle, size_t len) { in mp_bluetooth_gatts_db_create_entry()
1593 mp_bluetooth_gatts_db_entry_t *mp_bluetooth_gatts_db_lookup(mp_gatts_db_t db, uint16_t handle) { in mp_bluetooth_gatts_db_lookup()
1601 int mp_bluetooth_gatts_db_read(mp_gatts_db_t db, uint16_t handle, uint8_t **value, size_t *value_le… in mp_bluetooth_gatts_db_read()
1615 int mp_bluetooth_gatts_db_write(mp_gatts_db_t db, uint16_t handle, const uint8_t *value, size_t val… in mp_bluetooth_gatts_db_write()
1637 int mp_bluetooth_gatts_db_resize(mp_gatts_db_t db, uint16_t handle, size_t len, bool append) { in mp_bluetooth_gatts_db_resize()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dupsampling_sse2.c51 #define PACK_AND_STORE(a, b, da, db, out) do { \ argument
A Dupsampling_sse41.c53 #define PACK_AND_STORE(a, b, da, db, out) do { \ argument
/AliOS-Things-master/components/ota/2ndboot/updater/
A Dnbpatch.c104 struct xz_buf cb = {0}, db = {0}, eb = {0}; in ota_nbpatch() local
/AliOS-Things-master/components/ble_host/bt_host/hci_driver/
A Dh5.c438 const uint8_t c0 = 0xc0, db = 0xdb; in h5_unslip_one_byte() local
/AliOS-Things-master/components/ble_host/bt_host/host/
A Dsdp.c66 static struct bt_sdp_record *db; variable
A Dgatt.c85 static sys_slist_t db; variable
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpngrtran.c797 int db = ((ib > b) ? ib - b : b - ib); in png_set_quantize() local
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_getimage.c2258 uint32 dr, dg, db; in DECLARESepPutFunc() local
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dpngstest.c802 double dr, dg, db; /* linear r,g,b scaled to 0..1 */ member

Completed in 52 milliseconds