Home
last modified time | relevance | path

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

/haiku/src/add-ons/media/media-add-ons/mixer/
H A DByteSwap.cpp19 static void do_nothing(void *buffer, size_t bytecount);
35 fFunc = &do_nothing; in ByteSwap()
47 do_nothing(void *buffer, size_t bytecount) in do_nothing() function