Home
last modified time | relevance | path

Searched full:dl (Results 1 – 25 of 11531) sorted by relevance

12345678910>>...462

/external/jsoup/src/test/resources/fuzztests/
D64720.html.gz ... ><caption><caption><caption>dl><caption><caption><caption> ...
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
DMakefile.netware148 DL = '
208 @echo $(DL)# DEF file for linking with $(LD)$(DL) > $@
209 @echo $(DL)# Do not edit this file - it is created by make!$(DL) >> $@
210 @echo $(DL)# All your changes will be lost!!$(DL) >> $@
211 @echo $(DL)#$(DL) >> $@
212 @echo $(DL)copyright "$(COPYR)"$(DL) >> $@
213 @echo $(DL)description "$(DESCR)"$(DL) >> $@
214 @echo $(DL)version $(VERSION)$(DL) >> $@
216 @echo $(DL)type $(NLMTYPE)$(DL) >> $@
219 @echo $(DL)stack $(STACK)$(DL) >> $@
[all …]
/external/iproute2/devlink/
Ddevlink.c203 struct dl { struct
222 static int dl_argc(struct dl *dl) in dl_argc() argument
224 return dl->argc; in dl_argc()
227 static char *dl_argv(struct dl *dl) in dl_argv() argument
229 if (dl_argc(dl) == 0) in dl_argv()
231 return *dl->argv; in dl_argv()
234 static void dl_arg_inc(struct dl *dl) in dl_arg_inc() argument
236 if (dl_argc(dl) == 0) in dl_arg_inc()
238 dl->argc--; in dl_arg_inc()
239 dl->argv++; in dl_arg_inc()
[all …]
/external/cronet/third_party/apache-portable-runtime/src/build/
DNWGNUtail.inc138 @echo $(DL)CC $<$(DL)
144 @echo $(DL)CCOPT_DEPENDS=$^$(DL)
147 @echo $(DL)GEN $@$(DL)
149 @echo $(DL)$(CFLAGS)$(DL)>> $@
152 @echo $(DL)$(XCFLAGS)$(DL)>> $@
155 @echo $(DL)$(foreach xincdir,$(strip $(subst ;,$(SPACE),$(XINCDIRS))),-I$(xincdir))$(DL)>> $@
158 @echo $(DL)$(foreach incdir,$(strip $(subst ;,$(SPACE),$(INCDIRS))),-I$(incdir))$(DL)>> $@
161 @echo $(DL)$(DEFINES)$(DL)>> $@
164 @echo $(DL)$(XDEFINES)$(DL)>> $@
169 @echo $(DL)CPP $<$(DL)
[all …]
DNWGNUmakefile32 @echo $(DL)GEN $@$(DL)
36 @echo $(DL)GEN $@$(DL)
40 @echo $(DL)-P$(DL)> $@
41 @echo $(DL)-EP$(DL)>> $@
42 @echo $(DL)-nosyspath$(DL)>> $@
43 @echo $(DL)-w nocmdline$(DL)>> $@
44 @echo $(DL)$(DEFINES) -DGENEXPORTS$(DL)>> $@
45 @echo $(DL)-I$(APR)/include$(DL)>> $@
46 @echo $(DL)-I$(APR)/include/arch/netware$(DL)>> $@
47 @echo $(DL)-I$(APR)/include/arch/unix$(DL)>> $@
[all …]
DNWGNUhead.inc42 @echo $(DL)targets for RELEASE=$(RELEASE):$(DL)
43 @echo $(DL)(default) . . . . libs nlms$(DL)
44 @echo $(DL)all . . . . . . . does everything (libs nlms install)$(DL)
45 @echo $(DL)libs. . . . . . . builds all libs$(DL)
46 @echo $(DL)nlms. . . . . . . builds all nlms$(DL)
47 @echo $(DL)install . . . . . builds libs and nlms and copies install files to$(DL)
48 @echo $(DL) "$(INSTALL)"$(DL)
49 @echo $(DL)installdev. . . . copies headers and files needed for development to$(DL)
50 @echo $(DL) "$(INSTALL)"$(DL)
51 @echo $(DL)clean . . . . . . deletes $(OBJDIR) dirs, *.err, and *.map$(DL)
[all …]
/external/rust/crates/annotate-snippets/tests/
Ddl_from_snippet.rs2 use annotate_snippets::{display_list as dl, formatter::get_term_style, snippet};
16 let output = dl::DisplayList { in test_format_title()
17 body: vec![dl::DisplayLine::Raw(dl::DisplayRawLine::Annotation { in test_format_title()
18 annotation: dl::Annotation { in test_format_title()
19 annotation_type: dl::DisplayAnnotationType::Error, in test_format_title()
21 label: vec![dl::DisplayTextFragment { in test_format_title()
23 style: dl::DisplayTextStyle::Emphasis, in test_format_title()
33 assert_eq!(dl::DisplayList::from(input), output); in test_format_title()
53 let output = dl::DisplayList { in test_format_slice()
55 dl::DisplayLine::Source { in test_format_slice()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp24 static SDValue createMemMemNode(SelectionDAG &DAG, const SDLoc &DL, unsigned Op, in createMemMemNode() argument
34 return DAG.getNode(Op, DL, VTs, Ops); in createMemMemNode()
41 static SDValue emitMemMemImm(SelectionDAG &DAG, const SDLoc &DL, unsigned Op, in emitMemMemImm() argument
46 SDValue LenAdj = DAG.getConstant(Size - Adj, DL, Dst.getValueType()); in emitMemMemImm()
47 return createMemMemNode(DAG, DL, Op, Chain, Dst, Src, LenAdj, Byte); in emitMemMemImm()
50 static SDValue emitMemMemReg(SelectionDAG &DAG, const SDLoc &DL, unsigned Op, in emitMemMemReg() argument
54 SDValue LenAdj = DAG.getNode(ISD::ADD, DL, MVT::i64, in emitMemMemReg()
55 DAG.getZExtOrTrunc(Size, DL, MVT::i64), in emitMemMemReg()
56 DAG.getConstant(0 - Adj, DL, MVT::i64)); in emitMemMemReg()
57 return createMemMemNode(DAG, DL, Op, Chain, Dst, Src, LenAdj, Byte); in emitMemMemReg()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp25 static SDValue emitMemMem(SelectionDAG &DAG, const SDLoc &DL, unsigned Sequence, in emitMemMem() argument
41 return DAG.getNode(Loop, DL, MVT::Other, Chain, Dst, Src, in emitMemMem()
42 DAG.getConstant(Size, DL, PtrVT), in emitMemMem()
43 DAG.getConstant(Size / 256, DL, PtrVT)); in emitMemMem()
44 return DAG.getNode(Sequence, DL, MVT::Other, Chain, Dst, Src, in emitMemMem()
45 DAG.getConstant(Size, DL, PtrVT)); in emitMemMem()
49 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy() argument
56 return emitMemMem(DAG, DL, SystemZISD::MVC, SystemZISD::MVC_LOOP, in EmitTargetCodeForMemcpy()
64 static SDValue memsetStore(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in memsetStore() argument
71 Chain, DL, DAG.getConstant(StoreVal, DL, MVT::getIntegerVT(Size * 8)), in memsetStore()
[all …]
/external/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp26 static SDValue emitMemMem(SelectionDAG &DAG, const SDLoc &DL, unsigned Sequence, in emitMemMem() argument
42 return DAG.getNode(Loop, DL, MVT::Other, Chain, Dst, Src, in emitMemMem()
43 DAG.getConstant(Size, DL, PtrVT), in emitMemMem()
44 DAG.getConstant(Size / 256, DL, PtrVT)); in emitMemMem()
45 return DAG.getNode(Sequence, DL, MVT::Other, Chain, Dst, Src, in emitMemMem()
46 DAG.getConstant(Size, DL, PtrVT)); in emitMemMem()
50 SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy() argument
57 return emitMemMem(DAG, DL, SystemZISD::MVC, SystemZISD::MVC_LOOP, in EmitTargetCodeForMemcpy()
65 static SDValue memsetStore(SelectionDAG &DAG, const SDLoc &DL, SDValue Chain, in memsetStore() argument
71 return DAG.getStore(Chain, DL, in memsetStore()
[all …]
/external/autotest/server/cros/cellular/simulation_utils/
DLteSimulation.py40 """ DL/UL Duplex mode """
46 """DL/UL Modulation order."""
109 # Bandwidth [MHz] to minimum number of DL RBs that can be assigned to a UE
186 5: {'DL': 3.82, 'UL': 2.63},
187 10: {'DL': 11.31,'UL': 9.03},
188 15: {'DL': 16.9, 'UL': 20.62},
189 20: {'DL': 22.88, 'UL': 28.43}
192 5: {'DL': 6.13, 'UL': 4.08},
193 10: {'DL': 18.36, 'UL': 9.69},
194 15: {'DL': 28.62, 'UL': 14.21},
[all …]
/external/jackson-databind/docs/javadoc/2.1/
Dserialized-form.html135 <DL>
139 <DL>
140 </DL>
141 </DL>
147 <DL>
152 <DL>
153 </DL>
154 </DL>
160 <DL>
163 <DL>
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp293 SDLoc dl(N); in PromoteIntRes_BITCAST() local
301 return DAG.getNode(ISD::BITCAST, dl, NOutVT, GetPromotedInteger(InOp)); in PromoteIntRes_BITCAST()
305 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, GetSoftenedFloat(InOp)); in PromoteIntRes_BITCAST()
309 return DAG.getNode(ISD::FP_TO_FP16, dl, NOutVT, GetPromotedFloat(InOp)); in PromoteIntRes_BITCAST()
318 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, in PromoteIntRes_BITCAST()
333 InOp = DAG.getNode(ISD::ANY_EXTEND, dl, in PromoteIntRes_BITCAST()
337 return DAG.getNode(ISD::BITCAST, dl, NOutVT, InOp); in PromoteIntRes_BITCAST()
347 DAG.getNode(ISD::BITCAST, dl, NOutVT, GetWidenedVector(InOp)); in PromoteIntRes_BITCAST()
355 Res = DAG.getNode(ISD::SRL, dl, NOutVT, Res, in PromoteIntRes_BITCAST()
356 DAG.getConstant(ShiftAmt, dl, ShiftAmtTy)); in PromoteIntRes_BITCAST()
[all …]
DLegalizeDAG.cpp124 const SDLoc &dl);
126 const SDLoc &dl);
132 SDValue ShuffleWithNarrowerEltType(EVT NVT, EVT VT, const SDLoc &dl,
137 bool &NeedInvert, const SDLoc &dl, SDValue &Chain,
162 const SDLoc &dl);
164 const SDLoc &dl, SDValue ChainIn);
170 void getSignAsIntValue(FloatSignAsInt &State, const SDLoc &DL,
172 SDValue modifySignAsInt(const FloatSignAsInt &State, const SDLoc &DL,
177 void PromoteLegalINT_TO_FP(SDNode *N, const SDLoc &dl,
179 void PromoteLegalFP_TO_INT(SDNode *N, const SDLoc &dl,
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp498 const SDLoc &dl, SelectionDAG &DAG) const { in getInt() argument
500 IntOps.push_back(DAG.getConstant(IntId, dl, MVT::i32)); in getInt()
502 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, ResTy, IntOps); in getInt()
547 HexagonTargetLowering::opJoin(const VectorPair &Ops, const SDLoc &dl, in opJoin() argument
549 return DAG.getNode(ISD::CONCAT_VECTORS, dl, typeJoin(ty(Ops)), in opJoin()
554 HexagonTargetLowering::opSplit(SDValue Vec, const SDLoc &dl, in opSplit() argument
559 return DAG.SplitVector(Vec, dl, Tys.first, Tys.second); in opSplit()
612 DebugLoc DL = MI.getDebugLoc(); in AdjustHvxInstrPostInstrSelection() local
621 BuildMI(MB, At, DL, TII.get(Hexagon::A2_tfrsi), SplatV) in AdjustHvxInstrPostInstrSelection()
624 BuildMI(MB, At, DL, TII.get(Hexagon::V6_lvsplatb), OutV) in AdjustHvxInstrPostInstrSelection()
[all …]
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp97 const SDLoc &dl);
99 const SDLoc &dl);
105 SDValue ShuffleWithNarrowerEltType(EVT NVT, EVT VT, const SDLoc &dl,
110 bool &NeedInvert, const SDLoc &dl);
114 unsigned NumOps, bool isSigned, const SDLoc &dl);
132 const SDLoc &dl);
137 void getSignAsIntValue(FloatSignAsInt &State, const SDLoc &DL,
139 SDValue modifySignAsInt(const FloatSignAsInt &State, const SDLoc &DL,
144 const SDLoc &dl);
146 const SDLoc &dl);
[all …]
DLegalizeIntegerTypes.cpp255 SDLoc dl(N); in PromoteIntRes_BITCAST() local
263 return DAG.getNode(ISD::BITCAST, dl, NOutVT, GetPromotedInteger(InOp)); in PromoteIntRes_BITCAST()
267 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, GetSoftenedFloat(InOp)); in PromoteIntRes_BITCAST()
271 return DAG.getNode(ISD::FP_TO_FP16, dl, NOutVT, PromotedOp); in PromoteIntRes_BITCAST()
280 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, in PromoteIntRes_BITCAST()
294 InOp = DAG.getNode(ISD::ANY_EXTEND, dl, in PromoteIntRes_BITCAST()
298 return DAG.getNode(ISD::BITCAST, dl, NOutVT, InOp); in PromoteIntRes_BITCAST()
305 return DAG.getNode(ISD::BITCAST, dl, NOutVT, GetWidenedVector(InOp)); in PromoteIntRes_BITCAST()
308 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, in PromoteIntRes_BITCAST()
316 SDLoc dl(N); in PromoteIntRes_BSWAP() local
[all …]
/external/llvm/test/Bindings/OCaml/
Dtarget.ml43 let module DL = DataLayout in
45 let dl = DL.of_string layout in
48 assert_equal (DL.as_string dl) layout;
49 assert_equal (DL.byte_order dl) Endian.Little;
50 assert_equal (DL.pointer_size dl) 4;
51 assert_equal (DL.intptr_type context dl) i32_type;
52 assert_equal (DL.qualified_pointer_size 0 dl) 4;
53 assert_equal (DL.qualified_intptr_type context 0 dl) i32_type;
54 assert_equal (DL.size_in_bits sty dl) (Int64.of_int 96);
55 assert_equal (DL.store_size sty dl) (Int64.of_int 12);
[all …]
/external/libcups/doc/help/
Dglossary.html13 <DL>
18 </DL>
23 <DL>
32 </DL>
37 <DL>
42 </DL>
47 <DL>
52 </DL>
57 <DL>
62 </DL>
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelLoweringHVX.cpp209 const SDLoc &dl, SelectionDAG &DAG) const { in getInt() argument
211 IntOps.push_back(DAG.getConstant(IntId, dl, MVT::i32)); in getInt()
214 return DAG.getNode(ISD::INTRINSIC_WO_CHAIN, dl, ResTy, IntOps); in getInt()
259 HexagonTargetLowering::opJoin(const VectorPair &Ops, const SDLoc &dl, in opJoin() argument
261 return DAG.getNode(ISD::CONCAT_VECTORS, dl, typeJoin(ty(Ops)), in opJoin()
266 HexagonTargetLowering::opSplit(SDValue Vec, const SDLoc &dl, in opSplit() argument
271 return DAG.SplitVector(Vec, dl, Tys.first, Tys.second); in opSplit()
297 const SDLoc &dl(ElemIdx); in convertToByteIndex() local
298 return DAG.getNode(ISD::SHL, dl, MVT::i32, in convertToByteIndex()
299 {ElemIdx, DAG.getConstant(L, dl, MVT::i32)}); in convertToByteIndex()
[all …]
/external/jackson-core/docs/javadoc/2.1/
Dserialized-form.html131 <DL>
135 <DD><DL>
137 </DL>
138 </DL>
151 <DL>
157 <DL>
158 </DL>
159 </DL>
187 <DL>
192 <DD><DL>
[all …]
/external/python/httplib2/doc/html/
Dgenindex.html53 <dl>
56 …tials">add_credentials() (httplib2.Http method)</a></dt></dl></td><td width="33%" valign="top"><dl>
57 </dl></td></tr></table>
61 <dl>
63 …als">clear_credentials() (httplib2.Http method)</a></dt></dl></td><td width="33%" valign="top"><dl>
64 </dl></td></tr></table>
68 <dl>
71 ….Cache.delete">delete() (httplib2.Cache method)</a></dt></dl></td><td width="33%" valign="top"><dl>
72 </dl></td></tr></table>
76 <dl>
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp147 const SDLoc &dl, in makeLibCall() argument
186 CLI.setDebugLoc(dl) in makeLibCall()
292 const SDLoc &dl, const SDValue OldLHS, in softenSetCCOperands() argument
295 return softenSetCCOperands(DAG, VT, NewLHS, NewRHS, CCCode, dl, OldLHS, in softenSetCCOperands()
302 const SDLoc &dl, const SDValue OldLHS, in softenSetCCOperands() argument
408 auto Call = makeLibCall(DAG, LC1, RetVT, Ops, CallOptions, dl, Chain); in softenSetCCOperands()
410 NewRHS = DAG.getConstant(0, dl, RetVT); in softenSetCCOperands()
424 SDValue Tmp = DAG.getSetCC(dl, SetCCVT, NewLHS, NewRHS, CCCode); in softenSetCCOperands()
425 auto Call2 = makeLibCall(DAG, LC2, RetVT, Ops, CallOptions, dl, Chain); in softenSetCCOperands()
429 NewLHS = DAG.getSetCC(dl, SetCCVT, Call2.first, NewRHS, CCCode); in softenSetCCOperands()
[all …]
DLegalizeIntegerTypes.cpp390 SDLoc dl(N); in PromoteIntRes_BITCAST() local
398 return DAG.getNode(ISD::BITCAST, dl, NOutVT, GetPromotedInteger(InOp)); in PromoteIntRes_BITCAST()
402 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, GetSoftenedFloat(InOp)); in PromoteIntRes_BITCAST()
405 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, GetSoftPromotedHalf(InOp)); in PromoteIntRes_BITCAST()
409 return DAG.getNode(ISD::FP_TO_FP16, dl, NOutVT, GetPromotedFloat(InOp)); in PromoteIntRes_BITCAST()
418 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, in PromoteIntRes_BITCAST()
435 InOp = DAG.getNode(ISD::ANY_EXTEND, dl, in PromoteIntRes_BITCAST()
439 return DAG.getNode(ISD::BITCAST, dl, NOutVT, InOp); in PromoteIntRes_BITCAST()
449 DAG.getNode(ISD::BITCAST, dl, NOutVT, GetWidenedVector(InOp)); in PromoteIntRes_BITCAST()
456 Res = DAG.getNode(ISD::SRL, dl, NOutVT, Res, in PromoteIntRes_BITCAST()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DVNCoercion.cpp16 const DataLayout &DL) { in canCoerceMustAliasedValueToLoad() argument
27 uint64_t StoreSize = DL.getTypeSizeInBits(StoredTy); in canCoerceMustAliasedValueToLoad()
34 if (StoreSize < DL.getTypeSizeInBits(LoadTy)) in canCoerceMustAliasedValueToLoad()
38 if (DL.isNonIntegralPointerType(StoredVal->getType()->getScalarType()) != in canCoerceMustAliasedValueToLoad()
39 DL.isNonIntegralPointerType(LoadTy->getScalarType())) { in canCoerceMustAliasedValueToLoad()
54 const DataLayout &DL) { in coerceAvailableValueToLoadTypeHelper() argument
55 assert(canCoerceMustAliasedValueToLoad(StoredVal, LoadedTy, DL) && in coerceAvailableValueToLoadTypeHelper()
58 if (auto *FoldedStoredVal = ConstantFoldConstant(C, DL)) in coerceAvailableValueToLoadTypeHelper()
64 uint64_t StoredValSize = DL.getTypeSizeInBits(StoredValTy); in coerceAvailableValueToLoadTypeHelper()
65 uint64_t LoadedValSize = DL.getTypeSizeInBits(LoadedTy); in coerceAvailableValueToLoadTypeHelper()
[all …]

12345678910>>...462