OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:passert
(Results
1 - 22
of
22
) sorted by null
/external/srec/portable/include/
passert.h
2
*
passert
.h *
45
#define
passert
(exp) assert(exp)
macro
49
#define
passert
(exp)
macro
56
#define
passert
(exp) do { \
macro
/external/srec/portable/src/UNIX/
PFileWrapUNIX_OS_Specific.c
35
passert
(path!=NULL);
108
passert
( path != NULL );
109
passert
( *path != '\0' );
PANSIFileSystemUNIXImpl.c
97
passert
(path!=NULL);
156
passert
(path!=NULL);
/external/srec/portable/src/
pstream.c
25
#include "
passert
.h"
146
passert
(header && header->prev == NULL); /* delete from the beginning */
182
passert
(filename);
183
passert
(mode);
187
passert
("File Table is not initialized!" == NULL);
231
passert
(start == pCurRec->start);
257
passert
(start == NULL);
315
passert
(end > curFrame->size);
317
passert
(curFrame);
336
passert
(PortFile)
[
all
...]
pmalloc.c
30
#include "
passert
.h"
178
passert
(memBuffer != NULL);
179
passert
(binsFirstFreeCell != NULL);
247
passert
(SIZE_CELL <= p->_Size);
282
passert
(_PTR_NORM((char *)q + q->_Size) <=
284
passert
(_PTR_NORM(q) < _PTR_NORM(q->_Next));
287
passert
(pd->total_heap == pd->total_alloc + pd->total_free);
288
passert
(total_free == pd->total_free);
349
passert
(pmallocInitted);
452
passert
(pmallocInitted)
[
all
...]
pmemory_ext.c
25
#include "
passert
.h"
300
passert
(FALSE && "Call PortInit() before calling any portable functions\r\n");
320
passert
((*guardStartPtr) == GUARD_BEGIN);
321
passert
((*guardEndPtr) == GUARD_END);
plog.c
29
#include "
passert
.h"
320
passert
(timeStrSize == (TIME_BUF_SIZE - 5));
324
passert
(LSTRLEN(buffer) < BUFFER_SIZE);
330
passert
(LSTRLEN(buffer) < BUFFER_SIZE);
372
passert
(LSTRLEN(buffer) < BUFFER_SIZE);
379
passert
(LSTRLEN(buffer) < BUFFER_SIZE);
382
passert
(LSTRLEN(buffer) < BUFFER_SIZE);
pmemory.c
23
#include "
passert
.h"
28
#include "
passert
.h"
404
passert
(data->index >= 0 && data->index <= MAX_MEM_TAG);
407
passert
(e->curAlloc >= data->size);
410
passert
(gCurAlloc >= data->size);
517
passert
(LSTRLEN(truncatedTag) == TAG_SIZE - 1);
545
passert
(e->curAlloc >= 0);
549
passert
(totalAlloc == gCurAlloc);
595
passert
(tag != NULL);
639
passert
(LSTRLEN(stackTrace) < P_MAX_STACKTRACE)
[
all
...]
PFileSystem.c
217
passert
(path[LSTRLEN(path)-1] == L('/'));
398
passert
(path[LSTRLEN(path)-1] == L('/'));
544
passert
(isDirectory != NULL);
PFileImpl.c
20
#include "
passert
.h"
193
passert
(len < BUFFER_SIZE);
/external/srec/srec/include/
portable.h
31
#include "
passert
.h"
39
#define ASSERT
passert
71
/*
passert
(0); */
/external/srec/shared/src/
IntArrayListImpl.c
23
#include "
passert
.h"
116
passert
(impl->contents != NULL); /* should never fail */
153
passert
(index >= 0 && index <= impl->virtualSize);
162
passert
(index >= 0 && index <= impl->virtualSize);
Int8ArrayListImpl.c
23
#include "
passert
.h"
117
passert
(impl->contents != NULL); /* should never fail */
154
passert
(index >= 0 && index <= impl->virtualSize);
163
passert
(index >= 0 && index <= impl->virtualSize);
SessionTypeImpl.c
27
#include "
passert
.h"
1101
passert
(size_tValue >= UINT16_TMIN && size_tValue <= UINT16_TMAX);
1141
passert
(0); /* Unknown variable type. Assuming LCHAR* */
[
all
...]
/external/srec/srec/Nametag/src/
NametagImpl.c
135
passert
(self != NULL);
/external/srec/srec/crec/
text_parser.c
24
#include "
passert
.h"
196
passert
(strlen(transcription) < sizeof(mytranscription));
srec_context.c
25
#include "
passert
.h"
627
passert
( 0 && L("failed to reset the memory for wordmap.chars ") );
639
passert
( 0 && L("failed to reset the memory for wordmap.words ") );
661
passert
( 0 && L("wordmap_reset failed") );
666
passert
( 0 && L("wordmap_reset failed") );
[
all
...]
/external/srec/srec/Recognizer/src/
RecognizerImpl.c
25
#include "
passert
.h"
373
passert
(params != NULL);
583
passert
(params != NULL);
[
all
...]
RecognizerResultImpl.c
267
passert
(rc != ESR_BUFFER_OVERFLOW);
/external/srec/srec/AcousticModels/src/
AcousticModelsImpl.c
27
#include "
passert
.h"
143
passert
(params != NULL);
196
passert
(params != NULL);
/external/srec/srec/EventLog/src/
riff.c
1102
passert
((unsigned int)(ptr - workbuf) == *buflen);
/external/srec/seti/sltsEngine/src/
run_seq_lts.c
33
#include "
passert
.h"
43
#define ASSERT(x)
passert
(x)
[
all
...]
Completed in 235 milliseconds