OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Rw
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/opus/src/tests/
test_opus_common.h
56
static opus_uint32 Rz,
Rw
;
60
Rw
=18000*(
Rw
&65535)+(
Rw
>>16);
61
return (Rz<<16)+
Rw
;
/external/qemu/distrib/sdl-1.2.15/src/video/
SDL_pixels.c
144
int
Rw
=0,Gw=0,Bw=0;
150
Rw
=8-format->Rloss;
151
for(i=format->Rloss;i>0;i-=
Rw
)
155
fprintf(stderr,"
Rw
=%d Rm=0x%02X\n",
Rw
,Rm);
189
r=(r<<format->Rloss)|((r*Rm)>>
Rw
);
Completed in 71 milliseconds