HomeSort by relevance Sort by last modified time
    Searched full:passert (Results 1 - 25 of 52) sorted by null

1 2 3

  /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/
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...]
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...]
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);
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);
PFileImpl.c 20 #include "passert.h"
193 passert(len < BUFFER_SIZE);
PFileSystem.c 217 passert(path[LSTRLEN(path)-1] == L('/'));
398 passert(path[LSTRLEN(path)-1] == L('/'));
544 passert(isDirectory != NULL);
  /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/srec/include/
portable.h 31 #include "passert.h"
39 #define ASSERT passert
71 /* passert(0); */
  /external/srec/shared/src/
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);
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);
ESR_Session.c 29 #include "passert.h"
  /external/srec/srec/crec/
rec_norm.c 28 #include "passert.h"
text_parser.c 24 #include "passert.h"
196 passert(strlen(transcription) < sizeof(mytranscription));
c47mulsp.c 23 #include "passert.h"
astar_pphash.c 21 #include "passert.h"
comp_stats.c 24 #include "passert.h"
srec_debug.c 21 #include "passert.h"
srec_stats.c 21 #include "passert.h"
  /external/srec/srec/EventLog/include/
riff.h 25 #include "passert.h"
  /external/srec/srec/Recognizer/src/
RecognizerImpl.c 25 #include "passert.h"
373 passert(params != NULL);
583 passert(params != NULL);
    [all...]
  /external/srec/srec/Nametag/src/
NametagImpl.c 135 passert(self != NULL);
  /external/srec/srec/cfront/
wav_acc.c 31 #include "passert.h"

Completed in 181 milliseconds

1 2 3