Home
last modified time | relevance | path

Searched refs:fdesc (Results 1 - 18 of 18) sorted by relevance

/third_party/libunwind/libunwind/tests/
H A DGtest-dyn1.c61 struct fdesc struct
66 # define get_fdesc(fdesc,func) (fdesc = *(struct fdesc *) &(func))
67 # define get_funcp(fdesc) ((template_t) &(fdesc))
68 # define get_gp(fdesc) ((fdesc).gp)
70 struct fdesc struct
76 # define get_fdesc(fdesc,fun
84 struct fdesc global() struct
172 struct fdesc fdesc; main() local
[all...]
H A Dia64-test-dyn1.c16 # define GET_ENTRY(fdesc) (((uintptr_t *) (fdesc))[0])
17 # define GET_GP(fdesc) (((uintptr_t *) (fdesc))[0])
20 # define GET_ENTRY(fdesc) ((uintptr_t ) (fdesc))
21 # define GET_GP(fdesc) (0)
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_tracker.c87 struct xa_format_descriptor fdesc; in xa_get_pipe_format() local
89 fdesc.xa_format = xa_format; in xa_get_pipe_format()
97 fdesc.format = PIPE_FORMAT_R8_UNORM; in xa_get_pipe_format()
99 fdesc.format = PIPE_FORMAT_L8_UNORM; in xa_get_pipe_format()
102 fdesc.format = PIPE_FORMAT_B8G8R8A8_UNORM; in xa_get_pipe_format()
105 fdesc.format = PIPE_FORMAT_B8G8R8X8_UNORM; in xa_get_pipe_format()
108 fdesc.format = PIPE_FORMAT_B5G6R5_UNORM; in xa_get_pipe_format()
111 fdesc.format = PIPE_FORMAT_B5G5R5A1_UNORM; in xa_get_pipe_format()
114 fdesc.format = PIPE_FORMAT_B4G4R4A4_UNORM; in xa_get_pipe_format()
117 fdesc in xa_get_pipe_format()
205 struct xa_format_descriptor fdesc = xa_tracker_create() local
275 struct xa_format_descriptor fdesc; xa_get_format_stype_depth() local
297 struct xa_format_descriptor fdesc = xa_get_pipe_format(xa, xa_format); xa_format_check_supported() local
343 struct xa_format_descriptor fdesc; surface_create() local
455 struct xa_format_descriptor fdesc; xa_surface_redefine() local
[all...]
H A Dxa_priv.h70 struct xa_format_descriptor fdesc; member
H A Dxa_context.c238 src->fdesc.xa_format, in xa_copy_prepare()
239 dst->fdesc.xa_format); in xa_copy_prepare()
/third_party/libunwind/libunwind/src/dwarf/
H A DGfind_proc_info-lsb.c256 struct unw_debug_frame_list *w, *fdesc = 0; in locate_debug_info() local
294 GET_MEMORY (fdesc, sizeof (struct unw_debug_frame_list)); in locate_debug_info()
295 if (!fdesc) in locate_debug_info()
301 fdesc->start = start; in locate_debug_info()
302 fdesc->end = end; in locate_debug_info()
303 fdesc->load_offset = load_offset; in locate_debug_info()
304 fdesc->debug_frame = buf; in locate_debug_info()
305 fdesc->debug_frame_size = bufsize; in locate_debug_info()
306 fdesc->index = NULL; in locate_debug_info()
307 fdesc in locate_debug_info()
316 debug_frame_index_make(struct unw_debug_frame_list *fdesc) debug_frame_index_make() argument
403 debug_frame_index_sort(struct unw_debug_frame_list *fdesc) debug_frame_index_sort() argument
437 struct unw_debug_frame_list *fdesc; dwarf_find_debug_frame() local
941 struct unw_debug_frame_list *fdesc = (void *) di->u.ti.table_data; dwarf_search_unwind_table() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dv4l2_context.c489 struct v4l2_fmtdesc fdesc; in v4l2_get_raw_format() local
492 memset(&fdesc, 0, sizeof(fdesc)); in v4l2_get_raw_format()
493 fdesc.type = ctx->type; in v4l2_get_raw_format()
502 ret = ioctl(ctx_to_m2mctx(ctx)->fd, VIDIOC_ENUM_FMT, &fdesc); in v4l2_get_raw_format()
506 pixfmt = ff_v4l2_format_v4l2_to_avfmt(fdesc.pixelformat, AV_CODEC_ID_RAWVIDEO); in v4l2_get_raw_format()
509 fdesc.index++; in v4l2_get_raw_format()
523 struct v4l2_fmtdesc fdesc; in v4l2_get_coded_format() local
533 memset(&fdesc, 0, sizeof(fdesc)); in v4l2_get_coded_format()
[all...]
/third_party/ltp/testcases/kernel/syscalls/mlockall/
H A Dmlockall01.c82 char *fdesc; member
114 "return=%ld", TC[i].fdesc, in main()
118 TC[i].fdesc); in main()
/third_party/ltp/testcases/kernel/syscalls/pwrite/
H A Dpwrite04.c33 static void l_seek(int fdesc, off_t offset, int whence, off_t checkoff) in l_seek() argument
37 offloc = SAFE_LSEEK(fdesc, offset, whence); in l_seek()
40 (int64_t)offloc, fdesc, (int64_t)offset, whence, (int64_t)checkoff); in l_seek()
H A Dpwrite01.c33 static void l_seek(int fdesc, off_t offset, int whence, off_t checkoff) in l_seek() argument
37 offloc = SAFE_LSEEK(fdesc, offset, whence); in l_seek()
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_meta_blit.c66 const struct util_format_description *fdesc = in panvk_meta_blit() local
69 if (util_format_has_depth(fdesc)) { in panvk_meta_blit()
76 fbinfo->zs.preload.s = util_format_has_stencil(fdesc); in panvk_meta_blit()
77 } else if (util_format_has_stencil(fdesc)) { in panvk_meta_blit()
H A Dpanvk_vX_meta_clear.c425 const struct util_format_description *fdesc = in panvk_meta_clear_zs_img() local
428 if (util_format_has_depth(fdesc)) { in panvk_meta_clear_zs_img()
430 if (util_format_has_stencil(fdesc)) { in panvk_meta_clear_zs_img()
H A Dpanvk_cmd_buffer.c462 const struct util_format_description *fdesc = in panvk_cmd_fb_info_set_subpass() local
468 if (util_format_has_depth(fdesc)) { in panvk_cmd_fb_info_set_subpass()
474 if (util_format_has_stencil(fdesc)) { in panvk_cmd_fb_info_set_subpass()
/third_party/ltp/testcases/kernel/syscalls/writev/
H A Dwritev05.c268 long l_seek(int fdesc, long offset, int whence) in l_seek() argument
270 if (lseek(fdesc, offset, whence) < 0) { in l_seek()
H A Dwritev02.c225 void l_seek(int fdesc, off_t offset, int whence) in l_seek() argument
227 if (lseek(fdesc, offset, whence) == -1) in l_seek()
/third_party/ltp/testcases/kernel/syscalls/pread/
H A Dpread01.c32 static void l_seek(int fdesc, off_t offset, int whence, off_t checkoff) in l_seek() argument
36 offloc = SAFE_LSEEK(fdesc, offset, whence); in l_seek()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DShader.cpp1216 const struct util_format_description *fdesc = util_format_description(format);
1218 (fdesc->block.bits / 8) * fdesc->block.width;
1220 (fdesc->block.bits / 8) * fdesc->block.width;
1296 const struct util_format_description *fdesc = util_format_description(format);
1298 (fdesc->block.bits / 8) * fdesc->block.width;
1300 (fdesc->block.bits / 8) * fdesc
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dmap_test_util.h277 for (const FieldDescriptor* fdesc : all_map_descriptors) { in MapReflectionTester()
278 GOOGLE_CHECK(fdesc->containing_type() != nullptr) << fdesc->name(); in MapReflectionTester()
279 if (fdesc->name() == "key") { in MapReflectionTester()
280 EXPECT_EQ(fdesc->containing_type()->map_key(), fdesc); in MapReflectionTester()
282 EXPECT_EQ(fdesc->name(), "value"); in MapReflectionTester()
283 EXPECT_EQ(fdesc->containing_type()->map_value(), fdesc); in MapReflectionTester()

Completed in 13 milliseconds