Home
last modified time | relevance | path

Searched defs:PTR (Results 1 – 17 of 17) sorted by relevance

/freebsd-src/contrib/bsnmp/snmpd/
H A Dsnmpmod.h66 #define INSERT_OBJECT_OID_LINK_INDEX_TYPE(PTR, LIST, LINK, INDEX, SUBF) do {\ argument
101 #define INSERT_OBJECT_OID_LINK_INDEX(PTR, LIST, LINK, INDEX) do { \ argument
113 #define INSERT_OBJECT_INT_LINK_INDEX(PTR, LIST, LINK, INDEX) do { \ argument
125 #define INSERT_OBJECT_FUNC_LINK(PTR, LIST, LINK, FUNC) do { \ argument
137 #define INSERT_OBJECT_FUNC_LINK_REV(PTR, LIST, HEAD, LINK, FUNC) do { \ argument
212 #define INSERT_OBJECT_OID_LINK(PTR, LIST, LINK) \ argument
215 #define INSERT_OBJECT_INT_LINK(PTR, LIST, LINK) do { \ argument
234 #define INSERT_OBJECT_OID(PTR, LIST) \ argument
237 #define INSERT_OBJECT_INT(PTR, LIST) \ argument
240 #define INSERT_OBJECT_FUNC_REV(PTR, LIST, HEAD, FUNC) \ argument
/freebsd-src/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersSave.S78 #define PTR %rcx macro
81 #define PTR %rdi macro
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DAttrVisitor.h27 #define PTR(CLASS) typename Ptr<CLASS>::type macro
H A DDeclVisitor.h33 #define PTR(CLASS) typename Ptr<CLASS>::type macro
H A DCommentVisitor.h22 #define PTR(CLASS) typename Ptr<CLASS>::type macro
H A DStmtVisitor.h38 #define PTR( global() macro
[all...]
H A DEvaluatedExprVisitor.h38 #define PTR(CLASS) typename Ptr<CLASS>::type macro
H A DExpr.h6422 enum { PTR, ORDER, VAL1, ORDER_FAIL, VAL2, WEAK, END_EXPR }; global() enumerator
H A DOpenMPClause.h8808 #define PTR( global() macro
/freebsd-src/sys/contrib/vchiq/interface/compat/
H A Dlist.h201 #define list_entry(PTR, TYPE, FIELD) container_of(PTR, TYPE, FIELD) argument
202 #define list_first_entry(PTR, TYPE, FIELD) \ argument
204 #define list_last_entry(PTR, TYPE, FIELD) \ argument
/freebsd-src/sys/dev/qat/qat_api/common/utils/
H A Dlac_lock_free_stack.h20 PTR(const uintptr_t addr48) in PTR() function
/freebsd-src/contrib/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.h76 void setPassesToRun(const std::vector<std::string> &PTR) { in setPassesToRun()
/freebsd-src/sys/dev/smc/
H A Dif_smcreg.h179 #define PTR 0x6 macro
/freebsd-src/contrib/sqlite3/
H A Dsqlite3.c13991 # define AtomicLoad(PTR) __atomic_load_n((PTR),__ATOMIC_RELAXED) argument
13992 # define AtomicStore(PTR,VAL) __atomic_store_n((PTR),(VAL),__ATOMIC_RELAXED) argument
13995 # define AtomicLoad(PTR) (*(PTR)) argument
13996 # define AtomicStore(PTR,VAL) (*(PTR) = (VAL)) argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp4066 LLVMBuildAtomicRMW(LLVMBuilderRef B,LLVMAtomicRMWBinOp op,LLVMValueRef PTR,LLVMValueRef Val,LLVMAtomicOrdering ordering,LLVMBool singleThread) LLVMBuildAtomicRMW() argument
/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Daltivec.h3175 #define __vec_ldrmb(PTR, CNT) vec_xl_len_r((const unsigned char *)(PTR), (CNT)) argument
3176 #define __vec_strmb(PTR, CNT, VAL) \ argument
/freebsd-src/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3018 SWIG_FREE_ARRAY(PTR) global() argument
3021 SWIG_FREE_ARRAY(PTR) global() argument
[all...]