HomeSort by: relevance | last modified time | path
    Searched refs:MX (Results 1 - 22 of 22) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonGenMux.cpp 331 for (MuxInfo &MX : ML) {
332 unsigned MxOpc = getMuxOpcode(*MX.SrcT, *MX.SrcF);
338 if (!MX.At->getParent() || !MX.Def1->getParent() || !MX.Def2->getParent())
341 MachineBasicBlock &B = *MX.At->getParent();
342 const DebugLoc &DL = B.findDebugLoc(MX.At);
343 auto NewMux = BuildMI(B, MX.At, DL, HII->get(MxOpc), MX.DefR
    [all...]
  /src/external/ibm-public/postfix/dist/conf/
postfix-non-bdb-script 197 $postconf -MX ${REINDEX_SVC}/unix
202 $postconf -MX ${REINDEX_SVC}/unix
  /src/external/gpl3/gdb.old/dist/sim/testsuite/mips/
utils-mdmx.inc 26 # Enable MDMX: enable the FPU w/ FR=1, then set Status.MX
  /src/external/gpl3/gdb/dist/sim/testsuite/mips/
utils-mdmx.inc 26 # Enable MDMX: enable the FPU w/ FR=1, then set Status.MX
  /src/usr.sbin/lpr/common_source/
lp.h 55 extern long MX; /* maximum number of blocks to copy */
common.c 86 long MX; /* maximum number of blocks to copy */
  /src/external/mpl/bind/dist/bin/tests/system/
genzone.sh 101 mx01 MX 10 mail
102 mx02 MX 10 .
185 ;nxt01 NXT a.secure.nil. ( NS SOA MX RRSIG KEY LOC NXT )
274 nsec01 NSEC a.secure.nil. ( NS SOA MX RRSIG DNSKEY LOC NSEC )
294 8f1tmio9avcom2k0frp92lgcumak0cad NSEC3 1 0 10 D2CF0294C020CE6C 8FPNS2UCT7FBS643THP2B77PEQ77K6IU A NS SOA MX AAAA RRSIG DNSKEY NSEC3PARAM
  /src/usr.sbin/lpr/lpr/
lpr.c 452 if (MX > 0 && nr > MX) {
454 "(check :mx:?)\n", n);
680 if (cgetnum(bp, "mx", &MX) < 0)
681 MX = DEFMX;
  /src/external/gpl3/binutils/dist/opcodes/
i386-dis.c 454 #define Mx { OP_M, x_mode }
536 #define MX { OP_MMX, 0 }
2273 { "", { MX, EM, OPSUF }, 0 }, /* See OP_3DNowSuffix. */
2368 { "packsswb", { MX, EM }, PREFIX_OPCODE },
2369 { "pcmpgtb", { MX, EM }, PREFIX_OPCODE },
2370 { "pcmpgtw", { MX, EM }, PREFIX_OPCODE },
2371 { "pcmpgtd", { MX, EM }, PREFIX_OPCODE },
2372 { "packuswb", { MX, EM }, PREFIX_OPCODE },
2374 { "punpckhbw", { MX, EM }, PREFIX_OPCODE },
2375 { "punpckhwd", { MX, EM }, PREFIX_OPCODE }
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-dis.c 454 #define Mx { OP_M, x_mode }
536 #define MX { OP_MMX, 0 }
2264 { "", { MX, EM, OPSUF }, 0 }, /* See OP_3DNowSuffix. */
2359 { "packsswb", { MX, EM }, PREFIX_OPCODE },
2360 { "pcmpgtb", { MX, EM }, PREFIX_OPCODE },
2361 { "pcmpgtw", { MX, EM }, PREFIX_OPCODE },
2362 { "pcmpgtd", { MX, EM }, PREFIX_OPCODE },
2363 { "packuswb", { MX, EM }, PREFIX_OPCODE },
2365 { "punpckhbw", { MX, EM }, PREFIX_OPCODE },
2366 { "punpckhwd", { MX, EM }, PREFIX_OPCODE }
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-dis.c 455 #define Mx { OP_M, x_mode }
536 #define MX { OP_MMX, 0 }
2203 { "", { MX, EM, OPSUF }, 0 }, /* See OP_3DNowSuffix. */
2298 { "packsswb", { MX, EM }, PREFIX_OPCODE },
2299 { "pcmpgtb", { MX, EM }, PREFIX_OPCODE },
2300 { "pcmpgtw", { MX, EM }, PREFIX_OPCODE },
2301 { "pcmpgtd", { MX, EM }, PREFIX_OPCODE },
2302 { "packuswb", { MX, EM }, PREFIX_OPCODE },
2304 { "punpckhbw", { MX, EM }, PREFIX_OPCODE },
2305 { "punpckhwd", { MX, EM }, PREFIX_OPCODE }
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
i386-dis.c 454 #define Mx { OP_M, x_mode }
536 #define MX { OP_MMX, 0 }
2265 { "", { MX, EM, OPSUF }, 0 }, /* See OP_3DNowSuffix. */
2360 { "packsswb", { MX, EM }, PREFIX_OPCODE },
2361 { "pcmpgtb", { MX, EM }, PREFIX_OPCODE },
2362 { "pcmpgtw", { MX, EM }, PREFIX_OPCODE },
2363 { "pcmpgtd", { MX, EM }, PREFIX_OPCODE },
2364 { "packuswb", { MX, EM }, PREFIX_OPCODE },
2366 { "punpckhbw", { MX, EM }, PREFIX_OPCODE },
2367 { "punpckhwd", { MX, EM }, PREFIX_OPCODE }
    [all...]
  /src/sys/external/bsd/common/include/linux/
kernel.h 93 #define clamp(X, MN, MX) MIN(MAX(X, MN), MX)
  /src/external/mpl/bind/dist/bin/tests/system/pending/
tests.sh 55 ans=$($DIG $DIGOPTS_CD @10.53.0.4 hostile MX) || ret=1
75 ans=$($DIG $DIGOPTS @10.53.0.4 example.com MX) || ret=1
  /src/external/mpl/bind/dist/bin/tests/system/wildcard/
tests.sh 152 echo_i "checking RFC 4592: host3.example. QTYPE=MX, QCLASS=IN ($n)"
154 $DIG $DIGOPTS @10.53.0.1 host3.example. MX IN >dig.out.ns1.test$n || ret=1
155 grep '^host3.example..*IN.MX.10 host1.example.' dig.out.ns1.test$n >/dev/null || ret=1
181 echo_i "checking RFC 4592: host1.example. QTYPE=MX, QCLASS=IN ($n)"
183 $DIG $DIGOPTS @10.53.0.1 host1.example MX IN >dig.out.ns1.test$n || ret=1
190 echo_i "checking RFC 4592: host1.example. QTYPE=MX, QCLASS=IN ($n)"
192 $DIG $DIGOPTS @10.53.0.1 host1.example MX IN >dig.out.ns1.test$n || ret=1
199 echo_i "checking RFC 4592: sub.*.example. QTYPE=MX, QCLASS=IN ($n)"
201 $DIG $DIGOPTS @10.53.0.1 "sub.*.example." MX IN >dig.out.ns1.test$n || ret=1
229 echo_i "checking RFC 4592: ghost.*.example. QTYPE=MX, QCLASS=IN ($n)
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/reclimit/
tests.sh 285 for rrtype in AAAA MX NS; do
289 for rrtype in AAAA MX NS; do
361 for rrtype in AAAA MX NS; do
365 for rrtype in AAAA MX NS; do
  /src/external/mpl/bind/dist/bin/tests/system/checknames/
tests.sh 81 $DIG $DIGOPTS mx.ignore.example. @10.53.0.1 MX >dig.out.ns1.test$n || ret=1
82 $DIG $DIGOPTS mx.ignore.example. @10.53.0.3 MX >dig.out.ns3.test$n || ret=1
85 grep "check-names failure mx.ignore.example/MX/IN" ns3/named.run >/dev/null || ret=1
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
resolve.c 69 DECL(mx),
205 rr->u.mx = (struct mx_record*)malloc(sizeof(struct mx_record) +
207 if(rr->u.mx == NULL) {
211 rr->u.mx->preference = (p[0] << 8) | p[1];
212 strlcpy(rr->u.mx->domain, host, hostlen + 1);
758 size_t hostlen = strnlen(pRec->Data.MX.pNameExchange, DNS_MAX_NAME_LENGTH);
760 rr->u.mx = (struct mx_record *)malloc(sizeof(struct mx_record) +
762 if (rr->u.mx == NULL) {
767 strcpy_s(rr->u.mx->domain, hostlen + 1, pRec->Data.MX.pNameExchange)
    [all...]
  /src/external/bsd/nsd/dist/doc/
differences.tex 328 ;; nslabs.ruO. ANY MX
339 ;; nslabs.ruo. ANY MX
362 ;; nslabs.ruo. ANY MX
450 one of the RRTYPEs. MAILB is obsoleted by RFCs, the MX type is
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RDFGraph.cpp 512 NodeId MX = MA.Addr->getNext();
513 if (MX == NA.Id) {
521 MA = G.addr<NodeBase*>(MX);
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/net/
isemail.d 43 * checkDNS = If `Yes.checkDns` then a DNS check for MX records will be made
791 // `io. currently has an MX-record (Feb 2011). Some DNS setups seem to find it, some don't.`
792 // ` If you don't see the MX for io. then try setting your DNS server to 8.8.8.8 (the Google DNS server)`);
795 `io. currently has an MX-record (Feb 2011)`);
1244 //EmailStatusCode.dnsWarningNoMXRecord, `test.com has an A-record but not an MX-record`);
1248 // `nic.no currently has no MX-records or A-records (Feb 2011). If you are seeing an A-record for nic.io then`
1377 case EmailStatusCode.dnsWarningNoMXRecord: return "Could not find an MX record for this domain but an A-record"~
1380 case EmailStatusCode.dnsWarningNoRecord: return "Could not find an MX record or an A-record for this domain";
1538 /// Could not find an MX record for this domain but an A-record does exist
1541 /// Could not find an MX record or an A-record for this domai
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/nsupdate/
tests.sh 261 echo_i "ensure 'check-mx ignore' allows adding MX records containing an address without a warning"
264 update add mx03.example.nil 600 IN MX 10 10.53.0.1
268 grep "mx03.example.nil/MX:.*MX is an address" ns1/named.run >/dev/null 2>&1 && ret=1
275 echo_i "ensure 'check-mx warn' allows adding MX records containing an address with a warning"
277 update add mx03.other.nil 600 IN MX 10 10.53.0.1
281 grep "mx03.other.nil/MX:.*MX is an address" ns1/named.run >/dev/null 2>&1 || ret=
    [all...]

Completed in 63 milliseconds