OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cur_byte
(Results
1 - 4
of
4
) sorted by null
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_bsd.c
193
uint8_t
cur_byte
= 0;
local
209
viddec_pm_get_cur_byte(parent, &
cur_byte
);
211
ctr_bit = ((
cur_byte
)>> (shift_bits--)) & 0x01;
219
cnt |= (((
cur_byte
)>> (shift_bits--)) & 0x01); // set up control bit
/toolchain/binutils/binutils-2.25/libiberty/
floatformat.c
429
unsigned int
cur_byte
;
438
cur_byte
= start / FLOATFORMAT_CHAR_BIT;
440
cur_byte
= (total_len - start - 1) / FLOATFORMAT_CHAR_BIT;
447
unsigned int shifted = *(data +
cur_byte
) >> lo_bit;
453
cur_byte
+= nextbyte;
568
unsigned int
cur_byte
;
577
cur_byte
= start / FLOATFORMAT_CHAR_BIT;
579
cur_byte
= (total_len - start - 1) / FLOATFORMAT_CHAR_BIT;
586
unsigned char *byte_ptr = data +
cur_byte
;
592
cur_byte
+= nextbyte
428
unsigned int
cur_byte
;
local
566
unsigned int
cur_byte
;
local
[
all
...]
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
viddec_pm_utils_bstream.c
154
uint8_t
cur_byte
= 0, valid_bytes_read = 0;
local
159
cur_byte
= bstream->buf[bstream->buf_index + *act_bytes];
160
if((
cur_byte
== 0x3) &&(*phase == 2))
166
data->byte[valid_bytes_read] =
cur_byte
;
173
if(
cur_byte
== 0)
/external/strace/
util.c
182
uint8_t
cur_byte
;
local
186
cur_byte
= array[pos ^ pos_xor_mask];
187
if (
cur_byte
== 0) {
194
if (
cur_byte
& bitmask)
Completed in 232 milliseconds