Home
last modified time | relevance | path

Searched defs:UID (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DArchiveWriter.h24 unsigned UID = 0, GID = 0, Perms = 0644; member
H A DArchive.h73 char UID[6]; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Darchive2yaml.cpp93 char UID[6]; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DArchiveWriter.cpp154 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printRestOfMemberHeader()
170 unsigned UID, unsigned GID, unsigned Perms, in printGNUSmallMemberHeader()
179 unsigned UID, unsigned GID, unsigned Perms, uint64_t Size) { in printBSDMemberHeader()
/netbsd-src/bin/ps/
H A Dkeyword.c70 #define UID(n1, n2, of) \ macro
/netbsd-src/tests/net/net/
H A Dt_unix.c69 #define UID 666 macro
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h166 uid_t UID, gid_t GID, off_t Size) in basic_file_status()
249 uid_t UID, gid_t GID, off_t Size) in file_status()
H A DVirtualFileSystem.h48 llvm::sys::fs::UniqueID UID; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddf.h761 #define DF_INSN_UID_GET(UID) (df->insns[(UID)]) argument
762 #define DF_INSN_UID_SET(UID,VAL) (df->insns[(UID)]=(VAL)) argument
763 #define DF_INSN_UID_SAFE_GET(UID) (((unsigned)(UID) < DF_INSN_SIZE ()) \ argument
H A Dsel-sched-ir.h785 #define SID_BY_UID(UID) (&s_i_d[LUID_BY_UID (UID)]) argument
795 #define INSN_ORIGINATORS_BY_UID(UID) (SID_BY_UID (UID)->originators) argument
H A Dsched-int.h110 #define LUID_BY_UID(UID) (sched_luids[UID]) argument
H A Dtree.h2546 #define SET_DECL_PT_UID(NODE, UID) \ argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddf.h761 #define DF_INSN_UID_GET(UID) (df->insns[(UID)]) argument
762 #define DF_INSN_UID_SET(UID,VAL) (df->insns[(UID)]=(VAL)) argument
763 #define DF_INSN_UID_SAFE_GET(UID) (((unsigned)(UID) < DF_INSN_SIZE ()) \ argument
H A Dsel-sched-ir.h785 #define SID_BY_UID(UID) (&s_i_d[LUID_BY_UID (UID)]) argument
795 #define INSN_ORIGINATORS_BY_UID(UID) (SID_BY_UID (UID)->originators) argument
H A Dsched-int.h110 #define LUID_BY_UID(UID) (sched_luids[UID]) argument
H A Dtree.h2425 #define SET_DECL_PT_UID(NODE, UID) \ argument
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp139 unsigned UID = 0; member in __anon31f3a7ff0111::CombineRule
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defidevp.h133 UINT32 UID; member
140 UINT32 UID; member
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_fil_netbsd.c666 # define UID(l) kauth_cred_getuid((l)->l_cred) in ipfioctl() macro
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhctoken.h75 UID = 269, enumerator
/netbsd-src/external/mpl/dhcp/dist/keama/
H A Ddhctoken.h79 UID = 269, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp71 Status::Status(const Twine &Name, UniqueID UID, sys::TimePoint<> MTime, in Status()
2142 static std::atomic<unsigned> UID; in getNextVirtualUniqueID() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp58 DwarfCompileUnit::DwarfCompileUnit(unsigned UID, const DICompileUnit *Node, in DwarfCompileUnit()
H A DAsmPrinter.cpp3130 MCSymbol *AsmPrinter::GetJTSetSymbol(unsigned UID, unsigned MBBID) const { in GetJTSetSymbol()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp1821 for (unsigned UID = 0, LastUID = FilesByUID.size(); UID != LastUID; ++UID) { in WriteHeaderSearch() local