OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:priority1
(Results
1 - 6
of
6
) sorted by null
/external/qemu/hw/
armv7m_nvic.c
200
val = s->gic.
priority1
[irq++][0];
201
val = s->gic.
priority1
[irq++][0] << 8;
202
val = s->gic.
priority1
[irq++][0] << 16;
203
val = s->gic.
priority1
[irq][0] << 24;
341
s->gic.
priority1
[irq++][0] = value & 0xff;
342
s->gic.
priority1
[irq++][0] = (value >> 8) & 0xff;
343
s->gic.
priority1
[irq++][0] = (value >> 16) & 0xff;
344
s->gic.
priority1
[irq][0] = (value >> 24) & 0xff;
arm_gic.c
71
(((irq) < 32) ? s->
priority1
[irq][cpu] : s->priority2[(irq) - 32])
89
int
priority1
[32][NCPU];
member in struct:gic_state
467
s->
priority1
[irq][cpu] = value;
660
qemu_put_be32(f, s->
priority1
[j][i]);
697
s->
priority1
[j][i] = qemu_get_be32(f);
/external/chromium_org/webkit/data/test_shell/frames/iframe1_files/
test.txt
51
.
priority1
{ color:red; background:white; }
139
.
priority1
{ volume: loud; }
foo1.htm
57
<span class="
priority1
">[Priority 1]</span> Content only.</dt>
77
focus</span></a>, respectively. <span class="
priority1
">
/packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodPreference.java
299
final boolean
priority1
= imp.mIsSystemIme && imp.mIsValidSystemNonAuxAsciiCapableIme;
300
if (priority0 ==
priority1
) {
/external/chromium_org/webkit/data/test_shell/frames/
iframe1.html
126
<span class="
priority1
">[Priority&nbsp;1]</span> Content only.</dt>
159
focus</span></a>, respectively. <span class="
priority1
">
Completed in 88 milliseconds