Searched refs:nr_frames (Results 1 – 4 of 4) sorted by relevance
91 unsigned nr_frames) in debug_backtrace_capture() argument106 while ((i < nr_frames) && (unw_step(&cursor) > 0)) { in debug_backtrace_capture()119 while (i < nr_frames) { in debug_backtrace_capture()150 unsigned nr_frames) in debug_backtrace_dump() argument155 for (i = 0; i < nr_frames; ++i) { in debug_backtrace_dump()168 unsigned nr_frames) in debug_backtrace_print() argument173 for (i = 0; i < nr_frames; ++i) { in debug_backtrace_print()200 unsigned nr_frames) in debug_backtrace_capture() argument204 if (!nr_frames) { in debug_backtrace_capture()238 assert(start_frame + nr_frames < 63); in debug_backtrace_capture()[all …]
52 unsigned nr_frames) in debug_backtrace_capture() argument56 if (!nr_frames) in debug_backtrace_capture()62 for (unsigned i = 0; i < nr_frames; i++) in debug_backtrace_capture()72 for (unsigned i = 0; i < nr_frames; i++) { in debug_backtrace_capture()92 unsigned nr_frames) in debug_backtrace_dump() argument94 for (unsigned i = 0; i < nr_frames; i++) { in debug_backtrace_dump()109 unsigned nr_frames) in debug_backtrace_print() argument111 for (unsigned i = 0; i < nr_frames; i++) { in debug_backtrace_print()
77 unsigned nr_frames);81 unsigned nr_frames);86 unsigned nr_frames);
29 unsigned nr_frames; member46 unsigned nr_frames; in ac3_handle_packet() local55 nr_frames = buf[1]; in ac3_handle_packet()61 if (!nr_frames) { in ac3_handle_packet()79 data->nr_frames = nr_frames; in ac3_handle_packet()94 if (nr_frames != data->nr_frames || in ac3_handle_packet()108 if (data->last_frame != data->nr_frames) { in ac3_handle_packet()111 data->nr_frames - data->last_frame); in ac3_handle_packet()