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

/haiku/src/kits/support/
H A DString.cpp2106 int32 startCount = 0; local
2107 while (isspace(string[startCount]))
2108 startCount++;
2111 while (endIndex >= startCount && isspace(string[endIndex]))
2114 if (startCount == 0 && endIndex == Length() - 1)
2119 ssize_t length = endIndex + 1 - startCount;
2121 if (startCount == 0 || length == 0) {
2124 memmove(fPrivateData, fPrivateData + startCount, length);
/haiku/src/add-ons/kernel/drivers/audio/usb/
H A DAudioControlInterface.cpp1112 uint32 startCount = Channels.Count(); local
1128 return Channels.Count() - startCount;

Completed in 41 milliseconds