Home
last modified time | relevance | path

Searched refs:new_frames (Results 1 – 3 of 3) sorted by relevance

/external/libunwind/src/x86_64/
DGtrace.c144 unw_tdep_frame_t *new_frames = trace_cache_buckets (1u << new_log_size); in trace_cache_expand() local
146 if (unlikely(! new_frames)) in trace_cache_expand()
154 cache->frames = new_frames; in trace_cache_expand()
/external/python/cpython2/Doc/library/
Daudioop.rst150 new_frames = audioop.lin2lin(frames, old_width, 1)
151 new_frames = audioop.bias(new_frames, 1, 128)
/external/python/cpython3/Doc/library/
Daudioop.rst158 new_frames = audioop.lin2lin(frames, old_width, 1)
159 new_frames = audioop.bias(new_frames, 1, 128)