Searched refs:pc2 (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/gdb/gdb/
H A Deval.c391 int pc, pc2 = 0, oldpos;
984 pc2 = (*pos)++;
1052 pc2 = (*pos)++;
1053 tem2 = longest_to_int (exp->elts[pc2 + 1].longconst);
1122 strcpy (tstr, &exp->elts[pc2 + 2].string);
389 int pc, pc2 = 0, oldpos; local
/freebsd-11-stable/sys/dev/bce/
H A Dif_bce.c11503 u32 val, pc1, pc2, fw_ver_high, fw_ver_low; local
11542 pc2 = (val & BCE_RV2P_DEBUG_VECT_PEEK_2_VALUE) >> 16;
11544 BCE_PRINTF("0x%08X - RV2P2 program counter (1st read)\n", pc2);
11551 pc2 = (val & BCE_RV2P_DEBUG_VECT_PEEK_2_VALUE) >> 16;
11553 BCE_PRINTF("0x%08X - RV2P2 program counter (2nd read)\n", pc2);
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Ddes-internal.c80 static const u8 pc2[48] = { variable
307 if ((int) pcr[(int) pc2[j]] != 0)
309 if ((int) pcr[(int) pc2[j + 24]] != 0)

Completed in 302 milliseconds