Searched refs:SMALL (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/usr.bin/gzip/
H A Dgzip.c147 #ifndef SMALL
170 #endif /* SMALL */
178 #ifndef SMALL
213 #ifndef SMALL
239 #ifdef SMALL
254 #ifndef SMALL
262 #ifdef SMALL
267 #ifdef SMALL
311 #ifdef SMALL
343 #ifndef SMALL
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelDAGToDAG.cpp114 Addr.getOperand(1).getOpcode() == LanaiISD::SMALL) {
190 // Let SLS match SMALL instead of RI.
192 Addr.getOperand(1).getOpcode() == LanaiISD::SMALL)
234 Addr.getOperand(0).getOpcode() == LanaiISD::SMALL ||
237 Addr.getOperand(1).getOpcode() == LanaiISD::SMALL)
H A DLanaiISelLowering.h61 SMALL enumerator in enum:llvm::LanaiISD::__anon5210
H A DLanaiISelLowering.cpp1118 case LanaiISD::SMALL:
1119 return "LanaiISD::SMALL";
1142 DAG.getNode(LanaiISD::SMALL, DL, MVT::i32, Small));
1176 DAG.getNode(LanaiISD::SMALL, DL, MVT::i32, Small));
1219 DAG.getNode(LanaiISD::SMALL, DL, MVT::i32, Small));
/freebsd-12-stable/contrib/tnftp/src/
H A Dftp_var.h97 #ifdef SMALL
/freebsd-12-stable/sys/netgraph/netflow/
H A Dnetflow.c96 #define SMALL(fle) (fle->f.packets <= 4) macro
767 if ((INACTIVE(fle) && SMALL(fle)) || AGED(fle)) {
888 if ((INACTIVE(fle6) && SMALL(fle6)) || AGED(fle6)) {
1161 if ((INACTIVE(fle) && (SMALL(fle) ||
1200 if ((INACTIVE(fle6) && (SMALL(fle6) ||
/freebsd-12-stable/contrib/binutils/gas/config/
H A Dtc-i386.c354 #define SMALL 0 macro
355 #define SMALL16 (SMALL | CODE16)
375 ones where necessary. SMALL (short) jumps may be promoted to BIG
3803 subtype = ENCODE_RELAX_STATE (UNCOND_JUMP, SMALL);
3805 subtype = ENCODE_RELAX_STATE (COND_JUMP, SMALL);
3807 subtype = ENCODE_RELAX_STATE (COND_JUMP86, SMALL);

Completed in 217 milliseconds