Home
last modified time | relevance | path

Searched defs:fdesc (Results 1 – 18 of 18) sorted by relevance

/third_party/libunwind/tests/
DGtest-dyn1.c61 struct fdesc struct
66 # define get_fdesc(fdesc,func) (fdesc = *(struct fdesc *) &(func)) argument
67 # define get_funcp(fdesc) ((template_t) &(fdesc)) argument
68 # define get_gp(fdesc) ((fdesc).gp) argument
70 struct fdesc struct
76 # define get_fdesc(fdesc,func) ({long tmp = (long) &(func); \ argument
81 # define get_funcp(fdesc) ((template_t) ((fdesc).code | (fdesc).is_thumb)) argument
82 # define get_gp(fdesc) (0) argument
84 struct fdesc struct
88 # define get_fdesc(fdesc,func) (fdesc.code = (long) &(func)) argument
[all …]
Dia64-test-dyn1.c16 # define GET_ENTRY(fdesc) (((uintptr_t *) (fdesc))[0]) argument
17 # define GET_GP(fdesc) (((uintptr_t *) (fdesc))[0]) argument
20 # define GET_ENTRY(fdesc) ((uintptr_t ) (fdesc)) argument
21 # define GET_GP(fdesc) (0) argument
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_tracker.c87 struct xa_format_descriptor fdesc; in xa_get_pipe_format() local
205 struct xa_format_descriptor fdesc = in xa_tracker_create() local
275 struct xa_format_descriptor fdesc; in xa_get_format_stype_depth() local
297 struct xa_format_descriptor fdesc = xa_get_pipe_format(xa, xa_format); in xa_format_check_supported() local
343 struct xa_format_descriptor fdesc; in surface_create() local
455 struct xa_format_descriptor fdesc; in xa_surface_redefine() local
Dxa_priv.h70 struct xa_format_descriptor fdesc; member
/third_party/libunwind/src/dwarf/
DGfind_proc_info-lsb.c256 struct unw_debug_frame_list *w, *fdesc = 0; in locate_debug_info() local
316 debug_frame_index_make (struct unw_debug_frame_list *fdesc) in debug_frame_index_make()
403 debug_frame_index_sort (struct unw_debug_frame_list *fdesc) in debug_frame_index_sort()
437 struct unw_debug_frame_list *fdesc; in dwarf_find_debug_frame() local
941 struct unw_debug_frame_list *fdesc = (void *) di->u.ti.table_data; in dwarf_search_unwind_table() local
/third_party/ltp/testcases/kernel/syscalls/mlockall/
Dmlockall01.c82 char *fdesc; member
/third_party/ltp/testcases/kernel/syscalls/pwrite/
Dpwrite04.c33 static void l_seek(int fdesc, off_t offset, int whence, off_t checkoff) in l_seek()
Dpwrite01.c33 static void l_seek(int fdesc, off_t offset, int whence, off_t checkoff) in l_seek()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_meta_blit.c66 const struct util_format_description *fdesc = in panvk_meta_blit() local
Dpanvk_cmd_buffer.c382 const struct util_format_description *fdesc = in panvk_cmd_fb_info_set_subpass() local
Dpanvk_vX_meta_clear.c569 const struct util_format_description *fdesc = in panvk_meta_clear_zs_img() local
/third_party/ltp/testcases/kernel/syscalls/pread/
Dpread01.c32 static void l_seek(int fdesc, off_t offset, int whence, off_t checkoff) in l_seek()
/third_party/ltp/testcases/kernel/syscalls/writev/
Dwritev02.c225 void l_seek(int fdesc, off_t offset, int whence) in l_seek()
Dwritev05.c268 long l_seek(int fdesc, long offset, int whence) in l_seek()
/third_party/ffmpeg/libavcodec/
Dv4l2_context.c503 struct v4l2_fmtdesc fdesc; in v4l2_get_raw_format() local
537 struct v4l2_fmtdesc fdesc; in v4l2_get_coded_format() local
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/
DSDL_DirectFB_WM.c92 DFBFontDescription fdesc; in LoadFont() local
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DShader.cpp1216 const struct util_format_description *fdesc = util_format_description(format); in CreateShaderResourceView() local
1296 const struct util_format_description *fdesc = util_format_description(format); in CreateShaderResourceView1() local
/third_party/protobuf/src/google/protobuf/
Dmap_test_util.h277 for (const FieldDescriptor* fdesc : all_map_descriptors) { in MapReflectionTester() local