Searched refs:cca (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/tzdata/
H A Dchecktab.awk61 split($1, cca, /,/)
62 cc = cca[1]
75 for (i in cca) {
76 cc = cca[i]
/freebsd-9.3-release/crypto/openssl/crypto/idea/
H A Didea_spd.c173 long ca, cca, cb, cc; local
196 cca = count / 200;
225 printf("Doing idea_set_decrypt_key %ld times\n", cca);
229 for (count = 0, run = 1; COND(cca); count += 4) {
237 aa = ((double)COUNT(cca)) / d;
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-address.h134 uint64_t cca : 3; /* ignored by octeon */ member in struct:__anon6334::__anon6338
/freebsd-9.3-release/sys/mips/include/
H A Dcpuregs.h169 #define MIPS_PHYS_TO_XKPHYS(cca,x) \
170 ((0x2ULL << 62) | ((unsigned long long)(cca) << 59) | (x))
/freebsd-9.3-release/sys/dev/ral/
H A Drt2661.c2578 uint16_t cca; local
2594 cca = RAL_READ(sc, RT2661_STA_CSR1) & 0xffff;
2616 } else if (cca > 512) {
2619 } else if (cca < 100) {
/freebsd-9.3-release/crypto/openssl/engines/
H A DMakefile23 LIBNAMES= 4758cca aep atalla cswift gmp chil nuron sureware ubsec capi

Completed in 177 milliseconds