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

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config.c64 #define GET_CHILD_COUNT(p) (short)((int)(p)->used / sizeof(cfg_node)) macro
314 for(si = 0; si < GET_CHILD_COUNT(&root); si++)
319 for(ki = 0; ki < GET_CHILD_COUNT(section_node); ki++)
324 for(vi = 0; vi < GET_CHILD_COUNT(key_node); vi++)
449 int count = GET_CHILD_COUNT(p);
466 int count = GET_CHILD_COUNT(p);
560 bdla(0 <= start && start < GET_CHILD_COUNT(p));
561 bdld("in, start:%d, child count:%d, max count:%d", start, GET_CHILD_COUNT(p), GET_CHILD_MAX_COUNT(p));
564 if(0 <= start && start < GET_CHILD_COUNT(p))
567 for(i = start; i < GET_CHILD_COUNT(
[all...]

Completed in 84 milliseconds