Searched refs:nNum (Results 1 – 2 of 2) sorted by relevance
577 QCBOREncode_AddInt64(QCBOREncodeContext *pMe, const int64_t nNum) in QCBOREncode_AddInt64() argument582 if(nNum < 0) { in QCBOREncode_AddInt64()588 int64_t nTmp = nNum + 1; in QCBOREncode_AddInt64()592 uValue = (uint64_t)nNum; in QCBOREncode_AddInt64()
516 QCBOREncode_AddInt64(QCBOREncodeContext *pCtx, int64_t nNum);