Home
last modified time | relevance | path

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

12

/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...]
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_file_desc_unittest.cpp93 IPCFileDescriptor fdesc; in HWTEST_F() local
95 fdesc.SetFd(fd); in HWTEST_F()
96 EXPECT_EQ(fd, fdesc.GetFd()); in HWTEST_F()
102 IPCFileDescriptor fdesc; in HWTEST_F() local
104 fdesc.SetFd(fd); in HWTEST_F()
110 auto ret = fdesc.Marshalling(parcel); in HWTEST_F()
117 IPCFileDescriptor fdesc; in HWTEST_F() local
119 fdesc.SetFd(fd); in HWTEST_F()
125 auto ret = fdesc.Unmarshalling(parcel); in HWTEST_F()
132 IPCFileDescriptor fdesc; in HWTEST_F() local
[all...]
/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()
/foundation/multimedia/audio_framework/frameworks/native/pulseaudio/modules/hdi/
H A Dhdi_source.c131 FrameDesc *fdesc = (struct FrameDesc *)calloc(1, sizeof(FrameDesc)); in AllocateFrameDesc() local
132 if (fdesc != NULL) { in AllocateFrameDesc()
133 fdesc->frame = frame; in AllocateFrameDesc()
134 fdesc->frameLen = frameLen; in AllocateFrameDesc()
137 return fdesc; in AllocateFrameDesc()
140 static void FreeFrameDesc(FrameDesc *fdesc) in FreeFrameDesc() argument
142 if (fdesc != NULL) { in FreeFrameDesc()
144 free(fdesc); in FreeFrameDesc()
480 FrameDesc *fdesc = AllocateFrameDesc(buffer, requestBytes); in HandleCaptureFrame() local
483 fdesc, replyByte in HandleCaptureFrame()
493 FrameDesc *fdesc = AllocateFrameDesc(NULL, requestBytes); HandleCaptureFrame() local
[all...]
/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()
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/manager/
H A Dhdi_adapter_manager.cpp74 FrameDesc *fdesc, uint64_t *replyBytes, in CaptureHandleCaptureFrameWithEc()
81 fdesc, *replyBytes, in CaptureHandleCaptureFrameWithEc()
73 CaptureHandleCaptureFrameWithEc(void *capture, FrameDesc *fdesc, uint64_t *replyBytes, FrameDesc *fdescEc, uint64_t *replyBytesEc) CaptureHandleCaptureFrameWithEc() argument
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/common/
H A Di_audio_capturer_source_intf.h57 int32_t (*CapturerSourceFrameWithEc)(void *wapper, FrameDesc *fdesc, uint64_t *replyBytes,
73 int32_t IAudioCapturerSourceFrameWithEc(void *wapper, FrameDesc *fdesc, uint64_t *replyBytes,
H A Di_audio_capturer_source.cpp193 FrameDesc *fdesc, uint64_t *replyBytes, in IAudioCapturerSourceFrameWithEc()
202 return iAudioCapturerSource->CaptureFrameWithEc(fdesc, *replyBytes, fdescEc, *replyBytesEc); in IAudioCapturerSourceFrameWithEc()
192 IAudioCapturerSourceFrameWithEc(void *wapper, FrameDesc *fdesc, uint64_t *replyBytes, FrameDesc *fdescEc, uint64_t *replyBytesEc) IAudioCapturerSourceFrameWithEc() argument
H A Di_audio_capturer_source.h82 FrameDesc *fdesc, uint64_t &replyBytes,
/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...]
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/manager/include/
H A Dhdi_adapter_manager_api.h35 FrameDesc *fdesc, uint64_t *replyBytes,
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/primary/
H A Daudio_capturer_source.cpp147 FrameDesc *fdesc, uint64_t &replyBytes,
283 FrameDesc *fdesc, uint64_t &replyBytes,
846 FrameDesc *fdesc, uint64_t &replyBytes, in CaptureFrameWithEc()
853 CHECK_AND_RETURN_RET_LOG(fdesc != nullptr && fdesc->frame != nullptr && in CaptureFrameWithEc()
861 frameLen.frameLen = fdesc->frameLen; in CaptureFrameWithEc()
874 if (memcpy_s(fdesc->frame, fdesc->frameLen, frameInfo.frame, fdesc->frameLen) != EOK) { in CaptureFrameWithEc()
877 replyBytes = (attr_.sourceType == SOURCE_TYPE_EC) ? 0 : fdesc in CaptureFrameWithEc()
845 CaptureFrameWithEc( FrameDesc *fdesc, uint64_t &replyBytes, FrameDesc *fdescEc, uint64_t &replyBytesEc) CaptureFrameWithEc() argument
1808 CaptureFrameWithEc( FrameDesc *fdesc, uint64_t &replyBytes, FrameDesc *fdescEc, uint64_t &replyBytesEc) CaptureFrameWithEc() argument
[all...]
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/source/file/
H A Daudio_capturer_file_source.h42 FrameDesc *fdesc, uint64_t &replyBytes,
H A Daudio_capturer_file_source.cpp173 FrameDesc *fdesc, uint64_t &replyBytes, in CaptureFrameWithEc()
172 CaptureFrameWithEc( FrameDesc *fdesc, uint64_t &replyBytes, FrameDesc *fdescEc, uint64_t &replyBytesEc) CaptureFrameWithEc() argument
/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 20 milliseconds

12