OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:firstmode
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/gprof/
tahoe.c
226
tahoe_operandenum
firstmode
;
local
254
firstmode
= tahoe_operandmode (instructp + length);
255
switch (
firstmode
)
266
printf ("\tfirst operand is %s", tahoe_operandname (
firstmode
));
vax.c
238
operandenum
firstmode
;
local
266
firstmode
= vax_operandmode (instructp + length);
267
switch (
firstmode
)
278
printf ("\tfirst operand is %s", vax_operandname (
firstmode
));
/external/skia/gm/
aaxfermodes.cpp
107
size_t
firstMode
= (SkXfermode::kLastCoeffMode + 1) * xfermodeSet;
124
SkXfermode::Mode mode = static_cast<SkXfermode::Mode>(
firstMode
+ m);
Completed in 204 milliseconds