Home
last modified time | relevance | path

Searched refs:ActualSize (Results 1 – 6 of 6) sorted by relevance

/external/llvm/unittests/Support/
DLEB128Test.cpp90 unsigned ActualSize = 0; \ in TEST()
92 &ActualSize); \ in TEST()
93 EXPECT_EQ(sizeof(VALUE) - 1, ActualSize); \ in TEST()
125 unsigned ActualSize = 0; \ in TEST()
127 &ActualSize); \ in TEST()
128 EXPECT_EQ(sizeof(VALUE) - 1, ActualSize); \ in TEST()
/external/libnfc-nxp/src/
DphFriNfc_MifareULMap.c218 NdefMap->TLVStruct.ActualSize = PH_FRINFC_NDEFMAP_MFUL_VAL0; in phFriNfc_MifareUL_H_Reset()
519 NdefMap->TLVStruct.ActualSize) || in phFriNfc_MfUL_CalcByteNum()
527 if (TemLength == NdefMap->TLVStruct.ActualSize) in phFriNfc_MfUL_CalcByteNum()
649 (NdefMap->TLVStruct.ActualSize + (((NdefMap->TLVStruct.NdefTLVBlock - in phFriNfc_MifareUL_Process()
660 (NdefMap->TLVStruct.ActualSize + (((NdefMap->TLVStruct.NdefTLVBlock - in phFriNfc_MifareUL_Process()
672 NdefMap->TLVStruct.ActualSize) || in phFriNfc_MifareUL_Process()
680 if (TemLength == NdefMap->TLVStruct.ActualSize) in phFriNfc_MifareUL_Process()
1653 NdefMap->TLVStruct.ActualSize = in phFriNfc_MfUL_H_findNDEFTLV()
1925 NdefMap->TLVStruct.ActualSize = in phFriNfc_MfUL_H_findNDEFTLV()
1948 NdefMap->TLVStruct.ActualSize = in phFriNfc_MfUL_H_findNDEFTLV()
[all …]
DphFriNfc_NdefMap.h636 uint16_t ActualSize; member
DphFriNfc_NdefMap.c1265 *actualSize = NdefMap->TLVStruct.ActualSize; in phFriNfc_NdefMap_GetContainerSize()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1443 int ActualSize = std::min(InputSize, OutputSize); in FoldItoFPtoI() local
1445 if (ActualSize <= OpITy->getFPMantissaWidth()) { in FoldItoFPtoI()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp8978 unsigned ActualSize = std::min(InputSize, OutputSize); in FoldIntToFPToInt() local
8983 if (APFloat::semanticsPrecision(sem) >= ActualSize) { in FoldIntToFPToInt()