HomeSort by: relevance | last modified time | path
    Searched refs:tmp_cache (Results 1 - 5 of 5) 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...]
  /src/external/gpl3/gdb/dist/gdb/
m68hc11-tdep.c 755 struct m68hc11_unwind_cache tmp_cache = { 0 };
767 pc = m68hc11_scan_prologue (gdbarch, pc, (CORE_ADDR) -1, &tmp_cache);
754 struct m68hc11_unwind_cache tmp_cache = { 0 }; local
ia64-tdep.c 3081 void *tmp_cache = NULL;
3082 return ia64_sigtramp_frame_prev_register (this_frame, &tmp_cache,
3080 void *tmp_cache = NULL; local
  /src/external/gpl3/gdb.old/dist/gdb/
m68hc11-tdep.c 758 struct m68hc11_unwind_cache tmp_cache = { 0 };
770 pc = m68hc11_scan_prologue (gdbarch, pc, (CORE_ADDR) -1, &tmp_cache);
757 struct m68hc11_unwind_cache tmp_cache = { 0 }; local
ia64-tdep.c 3081 void *tmp_cache = NULL;
3082 return ia64_sigtramp_frame_prev_register (this_frame, &tmp_cache,
3080 void *tmp_cache = NULL; local

Completed in 51 milliseconds