Searched refs:nm (Results 1 – 4 of 4) sorted by relevance
/trusty/kernel/lib/trusty/include/lib/trusty/ |
D | uirq.h | 48 #define UIRQ_INITIALIZER(nm, uu, uunum, cfg) \ argument 49 { .name = nm, .uuids = uu, .uuids_num = uunum, .cfg_flags = cfg, }
|
/trusty/hardware/nxp/app/hwcrypto/ |
D | caam.h | 71 #define DECLARE_SG_SAFE_BUF(nm, sz) uint8_t nm[sz] __attribute__((aligned(sz))) argument
|
/trusty/kernel/lib/ktipc/include/lib/ktipc/ |
D | ktipc.h | 47 #define KTIPC_SERVER_INITIAL_VALUE(ksrv, nm) \ argument 49 .name = (nm), .hset = NULL, .thread = NULL, \
|
/trusty/user/base/lib/dlmalloc/ |
D | dlmalloc.c | 3500 struct mallinfo nm = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in internal_mallinfo() local 3524 nm.arena = sum; in internal_mallinfo() 3525 nm.ordblks = nfree; in internal_mallinfo() 3526 nm.hblkhd = m->footprint - sum; in internal_mallinfo() 3527 nm.usmblks = m->max_footprint; in internal_mallinfo() 3528 nm.uordblks = m->footprint - mfree; in internal_mallinfo() 3529 nm.fordblks = mfree; in internal_mallinfo() 3530 nm.keepcost = m->topsize; in internal_mallinfo() 3535 return nm; in internal_mallinfo()
|