OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RShift
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/media/libeffects/lvm/lib/Common/src/
Shift_Sat_v16xv16.c
35
LVM_INT16
RShift
;
62
RShift
=(LVM_INT16)(-val);
66
*dst = (LVM_INT16)(*src >>
RShift
);
Shift_Sat_v32xv32.c
34
LVM_INT16
RShift
;
65
RShift
=(LVM_INT16)(-val);
68
*dst = (*src >>
RShift
);
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.7.3.js
216
function
RShift
( s, a ) {
229
return (
RShift
( s, a ) );
/external/libpng/contrib/gregbook/
rpng-x.c
144
static int
RShift
, GShift, BShift;
517
RShift
= 15 - rpng_x_msb(RMask); /* these are right-shifts */
523
RShift
= rpng_x_msb(RMask) - 7; /* these are left-shifts */
527
RShift
= 7 - rpng_x_msb(RMask); /* these are right-shifts, too */
532
if (depth >= 15 && (
RShift
< 0 || GShift < 0 || BShift < 0)) {
614
bg_pixel = ((ulg)bg_red <<
RShift
) |
618
bg_pixel = ((((ulg)bg_red << 8) >>
RShift
) & RMask) |
717
pixel = (red <<
RShift
) |
727
red = (
RShift
< 0)? red << (-
RShift
) : red >> RShift
[
all
...]
rpng2-x.c
278
static int
RShift
, GShift, BShift;
[
all
...]
/external/webkit/Source/WebKit/android/plugins/
android_npapi.h
55
uint8_t
RShift
;
[
all
...]
/prebuilt/common/jython/
jython.jar
Completed in 448 milliseconds