Searched refs:dump_buf (Results 1 – 7 of 7) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
D | btf_split.c | 6 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()
|
D | btf_dump.c | 129 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/ |
D | ecdsa.c | 58 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/ |
D | ecdsa.c | 71 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/ |
D | vp9_encoder.c | 7361 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/ |
D | vmlinux_505.h | 86797 u8 dump_buf[596]; member
|
D | vmlinux.h | 86797 u8 dump_buf[596]; member
|