15#define HUNDREDYEAROFFSET 19
19 _T(
"Sun "),
_T(
"Mon "),
_T(
"Tue "),
_T(
"Wed "),
20 _T(
"Thu "),
_T(
"Fri "),
_T(
"Sat ")
25 _T(
"Jan "),
_T(
"Feb "),
_T(
"Mar "),
_T(
"Apr "),
_T(
"May "),
_T(
"Jun "),
26 _T(
"Jul "),
_T(
"Aug "),
_T(
"Sep "),
_T(
"Oct "),
_T(
"Nov "),
_T(
"Dec ")
30typedef unsigned long long _TCHAR4;
70 u.array[0] =
'0' + (
x / 10);
71 u.array[1] =
'0' + (
x % 10);
109 const struct tm *ptm)
113 (
unsigned int)ptm->
tm_sec > 59 ||
114 (
unsigned int)ptm->
tm_min > 59 ||
115 (
unsigned int)ptm->
tm_hour > 23 ||
116 (
unsigned int)ptm->
tm_mday > 31 ||
117 (
unsigned int)ptm->
tm_mon > 11 ||
118 (
unsigned int)ptm->
tm_year > 2038 ||
119 (
unsigned int)ptm->
tm_wday > 6 ||
120 (
unsigned int)ptm->
tm_yday > 365)
156 pstr =
data->asctime_buffer;
158 pstr =
data->wasctime_buffer;
static __inline void FillBuf(timebuf_t *buf, const struct tm *ptm)
#define HUNDREDYEAROFFSET
static const _TCHAR wday_name[DAYSPERWEEK][5]
FORCEINLINE _TCHAR2 IntToChar2(int x)
static const _TCHAR mon_name[MONSPERYEAR][5]
#define _CRT_WIDE(_String)
GLint GLint GLint GLint GLint x
GLint GLenum GLsizei GLsizei GLsizei GLint GLsizei const GLvoid * data
GLenum GLuint GLenum GLsizei const GLchar * buf
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble * u
thread_data_t * msvcrt_get_thread_data(void)
static size_t numberOfElements
void _invalid_parameter(const wchar_t *expression, const wchar_t *function, const wchar_t *file, unsigned int line, uintptr_t pReserved)