Home
last modified time | relevance | path

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

/external/srec/portable/src/
Dpmemory_ext.c89 #define GUARD_ALLOC_SIZE(reqSize) ((reqSize)+GUARD_EXTRA) argument
/external/srec/srec/clib/
Dswicms.c105 static ESR_ReturnCode GetSomeIntsIfAny( const LCHAR* parname, imeldata* parvalue, size_t reqSize) in GetSomeIntsIfAny() argument
122 if(size != reqSize) { in GetSomeIntsIfAny()
123 …PLogError(L("Error reading %s from session, expected len %d: %s"), parname, reqSize, ESR_rc2str(rc… in GetSomeIntsIfAny()
126 if(reqSize == 1) in GetSomeIntsIfAny()