Searched refs:QCBOR_Private_ConvertNegativeBigNumToSigned (Results 1 – 1 of 1) sorted by relevance
5419 QCBOR_Private_ConvertNegativeBigNumToSigned(const UsefulBufC BigNum, in QCBOR_Private_ConvertNegativeBigNumToSigned() function5642 return QCBOR_Private_ConvertNegativeBigNumToSigned(pItem->val.bigNum, pnValue); in QCBOR_Private_Int64ConvertAll()5692 …uErr = QCBOR_Private_ConvertNegativeBigNumToSigned(pItem->val.expAndMantissa.Mantissa.bigNum, &nMa… in QCBOR_Private_Int64ConvertAll()5726 …uErr = QCBOR_Private_ConvertNegativeBigNumToSigned(pItem->val.expAndMantissa.Mantissa.bigNum, &nMa… in QCBOR_Private_Int64ConvertAll()6834 …uErr = QCBOR_Private_ConvertNegativeBigNumToSigned(pItem->val.expAndMantissa.Mantissa.bigNum, pnMa… in QCBOR_Private_ProcessExpMantissa()