Home
last modified time | relevance | path

Searched refs:ichild (Results 1 – 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
Dbtif_config.c538 static void free_child(cfg_node* p, int ichild, int count) in free_child() argument
541 bdla(p && ichild + count <= child_count && count > 0); in free_child()
542 int icount = ichild + count; in free_child()
545 for(i = ichild; i < icount; i++) in free_child()
550 memmove(p->child + ichild, p->child + i, GET_NODE_BYTES(mv_count)); in free_child()
554 DEC_CHILD_COUNT(p, i - ichild); in free_child()