Home
last modified time | relevance | path

Searched refs:CLEAR_BIT (Results 1 – 5 of 5) sorted by relevance

/external/libhevc/encoder/arm/
Dihevce_scan_coeffs_neon.c249 gt0_first_byte = CLEAR_BIT( in ihevce_scan_coeffs_neon()
309 sig_coeff_abs_gt1_flags = CLEAR_BIT( in ihevce_scan_coeffs_neon()
446 gt0_first_byte = CLEAR_BIT( in ihevce_scan_coeffs_neon()
478 sig_coeff_abs_gt1_flags = CLEAR_BIT( in ihevce_scan_coeffs_neon()
/external/u-boot/arch/arm/mach-mvebu/serdes/a38x/
Dhigh_speed_env_spec.h16 #define CLEAR_BIT(data, bit) ((data) & (~(0x1 << (bit)))) macro
/external/libhevc/encoder/
Dihevce_common_utils.h118 #define CLEAR_BIT(x, bitpos) ((x) & (~(1 << (bitpos)))) macro
Dihevce_cabac_tu.c1341 sig_coeff_map = CLEAR_BIT(sig_coeff_map, scan_pos); in ihevce_cabac_residue_encode()
1889 sig_coeff_map = CLEAR_BIT(sig_coeff_map, scan_pos); in ihevce_cabac_residue_encode_rdopt()
2745 sig_coeff_map = CLEAR_BIT(sig_coeff_map, scan_pos); in ihevce_cabac_residue_encode_rdoq()
/external/u-boot/drivers/net/
Dcpsw.c40 #define CLEAR_BIT 1 macro
592 __raw_writel(CLEAR_BIT, addr); in setbit_and_wait_for_clear32()
593 while (__raw_readl(addr) & CLEAR_BIT) in setbit_and_wait_for_clear32()