Searched defs:r (Results 1 – 4 of 4) sorted by relevance
/trusty/hardware/nxp/platform/imx/ |
D | tzasc.c | 32 void initial_tzasc(const tzasc_region_t* r, uint num) { in initial_tzasc()
|
/trusty/kernel/include/shared/lk/ |
D | reflist.h | 41 #define OBJ_REF_INITIAL_VALUE(r) \ argument
|
/trusty/hardware/nxp/platform/imx/common/include/platform/ |
D | tzasc.h | 38 #define TZ_REG(r) (*REG32(r)) argument
|
/trusty/user/base/lib/dlmalloc/ |
D | dlmalloc.c | 4244 mchunkptr r = m->top = chunk_plus_offset(p, nb); in sys_alloc() local 4497 mchunkptr r = chunk_plus_offset(v, nb); in tmalloc_large() local 4535 mchunkptr r = chunk_plus_offset(v, nb); in tmalloc_small() local 4609 mchunkptr b, p, r; in dlmalloc() local 4654 mchunkptr r = gm->dv = chunk_plus_offset(p, nb); in dlmalloc() local 4673 mchunkptr r = gm->top = chunk_plus_offset(p, nb); in dlmalloc() local 4844 mchunkptr r = chunk_plus_offset(p, nb); in try_realloc_chunk() local 4868 mchunkptr r = chunk_plus_offset(p, nb); in try_realloc_chunk() local 4895 mchunkptr r = chunk_plus_offset(p, nb); in try_realloc_chunk() local 5309 size_t r = alignment % sizeof(void*); in dlposix_memalign() local [all …]
|