OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MULTI_BIT_SET
(Results
1 - 2
of
2
) sorted by null
/hardware/broadcom/libbt/include/
bt_vendor_brcm_a2dp.h
101
#define
MULTI_BIT_SET
(x) !!(x & (x - 1))
/hardware/broadcom/libbt/src/
bt_vendor_brcm_a2dp.c
265
if(
MULTI_BIT_SET
(parsed_info->sampling_freq))
267
if(
MULTI_BIT_SET
(parsed_info->channel_mode))
269
if(
MULTI_BIT_SET
(parsed_info->block_length))
271
if(
MULTI_BIT_SET
(parsed_info->num_subbands))
273
if(
MULTI_BIT_SET
(parsed_info->alloc_method))
Completed in 121 milliseconds