/third_party/elfutils/libdwfl/ |
D | open.c | 128 libdw_open_elf (int *fdp, Elf **elfp, bool close_on_fail, bool archive_ok, in libdw_open_elf() argument 134 use_elfp ? *elfp : elf_begin (*fdp, ELF_C_READ_MMAP_PRIVATE, NULL); in libdw_open_elf() 137 Dwfl_Error error = what_kind (*fdp, &elf, &kind, &may_close_fd); in libdw_open_elf() 144 error = __libdw_image_header (*fdp, &offset, in libdw_open_elf() 166 error = what_kind (*fdp, &elf, &kind, &may_close_fd); in libdw_open_elf() 189 close (*fdp); in libdw_open_elf() 190 *fdp = -1; in libdw_open_elf() 198 __libdw_open_file (int *fdp, Elf **elfp, bool close_on_fail, bool archive_ok) in __libdw_open_file() argument 200 return libdw_open_elf (fdp, elfp, close_on_fail, archive_ok, false, false, in __libdw_open_file()
|
D | libdwflP.h | 630 extern Dwfl_Error __libdw_open_file (int *fdp, Elf **elfp,
|
/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/ |
D | deflate_fuzzer.cc | 25 FuzzedDataProvider fdp(data, size); in LLVMFuzzerTestOneInput() local 26 int level = fdp.PickValueInArray({0, 1, 2, 3, 4, 5, 6, 7, 8, 9}); in LLVMFuzzerTestOneInput() 27 int windowBits = fdp.PickValueInArray({9, 10, 11, 12, 13, 14, 15}); in LLVMFuzzerTestOneInput() 28 int memLevel = fdp.PickValueInArray({1, 2, 3, 4, 5, 6, 7, 8, 9}); in LLVMFuzzerTestOneInput() 29 int strategy = fdp.PickValueInArray( in LLVMFuzzerTestOneInput() 31 std::vector<uint8_t> src = fdp.ConsumeRemainingBytes<uint8_t>(); in LLVMFuzzerTestOneInput()
|
/third_party/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_helpers.cc | 498 FileDescriptorProto fdp; in FileDescriptorToBase64() local 499 descriptor->CopyTo(&fdp); in FileDescriptorToBase64() 500 fdp.SerializeToString(&fdp_bytes); in FileDescriptorToBase64()
|
/third_party/elfutils/src/ |
D | elfcmp.c | 40 static Elf *open_file (const char *fname, int *fdp, Ebl **eblp); 729 open_file (const char *fname, int *fdp, Ebl **eblp) in open_file() argument 744 *fdp = fd; in open_file()
|
/third_party/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 348 FileDescriptorProto fdp; in Generate() local 349 file_->CopyTo(&fdp); in Generate() 350 fdp.SerializeToString(&file_descriptor_serialized_); in Generate()
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | reflection_test.py | 1478 fdp = descriptor_pb2.FieldDescriptorProto 1479 AddDescriptorField(desc_proto, 'name', fdp.TYPE_STRING) 1480 AddDescriptorField(desc_proto, 'year', fdp.TYPE_INT64) 1481 AddDescriptorField(desc_proto, 'automatic', fdp.TYPE_BOOL) 1482 AddDescriptorField(desc_proto, 'price', fdp.TYPE_DOUBLE) 1487 new_field.type = fdp.TYPE_STRING
|
/third_party/rust/crates/nix/src/sys/socket/ |
D | mod.rs | 872 let fdp = (p as *const RawFd).add(i); localVariable 873 fds.push(ptr::read_unaligned(fdp));
|
/third_party/python/Modules/ |
D | socketmodule.c | 3928 int *fdp; in sock_recvmsg_guts() local 3931 fdp = (int *)CMSG_DATA(cmsgh); in sock_recvmsg_guts() 3933 close(*fdp++); in sock_recvmsg_guts()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 4105 pub fn pdfork(fdp: *mut ::c_int, flags: ::c_int) -> ::pid_t; in pdfork()
|
/third_party/optimized-routines/math/test/traces/ |
D | sincosf.txt | 8818 -0x1.305fdp+4 8939 -0x1.305fdp+4
|
D | exp.txt | 2696 -0x1.80099050895fdp-9
|