OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_bit
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.15/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/av/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
);
/art/runtime/
class_linker.cc
3941
uint32_t
new_bit
= CLASS_BIT_FROM_OFFSET(byte_offset.Uint32Value());
local
[
all
...]
Completed in 962 milliseconds