HomeSort by relevance Sort by last modified time
    Searched refs:dl (Results 1 - 25 of 788) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/iproute2/devlink/
devlink.c 203 struct dl { struct
222 static int dl_argc(struct dl *dl)
224 return dl->argc;
227 static char *dl_argv(struct dl *dl)
229 if (dl_argc(dl) == 0)
231 return *dl->argv;
234 static void dl_arg_inc(struct dl *dl)
360 struct dl *dl = data; local
1483 struct dl *dl = data; local
1554 struct dl *dl = data; local
1656 struct dl *dl = data; local
1799 struct dl *dl = data; local
1874 struct dl *dl = data; local
1959 struct dl *dl = data; local
2061 struct dl *dl = data; local
2166 struct dl *dl; member in struct:occ_show
2311 struct dl *dl = occ_show->dl; local
2587 struct dl *dl = data; local
2679 struct dl *dl; member in struct:dpipe_ctx
3881 struct dl *dl; local
3947 struct dl *dl; local
    [all...]
  /external/elfutils/libelf/
elf_hash.c 37 #include <dl-hash.h>
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->data.d.d_bu
    [all...]
  /external/clang/test/CodeGenCXX/
debug-info-byval.cpp 26 void get(int *i, unsigned dl, VAL v, VAL *p, unsigned n, EVT missing_arg) {
29 if (dl == n)
  /external/syslinux/mbr/
adjust.h 45 movb $0x80, %dl
50 movb $0x80, %dl
  /external/skia/tests/
SkLiteDLTest.cpp 57 SkLiteDL dl; local
60 canvas.reset(&dl, {0,0,100,100});
62 REPORTER_ASSERT(r, dl.empty());
64 REPORTER_ASSERT(r, !dl.empty());
71 SkLiteDL dl; local
73 canvas.reset(&dl, {0,0,100,100});
89 REPORTER_ASSERT(r, !dl.empty());
  /external/skqp/tests/
SkLiteDLTest.cpp 57 SkLiteDL dl; local
60 canvas.reset(&dl, {0,0,100,100});
62 REPORTER_ASSERT(r, dl.empty());
64 REPORTER_ASSERT(r, !dl.empty());
71 SkLiteDL dl; local
73 canvas.reset(&dl, {0,0,100,100});
89 REPORTER_ASSERT(r, !dl.empty());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_dl.py 7 dl = import_module('dl', deprecated=True) variable
21 l = dl.open(s)
22 except dl.error, err:
  /external/python/cpython2/Lib/test/
test_dl.py 6 dl = import_module('dl', deprecated=True) variable
20 l = dl.open(s)
21 except dl.error, err:
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_dl.py 7 dl = import_module('dl', deprecated=True) variable
21 l = dl.open(s)
22 except dl.error, err:
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_dl.py 7 dl = import_module('dl', deprecated=True) variable
21 l = dl.open(s)
22 except dl.error, err:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_dl.py 7 dl = import_module('dl', deprecated=True) variable
21 l = dl.open(s)
22 except dl.error, err:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_dl.py 7 dl = import_module('dl', deprecated=True) variable
21 l = dl.open(s)
22 except dl.error, err:
  /frameworks/base/libs/hwui/tests/unit/
RecordingCanvasTests.cpp 44 static void validateSingleOp(std::unique_ptr<DisplayList>& dl,
46 ASSERT_EQ(1u, dl->getOps().size()) << "Must be exactly one op";
47 opValidator(*(dl->getOps()[0]));
57 auto dl = TestUtils::createDisplayList<RecordingCanvas>(100, 200, [](RecordingCanvas& canvas) { local
61 playbackOps(*dl, [](const RecordedOp& op) { ADD_FAILURE(); });
65 auto dl = TestUtils::createDisplayList<RecordingCanvas>(100, 100, [](RecordingCanvas& canvas) { local
73 ASSERT_EQ(2u, dl->getOps().size()) << "Must be exactly two ops";
74 EXPECT_CLIP_RECT(Rect(100, 100), dl->getOps()[0]->localClip);
75 EXPECT_CLIP_RECT(Rect(100, 100), dl->getOps()[1]->localClip);
76 EXPECT_EQ(dl->getOps()[0]->localClip, dl->getOps()[1]->localClip
81 auto dl = TestUtils::createDisplayList<RecordingCanvas>(200, 200, [](RecordingCanvas& canvas) { local
92 auto dl = TestUtils::createDisplayList<RecordingCanvas>(200, 200, [](RecordingCanvas& canvas) { local
113 auto dl = TestUtils::createDisplayList<RecordingCanvas>(200, 200, [](RecordingCanvas& canvas) { local
128 auto dl = TestUtils::createDisplayList<RecordingCanvas>(100, 200, [](RecordingCanvas& canvas) { local
146 auto dl = TestUtils::createDisplayList<RecordingCanvas>( local
158 auto dl = TestUtils::createDisplayList<RecordingCanvas>(100, 200, [](RecordingCanvas& canvas) { local
174 auto dl = TestUtils::createDisplayList<RecordingCanvas>(200, 200, [](RecordingCanvas& canvas) { local
194 auto dl = TestUtils::createDisplayList<RecordingCanvas>(200, 200, [](RecordingCanvas& canvas) { local
235 auto dl = TestUtils::createDisplayList<RecordingCanvas>(200, 200, [](RecordingCanvas& canvas) { local
264 auto dl = TestUtils::createDisplayList<RecordingCanvas>(200, 200, [](RecordingCanvas& canvas) { local
276 auto dl = TestUtils::createDisplayList<RecordingCanvas>(100, 200, [](RecordingCanvas& canvas) { local
331 auto dl = TestUtils::createDisplayList<RecordingCanvas>( local
342 auto dl = TestUtils::createDisplayList<RecordingCanvas>(200, 200, [](RecordingCanvas& canvas) { local
376 auto dl = TestUtils::createDisplayList<RecordingCanvas>(100, 100, [](RecordingCanvas& canvas) { local
406 auto dl = TestUtils::createDisplayList<RecordingCanvas>(200, 200, [](RecordingCanvas& canvas) { local
421 auto dl = TestUtils::createDisplayList<RecordingCanvas>(200, 200, [](RecordingCanvas& canvas) { local
453 auto dl = TestUtils::createDisplayList<RecordingCanvas>(200, 200, [](RecordingCanvas& canvas) { local
472 auto dl = TestUtils::createDisplayList<RecordingCanvas>(200, 200, [](RecordingCanvas& canvas) { local
496 auto dl = TestUtils::createDisplayList<RecordingCanvas>(200, 200, [](RecordingCanvas& canvas) { local
522 auto dl = TestUtils::createDisplayList<RecordingCanvas>(200, 200, [](RecordingCanvas& canvas) { local
560 auto dl = TestUtils::createDisplayList<RecordingCanvas>(200, 200, [](RecordingCanvas& canvas) { local
582 auto dl = TestUtils::createDisplayList<RecordingCanvas>( local
601 auto dl = TestUtils::createDisplayList<RecordingCanvas>( local
614 auto dl = TestUtils::createDisplayList<RecordingCanvas>( local
633 auto dl = TestUtils::createDisplayList<RecordingCanvas>(200, 200, [](RecordingCanvas& canvas) { local
650 auto dl = TestUtils::createDisplayList<RecordingCanvas>(100, 100, [](RecordingCanvas& canvas) { local
663 auto dl = TestUtils::createDisplayList<RecordingCanvas>(200, 200, [](RecordingCanvas& canvas) { local
684 auto dl = TestUtils::createDisplayList<RecordingCanvas>(200, 200, [](RecordingCanvas& canvas) { local
716 auto dl = TestUtils::createDisplayList<RecordingCanvas>( local
744 auto dl = TestUtils::createDisplayList<RecordingCanvas>( local
753 auto dl = TestUtils::createDisplayList<RecordingCanvas>( local
772 auto dl = TestUtils::createDisplayList<RecordingCanvas>( local
801 auto dl = TestUtils::createDisplayList<RecordingCanvas>(200, 200, [](RecordingCanvas& canvas) { local
822 auto dl = TestUtils::createDisplayList<RecordingCanvas>(200, 200, [](RecordingCanvas& canvas) { local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXSelectionDAGInfo.cpp 29 PTXSelectionDAGInfo::EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl,
69 Loads[i] = DAG.getLoad(VT, dl, Chain,
70 DAG.getNode(ISD::ADD, dl, PointerType, Src,
77 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &TFOps[0], i);
81 TFOps[i] = DAG.getStore(Chain, dl, Loads[i],
82 DAG.getNode(ISD::ADD, dl, PointerType, Dst,
88 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &TFOps[0], i);
108 Loads[i] = DAG.getLoad(VT, dl, Chain,
109 DAG.getNode(ISD::ADD, dl, PointerType, Src,
117 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, &TFOps[0], i)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Sparc/
SparcFrameLowering.cpp 35 DebugLoc dl = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); local
55 BuildMI(MBB, MBBI, dl, TII.get(SP::SAVEri), SP::O6)
61 BuildMI(MBB, MBBI, dl, TII.get(SP::SETHIi), SP::G1).addImm(OffHi);
63 BuildMI(MBB, MBBI, dl, TII.get(SP::ORri), SP::G1)
65 BuildMI(MBB, MBBI, dl, TII.get(SP::SAVErr), SP::O6)
75 DebugLoc dl = MBBI->getDebugLoc(); local
78 BuildMI(MBB, MBBI, dl, TII.get(SP::RESTORErr), SP::G0).addReg(SP::G0)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
opts.s 8 add %dl,%cl
9 add.s %dl,%cl
14 addb %dl,%cl
15 addb.s %dl,%cl
20 adc %dl,%cl
21 adc.s %dl,%cl
26 adcb %dl,%cl
27 adcb.s %dl,%cl
32 and %dl,%cl
33 and.s %dl,%c
    [all...]
x86-64-opts.s 8 add %dl,%cl
9 add.s %dl,%cl
14 addb %dl,%cl
15 addb.s %dl,%cl
24 adc %dl,%cl
25 adc.s %dl,%cl
30 adcb %dl,%cl
31 adcb.s %dl,%cl
40 and %dl,%cl
41 and.s %dl,%c
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp 255 SDLoc dl(N);
263 return DAG.getNode(ISD::BITCAST, dl, NOutVT, GetPromotedInteger(InOp));
267 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT, GetSoftenedFloat(InOp));
271 return DAG.getNode(ISD::FP_TO_FP16, dl, NOutVT, PromotedOp);
280 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT,
294 InOp = DAG.getNode(ISD::ANY_EXTEND, dl,
298 return DAG.getNode(ISD::BITCAST, dl, NOutVT, InOp);
305 return DAG.getNode(ISD::BITCAST, dl, NOutVT, GetWidenedVector(InOp));
308 return DAG.getNode(ISD::ANY_EXTEND, dl, NOutVT,
316 SDLoc dl(N)
2995 SDLoc dl = SDLoc(N); local
    [all...]
LegalizeDAG.cpp 97 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...]
  /external/libchrome/base/
native_library_posix.cc 42 void* dl = dlopen(library_path.value().c_str(), flags); local
43 if (!dl && error)
46 return dl;
  /external/ltp/tools/pounder21/
libpounder.sh 58 for SERVER in voxel.dl.sourceforge.net easynews.dl.sourceforge.net umn.dl.sourceforge.net; do
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetSelectionDAGInfo.h 57 EmitTargetCodeForMemcpy(SelectionDAG &DAG, DebugLoc dl,
74 EmitTargetCodeForMemmove(SelectionDAG &DAG, DebugLoc dl,
90 EmitTargetCodeForMemset(SelectionDAG &DAG, DebugLoc dl,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SDNodeDbgValue.h 49 DebugLoc DL;
54 SDDbgValue(MDNode *mdP, SDNode *N, unsigned R, uint64_t off, DebugLoc dl,
55 unsigned O) : mdPtr(mdP), Offset(off), DL(dl), Order(O),
63 SDDbgValue(MDNode *mdP, const Value *C, uint64_t off, DebugLoc dl,
65 mdPtr(mdP), Offset(off), DL(dl), Order(O), Invalid(false) {
71 SDDbgValue(MDNode *mdP, unsigned FI, uint64_t off, DebugLoc dl, unsigned O) :
72 mdPtr(mdP), Offset(off), DL(dl), Order(O), Invalid(false)
    [all...]
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 48 SelectionDAG &DAG, const SDLoc &dl, SDValue Chain, SDValue Dst, SDValue Src,
88 CLI.setDebugLoc(dl).setChain(Chain)
133 Count = DAG.getIntPtrConstant(SizeVal, dl);
139 Count = DAG.getIntPtrConstant(SizeVal / UBytes, dl);
143 Chain = DAG.getCopyToReg(Chain, dl, ValReg, DAG.getConstant(Val, dl, AVT),
148 Count = DAG.getIntPtrConstant(SizeVal, dl);
149 Chain = DAG.getCopyToReg(Chain, dl, X86::AL, Src, InFlag);
153 Chain = DAG.getCopyToReg(Chain, dl, Subtarget.is64Bit() ? X86::RCX : X86::ECX,
156 Chain = DAG.getCopyToReg(Chain, dl, Subtarget.is64Bit() ? X86::RDI : X86::EDI
    [all...]

Completed in 862 milliseconds

1 2 3 4 5 6 7 8 91011>>