Searched refs:lastOutType (Results 1 – 1 of 1) sorted by relevance
/device/google/contexthub/util/nanoapp_postprocess/ |
D | postprocess.c | 94 …uint32_t i, numRelocs, numSyms, outNumRelocs = 0, packedNanoRelocSz, j, k, lastOutType = 0, origin… in handleApp() local 322 if (lastOutType != nanoRelocs[i].type) { //output type if ti changed in handleApp() 323 if (nanoRelocs[i].type - lastOutType == 1) { in handleApp() 330 packedNanoRelocs[packedNanoRelocSz++] = nanoRelocs[i].type - lastOutType - 1; in handleApp() 332 …%02" PRIX8 ") // to 0x%02" PRIX8 "\n", (uint8_t)(nanoRelocs[i].type - lastOutType - 1), nanoReloc… in handleApp() 334 lastOutType = nanoRelocs[i].type; in handleApp() 347 …; j + i < outNumRelocs && j < MAX_RUN_LEN && nanoRelocs[j + i].type == lastOutType && nanoRelocs[j… in handleApp()
|