Searched refs:frame_offset (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/tcpdump/ |
| H A D | print-zeromq.c | 171 u_int frame_offset; in zmtp1_print_intermediate_part() local 174 frame_offset = GET_BE_U_2(cp); in zmtp1_print_intermediate_part() 175 ND_PRINT("\n\t frame offset 0x%04x", frame_offset); in zmtp1_print_intermediate_part() 179 if (frame_offset == 0xFFFF) in zmtp1_print_intermediate_part() 180 frame_offset = len - 2; /* always within the declared length */ in zmtp1_print_intermediate_part() 181 else if (2 + frame_offset > len) { in zmtp1_print_intermediate_part() 187 if (frame_offset) { in zmtp1_print_intermediate_part() 188 ND_PRINT("\n\t frame intermediate part, %u bytes", frame_offset); in zmtp1_print_intermediate_part() 189 if (frame_offset > remaining_len) in zmtp1_print_intermediate_part() 192 u_int len_printed = ND_MIN(frame_offset, remaining_len); in zmtp1_print_intermediate_part() [all …]
|
| /freebsd/sys/dev/firewire/ |
| H A D | fwcam.c | 446 sc->frame_offset = 0; in fwcam_iso_start() 599 if (video_buf_write(vb, 0, sc->frame_buf, sc->frame_offset) != 0) { in fwcam_frame_done() 603 video_buf_done(vb, sc->frame_offset, sc->sc_sequence++); in fwcam_frame_done() 641 if (sc->frame_offset > 0 && in fwcam_iso_input() 642 sc->frame_offset == sc->frame_size) { in fwcam_iso_input() 644 } else if (sc->frame_offset > 0) { in fwcam_iso_input() 652 sc->frame_offset = 0; in fwcam_iso_input() 663 if (sc->frame_offset + plen <= sc->frame_size) { in fwcam_iso_input() 664 memcpy(sc->frame_buf + sc->frame_offset, payload, plen); in fwcam_iso_input() 665 sc->frame_offset += plen; in fwcam_iso_input() [all …]
|
| H A D | fwdv.c | 467 sc->frame_offset = 0; in fwdv_iso_start() 621 if (sc->frame_offset > 0) { in fwdv_iso_input() 622 if (sc->frame_offset >= sc->frame_size) { in fwdv_iso_input() 643 sc->frame_offset = 0; in fwdv_iso_input() 650 if (sc->frame_offset + DV_DIF_BLOCK_SIZE <= in fwdv_iso_input() 652 memcpy(sc->frame_buf + sc->frame_offset, in fwdv_iso_input() 654 sc->frame_offset += DV_DIF_BLOCK_SIZE; in fwdv_iso_input() 657 sc->frame_offset = 0; in fwdv_iso_input()
|
| H A D | fwdv.h | 176 uint32_t frame_offset; member
|
| H A D | fwcam.h | 249 uint32_t frame_offset; /* write position in frame_buf */ member
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_symbolizer.h | 115 sptr frame_offset; member
|
| H A D | sanitizer_symbolizer_libcdep.cpp | 416 str = ExtractSptr(str, " ", &local.frame_offset); in ParseSymbolizeFrameOutput()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_report.cpp | 240 uptr local_beg_mod = (fp + local.frame_offset) % kRecordFPModulus; in PrintStackAllocations()
|