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

/haiku/src/apps/mediaplayer/supplier/
H A DMediaTrackVideoSupplier.cpp100 static int already = false; local
101 if (already) {
105 already = true;
239 // The current frame is already closer to the wanted frame
/haiku/src/system/libroot/posix/glibc/extensions/
H A Dobstack.c290 long already; local
323 already = obj_size / sizeof (COPYING_UNIT) * sizeof (COPYING_UNIT);
326 already = 0;
328 for (i = already; i < obj_size; i++)
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DStack.cpp348 bool already = false; local
352 // this driver is going to be rescanned already
353 already = true;
359 if (!already) {
380 // already by the hooks or it is not loaded at this time. in any
410 // we already have an entry for this driver, just update it
472 // inform driver about any already present devices
/haiku/src/kits/package/
H A DPackageInfoParser.cpp990 BString error = BString(names[attribute]) << " already seen!";
/haiku/src/system/libroot/os/
H A Dimage.cpp553 // We don't need it, because our loader already does the job, right?

Completed in 160 milliseconds