Searched refs:ASSERT (Results 1 - 25 of 430) sorted by path

1234567891011>>

/haiku/headers/os/support/
H A DDebug.h59 #if !defined(ASSERT)
60 #define ASSERT(E) (!(E) ? _debuggerAssert(__FILE__,__LINE__, #E) \ macro
83 #if !defined(ASSERT)
84 #define ASSERT(E) (void)0 macro
/haiku/headers/private/audio/
H A Dhmulti_audio.h16 #ifndef ASSERT
366 ASSERT(channel>=0);
377 ASSERT(channel>=0); \
/haiku/headers/private/kernel/
H A Dload_tracking.h32 ASSERT(oldLoad >= 0 && oldLoad <= kMaxLoad);
43 ASSERT(n > 0);
50 ASSERT(load >= 0 && load <= kMaxLoad);
/haiku/headers/private/kernel/util/
H A DHeap.h213 ASSERT(link->fIndex >= 0 && link->fIndex < fLastElement);
228 ASSERT(fLastElement > 0);
233 ASSERT(link->fIndex != -1);
257 ASSERT(fLastElement != fSize);
261 ASSERT(link->fIndex == -1);
H A DMinMaxHeap.h198 ASSERT(fMaxLastElement == 1);
213 ASSERT(fMinLastElement == 1);
253 ASSERT(fMaxLastElement == 1);
261 ASSERT(link->fIndex != -1);
274 ASSERT(fMinLastElement == 1);
282 ASSERT(link->fIndex != -1);
295 ASSERT(max_c(fMinLastElement, fMaxLastElement) == fSize);
301 ASSERT(fMinLastElement < fSize || fMaxLastElement < fSize);
305 ASSERT(link->fIndex == -1);
359 ASSERT(sGetLin
[all...]
/haiku/headers/private/media/
H A DTList.h15 ASSERT(items);
36 ASSERT(items);
49 ASSERT(items);
H A DTMap.h16 ASSERT(items);
37 ASSERT(items);
51 ASSERT(items);
/haiku/headers/private/midi/
H A Ddebug.h38 #define ASSERT(expr) \ macro
51 #define ASSERT(expr) macro
/haiku/src/add-ons/disk_systems/btrfs/
H A DBTRFSAddOn.cpp33 #ifdef ASSERT
34 # undef ASSERT macro
/haiku/src/add-ons/disk_systems/fat/
H A DFATAddOn.cpp30 #ifdef ASSERT
31 # undef ASSERT macro
/haiku/src/add-ons/disk_systems/ntfs/
H A DNTFSAddOn.cpp29 #ifdef ASSERT
30 # undef ASSERT macro
/haiku/src/add-ons/index_server/
H A DIndexServerAddOn.cpp204 ASSERT(fName == settings->Name() && fVolume == settings->Volume());
207 ASSERT(fAnalyserSettings.Get());
/haiku/src/add-ons/input_server/devices/serial_mouse/
H A DMouseInputDevice.cpp91 ASSERT(sSingletonMouseDevice == NULL);
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dtimer.cpp82 ASSERT(index >= 0 && index < sTimerCount);
102 ASSERT(func);
/haiku/src/add-ons/kernel/busses/scsi/ahci/
H A Dsata_request.cpp50 ASSERT(fCcb == NULL);
199 ASSERT(fCcb == NULL);
207 ASSERT(fCcb == NULL);
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Ddebug.h50 #undef ASSERT macro
57 #define ASSERT(a) if (a) {} else LOG(("ASSERT failed! file = %s, line = %d\n",__FILE__,__LINE__)) macro
65 #define ASSERT(a) ((void)(0)) macro
H A Dio.c43 ASSERT(regno >= 0);
44 ASSERT(((config->type & TYPE_ICH4) != 0 && regno <= 255) || regno <= 63);
54 ASSERT(regno >= 0);
55 ASSERT(((config->type & TYPE_ICH4) != 0 && regno <= 255) || regno <= 63);
65 ASSERT(regno >= 0);
66 ASSERT(((config->type & TYPE_ICH4) != 0 && regno <= 255) || regno <= 63);
76 ASSERT(regno >= 0);
77 ASSERT(((config->type & TYPE_ICH4) != 0 && regno <= 255) || regno <= 63);
87 ASSERT(regno >= 0);
88 ASSERT(((confi
[all...]
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Ddebug.h50 #undef ASSERT macro
57 #define ASSERT(a) if (a) {} else LOG(("ASSERT failed! file = %s, line = %d\n",__FILE__,__LINE__)) macro
65 #define ASSERT(a) ((void)(0)) macro
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Ddebug.h31 #undef ASSERT macro
38 #define ASSERT(a) if (a) {} else LOG(("ASSERT failed! file = %s, line = %d\n",__FILE__,__LINE__)) macro
46 #define ASSERT(a) ((void)(0)) macro
H A Dio.c23 ASSERT(regno >= 0);
30 ASSERT(regno >= 0);
37 ASSERT(regno >= 0);
44 ASSERT(regno >= 0);
51 ASSERT(regno >= 0);
58 ASSERT(regno >= 0);
79 ASSERT(regno >= 0);
91 ASSERT(regno >= 0);
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Ddebug.h64 #undef ASSERT macro
71 #define ASSERT(a) if (a) {} else LOG(("ASSERT failed! file = %s, line = %d\n",__FILE__,__LINE__)) macro
94 #define ASSERT(a) ((void)(0)) macro
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Ddebug.h50 #undef ASSERT macro
57 #define ASSERT(a) if (a) {} else LOG(("ASSERT failed! file = %s, line = %d\n",__FILE__,__LINE__)) macro
65 #define ASSERT(a) ((void)(0)) macro
/haiku/src/add-ons/kernel/drivers/audio/ice1712/
H A Ddebug.h29 #undef ASSERT macro
31 #define ASSERT(a) if (a) {} else \ macro
32 dprintf("ASSERT failed! file = %s, line = %d\n",__FILE__,__LINE__)
34 #define ASSERT(a) ((void)(0)) macro
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DIndex.cpp302 ASSERT(inode->IsRegularNode());
314 ASSERT(inode->InSizeIndex());
325 ASSERT(inode->InSizeIndex());
337 ASSERT(inode->InSizeIndex());
355 ASSERT(inode->InLastModifiedIndex());
366 ASSERT(inode->InLastModifiedIndex());
379 ASSERT(inode->InLastModifiedIndex());
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.cpp19 #undef ASSERT macro
23 # define ASSERT(x) { if (!(x)) kernel_debugger("exfat: assert failed: " #x "\n"); } macro
26 # define ASSERT(x) ; macro

Completed in 128 milliseconds

1234567891011>>