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

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config.c590 static void free_child(cfg_node* p, int ichild, int count) argument
593 bdla(p && ichild + count <= child_count && count > 0);
594 int icount = ichild + count;
597 for(i = ichild; i < icount; i++)
602 memmove(p->child + ichild, p->child + i, GET_NODE_BYTES(mv_count));
606 DEC_CHILD_COUNT(p, i - ichild);

Completed in 304 milliseconds