Searched refs:tz (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/libc_stub/ |
A D | newlib_stub.c | 319 struct timezone *tz = __tzp; in _gettimeofday_r() local 327 if (tz) { in _gettimeofday_r() 329 tz->tz_minuteswest = 0; in _gettimeofday_r() 330 tz->tz_dsttime = 0; in _gettimeofday_r()
|
/AliOS-Things-master/components/sntp/src/ |
A D | sntp.c | 98 void sntp_set_timezone(const struct timezone *tz) { in sntp_set_timezone() argument 99 if (tz) { in sntp_set_timezone() 100 g_timezone = *tz; in sntp_set_timezone()
|
/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/ |
A D | ecc_dsa.c | 205 uECC_word_t tz[NUM_ECC_WORDS]; in uECC_verify() local 279 uECC_vli_modSub(tz, rx, tx, curve->p, num_words); /* Z = x2 - x1 */ in uECC_verify() 281 uECC_vli_modMult_fast(z, z, tz, curve); in uECC_verify()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | quickjs.c | 47300 d += tz * 60000; in get_date_fields() 47332 fields[8] = tz; in get_date_fields() 47459 tz = fields[8]; in get_date_string() 47510 if (tz < 0) { in get_date_string() 47512 tz = -tz; in get_date_string() 47518 "%02d%02d", tz / 60, tz % 60); in get_date_string() 47758 int64_t tz, hh, mm; in js_Date_parse() local 47804 tz = 0; in js_Date_parse() 47814 tz = -tz; in js_Date_parse() 47854 tz = 0; in js_Date_parse() [all …]
|
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_opengl_glext.h | 5975 typedef void (APIENTRYP PFNGLTANGENT3BEXTPROC) (GLbyte tx, GLbyte ty, GLbyte tz); 5977 typedef void (APIENTRYP PFNGLTANGENT3DEXTPROC) (GLdouble tx, GLdouble ty, GLdouble tz); 5979 typedef void (APIENTRYP PFNGLTANGENT3FEXTPROC) (GLfloat tx, GLfloat ty, GLfloat tz); 5981 typedef void (APIENTRYP PFNGLTANGENT3IEXTPROC) (GLint tx, GLint ty, GLint tz); 5983 typedef void (APIENTRYP PFNGLTANGENT3SEXTPROC) (GLshort tx, GLshort ty, GLshort tz); 5998 GLAPI void APIENTRY glTangent3bEXT (GLbyte tx, GLbyte ty, GLbyte tz); 6000 GLAPI void APIENTRY glTangent3dEXT (GLdouble tx, GLdouble ty, GLdouble tz); 6002 GLAPI void APIENTRY glTangent3fEXT (GLfloat tx, GLfloat ty, GLfloat tz); 6004 GLAPI void APIENTRY glTangent3iEXT (GLint tx, GLint ty, GLint tz); 6006 GLAPI void APIENTRY glTangent3sEXT (GLshort tx, GLshort ty, GLshort tz);
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | testimg.ppm | 4 …2.-2.-2.-2./1./1.02/02/11/11/11/11/11/11/5*2;/3A32C4/J;6]OOymy��������Ӑ�݂��tz�jn�_b�YZ�PHmHBdA>]>>…
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duktape.c | 92862 duk_uint32_t ty, tz; local 92875 tz = z->v[i]; 92877 tz = 0; 92879 tmp = (duk_int64_t) ty - (duk_int64_t) tz + tmp;
|
Completed in 384 milliseconds