Searched refs:nr_frames (Results 1 – 4 of 4) sorted by relevance
90 unsigned nr_frames) in debug_backtrace_capture() argument105 while ((i < nr_frames) && (unw_step(&cursor) > 0)) { in debug_backtrace_capture()118 while (i < nr_frames) { in debug_backtrace_capture()149 unsigned nr_frames) in debug_backtrace_dump() argument154 for (i = 0; i < nr_frames; ++i) { in debug_backtrace_dump()167 unsigned nr_frames) in debug_backtrace_print() argument172 for (i = 0; i < nr_frames; ++i) { in debug_backtrace_print()200 unsigned nr_frames) in debug_backtrace_capture() argument205 if (!nr_frames) { in debug_backtrace_capture()239 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()