Home
last modified time | relevance | path

Searched defs:MEM (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/
HDmem_dbg.c178 } MEM; typedef
320 static IMPLEMENT_LHASH_COMP_FN(mem, MEM) in IMPLEMENT_LHASH_COMP_FN() argument
332 static IMPLEMENT_LHASH_HASH_FN(mem, MEM) in IMPLEMENT_LHASH_HASH_FN() argument
717 static IMPLEMENT_LHASH_DOALL_ARG_FN(print_leak, const MEM, MEM_LEAK) in IMPLEMENT_LHASH_DOALL_ARG_FN()
826 static IMPLEMENT_LHASH_DOALL_ARG_FN(cb_leak, const MEM, PCRYPTO_MEM_LEAK_CB) in IMPLEMENT_LHASH_DOALL_ARG_FN()
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
HDinflate.h51 MEM, /* got an inflate() memory error -- remain here until reset */ enumerator
/freebsd-11-stable/sys/contrib/zlib/
HDinflate.h51 MEM, /* got an inflate() memory error -- remain here until reset */ enumerator
/freebsd-11-stable/sys/dev/ie/
HDif_ievar.h74 #define MEM(sc) sc->iomem macro
/freebsd-11-stable/contrib/binutils/opcodes/
HDalpha-opc.c352 #define MEM(oo) MEM_(oo), MEM_MASK macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDGCNHazardRecognizer.cpp489 int GCNHazardRecognizer::checkSoftClauseHazards(MachineInstr *MEM) { in checkSoftClauseHazards()
/freebsd-11-stable/sys/dev/hptiop/
HDhptiop.h50 #define offsetof(TYPE, MEM) ((size_t)&((TYPE*)0)->MEM) argument