Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersSave.S78 #define PTR %rcx macro
81 #define PTR %rdi macro
/freebsd/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 DStmtVisitor.h39 #define PTR(CLASS) typename Ptr<CLASS>::type macro
H A DEvaluatedExprVisitor.h38 #define PTR(CLASS) typename Ptr<CLASS>::type macro
H A DExpr.h6633 enum { PTR, ORDER, VAL1, ORDER_FAIL, VAL2, WEAK, END_EXPR }; enumerator
H A DOpenMPClause.h8848 #define PTR(CLASS) Ptr<CLASS> macro
/freebsd/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/sys/dev/qat/qat_api/common/utils/
H A Dlac_lock_free_stack.h20 PTR(const uintptr_t addr48) in PTR() function
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.h77 PassesToRun = PTR; in setPassesToRun() argument
/freebsd/crypto/krb5/src/include/
H A Dk5-platform.h508 # define PUT(SIZE,PTR,VAL) (((struct { uint##SIZE##_t i; } __attribute__((packed)) *)(PTR))->i… argument
509 # define GET(SIZE,PTR) (((const struct { uint##SIZE##_t i; } __attribute__((packed)) *)(PT… argument
510 # define PUTSWAPPED(SIZE,PTR,VAL) PUT(SIZE,PTR,SWAP##SIZE(VAL)) argument
511 # define GETSWAPPED(SIZE,PTR) SWAP##SIZE(GET(SIZE,PTR)) argument
/freebsd/crypto/krb5/src/lib/krb5/asn.1/
H A Dasn1_encode.c428 #define LOADPTR(PTR, TYPE) (*(const void *const *)(PTR)) argument
429 #define STOREPTR(PTR, TYPE, VAL) (*(void **)(VAL) = (PTR)) argument
431 #define LOADPTR(PTR, PTRINFO) \ argument
433 #define STOREPTR(PTR, PTRINFO, VAL) \ argument
/freebsd/crypto/krb5/src/lib/rpc/
H A Dxdr.c63 #define VALGRIND_CHECK_READABLE(PTR,SIZE) ((void)0) argument
/freebsd/sys/dev/smc/
H A Dif_smcreg.h179 #define PTR 0x6 macro
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp4300 LLVMValueRef PTR, LLVMValueRef Val, in LLVMBuildAtomicRMW()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c14360 # define AtomicLoad(PTR) __atomic_load_n((PTR),__ATOMIC_RELAXED) argument
14361 # define AtomicStore(PTR,VAL) __atomic_store_n((PTR),(VAL),__ATOMIC_RELAXED) argument
14364 # define AtomicLoad(PTR) (*(PTR)) argument
14365 # define AtomicStore(PTR,VAL) (*(PTR) = (VAL)) argument
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3072 #define SWIG_FREE_ARRAY(PTR) delete[] PTR argument
3075 #define SWIG_FREE_ARRAY(PTR) free(PTR) argument