Home
last modified time | relevance | path

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

/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c1399 int commas; local
1419 int commas; local
1520 int commas; local
1590 int commas; local
1618 commas = 0;
1620 if (*p == ',') commas++;
1623 resp = (int *)calloc(commas + 1, sizeof(int));
1625 switch (commas) {
1685 *items = commas + 1;
3485 int err = -1, mode, commas = 0, i = 0; local
[all …]
/device/generic/goldfish/radio/ril/
Dreference-ril.c1325 int commas; local
1345 int commas; local
1446 int commas; local
1516 int commas; local
1544 commas = 0;
1546 if (*p == ',') commas++;
1549 resp = (int *)calloc(commas + 1, sizeof(int));
1551 switch (commas) {
1611 *items = commas + 1;