/external/v8/src/objects/ |
D | js-regexp-inl.h | 29 Smi* smi = Smi::cast(FixedArray::cast(data)->get(kTagIndex)); in ACCESSORS() local 30 return static_cast<JSRegExp::Type>(smi->value()); in ACCESSORS() 47 Smi* smi = Smi::cast(FixedArray::cast(data)->get(kFlagsIndex)); in GetFlags() local 48 return Flags(smi->value()); in GetFlags()
|
D | maybe-object.h | 51 static MaybeObject* FromSmi(Smi* smi) { in FromSmi() argument 52 DCHECK(HAS_SMI_TAG(smi)); in FromSmi() 53 return reinterpret_cast<MaybeObject*>(smi); in FromSmi()
|
/external/v8/src/interpreter/ |
D | constant-array-builder.h | 66 size_t Insert(Smi* smi); 90 void SetJumpTableSmi(size_t index, Smi* smi); 114 explicit Entry(Smi* smi) : smi_(smi), tag_(Tag::kSmi) {} in Entry() argument 146 void SetJumpTableSmi(Smi* smi) { in SetJumpTableSmi() argument 149 smi_ = smi; in SetJumpTableSmi()
|
D | constant-array-builder.cc | 210 size_t ConstantArrayBuilder::Insert(Smi* smi) { in Insert() argument 211 auto entry = smi_map_.find(smi); in Insert() 213 return AllocateReservedEntry(smi); in Insert() 315 void ConstantArrayBuilder::SetJumpTableSmi(size_t index, Smi* smi) { in SetJumpTableSmi() argument 320 smi_map_.emplace(smi, static_cast<index_t>(index)); in SetJumpTableSmi() 321 return slice->At(index).SetJumpTableSmi(smi); in SetJumpTableSmi()
|
/external/u-boot/drivers/net/ |
D | armada100_fec.c | 35 printf("offset: smi, value: 0x%x\n", readl(®s->smi)); in eth_dump_regs() 87 if (armdfec_phy_timeout(®s->smi, SMI_BUSY, false)) { in smi_reg_read() 92 writel((phy_addr << 16) | (phy_reg << 21) | SMI_OP_R, ®s->smi); in smi_reg_read() 95 if (armdfec_phy_timeout(®s->smi, SMI_R_VALID, true)) { in smi_reg_read() 96 val = readl(®s->smi); in smi_reg_read() 101 val = readl(®s->smi); in smi_reg_read() 130 if (armdfec_phy_timeout(®s->smi, SMI_BUSY, false)) { in smi_reg_write() 136 ®s->smi); in smi_reg_write()
|
/external/u-boot/arch/arm/dts/ |
D | armada-3720-turris-mox.dts | 98 smi_pins: smi-pins { 99 groups = "smi"; 100 function = "smi";
|
/external/libxkbcommon/xkbcommon/test/data/rules/ |
D | evdev | 185 * sapmi basic = pc+no(smi) 187 * sapmi sefi = pc+fi(smi) 226 * sapmi = pc+no(smi) 267 * sapmi(basic) = pc+no(smi) 269 * sapmi(sefi) = pc+fi(smi) 340 * sapmi = pc+no(smi) 381 * sapmi(basic) = pc+no(smi) 383 * sapmi(sefi) = pc+fi(smi) 446 * sapmi basic = pc+no(smi) 448 * sapmi sefi = pc+fi(smi) [all …]
|
D | evdev-xkbcommon | 197 * sapmi basic = pc+no(smi) 199 * sapmi sefi = pc+fi(smi) 238 * sapmi = pc+no(smi) 279 * sapmi(basic) = pc+no(smi) 281 * sapmi(sefi) = pc+fi(smi) 357 * sapmi = pc+no(smi) 398 * sapmi(basic) = pc+no(smi) 400 * sapmi(sefi) = pc+fi(smi) 464 * sapmi basic = pc+no(smi) 466 * sapmi sefi = pc+fi(smi) [all …]
|
D | base | 245 * sapmi basic = pc+no(smi) 247 * sapmi sefi = pc+fi(smi) 286 * sapmi = pc+no(smi) 327 * sapmi(basic) = pc+no(smi) 329 * sapmi(sefi) = pc+fi(smi) 400 * sapmi = pc+no(smi) 441 * sapmi(basic) = pc+no(smi) 443 * sapmi(sefi) = pc+fi(smi) 506 * sapmi basic = pc+no(smi) 508 * sapmi sefi = pc+fi(smi) [all …]
|
/external/u-boot/doc/device-tree-bindings/misc/ |
D | intel-lpc.txt | 9 - intel,alt-gp-smi-enable : Enable SMI sources. This cell is written to the 63 intel,alt-gp-smi-enable = <0x0100>;
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.h | 187 void LoadSmiLiteral(Register dst, Smi* smi); 222 void Push(Smi* smi); 486 void Move(Register dst, Smi* smi) { LoadSmiLiteral(dst, smi); } in Move() argument 777 void AddSmiLiteral(Register dst, Register src, Smi* smi, Register scratch); 778 void SubSmiLiteral(Register dst, Register src, Smi* smi, Register scratch); 779 void CmpSmiLiteral(Register src1, Smi* smi, Register scratch, 781 void CmplSmiLiteral(Register src1, Smi* smi, Register scratch, 783 void AndSmiLiteral(Register dst, Register src, Smi* smi, Register scratch,
|
D | macro-assembler-ppc.cc | 308 void TurboAssembler::Push(Smi* smi) { in Push() argument 309 mov(r0, Operand(smi)); in Push() 2061 void TurboAssembler::LoadSmiLiteral(Register dst, Smi* smi) { in LoadSmiLiteral() argument 2062 mov(dst, Operand(smi)); in LoadSmiLiteral() 2429 void MacroAssembler::CmpSmiLiteral(Register src1, Smi* smi, Register scratch, in CmpSmiLiteral() argument 2432 LoadSmiLiteral(scratch, smi); in CmpSmiLiteral() 2435 Cmpi(src1, Operand(smi), scratch, cr); in CmpSmiLiteral() 2440 void MacroAssembler::CmplSmiLiteral(Register src1, Smi* smi, Register scratch, in CmplSmiLiteral() argument 2443 LoadSmiLiteral(scratch, smi); in CmplSmiLiteral() 2446 Cmpli(src1, Operand(smi), scratch, cr); in CmplSmiLiteral() [all …]
|
/external/v8/src/arm64/ |
D | assembler-arm64-inl.h | 388 Operand Operand::UntagSmi(Register smi) { 389 DCHECK(smi.Is64Bits()); 391 return Operand(smi, ASR, kSmiShift); 395 Operand Operand::UntagSmiAndScale(Register smi, int scale) { 396 DCHECK(smi.Is64Bits()); 400 return Operand(smi, LSL, scale - kSmiShift); 402 return Operand(smi, ASR, kSmiShift - scale); 404 return Operand(smi);
|
/external/icu/icu4c/source/data/unit/ |
D | ky.txt | 420 dnam{"smi"} 421 one{"{0} smi"} 422 other{"{0} smi"} 1418 dnam{"smi"} 1419 one{"{0} smi"} 1420 other{"{0} smi"}
|
D | he.txt | 1332 dnam{"smi"} 1333 many{"{0} smi"} 1334 one{"{0} smi"} 1335 other{"{0} smi"} 1336 two{"{0} smi"} 2164 dnam{"smi"} 2165 many{"{0} smi"} 2166 one{"{0} smi"} 2167 other{"{0} smi"} 2168 two{"{0} smi"}
|
D | gu.txt | 928 dnam{"smi"} 929 one{"{0}smi"} 930 other{"{0}smi"} 1460 dnam{"smi"} 1461 one{"{0} smi"} 1462 other{"{0} smi"}
|
D | mr.txt | 956 dnam{"smi"} 957 one{"{0} smi"} 958 other{"{0} smi"} 1533 dnam{"smi"} 1534 one{"{0} smi"} 1535 other{"{0} smi"}
|
/external/mksh/src/ |
D | exec.c | 1721 const struct select_menu_info *smi = in select_fmt_entry() local 1725 smi->num_width, i + 1, smi->args[i]); in select_fmt_entry() 1734 struct select_menu_info smi; in pr_menu() local 1763 for (i = n, smi.num_width = 1; i >= 10; i /= 10) in pr_menu() 1764 smi.num_width++; in pr_menu() 1766 smi.args = ap; in pr_menu() 1770 print_columns(&co, n, select_fmt_entry, (void *)&smi, in pr_menu() 1771 smi.num_width + 2 + aocts, smi.num_width + 2 + acols); in pr_menu()
|
/external/v8/src/ |
D | layout-descriptor-inl.h | 15 LayoutDescriptor* LayoutDescriptor::FromSmi(Smi* smi) { in FromSmi() argument 16 return LayoutDescriptor::cast(smi); in FromSmi()
|
/external/v8/src/x64/ |
D | macro-assembler-x64.cc | 1128 Condition smi = CheckSmi(src); in JumpIfSmi() local 1129 j(smi, on_smi, near_jump); in JumpIfSmi() 1135 Condition smi = CheckSmi(src); in JumpIfNotSmi() local 1136 j(NegateCondition(smi), on_not_smi, near_jump); in JumpIfNotSmi() 1141 Condition smi = CheckSmi(src); in JumpIfNotSmi() local 1142 j(NegateCondition(smi), on_not_smi, near_jump); in JumpIfNotSmi() 1203 intptr_t smi = reinterpret_cast<intptr_t>(source); in Push() local 1204 if (is_int32(smi)) { in Push() 1205 Push(Immediate(static_cast<int32_t>(smi))); in Push() 1208 int first_byte_set = base::bits::CountTrailingZeros64(smi) / 8; in Push() [all …]
|
/external/tensorflow/tensorflow/tools/ci_build/linux/ppc64le/gpu/ |
D | run_py2.sh | 22 LT_JOBS=$(nvidia-smi --query-gpu=gpu_name --format=csv,noheader | wc -l)
|
D | run_py3.sh | 22 LT_JOBS=$(nvidia-smi --query-gpu=gpu_name --format=csv,noheader | wc -l)
|
/external/v8/src/s390/ |
D | macro-assembler-s390.cc | 297 void TurboAssembler::Push(Smi* smi) { in Push() argument 298 mov(r0, Operand(smi)); in Push() 3463 void TurboAssembler::LoadSmiLiteral(Register dst, Smi* smi) { in LoadSmiLiteral() argument 3464 intptr_t value = reinterpret_cast<intptr_t>(smi); in LoadSmiLiteral() 3505 void TurboAssembler::CmpSmiLiteral(Register src1, Smi* smi, Register scratch) { in CmpSmiLiteral() argument 3508 cih(src1, Operand(reinterpret_cast<intptr_t>(smi) >> 32)); in CmpSmiLiteral() 3510 LoadSmiLiteral(scratch, smi); in CmpSmiLiteral() 3515 cfi(src1, Operand(smi)); in CmpSmiLiteral() 3519 void TurboAssembler::CmpLogicalSmiLiteral(Register src1, Smi* smi, in CmpLogicalSmiLiteral() argument 3523 clih(src1, Operand(reinterpret_cast<intptr_t>(smi) >> 32)); in CmpLogicalSmiLiteral() [all …]
|
D | macro-assembler-s390.h | 205 void Move(Register dst, Smi* smi) { LoadSmiLiteral(dst, smi); } in Move() argument 551 void Push(Smi* smi); 751 void LoadSmiLiteral(Register dst, Smi* smi); 771 void AddSmiLiteral(Register dst, Register src, Smi* smi, 773 void SubSmiLiteral(Register dst, Register src, Smi* smi, 775 void CmpSmiLiteral(Register src1, Smi* smi, Register scratch); 776 void CmpLogicalSmiLiteral(Register src1, Smi* smi, Register scratch); 777 void AndSmiLiteral(Register dst, Register src, Smi* smi);
|
/external/u-boot/doc/device-tree-bindings/pinctrl/ |
D | marvell,armada-37xx-pinctrl.txt | 121 group smi 123 - functions smi, gpio
|