Home
last modified time | relevance | path

Searched refs:tyd (Results 1 – 13 of 13) sorted by relevance

/external/icu/icu4c/source/data/zone/
Daf.txt1257 ls{"Afghanistan-tyd"}
1260 ls{"Sentraal-Afrika-tyd"}
1264 ls{"Oos-Afrika-tyd"}
1273 lg{"Wes-Afrika-tyd"}
1281 lg{"Alaska-tyd"}
1286 lg{"Amasone-tyd"}
1291 lg{"Sentrale tyd"}
1296 lg{"Oostelike tyd"}
1306 lg{"Pasifiese tyd"}
1311 lg{"Anadyr-tyd"}
[all …]
/external/icu/icu4c/source/data/locales/
Dhsb.txt1176 dn{"tydźeń"}
1178 "-1"{"zašły tydźeń"}
1179 "0"{"tutón tydźeń"}
1180 "1"{"přichodny tydźeń"}
1184 few{"za {0} tydźenje"}
1185 one{"za {0} tydźeń"}
1186 other{"za {0} tydźenjow"}
1187 two{"za {0} tydźenjej"}
1190 few{"před {0} tydźenjemi"}
1191 one{"před {0} tydźenjom"}
[all …]
/external/valgrind/VEX/priv/
Dhost_arm64_isel.c3528 IRType tyd = typeOfIRExpr(env->type_env, stmt->Ist.Store.data); in iselStmt() local
3534 if (tyd == Ity_I64) { in iselStmt()
3536 ARM64AMode* am = iselIntExpr_AMode(env, stmt->Ist.Store.addr, tyd); in iselStmt()
3540 if (tyd == Ity_I32) { in iselStmt()
3542 ARM64AMode* am = iselIntExpr_AMode(env, stmt->Ist.Store.addr, tyd); in iselStmt()
3546 if (tyd == Ity_I16) { in iselStmt()
3548 ARM64AMode* am = iselIntExpr_AMode(env, stmt->Ist.Store.addr, tyd); in iselStmt()
3552 if (tyd == Ity_I8) { in iselStmt()
3554 ARM64AMode* am = iselIntExpr_AMode(env, stmt->Ist.Store.addr, tyd); in iselStmt()
3558 if (tyd == Ity_V128) { in iselStmt()
[all …]
Dhost_s390_isel.c3485 IRType tyd = typeOfIRExpr(env->type_env, stmt->Ist.Store.data); in s390_isel_stmt() local
3493 switch (tyd) { in s390_isel_stmt()
3503 addInstr(env, s390_insn_mimm(sizeofIRType(tyd), am, value)); in s390_isel_stmt()
3515 addInstr(env, s390_insn_memcpy(sizeofIRType(tyd), am, from)); in s390_isel_stmt()
3541 addInstr(env, s390_insn_store(sizeofIRType(tyd), am, src)); in s390_isel_stmt()
3547 IRType tyd = typeOfIRExpr(env->type_env, stmt->Ist.Put.data); in s390_isel_stmt() local
3573 if (tyd != Ity_I64) in s390_isel_stmt()
3599 addInstr(env, s390_insn_madd(sizeofIRType(tyd), am, in s390_isel_stmt()
3616 switch (tyd) { in s390_isel_stmt()
3625 addInstr(env, s390_insn_mimm(sizeofIRType(tyd), am, value)); in s390_isel_stmt()
[all …]
Dhost_tilegx_isel.c1410 IRType tyd = typeOfIRExpr(env->type_env, stmt->Ist.Store.data); in iselStmt() local
1413 am_addr = iselWordExpr_AMode(env, stmt->Ist.Store.addr, tyd); in iselStmt()
1415 if (tyd == Ity_I8 || tyd == Ity_I16 || tyd == Ity_I32 || in iselStmt()
1416 (tyd == Ity_I64)) { in iselStmt()
1418 addInstr(env, TILEGXInstr_Store(toUChar(sizeofIRType(tyd)), in iselStmt()
Dhost_arm_isel.c5696 IRType tyd = typeOfIRExpr(env->type_env, stmt->Ist.Store.data); in iselStmt() local
5702 if (tyd == Ity_I32) { in iselStmt()
5708 if (tyd == Ity_I16) { in iselStmt()
5716 if (tyd == Ity_I8) { in iselStmt()
5722 if (tyd == Ity_I64) { in iselStmt()
5738 if (tyd == Ity_F64) { in iselStmt()
5744 if (tyd == Ity_F32) { in iselStmt()
5750 if (tyd == Ity_V128) { in iselStmt()
5765 IRType tyd = typeOfIRExpr(env->type_env, sg->data); in iselStmt() local
5771 switch (tyd) { in iselStmt()
[all …]
Dhost_ppc_isel.c5473 IRType tyd = typeOfIRExpr(env->type_env, stmt->Ist.Store.data); in iselStmt() local
5483 if (tyd == Ity_I8 || tyd == Ity_I16 || tyd == Ity_I32 || in iselStmt()
5484 (mode64 && (tyd == Ity_I64))) { in iselStmt()
5486 = iselWordExpr_AMode(env, stmt->Ist.Store.addr, tyd/*of xfer*/, in iselStmt()
5489 addInstr(env, PPCInstr_Store( toUChar(sizeofIRType(tyd)), in iselStmt()
5493 if (tyd == Ity_F64) { in iselStmt()
5495 = iselWordExpr_AMode(env, stmt->Ist.Store.addr, tyd/*of xfer*/, in iselStmt()
5502 if (tyd == Ity_F32) { in iselStmt()
5504 = iselWordExpr_AMode(env, stmt->Ist.Store.addr, tyd/*of xfer*/, in iselStmt()
5511 if (tyd == Ity_D64) { in iselStmt()
[all …]
Dhost_mips_isel.c3650 IRType tyd = typeOfIRExpr(env->type_env, stmt->Ist.Store.data); in iselStmt() local
3653 am_addr = iselWordExpr_AMode(env, stmt->Ist.Store.addr, tyd); in iselStmt()
3655 if (tyd == Ity_I8 || tyd == Ity_I16 || tyd == Ity_I32 || in iselStmt()
3656 (mode64 && (tyd == Ity_I64))) { in iselStmt()
3658 addInstr(env, MIPSInstr_Store(toUChar(sizeofIRType(tyd)), in iselStmt()
3662 if (!mode64 && (tyd == Ity_I64)) { in iselStmt()
3674 if (tyd == Ity_F32) { in iselStmt()
3680 if (tyd == Ity_F64 && mode64) { in iselStmt()
3686 if (!mode64 && (tyd == Ity_F64)) { in iselStmt()
Dhost_amd64_isel.c4344 IRType tyd = typeOfIRExpr(env->type_env, stmt->Ist.Store.data); in iselStmt() local
4350 if (tyd == Ity_I64) { in iselStmt()
4356 if (tyd == Ity_I8 || tyd == Ity_I16 || tyd == Ity_I32) { in iselStmt()
4360 toUChar(tyd==Ity_I8 ? 1 : (tyd==Ity_I16 ? 2 : 4)), in iselStmt()
4364 if (tyd == Ity_F64) { in iselStmt()
4370 if (tyd == Ity_F32) { in iselStmt()
4376 if (tyd == Ity_V128) { in iselStmt()
4382 if (tyd == Ity_V256) { in iselStmt()
Dhost_x86_isel.c3873 IRType tyd = typeOfIRExpr(env->type_env, stmt->Ist.Store.data); in iselStmt() local
3879 if (tyd == Ity_I32) { in iselStmt()
3885 if (tyd == Ity_I8 || tyd == Ity_I16) { in iselStmt()
3888 addInstr(env, X86Instr_Store( toUChar(tyd==Ity_I8 ? 1 : 2), in iselStmt()
3892 if (tyd == Ity_F64) { in iselStmt()
3898 if (tyd == Ity_F32) { in iselStmt()
3904 if (tyd == Ity_I64) { in iselStmt()
3914 if (tyd == Ity_V128) { in iselStmt()
/external/icu/icu4c/source/data/unit/
Dhsb.txt276 dnam{"tydźenje"}
277 few{"{0} tydźenje"}
278 one{"{0} tydźeń"}
279 other{"{0} tydźenjow"}
280 two{"{0} tydźenjej"}
1452 dnam{"tydź."}
1453 few{"{0} tydź."}
1454 one{"{0} tydź."}
1455 other{"{0} tydź."}
1456 two{"{0} tydź."}
/external/hyphenation-patterns/nb/
Dhyph-nb.pat.txt24155 1tyd
/external/hyphenation-patterns/nn/
Dhyph-nn.pat.txt24155 1tyd