OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tmp_cache
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/bta2dpd/bta2dpd/
sbc_encode.c
381
uint64_t
tmp_cache
;
local in function:get_bits
395
tmp_cache
= cache >> cache_pos;
396
*sample = (uint32_t)
tmp_cache
;
407
tmp_cache
= cache & __BITS((uintmax_t)(numbits + cache_pos),
409
cache &= ~
tmp_cache
;
410
tmp_cache
>>= cache_pos;
411
*sample = (uint32_t)
tmp_cache
;
421
uint8_t
tmp_cache
;
local in function:move_bits
427
tmp_cache
= (uint8_t)(cache >> cache_pos);
428
*data++ =
tmp_cache
;
454
uint8_t
tmp_cache
;
local in function:move_bits_crc
[
all
...]
sbc_encode.c
381
uint64_t
tmp_cache
;
local in function:get_bits
395
tmp_cache
= cache >> cache_pos;
396
*sample = (uint32_t)
tmp_cache
;
407
tmp_cache
= cache & __BITS((uintmax_t)(numbits + cache_pos),
409
cache &= ~
tmp_cache
;
410
tmp_cache
>>= cache_pos;
411
*sample = (uint32_t)
tmp_cache
;
421
uint8_t
tmp_cache
;
local in function:move_bits
427
tmp_cache
= (uint8_t)(cache >> cache_pos);
428
*data++ =
tmp_cache
;
454
uint8_t
tmp_cache
;
local in function:move_bits_crc
[
all
...]
sbc_encode.c
381
uint64_t
tmp_cache
;
local in function:get_bits
395
tmp_cache
= cache >> cache_pos;
396
*sample = (uint32_t)
tmp_cache
;
407
tmp_cache
= cache & __BITS((uintmax_t)(numbits + cache_pos),
409
cache &= ~
tmp_cache
;
410
tmp_cache
>>= cache_pos;
411
*sample = (uint32_t)
tmp_cache
;
421
uint8_t
tmp_cache
;
local in function:move_bits
427
tmp_cache
= (uint8_t)(cache >> cache_pos);
428
*data++ =
tmp_cache
;
454
uint8_t
tmp_cache
;
local in function:move_bits_crc
[
all
...]
Completed in 70 milliseconds
Indexes created Thu Nov 06 21:09:53 GMT 2025