HomeSort by relevance Sort by last modified time
    Searched refs:g_nSectorSize (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap4-aah/security/tf_daemon/
delegation_client.c 411 static uint32_t g_nSectorSize;
659 *pnPartitionSize = ftell(g_pPartitionFiles[nPartitionID]) / g_nSectorSize;
663 ((*pnPartitionSize) * g_nSectorSize) / 1024,
664 ((*pnPartitionSize) * g_nSectorSize));
710 if (fseek(pFile, nSectorIndex*g_nSectorSize, SEEK_SET) != 0)
717 g_nSectorSize, 1,
738 nNbMsg = g_nSectorSize >> 8;
794 if (fseek(pFile, nSectorIndex*g_nSectorSize, SEEK_SET) != 0)
801 g_nSectorSize, 1,
816 nNbMsg = g_nSectorSize >> 8
    [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c 368 static uint32_t g_nSectorSize;
616 *pnPartitionSize = ftell(g_pPartitionFiles[nPartitionID]) / g_nSectorSize;
620 ((*pnPartitionSize) * g_nSectorSize) / 1024,
621 ((*pnPartitionSize) * g_nSectorSize));
667 if (fseek(pFile, nSectorIndex*g_nSectorSize, SEEK_SET) != 0)
674 g_nSectorSize, 1,
711 if (fseek(pFile, nSectorIndex*g_nSectorSize, SEEK_SET) != 0)
718 g_nSectorSize, 1,
753 nCurrentSectorCount = ftell(pFile) / g_nSectorSize;
763 nAddedBytesCount = (nNewSectorCount-nCurrentSectorCount)*g_nSectorSize;
    [all...]

Completed in 172 milliseconds