OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mref
(Results
1 - 6
of
6
) 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);
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);
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/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);
CGObjCMac.cpp
7385
Address
mref
=
local
7390
args[1].setRValue(RValue::get(
mref
.getPointer()));
7393
Address calleeAddr = CGF.Builder.CreateStructGEP(
mref
, 0);
Completed in 88 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026