/freebsd/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/contrib/llvm-project/libunwind/src/ |
H A D | UnwindRegistersSave.S | 78 #define PTR %rcx macro 81 #define PTR %rdi macro
|
/freebsd/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 | StmtVisitor.h | 39 #define PTR(CLASS) typename Ptr<CLASS>::type macro
|
H A D | EvaluatedExprVisitor.h | 38 #define PTR(CLASS) typename Ptr<CLASS>::type macro
|
H A D | Expr.h | 6633 enum { PTR, ORDER, VAL1, ORDER_FAIL, VAL2, WEAK, END_EXPR }; enumerator
|
H A D | OpenMPClause.h | 8848 #define PTR(CLASS) Ptr<CLASS> macro
|
/freebsd/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/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/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | BugDriver.h | 77 PassesToRun = PTR; in setPassesToRun() argument
|
/freebsd/sys/dev/smc/ |
H A D | if_smcreg.h | 179 #define PTR 0x6 macro
|
/freebsd/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
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 4300 LLVMValueRef PTR, LLVMValueRef Val, in LLVMBuildAtomicRMW()
|
/freebsd/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 3072 #define SWIG_FREE_ARRAY(PTR) delete[] PTR argument 3075 #define SWIG_FREE_ARRAY(PTR) free(PTR) argument
|