Home
last modified time | relevance | path

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

/external/icu/icu4c/source/data/zone/
Daf.txt1278 ls{"Afghanistan-tyd"}
1281 ls{"Sentraal-Afrika-tyd"}
1285 ls{"Oos-Afrika-tyd"}
1294 lg{"Wes-Afrika-tyd"}
1302 lg{"Alaska-tyd"}
1307 lg{"Amasone-tyd"}
1312 lg{"Sentrale tyd"}
1317 lg{"Oostelike tyd"}
1327 lg{"Pasifiese tyd"}
1332 lg{"Anadyr-tyd"}
[all …]
/external/icu/icu4c/source/data/locales/
Dhsb.txt1172 dn{"tydźeń"}
1174 "-1"{"zašły tydźeń"}
1175 "0"{"tutón tydźeń"}
1176 "1"{"přichodny tydźeń"}
1180 few{"za {0} tydźenje"}
1181 one{"za {0} tydźeń"}
1182 other{"za {0} tydźenjow"}
1183 two{"za {0} tydźenjej"}
1186 few{"před {0} tydźenjemi"}
1187 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.c3523 IRType tyd = typeOfIRExpr(env->type_env, stmt->Ist.Store.data); in s390_isel_stmt() local
3531 switch (tyd) { in s390_isel_stmt()
3541 addInstr(env, s390_insn_mimm(sizeofIRType(tyd), am, value)); in s390_isel_stmt()
3553 addInstr(env, s390_insn_memcpy(sizeofIRType(tyd), am, from)); in s390_isel_stmt()
3579 addInstr(env, s390_insn_store(sizeofIRType(tyd), am, src)); in s390_isel_stmt()
3585 IRType tyd = typeOfIRExpr(env->type_env, stmt->Ist.Put.data); in s390_isel_stmt() local
3611 if (tyd != Ity_I64) in s390_isel_stmt()
3637 addInstr(env, s390_insn_madd(sizeofIRType(tyd), am, in s390_isel_stmt()
3654 switch (tyd) { in s390_isel_stmt()
3663 addInstr(env, s390_insn_mimm(sizeofIRType(tyd), am, value)); in s390_isel_stmt()
[all …]
Dhost_tilegx_isel.c1411 IRType tyd = typeOfIRExpr(env->type_env, stmt->Ist.Store.data); in iselStmt() local
1414 am_addr = iselWordExpr_AMode(env, stmt->Ist.Store.addr, tyd); in iselStmt()
1416 if (tyd == Ity_I8 || tyd == Ity_I16 || tyd == Ity_I32 || in iselStmt()
1417 (tyd == Ity_I64)) { in iselStmt()
1419 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.c5475 IRType tyd = typeOfIRExpr(env->type_env, stmt->Ist.Store.data); in iselStmt() local
5485 if (tyd == Ity_I8 || tyd == Ity_I16 || tyd == Ity_I32 || in iselStmt()
5486 (mode64 && (tyd == Ity_I64))) { in iselStmt()
5488 = iselWordExpr_AMode(env, stmt->Ist.Store.addr, tyd/*of xfer*/, in iselStmt()
5491 addInstr(env, PPCInstr_Store( toUChar(sizeofIRType(tyd)), in iselStmt()
5495 if (tyd == Ity_F64) { in iselStmt()
5497 = iselWordExpr_AMode(env, stmt->Ist.Store.addr, tyd/*of xfer*/, in iselStmt()
5504 if (tyd == Ity_F32) { in iselStmt()
5506 = iselWordExpr_AMode(env, stmt->Ist.Store.addr, tyd/*of xfer*/, in iselStmt()
5513 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.c4367 IRType tyd = typeOfIRExpr(env->type_env, stmt->Ist.Store.data); in iselStmt() local
4373 if (tyd == Ity_I64) { in iselStmt()
4379 if (tyd == Ity_I8 || tyd == Ity_I16 || tyd == Ity_I32) { in iselStmt()
4383 toUChar(tyd==Ity_I8 ? 1 : (tyd==Ity_I16 ? 2 : 4)), in iselStmt()
4387 if (tyd == Ity_F64) { in iselStmt()
4393 if (tyd == Ity_F32) { in iselStmt()
4399 if (tyd == Ity_V128) { in iselStmt()
4405 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.txt279 dnam{"tydźenje"}
280 few{"{0} tydźenje"}
281 one{"{0} tydźeń"}
282 other{"{0} tydźenjow"}
283 two{"{0} tydźenjej"}
1455 dnam{"tydź."}
1456 few{"{0} tydź."}
1457 one{"{0} tydź."}
1458 other{"{0} tydź."}
1459 two{"{0} tydź."}
/external/hyphenation-patterns/nn/
Dhyph-nn.pat.txt24155 1tyd
/external/hyphenation-patterns/nb/
Dhyph-nb.pat.txt24155 1tyd