/AliOS-Things-master/components/py_engine/tests/extmod/ |
A D | btree1.py | 11 db = btree.open(f, pagesize=512) variable
|
A D | btree_gc.py | 12 db = btree.open(uio.BytesIO(), pagesize=512) variable
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/src/gatt/gattm/ |
A D | gattm_int.h | 55 struct attm_db db; member
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | modbtree.c | 43 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 D | modbluetooth.h | 497 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 D | modbluetooth.c | 1583 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 D | upsampling_sse2.c | 51 #define PACK_AND_STORE(a, b, da, db, out) do { \ argument
|
A D | upsampling_sse41.c | 53 #define PACK_AND_STORE(a, b, da, db, out) do { \ argument
|
/AliOS-Things-master/components/ota/2ndboot/updater/ |
A D | nbpatch.c | 104 struct xz_buf cb = {0}, db = {0}, eb = {0}; in ota_nbpatch() local
|
/AliOS-Things-master/components/ble_host/bt_host/hci_driver/ |
A D | h5.c | 438 const uint8_t c0 = 0xc0, db = 0xdb; in h5_unslip_one_byte() local
|
/AliOS-Things-master/components/ble_host/bt_host/host/ |
A D | sdp.c | 66 static struct bt_sdp_record *db; variable
|
A D | gatt.c | 85 static sys_slist_t db; variable
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/ |
A D | pngrtran.c | 797 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 D | tif_getimage.c | 2258 uint32 dr, dg, db; in DECLARESepPutFunc() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/ |
A D | pngstest.c | 802 double dr, dg, db; /* linear r,g,b scaled to 0..1 */ member
|