Home
last modified time | relevance | path

Searched refs:n_type (Results 1 – 25 of 43) sorted by relevance

12

/third_party/libunwind/src/coredump/
D_UCD_get_threadinfo_prstatus.c41 _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.c67 _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.c116 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/
Dsmoke.cpp180 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/
Dmsvc_typeof_in_lambda.cpp45 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/
Dnode.h11 short n_type; member
34 #define TYPE(n) ((n)->n_type)
/third_party/boost/boost/range/adaptor/
Dindexed.hpp71 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/
Dnode.c13 n->n_type = type; in PyNode_New()
129 n->n_type = type; in PyNode_AddChild()
/third_party/NuttX/fs/nfs/
Dnfs_node.h80 uint8_t n_type; /* File type */ member
Dnfs_util.c561 np->n_type = fxdr_unsigned(uint8_t, attributes->fa_type); in nfs_attrupdate()
Dnfs_adapter.c318 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/
Dfile.c170 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/
Dneigh.c276 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/
DGfind_unwind_table.c166 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/
Dlibunicode.h110 UnicodeNormalizationEnum n_type,
Dlibunicode.c854 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/
Dmacho_info.hpp150 boost::uint8_t n_type; member
245 if ((symbol.n_type & 0x0e) != 0xe || !symbol.n_sect) { in operator ()()
/third_party/libxml2/
Dtestapi.c3810 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/
DMachOLinkGraphBuilder.cpp220 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/
DELF.h1552 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/
DMachOEmitter.cpp377 ListEntry.n_type = NLE.n_type; in writeNListEntry()
/third_party/boost/boost/spirit/home/classic/phoenix/
Dtuples.hpp347 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/
Dstructures_tests.cpp285 CHECK_FIELD(n_type); in generic_header_check()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DMachOYAML.h70 llvm::yaml::Hex8 n_type; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFTypes.h573 Elf_Word n_type;
621 Elf_Word getType() const { return Nhdr.n_type; }

12