Searched defs:NEW (Results 1 – 10 of 10) sorted by relevance
| /freebsd/lib/libsecureboot/openpgp/ |
| H A D | decode.h | 38 #define NEW(x) calloc(1,sizeof(x)) macro
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | X86InstrMappingEmitter.cpp | 173 #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 D | Cuda.h | 53 NEW = 10000, // Too new. Issue a warning, but allow using it. enumerator
|
| /freebsd/crypto/openssl/test/ |
| H A D | cmp_ctx_test.c | 358 …DEFAULT, NEW, FREE) … argument 539 DEFAULT, NEW, FREE) \ argument 634 …DEFAULT, NEW, FREE) … argument
|
| /freebsd/sbin/restore/ |
| H A D | restore.h | 87 #define NEW 0x0002 /* a new entry to be extracted */ macro
|
| /freebsd/tests/atf_python/sys/netlink/ |
| H A D | message.py | 25 NEW = 2 variable in NlMsgCategory
|
| /freebsd/contrib/byacc/ |
| H A D | defs.h | 184 #define NEW(t) ((t*)allocate(sizeof(t))) macro
|
| /freebsd/lib/libc/isc/ |
| H A D | eventlib_p.h | 55 #define NEW(p) if (((p) = memget(sizeof *(p))) != NULL) \ macro
|
| /freebsd/libexec/rtld-elf/ |
| H A D | rtld.h | 45 #define NEW(type) ((type *) xmalloc(sizeof(type))) macro
|
| /freebsd/sys/ufs/ffs/ |
| H A D | ffs_alloc.c | 2421 #define NEW 1 /* if found, error else allocate and hash it */ macro
|