/external/iproute2/tc/ |
D | q_cbq.c | 53 struct tc_cbq_lssopt lss = {}; in cbq_parse_opt() local 159 lss.ewma_log = ewma_log; in cbq_parse_opt() 160 lss.maxidle = tc_calc_xmittime(r.rate, avpkt); in cbq_parse_opt() 161 lss.change = TCF_CBQ_LSS_MAXIDLE|TCF_CBQ_LSS_EWMA|TCF_CBQ_LSS_AVPKT; in cbq_parse_opt() 162 lss.avpkt = avpkt; in cbq_parse_opt() 167 addattr_l(n, 1024, TCA_CBQ_LSSOPT, &lss, sizeof(lss)); in cbq_parse_opt() 184 struct tc_cbq_lssopt lss = {}; in cbq_parse_class_opt() local 212 if (get_u32(&lss.minidle, *argv, 0)) { in cbq_parse_class_opt() 216 lss.change |= TCF_CBQ_LSS_MINIDLE; in cbq_parse_class_opt() 223 lss.change |= TCF_CBQ_LSS_OFFTIME; in cbq_parse_class_opt() [all …]
|
/external/u-boot/arch/x86/lib/ |
D | pmu.c | 50 static int pmu_power_lss(struct pmu_regs *regs, unsigned int lss, bool on) in pmu_power_lss() argument 52 unsigned int offset = (lss * 2) / 32; in pmu_power_lss() 53 unsigned int shift = (lss * 2) % 32; in pmu_power_lss() 81 int pmu_turn_power(unsigned int lss, bool on) in pmu_turn_power() argument 93 return pmu_power_lss(pmu->regs, lss, on); in pmu_turn_power()
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | Spiller.cpp | 198 LiveStacks *lss; member in __anond2c2b0460411::StandardSpiller 206 lss(&pass.getAnalysis<LiveStacks>()), in StandardSpiller() 223 LiveInterval &SI = lss->getOrCreateInterval(SS, RC); in spill() 225 SI.getNextValue(SlotIndex(), 0, lss->getVNInfoAllocator()); in spill()
|
D | RegAllocPBQP.cpp | 136 LiveStacks *lss; member in __anon46417c670111::RegAllocPBQP 500 LiveInterval &stackInterval = lss->getOrCreateInterval(stackSlot, RC); in addStackInterval() 507 SlotIndex(), 0, lss->getVNInfoAllocator()); in addStackInterval() 648 lss = &getAnalysis<LiveStacks>(); in runOnMachineFunction()
|
/external/u-boot/arch/x86/include/asm/ |
D | pmu.h | 8 int pmu_turn_power(unsigned int lss, bool on);
|
/external/e2fsprogs/lib/ss/ |
D | ss.pc.in | 11 Libs: -L${libdir} -lss
|
/external/google-breakpad/ |
D | DEPS | 52 "src/src/third_party/lss": 53 "http://linux-syscall-support.googlecode.com/svn/trunk/lss@24",
|
D | .gitignore | 43 src/third_party/lss
|
D | Makefile.am | 92 includelssdir = $(includedir)/$(PACKAGE)/third_party/lss 93 includelss_HEADERS = $(top_srcdir)/src/third_party/lss/*.h
|
/external/libyuv/files/ |
D | DEPS | 6 # the commit queue can handle CLs rolling lss 66 'src/third_party/lss': 80 'src/third_party/lss':
|
D | .gitignore | 39 /third_party/lss
|
/external/webrtc/ |
D | .gitignore | 120 /third_party/lss
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrSystem.td | 299 "lss{w}\t{$src, $dst|$dst, $src}", []>, TB, OpSize; 301 "lss{l}\t{$src, $dst|$dst, $src}", []>, TB; 303 "lss{q}\t{$src, $dst|$dst, $src}", []>, TB;
|
/external/libavc/encoder/arm/ |
D | ime_distortion_metrics_a9q.s | 1220 vsub.s16 q9, q7, q8 @Add to the lss 1222 vcle.s16 q15, q11, q9 @Add to the lss 1229 vsub.s16 q12, q13, q4 @Add to the lss 1230 vcle.s16 q14, q11, q12 @Add to the lss
|
/external/llvm/lib/Target/X86/ |
D | X86InstrSystem.td | 349 "lss{w}\t{$src, $dst|$dst, $src}", [], IIC_LXS>, TB, OpSize16; 351 "lss{l}\t{$src, $dst|$dst, $src}", [], IIC_LXS>, TB, OpSize32; 353 "lss{q}\t{$src, $dst|$dst, $src}", [], IIC_LXS>, TB;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrSystem.td | 321 "lss{w}\t{$src, $dst|$dst, $src}", []>, TB, OpSize16; 323 "lss{l}\t{$src, $dst|$dst, $src}", []>, TB, OpSize32; 325 "lss{q}\t{$src, $dst|$dst, $src}", []>, TB;
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | master_session.cc | 174 for (auto& lss : resp->step()) { in RetrieveLogs() local 175 if (step_id != lss.step_id()) { in RetrieveLogs() 179 ss->MergeFrom(lss.step_stats()); in RetrieveLogs()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/XCore/ |
D | xcore.txt | 321 # CHECK: lss r7, r3, r0
|
/external/llvm/test/MC/Disassembler/XCore/ |
D | xcore.txt | 321 # CHECK: lss r7, r3, r0
|
/external/icu/icu4c/source/data/translit/ |
D | ko_ko_Latn_BGN.txt | 122 ᆯᄊ → lss ; # HANGUL JONGSEONG RIEUL + CHOSEONG SSANGSIOS
|
/external/toolchain-utils/cros_utils/ |
D | stats.py | 1716 def lss(inlist): function 1992 ss = Dispatch((lss, (ListType, TupleType)),) 4500 ss = Dispatch((lss, (ListType, TupleType)), (ass, (N.ndarray,)))
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 513 #define LSS(a, b) CHOICE(lssl ARG2(a,b), lss ARG2(a,b), lss ARG2(b,a)) 1230 #define LSS(a, b) lss b, P_(a)
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreInstrInfo.td | 398 def LSS_3r : F3R_np<"lss">;
|
/external/elfutils/libcpu/defs/ |
D | i386 | 413 00001111,10110010,{mod}{reg}{r_m}:lss {mod}{r_m},{reg}
|
/external/llvm/lib/Target/XCore/ |
D | XCoreInstrInfo.td | 387 def LSS_3r : F3R_np<0b11000, "lss">;
|