/freebsd-src/contrib/bsnmp/snmpd/ |
H A D | snmpmod.h | 66 #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 D | UnwindRegistersSave.S | 78 #define PTR %rcx macro 81 #define PTR %rdi macro [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | AttrVisitor.h | 27 #define PTR(CLASS) typename Ptr<CLASS>::type macro
|
H A D | DeclVisitor.h | 33 #define PTR(CLASS) typename Ptr<CLASS>::type macro
|
H A D | CommentVisitor.h | 22 #define PTR(CLASS) typename Ptr<CLASS>::type macro
|
H A D | StmtVisitor.h | 38 #define PTR( global() macro [all...] |
H A D | EvaluatedExprVisitor.h | 38 #define PTR(CLASS) typename Ptr<CLASS>::type macro
|
H A D | Expr.h | 6422 enum { PTR, ORDER, VAL1, ORDER_FAIL, VAL2, WEAK, END_EXPR }; global() enumerator
|
H A D | OpenMPClause.h | 8808 #define PTR( global() macro
|
/freebsd-src/sys/contrib/vchiq/interface/compat/ |
H A D | list.h | 201 #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 D | lac_lock_free_stack.h | 20 PTR(const uintptr_t addr48) in PTR() function
|
/freebsd-src/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | BugDriver.h | 76 void setPassesToRun(const std::vector<std::string> &PTR) { in setPassesToRun()
|
/freebsd-src/sys/dev/smc/ |
H A D | if_smcreg.h | 179 #define PTR 0x6 macro
|
/freebsd-src/contrib/sqlite3/ |
H A D | sqlite3.c | 13991 # 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 D | Core.cpp | 4066 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 D | altivec.h | 3175 #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 D | LLDBWrapLua.cpp | 3018 SWIG_FREE_ARRAY(PTR) global() argument 3021 SWIG_FREE_ARRAY(PTR) global() argument [all...] |