Home
last modified time | relevance | path

Searched refs:vals (Results 1 – 4 of 4) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/i386/
A Dcreatethread.c29 desc.vals[0] = TLS_GET_GS () >> 3; \
31 desc.vals[1] = (unsigned long int) pd; \
33 desc.vals[2] = 0xfffff; \
41 desc.vals[3] = 0x51
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/i386/
A Dtls.h109 unsigned int vals[4]; member
217 _segdescr.vals[0] = TLS_GET_GS () >> 3; \
219 _segdescr.vals[0] = -1; \
221 _segdescr.vals[1] = (unsigned long int) _thrdescr; \
223 _segdescr.vals[2] = 0xfffff; \
231 _segdescr.vals[3] = 0x51; \
/l4re-core-master/uclibc/lib/libpthread/src/sysdeps/i386/
A Dtls.h245 _segdescr.vals[0] = TLS_GET_GS () >> 3; \
247 _segdescr.vals[0] = -1; \
249 _segdescr.vals[1] = (unsigned long int) _thrdescr; \
251 _segdescr.vals[2] = 0xfffff; \
259 _segdescr.vals[3] = 0x51; \
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/time/
A Dtime.c1702 static const char vals[] = { variable
1716 #define TZ vals
1717 #define UTC (vals + 3)
1718 #define RANGE (vals + 7)
1719 #define RULE (vals + 11 - 1)
1720 #define DEFAULT_RULES (vals + 22)
1721 #define DEFAULT_2007_RULES (vals + 38)

Completed in 9 milliseconds