/third_party/elfutils/debuginfod/ |
H A D | debuginfod-client.c | 845 int vfd = c->verbose_fd; in debuginfod_query_server() local 859 if (vfd >= 0) in debuginfod_query_server() 861 dprintf (vfd, "debuginfod_find_%s ", type); in debuginfod_query_server() 863 dprintf (vfd, "%s", (const char *) build_id); in debuginfod_query_server() 866 dprintf (vfd, "%02x", build_id[i]); in debuginfod_query_server() 868 dprintf (vfd, " %s\n", filename); in debuginfod_query_server() 869 dprintf (vfd, "\n"); in debuginfod_query_server() 875 if (vfd >= 0) in debuginfod_query_server() 876 dprintf (vfd, "server urls \"%s\"\n", in debuginfod_query_server() 903 if (maxtime && vfd > in debuginfod_query_server() [all...] |
/third_party/ffmpeg/libavdevice/ |
H A D | v4l2.c | 289 struct v4l2_fmtdesc vfd = { .type = V4L2_BUF_TYPE_VIDEO_CAPTURE }; in list_formats() local 291 while(!v4l2_ioctl(s->fd, VIDIOC_ENUM_FMT, &vfd)) { in list_formats() 292 enum AVCodecID codec_id = ff_fmt_v4l2codec(vfd.pixelformat); in list_formats() 293 enum AVPixelFormat pix_fmt = ff_fmt_v4l2ff(vfd.pixelformat, codec_id); in list_formats() 295 vfd.index++; in list_formats() 297 if (!(vfd.flags & V4L2_FMT_FLAG_COMPRESSED) && in list_formats() 302 vfd.description); in list_formats() 303 } else if (vfd.flags & V4L2_FMT_FLAG_COMPRESSED && in list_formats() 308 vfd.description); in list_formats() 314 if (vfd in list_formats() [all...] |
/third_party/ltp/testcases/kernel/device-drivers/v4l/kernel_space/ |
H A D | video_dummy.c | 10 struct video_device *vfd; member
|
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | s390x.pm | 85 vcgdb wcgdb vclgd vclgdb wclgdb vfd vfddb wfddb vfi vfidb wfidb 1942 sub vfd { subroutine 1947 vfd(@_,3,0); 1950 vfd(@_,3,8); 2207 vfd(@_,2,0); 2210 vfd(@_,2,8); 2213 vfd(@_,4,8);
|
/third_party/openssl/crypto/perlasm/ |
H A D | s390x.pm | 85 vcgdb wcgdb vclgd vclgdb wclgdb vfd vfddb wfddb vfi vfidb wfidb 1942 sub vfd { subroutine 1947 vfd(@_,3,0); 1950 vfd(@_,3,8); 2207 vfd(@_,2,0); 2210 vfd(@_,2,8); 2213 vfd(@_,4,8);
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | assembler-s390.h | 1267 void vfd(DoubleRegister v1, DoubleRegister v2, DoubleRegister v3) { in vfd() function in v8::internal::Assembler 1268 vfd(v1, v2, v3, static_cast<Condition>(0), static_cast<Condition>(8), in vfd()
|
H A D | constants-s390.h | 548 V(vfd, VFD, 0xE7E5) /* type = VRR_C VECTOR FP DIVIDE */ \
|
H A D | macro-assembler-s390.cc | 5329 V(F64x2Div, vfd, 0, 0, 3) \ in CallRecordWriteStub() 5338 V(F32x4Div, vfd, 0, 0, 2) \ in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | code-generator-s390.cc | 2881 __ vfd(i.OutputSimd128Register(), kScratchDoubleReg, in AssembleArchInstruction() 2893 __ vfd(dst, kScratchDoubleReg, dst, Condition(0), Condition(0), in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/execution/s390/ |
H A D | simulator-s390.cc | 829 V(vfd, VFD, 0xE7E5) /* type = VRR_C VECTOR FP DIVIDE */ \ in EvalTableInit()
|