Searched full:frame_no (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stacktrace_printer.h | 32 int frame_no, uptr address, const AddressInfo *info, 68 // stack frame "frame_no" and appends it to the "buffer". "format" is a 79 // %n - frame number (copy of frame_no); 96 int frame_no, uptr address, const AddressInfo *info,
|
| H A D | sanitizer_stacktrace_printer.cpp | 167 const char *format, int frame_no, in RenderFrame() argument 192 buffer->AppendF("%u", frame_no); in RenderFrame() 289 // frame_no in RenderNeedsSymbolization()
|
| H A D | sanitizer_symbolizer_markup.cpp | 40 const char *format, int frame_no, in RenderFrame() argument 46 buffer->AppendF(kFormatFrame, frame_no, reinterpret_cast<void *>(address)); in RenderFrame()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Signals.cpp | 220 int frame_no = 0; in printSymbolizedStackTrace() 223 OS << right_justify(formatv("#{0}", frame_no++).str(), in printSymbolizedStackTrace() 219 int frame_no = 0; printSymbolizedStackTrace() local
|
| /freebsd/sys/contrib/device-tree/Bindings/usb/ |
| H A D | generic-ohci.yaml | 108 Set if frame_no lives in bits [15:0] of HCCA
|
| /freebsd/sys/netgraph/bluetooth/drivers/ubt/ |
| H A D | ng_ubt.c | 1293 ubt_isoc_read_one_frame(struct usb_xfer *xfer, int frame_no) in ubt_isoc_read_one_frame() argument 1303 total = usbd_xfer_frame_len(xfer, frame_no); in ubt_isoc_read_one_frame() 1342 usbd_copy_out(pc, frame_no * usbd_xfer_max_framelen(xfer), in ubt_isoc_read_one_frame()
|