OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:first_bit
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
dec_pred_intra_dc.cpp
35
int
first_bit
;
local
54
first_bit
= code >> (DC_size - 1);
56
if (
first_bit
== 0)
/external/e2fsprogs/lib/ext2fs/
gen_bitmap.c
361
int
first_bit
= 0;
local
385
first_bit
|= 1 << mark_bit;
391
if (
first_bit
& ADDR[start_byte])
/external/chromium/net/disk_cache/
sparse_control.cc
598
int
first_bit
= child_offset_ >> 10;
local
600
if (block_offset && (child_data_.header.last_block !=
first_bit
||
603
first_bit
++;
613
if (
first_bit
> last_bit)
624
child_map_.SetRange(
first_bit
, last_bit, true);
Completed in 592 milliseconds