HomeSort by: relevance | last modified time | path
    Searched defs:tmp_cache (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/bta2dpd/bta2dpd/
sbc_encode.c 382 uint64_t tmp_cache; local
396 tmp_cache = cache >> cache_pos;
397 *sample = (uint32_t)tmp_cache;
408 tmp_cache = cache & __BITS((uintmax_t)(numbits + cache_pos),
410 cache &= ~tmp_cache;
411 tmp_cache >>= cache_pos;
412 *sample = (uint32_t)tmp_cache;
422 uint8_t tmp_cache; local
428 tmp_cache = (uint8_t)(cache >> cache_pos);
429 *data++ = tmp_cache;
455 uint8_t tmp_cache; local
    [all...]
sbc_encode.c 382 uint64_t tmp_cache; local
396 tmp_cache = cache >> cache_pos;
397 *sample = (uint32_t)tmp_cache;
408 tmp_cache = cache & __BITS((uintmax_t)(numbits + cache_pos),
410 cache &= ~tmp_cache;
411 tmp_cache >>= cache_pos;
412 *sample = (uint32_t)tmp_cache;
422 uint8_t tmp_cache; local
428 tmp_cache = (uint8_t)(cache >> cache_pos);
429 *data++ = tmp_cache;
455 uint8_t tmp_cache; local
    [all...]

Completed in 37 milliseconds