Home
last modified time | relevance | path

Searched refs:MX (Results 1 – 25 of 270) sorted by relevance

1234567891011

/external/qemu/
Di386-dis.c431 #define MX { OP_MMX, 0 } macro
1038 { "", { MX, EM, OPSUF } }, /* See OP_3DNowSuffix. */
1133 { "packsswb", { MX, EM } },
1134 { "pcmpgtb", { MX, EM } },
1135 { "pcmpgtw", { MX, EM } },
1136 { "pcmpgtd", { MX, EM } },
1137 { "packuswb", { MX, EM } },
1139 { "punpckhbw", { MX, EM } },
1140 { "punpckhwd", { MX, EM } },
1141 { "punpckhdq", { MX, EM } },
[all …]
Dmips-dis.c1130 #define MX INSN_MDMX macro
1228 {"add.ob", "X,Y,Q", 0x7800000b, 0xfc20003f, WR_D|RD_S|RD_T|FP_D, 0, MX|SB1 },
1233 {"add.qh", "X,Y,Q", 0x7820000b, 0xfc20003f, WR_D|RD_S|RD_T|FP_D, 0, MX },
1234 {"adda.ob", "Y,Q", 0x78000037, 0xfc2007ff, RD_S|RD_T|FP_D, WR_MACC, MX|SB1 },
1235 {"adda.qh", "Y,Q", 0x78200037, 0xfc2007ff, RD_S|RD_T|FP_D, WR_MACC, MX },
1238 {"addl.ob", "Y,Q", 0x78000437, 0xfc2007ff, RD_S|RD_T|FP_D, WR_MACC, MX|SB1 },
1239 {"addl.qh", "Y,Q", 0x78200437, 0xfc2007ff, RD_S|RD_T|FP_D, WR_MACC, MX },
1243 {"alni.ob", "X,Y,Z,O", 0x78000018, 0xff00003f, WR_D|RD_S|RD_T|FP_D, 0, MX|SB1 },
1245 {"alni.qh", "X,Y,Z,O", 0x7800001a, 0xff00003f, WR_D|RD_S|RD_T|FP_D, 0, MX },
1247 {"alnv.ob", "X,Y,Z,s", 0x78000019, 0xfc00003f, WR_D|RD_S|RD_T|RD_s|FP_D, 0, MX|SB1 },
[all …]
/external/eigen/blas/testing/
Ddblat1.f249 INTEGER I, J, KI, KN, KSIZE, LENX, LENY, MX, MY local
383 MX = ABS(INCX)
389 LENX = LENS(KN,MX)
443 INTEGER I, K, KI, KN, KSIZE, LENX, LENY, MX, MY local
517 MX = ABS(INCX)
523 LENX = LENS(KN,MX)
Dzblat1.f288 INTEGER I, J, KI, KN, KSIZE, LENX, LENY, MX, MY local
478 MX = ABS(INCX)
484 LENX = LENS(KN,MX)
Dsblat1.f249 INTEGER I, J, KI, KN, KSIZE, LENX, LENY, MX, MY local
383 MX = ABS(INCX)
389 LENX = LENS(KN,MX)
443 INTEGER I, K, KI, KN, KSIZE, LENX, LENY, MX, MY local
517 MX = ABS(INCX)
523 LENX = LENS(KN,MX)
/external/timezonepicker-support/
Dzone.tab282 MX +1924-09909 America/Mexico_City Central Time - most locations
283 MX +2105-08646 America/Cancun Central Time - Quintana Roo
284 MX +2058-08937 America/Merida Central Time - Campeche, Yucatan
285 MX +2540-10019 America/Monterrey Mexican Central Time - Coahuila, Durango, Nuevo Leon, Tamaulipas a…
286 MX +2550-09730 America/Matamoros US Central Time - Coahuila, Durango, Nuevo Leon, Tamaulipas near U…
287 MX +2313-10625 America/Mazatlan Mountain Time - S Baja, Nayarit, Sinaloa
288 MX +2838-10605 America/Chihuahua Mexican Mountain Time - Chihuahua away from US border
289 MX +2934-10425 America/Ojinaga US Mountain Time - Chihuahua near US border
290 MX +2904-11058 America/Hermosillo Mountain Standard Time - Sonora
291 MX +3232-11701 America/Tijuana US Pacific Time - Baja California near US border
[all …]
/external/smack/src/org/xbill/DNS/
DMXRecord.java30 super(name, Type.MX, dclass, ttl, priority, "priority", in MXRecord()
DType.java58 public static final int MX = 15; field in Type
241 types.add(MX, "MX", new MXRecord()); in types.add() argument
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
DPhoneNumberMatcherTest.java125 doTestFindInContext("+52 (449)978-0001", RegionCode.MX); in testFindNumbersMexico()
126 doTestFindInContext("01 (449)978-0001", RegionCode.MX); in testFindNumbersMexico()
127 doTestFindInContext("(449)978-0001", RegionCode.MX); in testFindNumbersMexico()
130 doTestFindInContext("+52 1 33 1234-5678", RegionCode.MX); in testFindNumbersMexico()
131 doTestFindInContext("044 (33) 1234-5678", RegionCode.MX); in testFindNumbersMexico()
132 doTestFindInContext("045 33 1234-5678", RegionCode.MX); in testFindNumbersMexico()
450 new NumberTest("01 (33) 3461 2234", RegionCode.MX), // Optional NP present
451 new NumberTest("(33) 3461 2234", RegionCode.MX), // Optional NP omitted
DRegionCode.java42 static final String MX = "MX"; field in RegionCode
DPhoneNumberUtilTest.java872 phoneUtil.parseAndKeepRawInput("013312345678", RegionCode.MX); in testFormatInOriginalFormat()
874 phoneUtil.formatInOriginalFormat(numberWithNationalPrefixMX, RegionCode.MX)); in testFormatInOriginalFormat()
877 phoneUtil.parseAndKeepRawInput("3312345678", RegionCode.MX); in testFormatInOriginalFormat()
879 phoneUtil.formatInOriginalFormat(numberWithoutNationalPrefixMX, RegionCode.MX)); in testFormatInOriginalFormat()
904 phoneUtil.parseAndKeepRawInput("044(33)1234-5678", RegionCode.MX); in testFormatInOriginalFormat()
906 phoneUtil.formatInOriginalFormat(numberWithNationalPrefixMX1, RegionCode.MX)); in testFormatInOriginalFormat()
909 phoneUtil.parseAndKeepRawInput("045(33)1234-5678", RegionCode.MX); in testFormatInOriginalFormat()
911 phoneUtil.formatInOriginalFormat(numberWithNationalPrefixMX2, RegionCode.MX)); in testFormatInOriginalFormat()
1816 assertEquals(mxNumber, phoneUtil.parse("+52 (449)978-0001", RegionCode.MX)); in testParseNumbersMexico()
1817 assertEquals(mxNumber, phoneUtil.parse("01 (449)978-0001", RegionCode.MX)); in testParseNumbersMexico()
[all …]
/external/icu4c/data/curr/
Dchr.txt43 "MX$",
Dfa_AF.txt44 "MX$",
Dbn_IN.txt52 "MX$",
Droot.txt59 "MX$",
Ddz.txt187 "MX$",
Dmy.txt191 "MX$",
/external/icu4c/data/misc/
DwindowsZones.txt149 MX{
160 MX{"America/Matamoros"}
347 MX{"America/Chihuahua America/Mazatlan"}
355 MX{"America/Ojinaga"}
400 MX{"America/Santa_Isabel"}
405 MX{"America/Tijuana"}
567 MX{"America/Hermosillo"}
/external/icu4c/data/region/
Dkk.txt81 MX{"Мексика"}
Dhaw.txt28 MX{"Mekiko"}
Dfa_AF.txt70 MX{"مکسیکو"}
Dmy.txt155 MX{"မက္ကဆီကို"}
/external/dnsmasq/po/
Did.po158 msgid "Return self-pointing MX records for local hosts."
159 msgstr "Mengembalikan record MX untuk diri sendiri host-host lokal."
265 msgid "Return MX records for local hosts."
266 msgstr "Kembalikan rekord MX untuk host-host lokal."
270 msgid "Specify an MX record."
271 msgstr "Sebutkan sebuah rekord MX."
355 msgid "Specify default target in an MX record."
356 msgstr "Sebutkan tujuan default dalam rekord MX."
675 msgid "bad MX preference"
676 msgstr "kesukaan MX salah"
[all …]
Dro.po136 msgid "Return self-pointing MX records for local hosts."
137 msgstr "Răspunde cu înregistrări MX spre el însuşi pentru maşini locale."
227 msgid "Return MX records for local hosts."
228 msgstr "Răspunde cu întregistrări MX pentru maşini locale."
231 msgid "Specify an MX record."
232 msgstr "Specifică o înregistrare MX."
302 msgid "Specify default target in an MX record."
303 msgstr "Specifică o ţintă într-o înregistrare MX."
590 msgid "bad MX preference"
591 msgstr "preferinţă MX invalidă"
[all …]
Dno.po138 msgid "Return self-pointing MX records for local hosts."
139 msgstr "Returner selv-pekende MX post for lokale verter."
229 msgid "Return MX records for local hosts."
230 msgstr "Returner MX records for lokale verter."
233 msgid "Specify an MX record."
234 msgstr "Spesifiser en MX post."
304 msgid "Specify default target in an MX record."
305 msgstr "Spesifiser default m�l i en MX post."
592 msgid "bad MX preference"
593 msgstr "d�rlig MX preferanse"
[all …]

1234567891011