OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mv_count
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/bluedroid/btif/src/
btif_config.c
549
int
mv_count
= child_count - i;
local
550
memmove(p->child + ichild, p->child + i, GET_NODE_BYTES(
mv_count
));
552
memset(p->child + i, 0, GET_NODE_BYTES(
mv_count
));
Completed in 259 milliseconds