Searched refs:actual_sect_index (Results 1 – 1 of 1) sorted by relevance
1242 uint8_t actual_sect_index = 0; in phFriNfc_NdefMap_GetContainerSize() local1329 actual_sect_index++; in phFriNfc_NdefMap_GetContainerSize()1351 if (actual_sect_index > 32) in phFriNfc_NdefMap_GetContainerSize()1353 sect_index = (actual_sect_index - 32); in phFriNfc_NdefMap_GetContainerSize()1366 else if (actual_sect_index <= 16) in phFriNfc_NdefMap_GetContainerSize()1368 *maxSize = (((actual_sect_index - 1) * (16 * 3)) - 4); in phFriNfc_NdefMap_GetContainerSize()1372 *maxSize = (((actual_sect_index - 2) * (16 * 3)) - 4); in phFriNfc_NdefMap_GetContainerSize()1379 if (actual_sect_index > NdefMap->StdMifareContainer.SectorIndex) in phFriNfc_NdefMap_GetContainerSize()1381 actual_sect_index = NdefMap->StdMifareContainer.SectorIndex; in phFriNfc_NdefMap_GetContainerSize()1383 *maxSize = (((actual_sect_index - 1) * (16 * 3)) - 4); in phFriNfc_NdefMap_GetContainerSize()