Searched defs:dep (Results 1 - 15 of 15) sorted by relevance

/external/e2fsprogs/lib/e2p/
H A Diod.c31 struct dirent *de, *dep; local
60 while ((dep = readdir (dir))) {
62 len = dep->d_reclen;
68 memcpy(de, dep, len);
/external/llvm/lib/Analysis/
H A DMemDepPrinter.cpp64 static InstTypePair getInstTypePair(MemDepResult dep) { argument
65 if (dep.isClobber())
66 return InstTypePair(dep.getInst(), Clobber);
67 if (dep.isDef())
68 return InstTypePair(dep.getInst(), Def);
69 if (dep.isNonFuncLocal())
70 return InstTypePair(dep.getInst(), NonFuncLocal);
71 assert(dep.isUnknown() && "unexptected dependence type");
72 return InstTypePair(dep.getInst(), Unknown);
/external/bluetooth/bluedroid/stack/mcap/
H A Dmca_api.c238 p_depcs = p_rcb->dep;
287 tMCA_RESULT MCA_DeleteDep(tMCA_HANDLE handle, tMCA_DEP dep) argument
295 MCA_TRACE_API2 ("MCA_DeleteDep: %d dep:%d", handle, dep);
298 if (dep < MCA_NUM_DEPS && p_rcb->dep[dep].p_data_cback)
301 p_rcb->dep[dep].p_data_cback = NULL;
302 p_depcs = &(p_rcb->dep[de
423 MCA_CreateMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm, UINT16 mdl_id, UINT8 peer_dep_id, UINT8 cfg, const tMCA_CHNL_CFG *p_chnl_cfg) argument
501 MCA_CreateMdlRsp(tMCA_CL mcl, tMCA_DEP dep, UINT16 mdl_id, UINT8 cfg, UINT8 rsp_code, const tMCA_CHNL_CFG *p_chnl_cfg) argument
599 MCA_ReconnectMdl(tMCA_CL mcl, tMCA_DEP dep, UINT16 data_psm, UINT16 mdl_id, const tMCA_CHNL_CFG *p_chnl_cfg) argument
667 MCA_ReconnectMdlRsp(tMCA_CL mcl, tMCA_DEP dep, UINT16 mdl_id, UINT8 rsp_code, const tMCA_CHNL_CFG *p_chnl_cfg) argument
[all...]
H A Dmca_dsm.c173 tMCA_DCB *mca_dcb_alloc(tMCA_CCB*p_ccb, tMCA_DEP dep) argument
180 if (dep < MCA_NUM_DEPS)
182 p_cs = &p_rcb->dep[dep];
208 ** the given dep.
210 ** Returns the number of free mdl for the given dep
213 UINT8 mca_dep_free_mdl(tMCA_CCB *p_ccb, tMCA_DEP dep) argument
222 if (dep < MCA_NUM_DEPS)
224 p_cs = &p_rcb->dep[dep];
[all...]
H A Dmca_main.c617 BOOLEAN mca_is_valid_dep_id(tMCA_RCB *p_rcb, tMCA_DEP dep) argument
620 if (dep < MCA_NUM_DEPS && p_rcb->dep[dep].p_data_cback)
H A Dmca_int.h186 tMCA_CS dep[MCA_NUM_DEPS]; /* the registration info for each MDEP */ member in struct:__anon1411
287 extern tMCA_DCB *mca_dcb_alloc(tMCA_CCB*p_ccb, tMCA_DEP dep);
288 extern UINT8 mca_dep_free_mdl(tMCA_CCB*p_ccb, tMCA_DEP dep);
319 extern BOOLEAN mca_is_valid_dep_id(tMCA_RCB *p_rcb, tMCA_DEP dep);
/external/oprofile/daemon/liblegacy/
H A Dp_module.h128 unsigned tgt_long dep; /* kernel addresses */ member in struct:module_ref
/external/oprofile/libpp/
H A Darrange_profiles.cpp249 profile_dep_set const & dep = *(profile.deps.begin()); local
250 list<profile_sample_files> const & files = dep.files;
584 * a dependent image, it gets added to the dep list, or just placed
/external/v8/test/cctest/
H A Dtest-api.cc13576 v8::Handle<v8::Script> dep = v8::Script::Compile(v8::String::New(source)); local
13579 CHECK_EQ(dep->Run()->Int32Value(), 100);
13583 CHECK_EQ(dep->Run()->Int32Value(), 100);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 314 milliseconds