/external/avahi/avahi-client/ |
H A D | check-nss.c | 44 void *dl; local 46 if ((dl = dlopen(*l, RTLD_LAZY))) { 48 dlclose(dl);
|
/external/jmonkeyengine/engine/src/test/jme3test/blender/ |
H A D | TestBlenderLoader.java | 61 DirectionalLight dl = new DirectionalLight(); 62 dl.setDirection(new Vector3f(-0.1f,-0.7f,1).normalizeLocal()); 63 dl.setColor(new ColorRGBA(0.44f, 0.30f, 0.20f, 1.0f)); 64 rootNode.addLight(dl); 67 dl = new DirectionalLight(); 68 dl.setDirection(new Vector3f(-0.6f,-1,-0.6f).normalizeLocal()); 69 dl.setColor(new ColorRGBA(0.10f, 0.22f, 0.44f, 1.0f)); 70 rootNode.addLight(dl); 73 dl = new DirectionalLight(); 74 dl [all...] |
/external/elfutils/libelf/ |
H A D | elf_hash.c | 37 #include <dl-hash.h>
|
H A D | elf_strptr.c | 198 struct Elf_Data_List *dl = &strscn->data_list; local 199 while (dl != NULL) 201 if (offset >= (size_t) dl->data.d.d_off 202 && offset < dl->data.d.d_off + dl->data.d.d_size) 206 if (likely (memrchr ((char *) dl->data.d.d_buf 207 + (offset - dl->data.d.d_off), '\0', 208 (dl->data.d.d_size 209 - (offset - dl->data.d.d_off))) != NULL)) 210 result = ((char *) dl [all...] |
H A D | elf_gnu_hash.c | 37 #include <dl-hash.h>
|
/external/clang/test/CodeGenCXX/ |
H A D | debug-info-byval.cpp | 26 void get(int *i, unsigned dl, VAL v, VAL *p, unsigned n, EVT missing_arg) { argument 29 if (dl == n)
|
/external/v8/tools/gyp/test/module/src/ |
H A D | program.c | 31 HMODULE dl; local 45 dl = LoadLibrary(module_path); 46 if (!dl) { 51 funcptr = (module_symbol) GetProcAddress(dl, module_function); 58 FreeLibrary(dl); 60 void* dl; local 72 dl = dlopen(module_path, RTLD_LAZY); 73 if (!dl) { 78 funcptr = dlsym(dl, module_function); 85 dlclose(dl); [all...] |
/external/jmonkeyengine/engine/src/test/jme3test/material/ |
H A D | TestBumpModel.java | 76 DirectionalLight dl = new DirectionalLight(); 77 dl.setDirection(new Vector3f(-0.1f,-0.7f,1).normalizeLocal()); 78 dl.setColor(new ColorRGBA(0.44f, 0.30f, 0.20f, 1.0f)); 79 rootNode.addLight(dl); 82 dl = new DirectionalLight(); 83 dl.setDirection(new Vector3f(-0.6f,-1,-0.6f).normalizeLocal()); 84 dl.setColor(new ColorRGBA(0.10f, 0.22f, 0.44f, 1.0f)); 85 rootNode.addLight(dl); 88 dl = new DirectionalLight(); 89 dl [all...] |
/external/jmonkeyengine/engine/src/test/jme3test/model/ |
H A D | TestMonkeyHead.java | 73 DirectionalLight dl = new DirectionalLight(); 74 dl.setDirection(new Vector3f(-0.1f,-0.7f,1).normalizeLocal()); 75 dl.setColor(new ColorRGBA(0.44f, 0.30f, 0.20f, 1.0f)); 76 rootNode.addLight(dl); 79 dl = new DirectionalLight(); 80 dl.setDirection(new Vector3f(-0.6f,-1,-0.6f).normalizeLocal()); 81 dl.setColor(new ColorRGBA(0.10f, 0.22f, 0.44f, 1.0f)); 82 rootNode.addLight(dl); 85 dl = new DirectionalLight(); 86 dl [all...] |
/external/libchrome/base/ |
H A D | native_library_posix.cc | 30 void* dl = dlopen(library_path.value().c_str(), RTLD_LAZY); local 31 if (!dl && error) 34 return dl;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 97 SDValue Idx, SDLoc dl); 99 SDValue Idx, SDLoc dl); 105 SDValue ShuffleWithNarrowerEltType(EVT NVT, EVT VT, SDLoc dl, 110 bool &NeedInvert, SDLoc dl); 114 unsigned NumOps, bool isSigned, SDLoc dl); 131 SDValue EmitStackConvert(SDValue SrcOp, EVT SlotVT, EVT DestVT, SDLoc dl); 142 SDLoc dl); 144 SDLoc dl); 146 SDLoc dl); 148 SDValue ExpandBITREVERSE(SDValue Op, SDLoc dl); 217 ShuffleWithNarrowerEltType(EVT NVT, EVT VT, SDLoc dl, SDValue N1, SDValue N2, ArrayRef<int> Mask) const argument 598 PerformInsertVectorEltInMemory(SDValue Vec, SDValue Val, SDValue Idx, SDLoc dl) argument 642 ExpandINSERT_VECTOR_ELT(SDValue Vec, SDValue Val, SDValue Idx, SDLoc dl) argument [all...] |
H A D | LegalizeIntegerTypes.cpp | 250 SDLoc dl(N); 258 return DAG.getNode(ISD::BITCAST, dl, NOutVT, GetPromotedInteger(InOp)); 262 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, GetSoftenedFloat(InOp)); 266 return DAG.getNode(ISD::FP_TO_FP16, dl, NOutVT, PromotedOp); 275 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, 289 InOp = DAG.getNode(ISD::ANY_EXTEND, dl, 293 return DAG.getNode(ISD::BITCAST, dl, NOutVT, InOp); 300 return DAG.getNode(ISD::BITCAST, dl, NOutVT, GetWidenedVector(InOp)); 303 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, 311 SDLoc dl( 2700 IntegerExpandSetCCOperands(SDValue &NewLHS, SDValue &NewRHS, ISD::CondCode &CCCode, SDLoc dl) argument 2904 SDLoc dl = SDLoc(N); local [all...] |
H A D | TargetLowering.cpp | 89 bool isSigned, SDLoc dl, 114 CLI.setDebugLoc(dl).setChain(DAG.getEntryNode()) 126 SDLoc dl) const { 213 dl).first; 214 NewRHS = DAG.getConstant(0, dl, RetVT); 222 ISD::SETCC, dl, 226 dl).first; 228 ISD::SETCC, dl, 231 NewLHS = DAG.getNode(ISD::OR, dl, Tmp.getValueType(), Tmp, NewLHS); 299 SDLoc dl(O 86 makeLibCall(SelectionDAG &DAG, RTLIB::Libcall LC, EVT RetVT, ArrayRef<SDValue> Ops, bool isSigned, SDLoc dl, bool doesNotReturn, bool isReturnValueUsed) const argument 336 ShrinkDemandedOp(SDValue Op, unsigned BitWidth, const APInt &Demanded, SDLoc dl) argument 2699 BuildExactSDIV(const TargetLowering &TLI, SDValue Op1, APInt d, SDLoc dl, SelectionDAG &DAG, std::vector<SDNode *> &Created) argument [all...] |
H A D | LegalizeTypesGeneric.cpp | 46 SDLoc dl(N); 63 Lo = DAG.getNode(ISD::BITCAST, dl, NOutVT, Lo); 64 Hi = DAG.getNode(ISD::BITCAST, dl, NOutVT, Hi); 75 Lo = DAG.getNode(ISD::BITCAST, dl, NOutVT, Lo); 76 Hi = DAG.getNode(ISD::BITCAST, dl, NOutVT, Hi); 83 Lo = DAG.getNode(ISD::BITCAST, dl, NOutVT, Lo); 84 Hi = DAG.getNode(ISD::BITCAST, dl, NOutVT, Hi); 89 Lo = DAG.getNode(ISD::BITCAST, dl, NOutVT, Lo); 90 Hi = DAG.getNode(ISD::BITCAST, dl, NOutVT, Hi); 97 std::tie(Lo, Hi) = DAG.SplitVector(InOp, dl, LoV [all...] |
/external/clang/test/CodeGen/ |
H A D | builtins-nvptx.c | 185 __device__ long dl; variable 197 __nvvm_atom_add_gen_l(&dl, l); 204 __nvvm_atom_sub_gen_l(&dl, l); 211 __nvvm_atom_and_gen_l(&dl, l); 218 __nvvm_atom_or_gen_l(&dl, l); 225 __nvvm_atom_xor_gen_l(&dl, l); 232 __nvvm_atom_xchg_gen_l(&dl, l); 241 __nvvm_atom_max_gen_l(&dl, l); 243 __nvvm_atom_max_gen_ul((unsigned long *)&dl, l); 254 __nvvm_atom_min_gen_l(&dl, [all...] |
/external/jmonkeyengine/engine/src/test/jme3test/export/ |
H A D | TestAssetLinkNode.java | 105 DirectionalLight dl = new DirectionalLight(); 106 dl.setDirection(new Vector3f(-0.1f,-0.7f,1).normalizeLocal()); 107 dl.setColor(new ColorRGBA(0.44f, 0.30f, 0.20f, 1.0f)); 108 rootNode.addLight(dl); 111 dl = new DirectionalLight(); 112 dl.setDirection(new Vector3f(-0.6f,-1,-0.6f).normalizeLocal()); 113 dl.setColor(new ColorRGBA(0.10f, 0.22f, 0.44f, 1.0f)); 114 rootNode.addLight(dl); 117 dl = new DirectionalLight(); 118 dl [all...] |
/external/llvm/lib/Target/X86/ |
H A D | X86SelectionDAGInfo.cpp | 48 SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, 88 CLI.setDebugLoc(dl).setChain(Chain) 134 Count = DAG.getIntPtrConstant(SizeVal, dl); 140 Count = DAG.getIntPtrConstant(SizeVal / UBytes, dl); 144 Chain = DAG.getCopyToReg(Chain, dl, ValReg, DAG.getConstant(Val, dl, AVT), 149 Count = DAG.getIntPtrConstant(SizeVal, dl); 150 Chain = DAG.getCopyToReg(Chain, dl, X86::AL, Src, InFlag); 154 Chain = DAG.getCopyToReg(Chain, dl, Subtarget.is64Bit() ? X86::RCX : X86::ECX, 157 Chain = DAG.getCopyToReg(Chain, dl, Subtarge 47 EmitTargetCodeForMemset( SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo) const argument 197 EmitTargetCodeForMemcpy( SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, bool AlwaysInline, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument [all...] |
/external/llvm/test/Bindings/OCaml/ |
H A D | target.ml | 45 let dl = DL.of_string layout in var 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); 56 assert_equal (DL.abi_size sty dl) (Int6 [all...] |
/external/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 258 SDLoc dl(GA); 261 return DAG.getNode(XCoreISD::PCRelativeWrapper, dl, MVT::i32, GA); 266 return DAG.getNode(XCoreISD::CPRelativeWrapper, dl, MVT::i32, GA); 268 return DAG.getNode(XCoreISD::DPRelativeWrapper, dl, MVT::i32, GA); 333 SDLoc dl(CP); 343 return DAG.getNode(XCoreISD::CPRelativeWrapper, dl, MVT::i32, Res); 356 SDLoc dl(Op); 365 return DAG.getNode(XCoreISD::BR_JT, dl, MVT::Other, Chain, TargetJT, Index); 368 SDValue ScaledIndex = DAG.getNode(ISD::SHL, dl, MVT::i32, Index, 369 DAG.getConstant(1, dl, MV 1047 SDLoc &dl = CLI.DL; local 1075 LowerCallResult(SDValue Chain, SDValue InFlag, const SmallVectorImpl<CCValAssign> &RVLocs, SDLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) argument 1122 LowerCCCCallTo(SDValue Chain, SDValue Callee, CallingConv::ID CallConv, bool isVarArg, bool isTailCall, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument 1260 LowerFormalArguments(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument 1284 LowerCCCArguments(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc dl, SelectionDAG &DAG, SmallVectorImpl<SDValue> &InVals) const argument 1466 LowerReturn(SDValue Chain, CallingConv::ID CallConv, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, const SmallVectorImpl<SDValue> &OutVals, SDLoc dl, SelectionDAG &DAG) const argument 1557 DebugLoc dl = MI->getDebugLoc(); local [all...] |
/external/llvm/lib/Target/ARM/ |
H A D | ARMSelectionDAGInfo.cpp | 25 EmitSpecializedLibcall(SelectionDAG &DAG, SDLoc dl, argument 95 Src = DAG.getNode(ISD::TRUNCATE, dl, MVT::i32, Src); 97 Src = DAG.getNode(ISD::ZERO_EXTEND, dl, MVT::i32, Src); 118 CLI.setDebugLoc(dl) 132 ARMSelectionDAGInfo::EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl, argument 149 return EmitSpecializedLibcall(DAG, dl, Chain, Dst, Src, Size, Align, 153 return EmitSpecializedLibcall(DAG, dl, Chain, Dst, Src, Size, Align, 187 Dst = DAG.getNode(ARMISD::MEMCPY, dl, VTs, Chain, Dst, Src, 188 DAG.getConstant(NumRegs, dl, MVT::i32)); 213 Loads[i] = DAG.getLoad(VT, dl, Chai 251 EmitTargetCodeForMemmove(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo, MachinePointerInfo SrcPtrInfo) const argument 264 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, SDValue Size, unsigned Align, bool isVolatile, MachinePointerInfo DstPtrInfo) const argument [all...] |
H A D | ARMSelectionDAGInfo.h | 41 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl, 49 SDValue EmitTargetCodeForMemmove(SelectionDAG &DAG, SDLoc dl, 57 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl, 64 SDValue EmitSpecializedLibcall(SelectionDAG &DAG, SDLoc dl,
|
/external/jmonkeyengine/engine/src/test/jme3test/renderer/ |
H A D | TestParallelProjection.java | 56 DirectionalLight dl = new DirectionalLight(); 57 dl.setColor(ColorRGBA.White); 58 dl.setDirection(Vector3f.UNIT_XYZ.negate()); 60 rootNode.addLight(dl);
|
/external/llvm/lib/Target/AArch64/ |
H A D | AArch64SelectionDAGInfo.h | 24 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl, SDValue Chain,
|
/external/llvm/lib/Target/Hexagon/ |
H A D | HexagonSelectionDAGInfo.h | 24 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl,
|
/external/markdown/markdown/extensions/ |
H A D | def_list.py | 55 if sibling and sibling.tag == 'dl': 57 dl = sibling 58 if len(dl) and dl[-1].tag == 'dd' and len(dl[-1]): 62 dl = etree.SubElement(parent, 'dl') 65 dt = etree.SubElement(dl, 'dt') 69 dd = etree.SubElement(dl, 'dd') 80 LIST_TYPES = ['dl'] [all...] |