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

/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dcdda.cpp124 // strip garbage at the start
127 uint32 garbage = 0; local
128 while (is_garbage(string[garbage])) {
129 garbage++;
132 length -= garbage;
133 if (garbage)
134 memmove(string, string + garbage, length + 1);
136 // strip garbage from the end

Completed in 31 milliseconds