Searched defs:PLUS (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | chacha.c | 42 #define PLUS(v,w) (U32V((v) + (w))) macro
|
/freebsd/contrib/unbound/compat/ |
H A D | chacha_private.h | 42 #define PLUS(v,w) (U32V((v) + (w))) macro
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | chacha_private.h | 44 #define PLUS(v,w) (U32V((v) + (w))) macro
|
/freebsd/sys/crypto/chacha20/ |
H A D | chacha.c | 44 #define PLUS(v,w) (U32V((v) + (w))) macro
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/ |
H A D | chacha20_ref.c | 32 #define PLUS(v, w) (U32V((v) + (w))) macro
|
/freebsd/usr.bin/at/ |
H A D | parsetime.c | 68 NUMBER, PLUS, MINUS, DOT, SLASH, ID, JUNK, enumerator
|
/freebsd/contrib/less/ |
H A D | regexp.c | 91 #define PLUS 11 /* node Match this (simple) thing 1 or more times. */ macro
|