HomeSort by: relevance | last modified time | path
    Searched refs:mref (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/dev/videomode/
pickmode.c 73 int mref, closest = 1000, i, diff; local
80 mref = this->dot_clock * 1000 / (this->htotal * this->vtotal);
81 diff = abs(mref - refresh);
84 DPRINTF("%s in %d hz, diff %d\n", this->name, mref, diff);
  /src/external/gpl3/gcc.old/dist/gcc/d/
modules.cc 419 tree mref = declare_extern_var (ident, ptr_type_node); local
425 DECL_INITIAL (mref) = build_address (minfo);
426 DECL_EXTERNAL (mref) = 0;
427 DECL_PRESERVE_P (mref) = 1;
429 set_decl_section_name (mref, targetdm.d_minfo_section);
430 symtab_node::get (mref)->implicit_section = true;
431 d_pushdecl (mref);
432 rest_of_decl_compilation (mref, 1, 0);
  /src/external/gpl3/gcc/dist/gcc/
gimple-array-bounds.cc 742 tree mref = TREE_OPERAND (t, 0);
743 if (TREE_CODE (mref) != MEM_REF)
747 tree mreftype = TREE_TYPE (mref);
755 tree refop = TREE_OPERAND (mref, 0);
768 tree refoff = TREE_OPERAND (mref, 1);
pointer-query.cc 1963 MREF. Return true on success and false on failure. */
1966 handle_mem_ref (tree mref, gimple *stmt, int ostype, access_ref *pref,
1969 gcc_assert (TREE_CODE (mref) == MEM_REF);
1971 tree mreftype = TYPE_MAIN_VARIANT (TREE_TYPE (mref));
1986 tree mrefop = TREE_OPERAND (mref, 0);
1993 tree off = pref->eval (TREE_OPERAND (mref, 1));
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-array-bounds.cc 657 tree mref = TREE_OPERAND (t, 0);
658 if (TREE_CODE (mref) != MEM_REF)
662 tree mreftype = TREE_TYPE (mref);
670 tree refop = TREE_OPERAND (mref, 0);
683 tree refoff = TREE_OPERAND (mref, 1);
pointer-query.cc 1947 MREF. Return true on success and false on failure. */
1950 handle_mem_ref (tree mref, gimple *stmt, int ostype, access_ref *pref,
1953 gcc_assert (TREE_CODE (mref) == MEM_REF);
1955 tree mreftype = TYPE_MAIN_VARIANT (TREE_TYPE (mref));
1970 tree mrefop = TREE_OPERAND (mref, 0);
1977 tree off = pref->eval (TREE_OPERAND (mref, 1));
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCMac.cpp 7385 Address mref = local
7390 args[1].setRValue(RValue::get(mref.getPointer()));
7393 Address calleeAddr = CGF.Builder.CreateStructGEP(mref, 0);

Completed in 37 milliseconds