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

  /hardware/ti/omap4-aah/security/tf_daemon/
service_delegation_protocol.h 106 uint16_t nBlockCount;
delegation_client.c 140 uint16_t nBlockCount;
750 pMessages[nIndex].nBlockCount = pInstruction->nBlockCount;
759 pInstruction->nBlockCount = pMessages[0].nBlockCount;
829 pMessages[nIndex].nBlockCount = pInstruction->nBlockCount;
    [all...]
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtengine.cpp 68 int32_t nBlockCount = m_BlockArray.GetSize();
69 if (nBlockCount > 0) {
71 for (; i < nBlockCount; i++) {
171 int32_t nBlockCount = m_BlockArray.GetSize();
172 if (nBlockCount == 0 || m_wsFixText.IsEmpty()) {
181 for (int32_t i = 0; i < nBlockCount; i++) {
419 int32_t nBlockCount = m_BlockArray.GetSize();
420 if (nBlockCount) {
666 int32_t nBlockCount = m_BlockArray.GetSize();
667 if (nBlockCount > 0) {
    [all...]

Completed in 337 milliseconds