HomeSort by: relevance | last modified time | path
    Searched refs:FLS (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/bta2dpd/bta2dpd/
sbc_encode.h 72 u_int FLS(uint8_t);
avdtp.c 334 *mode = (uint8_t)(1 << FLS(tmp_mask & 0xf));
335 *freq = (uint8_t)(1 << FLS(tmp_mask >> 4));
345 *blocks = (uint8_t)(1 << FLS(tmp_mask >> 4));
346 *bands = (uint8_t)(1 << FLS((tmp_mask >> 2) & 3));
347 *alloc_method = (uint8_t)(1 << FLS(tmp_mask & 3));
sbc_encode.c 144 FLS(uint8_t x)
276 [3 - FLS(global_freq)][sb]);
281 [3 - FLS(global_freq)][sb]);
776 config = (uint8_t)(((3 - FLS(global_freq)) << 6) |
777 ((3 - FLS(global_block_config)) << 4) | ((3 - FLS(global_mode))
778 << 2) | ((FLS(global_alloc)) << 1) |
779 (1 - FLS(global_bands_config)));
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_r600_dpm.c 352 WREG32(CG_RT, FLS(l_to_m) | FMS(m_to_h));
r600d.h 1443 # define FLS(x) ((x) << 0)

Completed in 20 milliseconds