/third_party/libunwind/tests/ |
D | Gtest-dyn1.c | 61 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 77 (fdesc).code = (long) &(func) & ~0x1; \ 78 (fdesc).is_thumb = tmp & 0x1;}) 81 # define get_funcp(fdesc) ((template_t) ((fdesc).code | (fdesc).is_thumb)) argument 82 # define get_gp(fdesc) (0) argument [all …]
|
D | ia64-test-dyn1.c | 16 # 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/ |
D | xa_tracker.c | 87 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.format = PIPE_FORMAT_R10G10B10A2_UNORM; in xa_get_pipe_format() [all …]
|
D | xa_context.c | 238 src->fdesc.xa_format, in xa_copy_prepare() 239 dst->fdesc.xa_format); in xa_copy_prepare()
|
D | xa_priv.h | 70 struct xa_format_descriptor fdesc; member
|
/third_party/libunwind/src/dwarf/ |
D | Gfind_proc_info-lsb.c | 256 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->next = as->debug_frames; in locate_debug_info() [all …]
|
/third_party/ltp/testcases/kernel/syscalls/mlockall/ |
D | mlockall01.c | 82 char *fdesc; member 114 "return=%ld", TC[i].fdesc, in main() 118 TC[i].fdesc); in main()
|
/third_party/ffmpeg/libavcodec/ |
D | v4l2_context.c | 503 struct v4l2_fmtdesc fdesc; in v4l2_get_raw_format() local 506 memset(&fdesc, 0, sizeof(fdesc)); in v4l2_get_raw_format() 507 fdesc.type = ctx->type; in v4l2_get_raw_format() 516 ret = ioctl(ctx_to_m2mctx(ctx)->fd, VIDIOC_ENUM_FMT, &fdesc); in v4l2_get_raw_format() 520 pixfmt = ff_v4l2_format_v4l2_to_avfmt(fdesc.pixelformat, AV_CODEC_ID_RAWVIDEO); in v4l2_get_raw_format() 523 fdesc.index++; in v4l2_get_raw_format() 537 struct v4l2_fmtdesc fdesc; in v4l2_get_coded_format() local 547 memset(&fdesc, 0, sizeof(fdesc)); in v4l2_get_coded_format() 548 fdesc.type = ctx->type; in v4l2_get_coded_format() 551 ret = ioctl(ctx_to_m2mctx(ctx)->fd, VIDIOC_ENUM_FMT, &fdesc); in v4l2_get_coded_format() [all …]
|
/third_party/ltp/testcases/kernel/syscalls/pwrite/ |
D | pwrite04.c | 33 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()
|
D | pwrite01.c | 33 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/ltp/testcases/kernel/syscalls/pread/ |
D | pread01.c | 32 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/ |
D | Shader.cpp | 1216 const struct util_format_description *fdesc = util_format_description(format); in CreateShaderResourceView() local 1218 (fdesc->block.bits / 8) * fdesc->block.width; in CreateShaderResourceView() 1220 (fdesc->block.bits / 8) * fdesc->block.width; in CreateShaderResourceView() 1296 const struct util_format_description *fdesc = util_format_description(format); in CreateShaderResourceView1() local 1298 (fdesc->block.bits / 8) * fdesc->block.width; in CreateShaderResourceView1() 1300 (fdesc->block.bits / 8) * fdesc->block.width; in CreateShaderResourceView1()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_meta_blit.c | 66 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()
|
D | panvk_cmd_buffer.c | 382 const struct util_format_description *fdesc = in panvk_cmd_fb_info_set_subpass() local 388 if (util_format_has_depth(fdesc)) { in panvk_cmd_fb_info_set_subpass() 394 if (util_format_has_stencil(fdesc)) { in panvk_cmd_fb_info_set_subpass()
|
D | panvk_vX_meta_clear.c | 569 const struct util_format_description *fdesc = in panvk_meta_clear_zs_img() local 572 if (util_format_has_depth(fdesc)) { in panvk_meta_clear_zs_img() 575 if (util_format_has_stencil(fdesc)) { in panvk_meta_clear_zs_img()
|
/third_party/flutter/skia/third_party/externals/sdl/src/video/directfb/ |
D | SDL_DirectFB_WM.c | 92 DFBFontDescription fdesc; in LoadFont() local 94 SDL_zero(fdesc); in LoadFont() 95 fdesc.flags = DFDESC_HEIGHT; in LoadFont() 96 fdesc.height = windata->theme.font_size; in LoadFont() 99 &fdesc, &windata->font)); in LoadFont()
|
/third_party/ltp/testcases/kernel/syscalls/writev/ |
D | writev05.c | 268 long l_seek(int fdesc, long offset, int whence) in l_seek() argument 270 if (lseek(fdesc, offset, whence) < 0) { in l_seek()
|
D | writev02.c | 225 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/protobuf/src/google/protobuf/ |
D | map_test_util.h | 277 for (const FieldDescriptor* fdesc : all_map_descriptors) { in MapReflectionTester() local 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()
|