/third_party/libunwind/src/coredump/ |
D | _UCD_get_threadinfo_prstatus.c | 41 _count_thread_notes(uint32_t n_namesz, uint32_t n_descsz, uint32_t n_type, char *name, uint8_t *des… in _count_thread_notes() argument 44 if (n_type == NT_PRSTATUS) in _count_thread_notes() 60 _save_thread_notes(uint32_t n_namesz, uint32_t n_descsz, uint32_t n_type, char *name, uint8_t *desc… in _save_thread_notes() argument 63 if (n_type == NT_PRSTATUS) in _save_thread_notes()
|
D | _UCD_get_mapinfo_linux.c | 67 _handle_file_note(uint32_t n_namesz, uint32_t n_descsz, uint32_t n_type, char *name, uint8_t *desc,… in _handle_file_note() argument 71 if (n_type == NT_FILE) in _handle_file_note()
|
D | _UCD_corefile_elf.c | 116 ret = visit(note->n_namesz, note->n_descsz, note->n_type, name, desc, arg); in _UCD_elf_visit_notes()
|
/third_party/boost/libs/contract/test/constructor/ |
D | smoke.cpp | 180 typedef boost::contract::test::detail::counter<n_tag, int> n_type; typedef 181 static n_type n; 195 boost::contract::old_ptr<n_type> old_n = 196 BOOST_CONTRACT_OLDOF(n_type::eval(n)); 219 a::n_type a::n; 383 BOOST_TEST_EQ(a::n_type::copies(), BOOST_CONTRACT_TEST_old); in main() 384 BOOST_TEST_EQ(a::n_type::evals(), BOOST_CONTRACT_TEST_old); in main() 385 BOOST_TEST_EQ(a::n_type::copies(), a::n_type::dtors()); // No leak. in main()
|
/third_party/boost/libs/typeof/test/ |
D | msvc_typeof_in_lambda.cpp | 45 typedef n_type_wrapped::type n_type; in test_typeof_in_lambda() typedef 58 typedef n_type_wrapped::type n_type; in test_typeof_in_lambda() typedef
|
/third_party/python/Include/ |
D | node.h | 11 short n_type; member 34 #define TYPE(n) ((n)->n_type)
|
/third_party/boost/boost/range/adaptor/ |
D | indexed.hpp | 71 typedef typename tuples::element<N, base_t>::type n_type; typedef 73 typedef typename tuples::access_traits<n_type>::non_const_type non_const_type; 74 typedef typename tuples::access_traits<n_type>::const_type const_type;
|
/third_party/python/Parser/ |
D | node.c | 13 n->n_type = type; in PyNode_New() 129 n->n_type = type; in PyNode_AddChild()
|
/third_party/NuttX/fs/nfs/ |
D | nfs_node.h | 80 uint8_t n_type; /* File type */ member
|
D | nfs_util.c | 561 np->n_type = fxdr_unsigned(uint8_t, attributes->fa_type); in nfs_attrupdate()
|
D | nfs_adapter.c | 318 nfs_node->n_type = fxdr_unsigned(uint8_t, attr_reply.attr.fa_type); in vfs_nfs_stat_internal() 837 vp->type = root->n_type; in vfs_nfs_mount() 894 (*vpp)->type = filetype_to_vnodetype(nfs_node->n_type); in vfs_nfs_lookup() 1544 (*vpp)->type = filetype_to_vnodetype(target_node->n_type); in vfs_nfs_mkdir() 2518 (*vpp)->type = filetype_to_vnodetype(np->n_type); in vfs_nfs_create() 2556 if (target_node->n_type == NFDIR) in vfs_nfs_unlink() 2619 if (target_node->n_type != NFDIR) in vfs_nfs_rmdir()
|
/third_party/toybox/toys/posix/ |
D | file.c | 170 unsigned n_namesz, n_descsz, n_type, notesz; local 176 n_type = elf_int(note+8, 4); 183 if (n_type==3 /*NT_GNU_BUILD_ID*/) { 188 if (n_type==1 /*.android.note.ident*/ && n_descsz >= 4) {
|
/third_party/libnl/lib/route/ |
D | neigh.c | 276 diff |= NEIGH_DIFF(TYPE, a->n_type != b->n_type); in neigh_compare() 377 neigh->n_type = nm->ndm_type; in rtnl_neigh_parse() 552 nl_rtntype2str(n->n_type, rtn_type, sizeof(rtn_type)), in neigh_dump_details() 1037 neigh->n_type = type; in rtnl_neigh_set_type() 1044 return neigh->n_type; in rtnl_neigh_get_type()
|
/third_party/libunwind/src/dwarf/ |
D | Gfind_unwind_table.c | 166 if (note->nhdr.n_type == NT_GNU_BUILD_ID && in dwarf_find_unwind_table() 178 if (note->nhdr.n_type == 0x534f484f && note_len > 20) { in dwarf_find_unwind_table()
|
/third_party/quickjs/ |
D | libunicode.h | 110 UnicodeNormalizationEnum n_type,
|
D | libunicode.c | 854 UnicodeNormalizationEnum n_type, in unicode_normalize() argument 861 is_compat = n_type >> 1; in unicode_normalize() 868 if (n_type == UNICODE_NFC) { in unicode_normalize() 891 if (buf_len <= 1 || (n_type & 1) != 0) { in unicode_normalize()
|
/third_party/boost/boost/dll/detail/ |
D | macho_info.hpp | 150 boost::uint8_t n_type; member 245 if ((symbol.n_type & 0x0e) != 0xe || !symbol.n_sect) { in operator ()()
|
/third_party/libxml2/ |
D | testapi.c | 3810 int n_type; in test_xmlSAX2AttributeDecl() local 3821 for (n_type = 0;n_type < gen_nb_int;n_type++) { in test_xmlSAX2AttributeDecl() 3829 type = gen_int(n_type, 3); in test_xmlSAX2AttributeDecl() 3839 des_int(n_type, type, 3); in test_xmlSAX2AttributeDecl() 3851 printf(" %d", n_type); in test_xmlSAX2AttributeDecl() 4011 int n_type; in test_xmlSAX2ElementDecl() local 4017 for (n_type = 0;n_type < gen_nb_int;n_type++) { in test_xmlSAX2ElementDecl() 4022 type = gen_int(n_type, 2); in test_xmlSAX2ElementDecl() 4029 des_int(n_type, type, 2); in test_xmlSAX2ElementDecl() 4038 printf(" %d", n_type); in test_xmlSAX2ElementDecl() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | MachOLinkGraphBuilder.cpp | 220 Type = NL64.n_type; in createNormalizedSymbols() 228 Type = NL32.n_type; in createNormalizedSymbols()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | ELF.h | 1552 Elf32_Word n_type; member 1559 Elf64_Word n_type; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | MachOEmitter.cpp | 377 ListEntry.n_type = NLE.n_type; in writeNListEntry()
|
/third_party/boost/boost/spirit/home/classic/phoenix/ |
D | tuples.hpp | 347 typedef typename TupleT::n_type type; 486 typedef nil_t n_type; typedef 1191 typedef M m_type; typedef N n_type; typedef 1250 typedef M m_type; typedef N n_type; typedef
|
/third_party/boost/libs/dll/test/ |
D | structures_tests.cpp | 285 CHECK_FIELD(n_type); in generic_header_check()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | MachOYAML.h | 70 llvm::yaml::Hex8 n_type; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | ELFTypes.h | 573 Elf_Word n_type; 621 Elf_Word getType() const { return Nhdr.n_type; }
|