HomeSort by relevance Sort by last modified time
    Searched refs:dep (Results 101 - 125 of 625) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/syslinux/com32/lib/sys/module/
common.c 261 int enforce_dependency(struct elf_module *req, struct elf_module *dep) {
266 if (crt_dep->module == dep) {
273 list_add(&new_dep->list, &dep->required);
275 new_dep = module_dep_alloc(dep);
281 int clear_dependency(struct elf_module *req, struct elf_module *dep) {
286 if (crt_dep->module == dep) {
299 list_for_each_entry(crt_dep, &dep->required, list) {
  /external/libhevc/common/
ihevc_deblk_edge_filter.c 112 WORD32 de, dep, deq; local
153 dep = 0;
179 dep = (dp < (beta + (beta >> 1)) >> 3) ? 1 : 0;
183 dep = 0;
247 if(dep == 1)
349 WORD32 de, dep, deq; local
395 dep = 0;
425 dep = (dp < ((beta + (beta >> 1)) >> 3)) ? 1 : 0;
429 dep = 0;
505 if(dep == 1
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
opc-i.s 96 dep.z r4 = r5, 0, 16
97 dep.z r4 = r5, 0, 63
98 dep.z r4 = r5, 10, 40
99 dep.z r4 = 0, 0, 16
100 dep.z r4 = 127, 0, 63
101 dep.z r4 = -128, 5, 50
102 dep.z r4 = 0x55, 10, 40
104 dep r4 = 0, r5, 0, 16
105 dep r4 = -1, r5, 0, 63
109 dep r4 = r5, r6, 10,
    [all...]
  /external/toybox/kconfig/
expr.c 778 int expr_contains_symbol(struct expr *dep, struct symbol *sym)
780 if (!dep)
783 switch (dep->type) {
786 return expr_contains_symbol(dep->left.expr, sym) ||
787 expr_contains_symbol(dep->right.expr, sym);
789 return dep->left.sym == sym;
792 return dep->left.sym == sym ||
793 dep->right.sym == sym;
795 return expr_contains_symbol(dep->left.expr, sym);
802 bool expr_depends_symbol(struct expr *dep, struct symbol *sym
    [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/vdec/
Android.mk 76 libmm-vdec-add-dep := $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr
103 LOCAL_ADDITIONAL_DEPENDENCIES := $(libmm-vdec-add-dep)
132 LOCAL_ADDITIONAL_DEPENDENCIES := $(libmm-vdec-add-dep)
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/venc/
Android.mk 80 libmm-venc-add-dep := $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr
93 LOCAL_ADDITIONAL_DEPENDENCIES := $(libmm-venc-add-dep)
125 LOCAL_ADDITIONAL_DEPENDENCIES := $(libmm-venc-add-dep)
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
ScheduleDAGInstrs.cpp 326 const SDep& dep = SDep(SU, SDep::Data, LDataLatency, Reg); local
328 ComputeOperandLatency(SU, UseSU, const_cast<SDep &>(dep));
329 ST.adjustSchedDependency(SU, UseSU, const_cast<SDep &>(dep));
331 UseSU->addPred(dep);
339 const SDep& dep = SDep(SU, SDep::Data, DataLatency, *Alias); local
341 ComputeOperandLatency(SU, UseSU, const_cast<SDep &>(dep));
342 ST.adjustSchedDependency(SU, UseSU, const_cast<SDep &>(dep));
344 UseSU->addPred(dep);
468 // Record the def in MemDefs, first adding a dep if there is
587 SDep& dep) const
    [all...]
  /bionic/tests/math_data/
scalbf_intel_data.h 1564 0x1.1745dep-12,
1565 0x1.1745dep-2,
1569 0x1.1745dep-11,
1570 0x1.1745dep-2,
1574 0x1.1745dep-10,
1575 0x1.1745dep-2,
1579 0x1.1745dep-9,
1580 0x1.1745dep-2,
1584 0x1.1745dep-8,
1585 0x1.1745dep-2
    [all...]
  /external/autotest/server/hosts/
cros_repair_unittest.py 140 for dep in node[2]:
141 self.assertIn(dep, labels)
  /external/autotest/utils/
parallel.py 37 for dep in deps:
38 dependents[dep].append(fn)
  /external/toybox/toys/pending/
modprobe.c 58 struct arg_list *rnames, *dep; member in struct:module_s
289 FILE *fe = xfopen("modules.dep", "r");
312 // Finds dependencies for modules from the modules.dep file.
317 FILE *fe = xfopen("modules.dep", "r");
330 if ((mod->flags & MOD_NDDEPS) && (!mod->dep)) {
332 llist_add(&mod->dep, xstrdup(line));
339 llist_add_tail(&mod->dep, xstrdup(tok));
439 error_msg("module %s not found in modules.dep", m->name);
443 if (!(toys.optflags & FLAG_r)) m->dep = llist_rev(m->dep);
    [all...]
  /frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
DependencyFinder.java 107 for (String dep : entry.getValue()) {
108 mLog.info(" uses: %s", dep);
125 for (String dep : entry.getValue()) {
126 mLog.info(" used by: %s", dep);
247 for (String dep : entry.getValue()) {
248 if (!zipClasses.contains(dep)) {
250 Set<String> set = missing.get(dep);
253 missing.put(dep, set);
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/
Android.mk 90 libmm-vdec-add-dep := $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr
114 LOCAL_ADDITIONAL_DEPENDENCIES := $(libmm-vdec-add-dep)
149 LOCAL_ADDITIONAL_DEPENDENCIES := $(libmm-vdec-add-dep)
189 LOCAL_ADDITIONAL_DEPENDENCIES := $(libmm-vdec-add-dep)
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/
Android.mk 74 libmm-venc-add-dep := $(TARGET_OUT_INTERMEDIATES)/KERNEL_OBJ/usr
88 LOCAL_ADDITIONAL_DEPENDENCIES := $(libmm-venc-add-dep)
118 LOCAL_ADDITIONAL_DEPENDENCIES := $(libmm-venc-add-dep)
145 LOCAL_ADDITIONAL_DEPENDENCIES := $(libmm-venc-add-dep)
  /tools/tradefederation/core/src/com/android/tradefed/command/
CommandFileWatcher.java 202 for (CommandFile dep : cmd.dependencies) {
203 if (checkCommandFileForUpdate(dep, checkedFiles)) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/
PioFlush.s 66 dep.z r30=r29, 0, 5;; //21, 00000005H
  /external/llvm/include/llvm/Target/
TargetSubtargetInfo.h 160 virtual void adjustSchedDependency(SUnit *def, SUnit *use, SDep &dep) const {}
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
LayoutBinder.java 262 for (Dependency dep : e.getDependencies()) {
263 if (!dep.getOther().isUsed()) {
264 used.add(dep.getOther());
265 dep.getOther().markAsUsed();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetSubtargetInfo.h 175 virtual void adjustSchedDependency(SUnit *def, SUnit *use, SDep &dep) const {}
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetSubtargetInfo.h 175 virtual void adjustSchedDependency(SUnit *def, SUnit *use, SDep &dep) const {}
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetSubtargetInfo.h 175 virtual void adjustSchedDependency(SUnit *def, SUnit *use, SDep &dep) const {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetSubtargetInfo.h 175 virtual void adjustSchedDependency(SUnit *def, SUnit *use, SDep &dep) const {}
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Target/
TargetSubtargetInfo.h 175 virtual void adjustSchedDependency(SUnit *def, SUnit *use, SDep &dep) const {}
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Target/
TargetSubtargetInfo.h 175 virtual void adjustSchedDependency(SUnit *def, SUnit *use, SDep &dep) const {}
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Target/
TargetSubtargetInfo.h 175 virtual void adjustSchedDependency(SUnit *def, SUnit *use, SDep &dep) const {}

Completed in 786 milliseconds

1 2 3 45 6 7 8 91011>>