Searched refs:bIndex (Results 1 – 2 of 2) sorted by relevance
529 int bIndex = 1; in writePng() local562 memcpy((char*)unknowns[bIndex].name, "npLb", 5); in writePng()563 unknowns[bIndex].data = (png_byte*)calloc(chunkSize, 1); in writePng()564 memcpy(unknowns[bIndex].data, &info->layoutBoundsLeft, chunkSize); in writePng()565 unknowns[bIndex].size = chunkSize; in writePng()
1529 uint8_t bIndex = 0x00; in phLibNfc_GetKeyNumberMFC() local1542 for (bIndex = 0; bIndex < bNoOfKeys; bIndex++) { in phLibNfc_GetKeyNumberMFC()1544 sdwStat = memcmp(&buffer[PHLIBNFC_MFCUIDLEN_INAUTHCMD], aMfc_keys[bIndex], in phLibNfc_GetKeyNumberMFC()1549 *bKey = bIndex; in phLibNfc_GetKeyNumberMFC()