Home
last modified time | relevance | path

Searched refs:dump_buf (Results 1 – 7 of 7) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dbtf_split.c6 static char *dump_buf; variable
67 dump_buf_file = open_memstream(&dump_buf, &dump_buf_sz); in test_btf_split()
78 dump_buf[dump_buf_sz] = 0; /* some libc implementations don't do this */ in test_btf_split()
79 ASSERT_STREQ(dump_buf, in test_btf_split()
93 free(dump_buf); in test_btf_split()
Dbtf_dump.c129 static char *dump_buf; variable
139 dump_buf_file = open_memstream(&dump_buf, &dump_buf_sz); in test_btf_dump_incremental()
175 dump_buf[dump_buf_sz] = 0; /* some libc implementations don't do this */ in test_btf_dump_incremental()
176 ASSERT_STREQ(dump_buf, in test_btf_dump_incremental()
214 dump_buf[dump_buf_sz] = 0; /* some libc implementations don't do this */ in test_btf_dump_incremental()
215 ASSERT_STREQ(dump_buf, in test_btf_dump_incremental()
225 free(dump_buf); in test_btf_dump_incremental()
/external/mbedtls/programs/pkey/
Decdsa.c58 static void dump_buf( const char *title, unsigned char *buf, size_t len ) in dump_buf() function
81 dump_buf( title, buf, len ); in dump_pubkey()
84 #define dump_buf( a, b, c ) macro
164 dump_buf( " + Hash: ", hash, sizeof( hash ) ); in main()
182 dump_buf( " + Signature: ", sig, sig_len ); in main()
/external/openthread/third_party/mbedtls/repo/programs/pkey/
Decdsa.c71 static void dump_buf( const char *title, unsigned char *buf, size_t len ) in dump_buf() function
94 dump_buf( title, buf, len ); in dump_pubkey()
97 #define dump_buf( a, b, c ) macro
177 dump_buf( " + Hash: ", hash, sizeof( hash ) ); in main()
195 dump_buf( " + Signature: ", sig, sig_len ); in main()
/external/libvpx/vp9/encoder/
Dvp9_encoder.c7361 static void dump_buf(uint8_t *buf, int stride, int row, int col, int h, int w) { function
7373 dump_buf(frame_buf->y_buffer, frame_buf->y_stride, 0, 0, frame_buf->y_height,
7375 dump_buf(frame_buf->u_buffer, frame_buf->uv_stride, 0, 0,
7377 dump_buf(frame_buf->v_buffer, frame_buf->uv_stride, 0, 0,
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h86797 u8 dump_buf[596]; member
Dvmlinux.h86797 u8 dump_buf[596]; member