Home
last modified time | relevance | path

Searched defs:PLUS (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssh/
H A Dchacha.c42 #define PLUS(v,w) (U32V((v) + (w))) macro
/freebsd/contrib/unbound/compat/
H A Dchacha_private.h42 #define PLUS(v,w) (U32V((v) + (w))) macro
/freebsd/crypto/openssh/openbsd-compat/
H A Dchacha_private.h44 #define PLUS(v,w) (U32V((v) + (w))) macro
/freebsd/sys/crypto/chacha20/
H A Dchacha.c44 #define PLUS(v,w) (U32V((v) + (w))) macro
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/
H A Dchacha20_ref.c32 #define PLUS(v, w) (U32V((v) + (w))) macro
/freebsd/usr.bin/at/
H A Dparsetime.c68 NUMBER, PLUS, MINUS, DOT, SLASH, ID, JUNK, enumerator
/freebsd/contrib/less/
H A Dregexp.c91 #define PLUS 11 /* node Match this (simple) thing 1 or more times. */ macro