Lines Matching refs:buff
1595 char buff = *ptr;
1602 while ((buff = *ptr) != '>') {
1613 if (!isalpha(buff) && !isdigit(buff) && buff != '+' &&
1614 buff != '-') {
1666 char buff = *ptr;
1667 if (buff == '-' || buff == '+') {
1673 if (buff == '-') {
1682 buff = *ptr;
1683 if (!isdigit(buff)) {
1693 hours += buff - '0';
1710 buff = *ptr;
1711 if (!isdigit(buff)) {
1715 *(outputs[i]) += buff - '0';
1886 uint8_t buff = 0;
1895 buff *= 10;
1896 buff += (*ptr) - '0';
1900 *(components[i]) = sign * buff;
2079 int64_t offset_0, offset_1, buff;
2085 _swap(offset_0, offset_1, buff);
2101 _swap(offset_1, offset_0, buff);