Home
last modified time | relevance | path

Searched defs:NEW (Results 1 – 10 of 10) sorted by relevance

/freebsd/lib/libsecureboot/openpgp/
H A Ddecode.h38 #define NEW(x) calloc(1,sizeof(x)) macro
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86InstrMappingEmitter.cpp173 #define ENTRY(OLD, NEW) {#OLD, #NEW}, in emitCompressEVEXTable() argument
307 #define ENTRY_ND(OLD, NEW) {#OLD, #NEW}, in emitND2NonNDTable() argument
345 #define ENTRY_SSE2AVX(OLD, NEW) {#OLD, #NEW}, in emitSSE2AVXTable() argument
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCuda.h53 NEW = 10000, // Too new. Issue a warning, but allow using it. enumerator
/freebsd/crypto/openssl/test/
H A Dcmp_ctx_test.c358 …DEFAULT, NEW, FREE) … argument
539 DEFAULT, NEW, FREE) \ argument
634 …DEFAULT, NEW, FREE) … argument
/freebsd/sbin/restore/
H A Drestore.h87 #define NEW 0x0002 /* a new entry to be extracted */ macro
/freebsd/tests/atf_python/sys/netlink/
H A Dmessage.py25 NEW = 2 variable in NlMsgCategory
/freebsd/contrib/byacc/
H A Ddefs.h184 #define NEW(t) ((t*)allocate(sizeof(t))) macro
/freebsd/lib/libc/isc/
H A Deventlib_p.h55 #define NEW(p) if (((p) = memget(sizeof *(p))) != NULL) \ macro
/freebsd/libexec/rtld-elf/
H A Drtld.h45 #define NEW(type) ((type *) xmalloc(sizeof(type))) macro
/freebsd/sys/ufs/ffs/
H A Dffs_alloc.c2421 #define NEW 1 /* if found, error else allocate and hash it */ macro