/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CheckWidths.java | 26 private static final double EM = ApproximateWidth.getWidth("月"); field in CheckWidths 207 … new Limit(2 * EM, 5 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.PLACEHOLDERS) 211 … new Limit(2 * EM, 3 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.PLACEHOLDERS) 215 … new Limit(5 * EM, 10 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.PLACEHOLDERS) 219 … new Limit(2 * EM, 3 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.PLACEHOLDERS) 224 … new Limit(10 * EM, 20 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.PLACEHOLDERS) 228 … new Limit(5 * EM, 10 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.PLACEHOLDERS) 235 new Limit(12 * EM, 16 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.NONE) 239 new Limit(4 * EM, 8 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.NONE) 242 new Limit(3 * EM, 6 * EM, Measure.DISPLAY_WIDTH, LimitType.MAXIMUM, Special.NONE) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | thumb2-dsp-diag.s | 2 @ RUN: llvm-mc -triple=thumbv7em -show-encoding < %s | FileCheck --check-prefix=CHECK-7EM %s 14 @ CHECK-7EM: sxtab r0, r0, r0 @ encoding: [0x40,0xfa,0x80,0xf0] 15 @ CHECK-7EM: sxtah r0, r0, r0 @ encoding: [0x00,0xfa,0x80,0xf0] 16 @ CHECK-7EM: sxtab16 r0, r0, r0 @ encoding: [0x20,0xfa,0x80,0xf0] 17 @ CHECK-7EM: sxtb16 r0, r0 @ encoding: [0x2f,0xfa,0x80,0xf0] 18 @ CHECK-7EM: sxtb16 r0, r0, ror #8 @ encoding: [0x2f,0xfa,0x90,0xf0] 30 @ CHECK-7EM: uxtab r0, r0, r0 @ encoding: [0x50,0xfa,0x80,0xf0] 31 @ CHECK-7EM: uxtah r0, r0, r0 @ encoding: [0x10,0xfa,0x80,0xf0] 32 @ CHECK-7EM: uxtab16 r0, r0, r0 @ encoding: [0x30,0xfa,0x80,0xf0] 33 @ CHECK-7EM: uxtb16 r0, r0 @ encoding: [0x3f,0xfa,0x80,0xf0] [all …]
|
/external/llvm/test/MC/ARM/ |
D | thumb2-dsp-diag.s | 2 @ RUN: llvm-mc -triple=thumbv7em -show-encoding < %s | FileCheck --check-prefix=CHECK-7EM %s 14 @ CHECK-7EM: sxtab r0, r0, r0 @ encoding: [0x40,0xfa,0x80,0xf0] 15 @ CHECK-7EM: sxtah r0, r0, r0 @ encoding: [0x00,0xfa,0x80,0xf0] 16 @ CHECK-7EM: sxtab16 r0, r0, r0 @ encoding: [0x20,0xfa,0x80,0xf0] 17 @ CHECK-7EM: sxtb16 r0, r0 @ encoding: [0x2f,0xfa,0x80,0xf0] 18 @ CHECK-7EM: sxtb16 r0, r0, ror #8 @ encoding: [0x2f,0xfa,0x90,0xf0] 30 @ CHECK-7EM: uxtab r0, r0, r0 @ encoding: [0x50,0xfa,0x80,0xf0] 31 @ CHECK-7EM: uxtah r0, r0, r0 @ encoding: [0x10,0xfa,0x80,0xf0] 32 @ CHECK-7EM: uxtab16 r0, r0, r0 @ encoding: [0x30,0xfa,0x80,0xf0] 33 @ CHECK-7EM: uxtb16 r0, r0 @ encoding: [0x3f,0xfa,0x80,0xf0] [all …]
|
/external/llvm/lib/Target/Hexagon/ |
D | RDFCopy.cpp | 29 bool CopyPropagation::interpretAsCopy(const MachineInstr *MI, EqualityMap &EM) { in interpretAsCopy() argument 54 EM.insert(std::make_pair(DstR, SrcR)); in interpretAsCopy() 68 EM.insert(std::make_pair(DR, SR)); in interpretAsCopy() 77 void CopyPropagation::recordCopy(NodeAddr<StmtNode*> SA, EqualityMap &EM) { in recordCopy() argument 78 CopyMap.insert(std::make_pair(SA.Id, EM)); in recordCopy() 81 for (auto I : EM) { in recordCopy() 125 EqualityMap EM; in scanBlock() local 126 if (interpretAsCopy(SA.Addr->getCode(), EM)) in scanBlock() 127 recordCopy(SA, EM); in scanBlock() 181 EqualityMap &EM = FS->second; in run() local [all …]
|
D | HexagonRDFOpt.cpp | 82 bool interpretAsCopy(const MachineInstr *MI, EqualityMap &EM) override; 97 bool HexagonCP::interpretAsCopy(const MachineInstr *MI, EqualityMap &EM) { in interpretAsCopy() argument 98 auto mapRegs = [MI,&EM] (RegisterRef DstR, RegisterRef SrcR) -> void { in interpretAsCopy() 99 EM.insert(std::make_pair(DstR, SrcR)); in interpretAsCopy() 130 return CopyPropagation::interpretAsCopy(MI, EM); in interpretAsCopy()
|
D | RDFCopy.h | 33 virtual bool interpretAsCopy(const MachineInstr *MI, EqualityMap &EM); 47 void recordCopy(NodeAddr<StmtNode*> SA, EqualityMap &EM);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | RDFCopy.cpp | 41 bool CopyPropagation::interpretAsCopy(const MachineInstr *MI, EqualityMap &EM) { in interpretAsCopy() argument 55 EM.insert(std::make_pair(DstR, SrcR)); in interpretAsCopy() 64 void CopyPropagation::recordCopy(NodeAddr<StmtNode*> SA, EqualityMap &EM) { in recordCopy() argument 65 CopyMap.insert(std::make_pair(SA.Id, EM)); in recordCopy() 76 EqualityMap EM; in scanBlock() local 77 if (interpretAsCopy(SA.Addr->getCode(), EM)) in scanBlock() 78 recordCopy(SA, EM); in scanBlock() 144 EqualityMap &EM = FS->second; in run() local 147 auto FR = EM.find(DR); in run() 148 if (FR == EM.end()) in run()
|
D | HexagonRDFOpt.cpp | 88 bool interpretAsCopy(const MachineInstr *MI, EqualityMap &EM) override; 112 bool HexagonCP::interpretAsCopy(const MachineInstr *MI, EqualityMap &EM) { in INITIALIZE_PASS_DEPENDENCY() 113 auto mapRegs = [&EM] (RegisterRef DstR, RegisterRef SrcR) -> void { in INITIALIZE_PASS_DEPENDENCY() 114 EM.insert(std::make_pair(DstR, SrcR)); in INITIALIZE_PASS_DEPENDENCY() 146 return CopyPropagation::interpretAsCopy(MI, EM); in INITIALIZE_PASS_DEPENDENCY()
|
D | RDFCopy.h | 41 virtual bool interpretAsCopy(const MachineInstr *MI, EqualityMap &EM); 53 void recordCopy(NodeAddr<StmtNode*> SA, EqualityMap &EM);
|
/external/libgsm/src/ |
D | rpe.c | 129 longword EM; /* xxx should be L_EM? */ variable 134 EM = 0; 174 EM = L_result; 184 if (L_result > EM) { 186 EM = L_result; 197 if (L_result > EM) { 199 EM = L_result; 207 if (L_result > EM) { 209 EM = L_result;
|
/external/boringssl/src/decrepit/rsa/ |
D | rsa_decrepit.c | 88 int RSA_padding_add_PKCS1_PSS(const RSA *rsa, uint8_t *EM, const uint8_t *mHash, in RSA_padding_add_PKCS1_PSS() argument 90 return RSA_padding_add_PKCS1_PSS_mgf1(rsa, EM, mHash, Hash, NULL, sLen); in RSA_padding_add_PKCS1_PSS() 94 const EVP_MD *Hash, const uint8_t *EM, int sLen) { in RSA_verify_PKCS1_PSS() argument 95 return RSA_verify_PKCS1_PSS_mgf1(rsa, mHash, Hash, NULL, EM, sLen); in RSA_verify_PKCS1_PSS()
|
/external/boringssl/src/crypto/fipsmodule/rsa/ |
D | padding.c | 488 const uint8_t *EM, int sLen) { in RSA_verify_PKCS1_PSS_mgf1() argument 520 if (EM[0] & (0xFF << MSBits)) { in RSA_verify_PKCS1_PSS_mgf1() 525 EM++; in RSA_verify_PKCS1_PSS_mgf1() 533 if (EM[emLen - 1] != 0xbc) { in RSA_verify_PKCS1_PSS_mgf1() 538 H = EM + maskedDBLen; in RSA_verify_PKCS1_PSS_mgf1() 548 DB[i] ^= EM[i]; in RSA_verify_PKCS1_PSS_mgf1() 585 int RSA_padding_add_PKCS1_PSS_mgf1(const RSA *rsa, unsigned char *EM, in RSA_padding_add_PKCS1_PSS_mgf1() argument 609 *EM++ = 0; in RSA_padding_add_PKCS1_PSS_mgf1() 650 H = EM + maskedDBLen; in RSA_padding_add_PKCS1_PSS_mgf1() 665 if (!PKCS1_MGF1(EM, maskedDBLen, H, hLen, mgf1Hash)) { in RSA_padding_add_PKCS1_PSS_mgf1() [all …]
|
/external/spirv-llvm/lib/SPIRV/ |
D | TransOCLMD.cpp | 149 auto EM = B.addNamedMD(kSPIRVMD::ExecutionMode); in visit() local 175 EM.addOp() in visit() 191 EM.addOp() in visit() 199 EM.addOp() in visit() 205 EM.addOp() in visit()
|
/external/icu/icu4c/source/test/testdata/ |
D | LineBreakTest.txt | 33 × 0023 ÷ 2014 ÷ # × [0.3] NUMBER SIGN (AL) ÷ [999.0] EM DASH (B2) ÷ [0.3] 34 × 0023 × 0020 ÷ 2014 ÷ # × [0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] EM DASH (B2) ÷ [0.3] 35 …4 ÷ # × [0.3] NUMBER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM1_CM) ÷ [999.0] EM DASH (B2) ÷ [0.3] 36 …ER SIGN (AL) × [9.0] COMBINING DIAERESIS (CM1_CM) × [7.01] SPACE (SP) ÷ [18.0] EM DASH (B2) ÷ [0.3] 169 × 0023 ÷ 1F3FB ÷ # × [0.3] NUMBER SIGN (AL) ÷ [999.0] EMOJI MODIFIER FITZPATRICK TYPE-1-2 (EM) ÷ [… 170 …0.3] NUMBER SIGN (AL) × [7.01] SPACE (SP) ÷ [18.0] EMOJI MODIFIER FITZPATRICK TYPE-1-2 (EM) ÷ [0.3] 171 …AL) × [9.0] COMBINING DIAERESIS (CM1_CM) ÷ [999.0] EMOJI MODIFIER FITZPATRICK TYPE-1-2 (EM) ÷ [0.3] 172 …NG DIAERESIS (CM1_CM) × [7.01] SPACE (SP) ÷ [18.0] EMOJI MODIFIER FITZPATRICK TYPE-1-2 (EM) ÷ [0.3] 197 × 2014 ÷ 0023 ÷ # × [0.3] EM DASH (B2) ÷ [999.0] NUMBER SIGN (AL) ÷ [0.3] 198 × 2014 × 0020 ÷ 0023 ÷ # × [0.3] EM DASH (B2) × [7.01] SPACE (SP) ÷ [18.0] NUMBER SIGN (AL) ÷ [0.3] [all …]
|
/external/scapy/scapy/layers/tls/crypto/ |
D | pkcs1.py | 179 EM = pkcs_i2osp(m, k) 184 return EM == EMPrime 212 EM = _legacy_pkcs1_v1_5_encode_md5_sha1(M, k) 213 if EM is None: 216 m = pkcs_os2ip(EM)
|
/external/u-boot/board/synopsys/emdk/ |
D | README | 2 Useful notes on bulding and using of U-Boot on ARC EM Development Kit (AKA EMDK) 7 The DesignWare ARC EM Development Kit is FPGA-bases platform for rapid 8 software development on the ARC EM family of processors. 11 versions of ARC EM CPUs. U-Boot is built to be run on the simplest
|
/external/icu/icu4c/source/test/testdata/break_rules/ |
D | line.txt | 33 EM = [:LineBreak = EM:]; 162 LB22.3: (ID | EB | EM) CM* IN; 169 LB23a.1: PR CM* (ID | EB | EM); 170 LB23a.2: (ID | EB | EM) CM* PO; 202 LB30b: EB CM* EM;
|
D | line_loose.txt | 40 EM = [:LineBreak = EM:]; 170 LB22.3: (ID | EB | EM) CM* IN; 177 LB23a.1: PR CM* (ID | EB | EM); 178 LB23a.2: (ID | EB | EM) CM* PO; 210 LB30b: EB CM* EM;
|
D | line_normal.txt | 47 EM = [:LineBreak = EM:]; 176 LB22.3: (ID | EB | EM) CM* IN; 183 LB23a.1: PR CM* (ID | EB | EM); 184 LB23a.2: (ID | EB | EM) CM* PO; 216 LB30b: EB CM* EM;
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/break_rules/ |
D | line.txt | 33 EM = [:LineBreak = EM:]; 162 LB22.3: (ID | EB | EM) CM* IN; 169 LB23a.1: PR CM* (ID | EB | EM); 170 LB23a.2: (ID | EB | EM) CM* PO; 202 LB30b: EB CM* EM;
|
D | line_loose.txt | 40 EM = [:LineBreak = EM:]; 170 LB22.3: (ID | EB | EM) CM* IN; 177 LB23a.1: PR CM* (ID | EB | EM); 178 LB23a.2: (ID | EB | EM) CM* PO; 210 LB30b: EB CM* EM;
|
D | line_normal.txt | 47 EM = [:LineBreak = EM:]; 176 LB22.3: (ID | EB | EM) CM* IN; 183 LB23a.1: PR CM* (ID | EB | EM); 184 LB23a.2: (ID | EB | EM) CM* PO; 216 LB30b: EB CM* EM;
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/break_rules/ |
D | line.txt | 33 EM = [:LineBreak = EM:]; 162 LB22.3: (ID | EB | EM) CM* IN; 169 LB23a.1: PR CM* (ID | EB | EM); 170 LB23a.2: (ID | EB | EM) CM* PO; 202 LB30b: EB CM* EM;
|
D | line_loose.txt | 40 EM = [:LineBreak = EM:]; 170 LB22.3: (ID | EB | EM) CM* IN; 177 LB23a.1: PR CM* (ID | EB | EM); 178 LB23a.2: (ID | EB | EM) CM* PO; 210 LB30b: EB CM* EM;
|
D | line_normal.txt | 47 EM = [:LineBreak = EM:]; 176 LB22.3: (ID | EB | EM) CM* IN; 183 LB23a.1: PR CM* (ID | EB | EM); 184 LB23a.2: (ID | EB | EM) CM* PO; 216 LB30b: EB CM* EM;
|