Home
last modified time | relevance | path

Searched refs:parityTable (Results 1 – 10 of 10) sorted by relevance

/dports/emulators/simh/simh-3.9.0_5/AltairZ80/
H A Daltairz80_cpu_nommu.c50 #define PARITY(x) parityTable[(x) & 0xff]
159 static const uint8 parityTable[256] = { variable
981 parityTable[((acu + (x)) & 7) ^ temp] /* PF */
H A Daltairz80_cpu.c67 #define PARITY(x) parityTable[(x) & 0xff]
518 static const uint8 parityTable[256] = { variable
1847 parityTable[((acu + (x)) & 7) ^ temp] /* PF */
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/softoken/
H A Dpkcs11.c175 static const unsigned char parityTable[256] = { variable
2212 key[i] = parityTable[key[i] >> 1]; in sftk_FormatDESKey()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/softoken/
H A Dpkcs11.c175 static const unsigned char parityTable[256] = { variable
2209 key[i] = parityTable[key[i] >> 1]; in sftk_FormatDESKey()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/softoken/
H A Dpkcs11.c219 static const unsigned char parityTable[256] = { variable
2414 key[i] = parityTable[key[i] >> 1]; in sftk_FormatDESKey()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/softoken/
H A Dpkcs11.c230 static const unsigned char parityTable[256] = { variable
2435 key[i] = parityTable[key[i] >> 1]; in sftk_FormatDESKey()
/dports/security/ca_root_nss/nss-3.71/nss/lib/softoken/
H A Dpkcs11.c230 static const unsigned char parityTable[256] = { variable
2435 key[i] = parityTable[key[i] >> 1]; in sftk_FormatDESKey()
/dports/security/nss/nss-3.76.1/nss/lib/softoken/
H A Dpkcs11.c229 static const unsigned char parityTable[256] = { variable
2416 key[i] = parityTable[key[i] >> 1]; in sftk_FormatDESKey()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/softoken/
H A Dpkcs11.c230 static const unsigned char parityTable[256] = { variable
2435 key[i] = parityTable[key[i] >> 1]; in sftk_FormatDESKey()
/dports/www/firefox/firefox-99.0/security/nss/lib/softoken/
H A Dpkcs11.c229 static const unsigned char parityTable[256] = { variable
2416 key[i] = parityTable[key[i] >> 1]; in sftk_FormatDESKey()