Home
last modified time | relevance | path

Searched refs:open_memstream (Results 1 - 23 of 23) sorted by relevance

/third_party/mesa3d/src/util/tests/
H A Du_debug_stack_test.cpp99 fp = open_memstream(&bt1, &size); in TEST()
103 fp = open_memstream(&bt2, &size); in TEST()
/third_party/musl/libc-test/src/functional/
H A Dmemstream.c32 TEST_E(f = open_memstream(&s, &l)); in main()
42 TEST_E(f = open_memstream(&s, &l)); in main()
/third_party/mesa3d/src/amd/compiler/tests/
H A Dmain.cpp154 output = open_memstream(&output_data, &output_size); in run_test()
263 checker_stdin = open_memstream(&checker_stdin_data, &checker_stdin_size); in main()
/third_party/mesa3d/src/util/
H A Dmemstream.c57 FILE *const f = open_memstream(bufp, sizep); in u_memstream_open()
/third_party/mesa3d/src/panfrost/bifrost/valhall/test/
H A Dtest-disassembler.c85 FILE *outputp = open_memstream(&output, &sz); in main()
/third_party/libdrm/intel/
H A Dtest_decode.c109 out = open_memstream((char **)&ptr, &size); in compare_batch()
111 fprintf(stderr, "platform lacks open_memstream, skipping.\n"); in compare_batch()
/third_party/musl/src/stdio/
H A Dopen_memstream.c66 FILE *open_memstream(char **bufp, size_t *sizep) in open_memstream() function
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdio.h136 FILE *open_memstream(char **, size_t *);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdio.h138 FILE *open_memstream(char **, size_t *);
/third_party/musl/porting/linux/user/include/
H A Dstdio.h139 FILE *open_memstream(char **, size_t *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdio.h136 FILE *open_memstream(char **, size_t *);
/third_party/mesa3d/src/panfrost/bifrost/test/
H A Dtest-constant-fold.cpp34 FILE *f = open_memstream(&cstr, &size); in to_string()
/third_party/musl/include/
H A Dstdio.h139 FILE *open_memstream(char **, size_t *);
/third_party/musl/libc-test/src/api/
H A Dstdio.c69 {FILE*(*p)(char**,size_t*) = open_memstream;} in f()
/third_party/cups-filters/filter/
H A Dbannertopdf.c389 s = open_memstream(&buf, &len); in generate_banner_pdf()
/third_party/mesa3d/src/freedreno/ir3/
H A Dir3_shader.c250 FILE *stream = open_memstream(&stream_data, &stream_size); in assemble_variant()
269 FILE *stream = open_memstream(&stream_data, &stream_size); in assemble_variant()
/third_party/mesa3d/src/intel/tools/
H A Daubinator_viewer.cpp395 FILE *f = open_memstream(&window->shader, &window->shader_size); in new_shader_window()
/third_party/libdrm/
H A Dxf86drm.c316 fp = open_memstream(&modifier_name, &size); in drmGetFormatModifierNameFromArm()
462 fp = open_memstream(&mod_amd, &size); in drmGetFormatModifierNameFromAmd()
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs1497 pub fn open_memstream(ptr: *mut *mut c_char, sizeloc: *mut size_t) -> *mut FILE; in open_memstream() functions
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_texture.c849 f = open_memstream(&surf_info, &surf_info_size); in si_print_texture_info()
H A Dsi_state_shaders.cpp2546 FILE *f = open_memstream(&shader->shader_log, &shader->shader_log_size);
/third_party/mesa3d/src/intel/vulkan/
H A Danv_pipeline.c1179 FILE *stream = open_memstream(&stream_data, &stream_size); in anv_pipeline_add_executable()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp2271 extern FILE *open_memstream (char **__bufloc, size_t *__sizeloc) throw () ;
[all...]

Completed in 52 milliseconds