Home
last modified time | relevance | path

Searched defs:yr (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/krb5/src/util/support/
H A Dgmt_mktime.c135 int yr; in main() local
/freebsd/contrib/netbsd-tests/lib/libutil/
H A Dt_parsedate.c253 #define isleap(yr) (((yr) & 3) == 0 && (((yr) % 100) != 0 || \ in ATF_TC_BODY() argument
/freebsd/sys/crypto/camellia/
H A Dcamellia.c105 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \ argument
141 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \ argument
/freebsd/crypto/krb5/src/lib/crypto/builtin/camellia/
H A Dcamellia.c118 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \ argument
159 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \ argument
/freebsd/sys/dev/qat/qat_api/firmware/include/
H A Dicp_qat_fw_mmp.h3817 uint64_t yr; /**< yR = affine coordinate Y of point [k]P (6 qwords)*/ member
3830 uint64_t yr; /**< yR = affine coordinate Y of point [k]G (6 qwords)*/ member
3856 uint64_t yr; /**< yR = affine coordinate Y of point [k]P (4 qwords)*/ member
3869 uint64_t yr; /**< yR = affine coordinate Y of point [k]G (4 qwords)*/ member
6295 uint64_t yr; /**< yR = Twisted Edwards affine coordinate Y of point [k]P (4 qwords)*/ member
6309 uint64_t yr; /**< yR = Twisted Edwards affine coordinate Y of point [k]G (4 qwords)*/ member
6349 uint64_t yr; /**< yR = Edwards affine coordinate Y of point [k]P (8 qwords)*/ member
6363 uint64_t yr; /**< yR = Edwards affine coordinate Y of point [k]G (8 qwords)*/ member
/freebsd/contrib/sqlite3/
H A Dshell.c10974 int yr, mon, day; in zipfileMtimeToDos() local