Home
last modified time | relevance | path

Searched defs:NEW (Results 1 – 13 of 13) 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.cpp174 #define ENTRY(OLD, NEW) {#OLD, #NEW}, in emitCompressEVEXTable() argument
306 #define ENTRY_ND(OLD, NEW) {#OLD, #NEW}, in emitND2NonNDTable() argument
344 #define ENTRY_SSE2AVX(OLD, NEW) {#OLD, #NEW}, in emitSSE2AVXTable() argument
/freebsd/contrib/diff/lib/
H A Dxalloc.h81 # define NEW(type, var) type *var = xmalloc (sizeof (type)) macro
/freebsd/crypto/openssl/test/
H A Dcmp_ctx_test.c337 DEFAULT, NEW, FREE) \ argument
518 DEFAULT, NEW, FREE) \ argument
612 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/diff/src/
H A Ddiff.h38 NEW, enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCuda.h49 NEW = 10000, // Too new. Issue a warning, but allow using it. enumerator
/freebsd/crypto/openssl/util/
H A Dcheck-format-test-negatives.c422 DEFAULT, NEW, FREE) \ argument
/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.c2422 #define NEW 1 /* if found, error else allocate and hash it */ macro