Lines Matching refs:ShiftLength
1519 uint16_t ShiftLength = PH_FRINFC_NDEFMAP_MFUL_VAL0,
1758 ShiftLength = (Temp16Bytes +
1880 ShiftLength = (uint16_t) NdefMap->SendRecvBuf[Temp16Bytes];
1898 ShiftLength =
1900 | (ShiftLength << PH_FRINFC_NDEFMAP_MFUL_SHIFT8));
1904 if(ShiftLength > (NdefMap->MifareULContainer.RemainingSize))
1926 NdefMap->TLVStruct.BytesRemainLinTLV = ShiftLength;
1935 phFriNfc_MapTool_SetCardState( NdefMap, ShiftLength):
2022 ShiftLength = NdefMap->SendRecvBuf[Temp16Bytes];
2025 phFriNfc_MapTool_SetCardState( NdefMap, ShiftLength):
2216 ShiftLength = PH_FRINFC_NDEFMAP_MFUL_VAL0;
2222 ShiftLength = ((NdefMap->TLVStruct.NoLbytesinTLV ==
2226 ShiftLength = ((NdefMap->TLVStruct.NoLbytesinTLV ==
2230 ShiftLength):
2234 ShiftLength));
2240 NdefMap->TLVStruct.BytesRemainLinTLV = ShiftLength;
2247 ShiftLength) || (ShiftLength <
2255 phFriNfc_MapTool_SetCardState( NdefMap, ShiftLength):
2270 NdefMap->TLVStruct.NdefTLVByte = ((ShiftLength%
2276 + (ShiftLength/PH_FRINFC_NDEFMAP_MFUL_VAL4));
2304 ShiftLength = NdefMap->SendRecvBuf[(TempLength + PH_FRINFC_NDEFMAP_MFUL_VAL1)];
2305 ShiftLength = (((uint16_t)(NdefMap->SendRecvBuf[(TempLength + PH_FRINFC_NDEFMAP_MFUL_VAL2)])
2307 ShiftLength);
2308 Result = ((ShiftLength > (NdefMap->MifareULContainer.RemainingSize))?
2315 phFriNfc_MapTool_SetCardState( NdefMap, ShiftLength):
2319 NdefMap->TLVStruct.BytesRemainLinTLV = ShiftLength;
2327 NdefMap->TLVStruct.NdefTLVByte = ((ShiftLength%
2333 + (ShiftLength/PH_FRINFC_NDEFMAP_MFUL_VAL4));