Home
last modified time | relevance | path

Searched refs:PAIR (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/gcc/
Dtree-complex.c49 #define PAIR(a, b) ((a) << 2 | (b)) macro
815 switch (PAIR (al, bl)) in expand_complex_addition()
817 case PAIR (ONLY_REAL, ONLY_REAL): in expand_complex_addition()
822 case PAIR (ONLY_REAL, ONLY_IMAG): in expand_complex_addition()
830 case PAIR (ONLY_IMAG, ONLY_REAL): in expand_complex_addition()
838 case PAIR (ONLY_IMAG, ONLY_IMAG): in expand_complex_addition()
843 case PAIR (VARYING, ONLY_REAL): in expand_complex_addition()
848 case PAIR (VARYING, ONLY_IMAG): in expand_complex_addition()
853 case PAIR (ONLY_REAL, VARYING): in expand_complex_addition()
860 case PAIR (ONLY_IMAG, VARYING): in expand_complex_addition()
[all …]
/freebsd-12-stable/usr.sbin/portsnap/portsnap/
Dportsnap.sh927 for PAIR in ${INDEXPAIRS}; do
928 INDEXFILE=`echo ${PAIR} | cut -f 1 -d '|'`
929 DESCRIBEFILE=`echo ${PAIR} | cut -f 2 -d '|'`
/freebsd-12-stable/contrib/binutils/gas/config/
Daout_gnu.h359 NO_SPEC = 0, PAIR, HIGH, HIGHADJ, enumerator
/freebsd-12-stable/contrib/binutils/bfd/
DChangeLog-02031411 (howto_table): Add entries for relocations PAIR, HIGHADJ, HIGH,
/freebsd-12-stable/crypto/openssl/
DCHANGES6867 pairs, and defined the PEM tag as "CERTIFICATE PAIR".