Searched refs:PAIR (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | tree-complex.c | 49 #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/ |
| D | portsnap.sh | 927 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/ |
| D | aout_gnu.h | 359 NO_SPEC = 0, PAIR, HIGH, HIGHADJ, enumerator
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | ChangeLog-0203 | 1411 (howto_table): Add entries for relocations PAIR, HIGHADJ, HIGH,
|
| /freebsd-12-stable/crypto/openssl/ |
| D | CHANGES | 6867 pairs, and defined the PEM tag as "CERTIFICATE PAIR".
|