HomeSort by: relevance | last modified time | path
    Searched defs:frame_buf (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/binutils/dist/libsframe/
sframe.c 703 /* Endian flip the contents of FRAME_BUF of size BUF_SIZE.
704 The SFrame header in the FRAME_BUF must be endian flipped prior to
708 encode time, the frame_buf is in host endianness, and hence, values should
715 flip_sframe_fdes_with_fres_v2 (char *frame_buf, size_t buf_size,
729 const sframe_header *ihp = (sframe_header *)frame_buf;
739 char *fdes = frame_buf + hdrsz + ihp->sfh_fdeoff;
740 char *fres = frame_buf + hdrsz + ihp->sfh_freoff;
741 const char *buf_end = frame_buf + buf_size;
789 for (fp = frame_buf + frame_size; fp < frame_buf + buf_size; fp++
1409 char *frame_buf; local
    [all...]
  /src/external/gpl3/binutils.old/dist/libsframe/
sframe.c 458 /* Endian flip the contents of FRAME_BUF of size BUF_SIZE.
459 The SFrame header in the FRAME_BUF must be endian flipped prior to
463 encode time, the frame_buf is in host endianness, and hence, values should
470 flip_sframe (char *frame_buf, size_t buf_size, uint32_t to_foreign)
488 ihp = (sframe_header *)frame_buf;
497 fdes = frame_buf + hdrsz + ihp->sfh_fdeoff;
504 if ((char*)fdep >= (frame_buf + buf_size))
524 fp = frame_buf + hdrsz + ihp->sfh_freoff;
542 for (fp = frame_buf + hdrsz + bytes_flipped; fp < frame_buf + buf_size; fp++
892 char *frame_buf; local
    [all...]
  /src/external/gpl3/gdb/dist/libsframe/
sframe.c 444 /* Endian flip the contents of FRAME_BUF of size BUF_SIZE.
445 The SFrame header in the FRAME_BUF must be endian flipped prior to
449 encode time, the frame_buf is in host endianness, and hence, values should
456 flip_sframe (char *frame_buf, size_t buf_size, uint32_t to_foreign)
474 ihp = (sframe_header *)frame_buf;
483 fdes = frame_buf + hdrsz + ihp->sfh_fdeoff;
490 if ((char*)fdep >= (frame_buf + buf_size))
510 fp = frame_buf + sframe_get_hdr_size (ihp) + ihp->sfh_freoff;
860 char *frame_buf; local
910 frame_buf = tempbuf
    [all...]
  /src/external/gpl3/gdb.old/dist/libsframe/
sframe.c 444 /* Endian flip the contents of FRAME_BUF of size BUF_SIZE.
445 The SFrame header in the FRAME_BUF must be endian flipped prior to
449 encode time, the frame_buf is in host endianness, and hence, values should
456 flip_sframe (char *frame_buf, size_t buf_size, uint32_t to_foreign)
474 ihp = (sframe_header *)frame_buf;
483 fdes = frame_buf + hdrsz + ihp->sfh_fdeoff;
490 if ((char*)fdep >= (frame_buf + buf_size))
510 fp = frame_buf + sframe_get_hdr_size (ihp) + ihp->sfh_freoff;
860 char *frame_buf; local
910 frame_buf = tempbuf
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
quic_multistream_test.c 2756 unsigned char frame_buf[21]; local
2762 if (!TEST_true(WPACKET_init_static_len(&wpkt, frame_buf,
2763 sizeof(frame_buf), 0)))
2860 if (!qtest_fault_prepend_frame(h->qtf, frame_buf, written))
2925 unsigned char frame_buf[16]; local
2931 if (!TEST_true(WPACKET_init_static_len(&wpkt, frame_buf,
2932 sizeof(frame_buf), 0)))
2942 if (!qtest_fault_prepend_frame(h->qtf, frame_buf, written))
2978 unsigned char frame_buf[16]; local
2984 if (!TEST_true(WPACKET_init_static_len(&wpkt, frame_buf,
3088 unsigned char frame_buf[32]; local
3222 unsigned char frame_buf[64]; local
3437 unsigned char frame_buf[64]; local
3586 unsigned char frame_buf[16]; local
3699 unsigned char frame_buf[64]; local
3780 unsigned char frame_buf[16]; local
3880 unsigned char frame_buf[16]; local
4090 unsigned char frame_buf[64]; local
4181 unsigned char *frame_buf = NULL; local
4352 unsigned char frame_buf[64]; local
4476 unsigned char frame_buf[32]; local
4598 unsigned char frame_buf[64]; local
4656 unsigned char frame_buf[64]; local
5266 unsigned char frame_buf[64]; local
    [all...]

Completed in 26 milliseconds