Home
last modified time | relevance | path

Searched refs:id (Results 1 – 5 of 5) sorted by relevance

/hal_xtensa-3.4.0/include/xtensa/
Dtraxreg.h70 #define TRAX_ID_MAJVER(id) (((id) >> 20) & 0x0f) argument
71 #define TRAX_ID_MINVER(id) (((id) >> 17) & 0x07) argument
72 #define TRAX_ID_VER(id) ((TRAX_ID_MAJVER(id)<<4)|TRAX_ID_MINVER(id)) argument
92 #define TRAX_ID_1_0_ERRATUM(id) (TRAX_ID_VER(id) == TRAX_VER_1_0) argument
94 #define TRAX_ID_MEMSZ_ERRATUM(id) (TRAX_ID_VER(id) == TRAX_VER_2_0) argument
174 unsigned id; member
Dtrax-api.h78 extern int trax_display_id(unsigned id, const char *prefix);
79 extern int trax_display_summary(unsigned id,
Dtraxfile.h52 unsigned id; /* 80: TRAX registers at time of save (0 if not read) */ member
/hal_xtensa-3.4.0/
Daclocal.m4630 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
1139 # to the POSIX-mandated id(1) utility. Errors in the 'id' calls
1142 am_uid=`id -u || echo unknown`
1143 am_gid=`id -g || echo unknown`
Dconfigure2391 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>