OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_bit
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_macevents.c
224
int old_bit,
new_bit
;
local
233
new_bit
= (((Uint8 *)keys)[i/8]>>(i%8)) & 0x01;
234
if ( old_bit !=
new_bit
) {
239
SDL_PrivateKeyboard(
new_bit
,
241
&keysym,
new_bit
));
/frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
bitstream_io.cpp
631
Int
new_bit
= num_bit_left - (new_byte << 3); /* between 0-7 */
local
641
bitstream1->bitLeft = (WORD_SIZE << 3) -
new_bit
;
656
if (
new_bit
)
662
if (
new_bit
)
665
bitstream1->word = (*ptrSrc) >> (8 -
new_bit
);
Completed in 126 milliseconds