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

1 2 3 4 5 6 7 8 91011>>

  /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/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/
x86id.asm     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elf-x86id.asm     [all...]
  /external/chromium_org/tools/gyp/test/module/src/
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/chromium_org/third_party/openmax_dl/dl/
openmax_dl.target.darwin-arm.mk 25 third_party/openmax_dl/dl/sp/src/armSP_FFT_F32TwiddleTable.c \
26 third_party/openmax_dl/dl/sp/src/arm/armSP_FFT_S32TwiddleTable.c \
27 third_party/openmax_dl/dl/sp/src/arm/omxSP_FFTGetBufSize_C_FC32.c \
28 third_party/openmax_dl/dl/sp/src/arm/omxSP_FFTGetBufSize_C_SC32.c \
29 third_party/openmax_dl/dl/sp/src/arm/omxSP_FFTGetBufSize_R_F32.c \
30 third_party/openmax_dl/dl/sp/src/arm/omxSP_FFTGetBufSize_R_S32.c \
31 third_party/openmax_dl/dl/sp/src/arm/omxSP_FFTInit_C_FC32.c \
32 third_party/openmax_dl/dl/sp/src/arm/omxSP_FFTInit_R_F32.c \
33 third_party/openmax_dl/dl/sp/src/arm/omxSP_FFTGetBufSize_C_SC16.c \
34 third_party/openmax_dl/dl/sp/src/arm/omxSP_FFTGetBufSize_R_S16.c
    [all...]
openmax_dl.target.linux-arm.mk 25 third_party/openmax_dl/dl/sp/src/armSP_FFT_F32TwiddleTable.c \
26 third_party/openmax_dl/dl/sp/src/arm/armSP_FFT_S32TwiddleTable.c \
27 third_party/openmax_dl/dl/sp/src/arm/omxSP_FFTGetBufSize_C_FC32.c \
28 third_party/openmax_dl/dl/sp/src/arm/omxSP_FFTGetBufSize_C_SC32.c \
29 third_party/openmax_dl/dl/sp/src/arm/omxSP_FFTGetBufSize_R_F32.c \
30 third_party/openmax_dl/dl/sp/src/arm/omxSP_FFTGetBufSize_R_S32.c \
31 third_party/openmax_dl/dl/sp/src/arm/omxSP_FFTInit_C_FC32.c \
32 third_party/openmax_dl/dl/sp/src/arm/omxSP_FFTInit_R_F32.c \
33 third_party/openmax_dl/dl/sp/src/arm/omxSP_FFTGetBufSize_C_SC16.c \
34 third_party/openmax_dl/dl/sp/src/arm/omxSP_FFTGetBufSize_R_S16.c
    [all...]
  /external/chromium_org/base/
native_library_posix.cc 30 void* dl = dlopen(library_path.value().c_str(), RTLD_LAZY); local
31 if (!dl && error)
34 return dl;
  /external/elfutils/0.153/libelf/
elf_hash.c 58 #include <dl-hash.h>
elf_strptr.c 163 struct Elf_Data_List *dl = &strscn->data_list; local
164 while (dl != NULL)
166 if (offset >= (size_t) dl->data.d.d_off
167 && offset < dl->data.d.d_off + dl->data.d.d_size)
169 result = (char *) dl->data.d.d_buf + (offset - dl->data.d.d_off);
173 dl = dl->next;
elf_gnu_hash.c 58 #include <dl-hash.h>
  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/css/
nheap.css 5 #nheap-table dl {
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
multisect2.asm 24 mov dl, al ; make a copy to process
25 and dl, 0Fh ; mask off a single (hex) digit
26 cmp dl, 9 ; is it in the "A" to "F" range?
28 add dl, 7 ; adjust
30 add dl, 30h ; convert to character
  /external/llvm/lib/Target/NVPTX/
NVPTXFrameLowering.cpp 42 DebugLoc dl = DebugLoc(); local
51 BuildMI(MBB, MBBI, dl,
54 BuildMI(MBB, MI, dl,
60 BuildMI(MBB, MBBI, dl,
63 BuildMI(MBB, MI, dl,
  /external/llvm/lib/CodeGen/SelectionDAG/
SDNodeDbgValue.h 50 DebugLoc DL;
56 bool indir, uint64_t off, DebugLoc dl,
58 Offset(off), DL(dl), Order(O),
66 SDDbgValue(MDNode *mdP, const Value *C, uint64_t off, DebugLoc dl,
68 mdPtr(mdP), IsIndirect(false), Offset(off), DL(dl), Order(O),
75 SDDbgValue(MDNode *mdP, unsigned FI, uint64_t off, DebugLoc dl, unsigned O) :
76 mdPtr(mdP), IsIndirect(false), Offset(off), DL(dl), Order(O)
    [all...]
LegalizeDAG.cpp 87 SDValue Idx, SDLoc dl);
89 SDValue Idx, SDLoc dl);
95 SDValue ShuffleWithNarrowerEltType(EVT NVT, EVT VT, SDLoc dl,
100 bool &NeedInvert, SDLoc dl);
104 unsigned NumOps, bool isSigned, SDLoc dl);
121 SDValue EmitStackConvert(SDValue SrcOp, EVT SlotVT, EVT DestVT, SDLoc dl);
128 SDLoc dl);
130 SDLoc dl);
132 SDLoc dl);
134 SDValue ExpandBSWAP(SDValue Op, SDLoc dl);
    [all...]
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.h 27 explicit X86SelectionDAGInfo(const DataLayout &DL);
30 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl,
37 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl,
X86SelectionDAGInfo.cpp 27 X86SelectionDAGInfo::X86SelectionDAGInfo(const DataLayout &DL)
28 : TargetSelectionDAGInfo(&DL) {}
33 X86SelectionDAGInfo::EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl,
67 CLI.setDebugLoc(dl).setChain(Chain)
123 Chain = DAG.getCopyToReg(Chain, dl, ValReg, DAG.getConstant(Val, AVT),
129 Chain = DAG.getCopyToReg(Chain, dl, X86::AL, Src, InFlag);
133 Chain = DAG.getCopyToReg(Chain, dl, Subtarget.is64Bit() ? X86::RCX : X86::ECX,
136 Chain = DAG.getCopyToReg(Chain, dl, Subtarget.is64Bit() ? X86::RDI : X86::EDI,
142 Chain = DAG.getNode(X86ISD::REP_STOS, dl, Tys, Ops);
148 SDValue Left = DAG.getNode(ISD::AND, dl, CVT, Count
    [all...]
  /external/llvm/test/Bindings/Ocaml/
target.ml 45 let module DL = DataLayout in
47 let dl = DL.of_string layout in var
50 assert_equal (DL.as_string dl) layout;
51 assert_equal (DL.byte_order dl) Endian.Little;
52 assert_equal (DL.pointer_size dl) 4;
53 assert_equal (DL.intptr_type context dl) i32_type
    [all...]
  /external/openssl/crypto/bn/
bn_mul.c 73 cl, which is the common length ( basicall, min(len(a),len(b)) ), and dl,
76 a result array as parameter, it must have the length cl+abs(dl).
82 int cl, int dl)
89 if (dl == 0)
96 if (dl < 0)
99 fprintf(stderr, " bn_sub_part_words %d + %d (dl < 0, c = %d)\n", cl, dl, c);
106 if (++dl >= 0) break;
111 if (++dl >= 0) break;
116 if (++dl >= 0) break
    [all...]
  /external/llvm/lib/Target/ARM/
ARMSelectionDAGInfo.cpp 21 ARMSelectionDAGInfo::ARMSelectionDAGInfo(const DataLayout &DL)
22 : TargetSelectionDAGInfo(&DL) {}
28 ARMSelectionDAGInfo::EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl,
67 Loads[i] = DAG.getLoad(VT, dl, Chain,
68 DAG.getNode(ISD::ADD, dl, MVT::i32, Src,
75 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
80 TFOps[i] = DAG.getStore(Chain, dl, Loads[i],
81 DAG.getNode(ISD::ADD, dl, MVT::i32, Dst,
87 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other,
108 Loads[i] = DAG.getLoad(VT, dl, Chain
    [all...]
Thumb2RegisterInfo.h 32 DebugLoc dl, unsigned DestReg, unsigned SubIdx, int Val,
  /external/llvm/lib/Target/AArch64/
AArch64SelectionDAGInfo.h 23 explicit AArch64SelectionDAGInfo(const DataLayout *DL);
26 SDValue EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc dl, SDValue Chain,
  /external/llvm/lib/Target/Hexagon/
HexagonSelectionDAGInfo.h 23 explicit HexagonSelectionDAGInfo(const DataLayout &DL);
26 SDValue EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl,
  /external/chromium_org/third_party/markdown/extensions/
def_list.py 101 if sibling and sibling.tag == 'dl':
103 dl = sibling
104 if len(dl) and dl[-1].tag == 'dd' and len(dl[-1]):
108 dl = etree.SubElement(parent, 'dl')
111 dt = etree.SubElement(dl, 'dt')
115 dd = etree.SubElement(dl, 'dd')
126 LIST_TYPES = ['dl']
    [all...]
  /external/markdown/markdown/extensions/
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...]

Completed in 1413 milliseconds

1 2 3 4 5 6 7 8 91011>>