Home
last modified time | relevance | path

Searched refs:NGREG (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/sys/
Ducontext.h76 #define NGREG 18 /* Like glibc. */ macro
79 typedef greg_t gregset_t[NGREG];
105 #define NGREG 34 /* x0..x30 + sp + pc + pstate */
107 typedef greg_t gregset_t[NGREG];
167 NGREG
168 #define NGREG NGREG
172 typedef greg_t gregset_t[NGREG];
265 NGREG
266 #define NGREG NGREG
270 typedef greg_t gregset_t[NGREG];
/bionic/tests/
Dsys_procfs_test.cpp43 static_assert(sizeof(gregset_t) / sizeof(greg_t) == NGREG); in TEST()