Home
last modified time | relevance | path

Searched refs:stm (Results 1 - 25 of 82) sorted by relevance

1234

/test/xts/acts/kernel_lite/time_posix/src/
H A DTimeUtilsTest.cpp165 LOG("stm = %s;mktime:%ld\n", asctime(stm2), (long)timep); in HWTEST_F()
177 struct tm *stm = gmtime(&time1); in HWTEST_F() local
178 ASSERT_NE(nullptr, stm); in HWTEST_F()
179 EXPECT_EQ(stm->tm_hour, 05) << "gmtime return error!"; in HWTEST_F()
180 EXPECT_STREQ(asctime(stm), "Thu Jan 1 05:14:40 1970\n") << "gmtime return error!"; in HWTEST_F()
183 stm = gmtime(&time1); in HWTEST_F()
184 ASSERT_NE(nullptr, stm); in HWTEST_F()
185 EXPECT_STREQ(asctime(stm), "Tue Jan 19 03:14:07 2038\n") << "gmtime return error!"; in HWTEST_F()
188 stm = gmtime(&time1); in HWTEST_F()
189 ASSERT_NE(nullptr, stm); in HWTEST_F()
206 struct tm *stm = gmtime_r(&g_time, &res); HWTEST_F() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_time.c492 struct tm stm; in ossl_asn1_time_print_ex() local
496 if (!ossl_asn1_time_to_tm(&stm, tm)) in ossl_asn1_time_print_ex()
521 stm.tm_year + 1900, stm.tm_mon + 1, in ossl_asn1_time_print_ex()
522 stm.tm_mday, stm.tm_hour, in ossl_asn1_time_print_ex()
523 stm.tm_min, stm.tm_sec, f_len, f, in ossl_asn1_time_print_ex()
528 _asn1_mon[stm.tm_mon], stm in ossl_asn1_time_print_ex()
551 struct tm stm, ttm; ASN1_TIME_cmp_time_t() local
[all...]
H A Da_utctm.c77 struct tm stm, ttm; in ASN1_UTCTIME_cmp_time_t() local
80 if (!ossl_asn1_utctime_to_tm(&stm, s)) in ASN1_UTCTIME_cmp_time_t()
86 if (!OPENSSL_gmtime_diff(&day, &sec, &ttm, &stm)) in ASN1_UTCTIME_cmp_time_t()
/third_party/openssl/crypto/asn1/
H A Da_time.c492 struct tm stm; in ossl_asn1_time_print_ex() local
496 if (!ossl_asn1_time_to_tm(&stm, tm)) in ossl_asn1_time_print_ex()
521 stm.tm_year + 1900, stm.tm_mon + 1, in ossl_asn1_time_print_ex()
522 stm.tm_mday, stm.tm_hour, in ossl_asn1_time_print_ex()
523 stm.tm_min, stm.tm_sec, f_len, f, in ossl_asn1_time_print_ex()
528 _asn1_mon[stm.tm_mon], stm in ossl_asn1_time_print_ex()
551 struct tm stm, ttm; ASN1_TIME_cmp_time_t() local
[all...]
H A Da_utctm.c77 struct tm stm, ttm; in ASN1_UTCTIME_cmp_time_t() local
80 if (!ossl_asn1_utctime_to_tm(&stm, s)) in ASN1_UTCTIME_cmp_time_t()
86 if (!OPENSSL_gmtime_diff(&day, &sec, &ttm, &stm)) in ASN1_UTCTIME_cmp_time_t()
/third_party/backends/backend/escl/
H A Descl_mupdf.c55 next_file_escl(fz_context *ctx, fz_stream *stm, size_t n) in next_file_escl() argument
57 fz_file_stream_escl *state = stm->state; in next_file_escl()
63 stm->rp = state->buffer; in next_file_escl()
64 stm->wp = state->buffer + n; in next_file_escl()
65 stm->pos += (int64_t)n; in next_file_escl()
69 return *stm->rp++; in next_file_escl()
83 seek_file_escl(fz_context *ctx, fz_stream *stm, int64_t offset, int whence) in seek_file_escl() argument
85 fz_file_stream_escl *state = stm->state; in seek_file_escl()
94 stm->pos = _ftelli64(state->file); in seek_file_escl()
96 stm in seek_file_escl()
105 fz_stream *stm; fz_open_file_ptr_escl() local
[all...]
/third_party/ffmpeg/libavcodec/arm/
H A Dhpeldsp_arm.S101 stm r0, {r4-r7}
114 stm r0, {r9-r12}
125 stm r0, {r9-r12}
136 stm r0, {r9-r12}
154 stm r0, {r4-r5}
165 stm r0, {r4-r5}
176 stm r0, {r4-r5}
187 stm r0, {r4-r5}
208 stm r0, {r8-r9}
221 stm r
[all...]
H A Dflacdsp_arm.S39 stm r0!, {r2, lr}
70 stm r0!, {r6, r7}
126 stm r0!, {r6, r7}
H A Dpixblockdsp_armv6.S39 stm r0!, {r5,r6,r7,r12}
72 stm r0!, {r4,r6,r8,r9}
H A Dhpeldsp_armv6.S178 stm r0, {r4,r5}
180 stm r0, {r8,r9}
204 stm r0, {r8,r9}
206 stm r0, {r12,r14}
/test/ostest/wukong/common/include/
H A Dcommon.h26 std::ostringstream stm; in runProcess() local
29 stm << line; in runProcess()
32 return stm.str(); in runProcess()
/third_party/mesa3d/src/imagination/vulkan/pds/
H A Dpvr_pds_disasm.c370 struct pvr_stm *stm = malloc(sizeof(*stm)); in pvr_pds_disassemble_instruction_stm() local
371 assert(stm); in pvr_pds_disassemble_instruction_stm()
373 stm->instruction.next = NULL; in pvr_pds_disassemble_instruction_stm()
374 stm->instruction.type = INS_STM; in pvr_pds_disassemble_instruction_stm()
376 stm->cc = instruction & (1 << PVR_ROGUE_PDSINST_STM_CCS_CCS_CC_SHIFT); in pvr_pds_disassemble_instruction_stm()
377 stm->ccs_global = instruction & in pvr_pds_disassemble_instruction_stm()
379 stm->ccs_so = instruction & (1 << PVR_ROGUE_PDSINST_STM_CCS_CCS_SO_SHIFT); in pvr_pds_disassemble_instruction_stm()
380 stm->tst = instruction & (1 << PVR_ROGUE_PDSINST_STM_SO_TST_SHIFT); in pvr_pds_disassemble_instruction_stm()
382 stm in pvr_pds_disassemble_instruction_stm()
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H A Dmacro-assembler-arm.h100 stm(db_w, sp, {src1, src2}, cond); in Push()
111 stm(db_w, sp, {src1, src2, src3}, cond); in Push()
113 stm(db_w, sp, {src1, src2}, cond); in Push()
128 stm(db_w, sp, {src1, src2, src3, src4}, cond); in Push()
130 stm(db_w, sp, {src1, src2, src3}, cond); in Push()
134 stm(db_w, sp, {src1, src2}, cond); in Push()
150 stm(db_w, sp, {src1, src2, src3, src4, src5}, cond); in Push()
152 stm(db_w, sp, {src1, src2, src3, src4}, cond); in Push()
156 stm(db_w, sp, {src1, src2, src3}, cond); in Push()
160 stm(db_ in Push()
[all...]
/third_party/skia/tools/
H A Dusing_skia_and_harfbuzz.cpp85 std::ostringstream stm; variable
86 stm << value;
87 return stm.str();
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/
H A Dchacha-s390x.pl121 stm ($xc,$xc_,"$stdframe+4*8+4*$c0($sp)"); # reload pair of 'c's
274 &{$z? \&stmg:\&stm} ("%r6","%r15","6*$SIZE_T($sp)");
298 stm (@t[0],@t[1],"$stdframe+4*8+4*10($sp)");# offload x[10]-x[11]
312 stm (@t[0],@t[1],"$stdframe+4*8+4*8($sp)"); # offload x[8]-x[9]
406 stm (@x[0],@x[7],"$stdframe+4*0($sp)");
410 stm (@x[12],@x[15],"$stdframe+4*12($sp)");
419 stm (@x[0],@x[3],"$stdframe+4*8($sp)");
453 &{$z? \&stmg:\&stm} ("%r6","%r7","6*$SIZE_T($sp)");
743 &{$z? \&stmg:\&stm} ("%r6","%r7","6*$SIZE_T($sp)");
/third_party/openssl/crypto/chacha/asm/
H A Dchacha-s390x.pl121 stm ($xc,$xc_,"$stdframe+4*8+4*$c0($sp)"); # reload pair of 'c's
274 &{$z? \&stmg:\&stm} ("%r6","%r15","6*$SIZE_T($sp)");
298 stm (@t[0],@t[1],"$stdframe+4*8+4*10($sp)");# offload x[10]-x[11]
312 stm (@t[0],@t[1],"$stdframe+4*8+4*8($sp)"); # offload x[8]-x[9]
406 stm (@x[0],@x[7],"$stdframe+4*0($sp)");
410 stm (@x[12],@x[15],"$stdframe+4*12($sp)");
419 stm (@x[0],@x[3],"$stdframe+4*8($sp)");
453 &{$z? \&stmg:\&stm} ("%r6","%r7","6*$SIZE_T($sp)");
743 &{$z? \&stmg:\&stm} ("%r6","%r7","6*$SIZE_T($sp)");
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daes-s390x.pl271 stm${g} %r3,$ra,3*$SIZE_T($sp)
597 stm${g} %r3,$ra,3*$SIZE_T($sp)
853 stm${g} %r4,%r13,4*$SIZE_T($sp) # all non-volatile regs and $key
1258 stm${g} $key,$ra,5*$SIZE_T($sp)
1274 stm${g} $inp,$out,2*$SIZE_T($sp)
1330 stm${g} $inp,$out,2*$SIZE_T($sp)
1464 stm${g} %r6,$s1,6*$SIZE_T($sp)
1593 stm${g} $key,$ra,5*$SIZE_T($sp)
1599 stm${g} $inp,$out,2*$SIZE_T($sp)
1615 stm
[all...]
/third_party/openssl/crypto/aes/asm/
H A Daes-s390x.pl271 stm${g} %r3,$ra,3*$SIZE_T($sp)
597 stm${g} %r3,$ra,3*$SIZE_T($sp)
853 stm${g} %r4,%r13,4*$SIZE_T($sp) # all non-volatile regs and $key
1258 stm${g} $key,$ra,5*$SIZE_T($sp)
1274 stm${g} $inp,$out,2*$SIZE_T($sp)
1330 stm${g} $inp,$out,2*$SIZE_T($sp)
1464 stm${g} %r6,$s1,6*$SIZE_T($sp)
1593 stm${g} $key,$ra,5*$SIZE_T($sp)
1599 stm${g} $inp,$out,2*$SIZE_T($sp)
1615 stm
[all...]
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/crypto/modes/
H A Dghash-s390x.S8 stm %r6,%r14,6*4(%r15)
36 stm %r6,%r14,6*4(%r15)
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/crypto/modes/
H A Dghash-s390x.S8 stm %r6,%r14,6*4(%r15)
36 stm %r6,%r14,6*4(%r15)
/third_party/node/deps/openssl/openssl/crypto/rc4/asm/
H A Drc4-s390x.pl74 stm${g} %r6,%r11,6*$SIZE_T($sp)
187 stm${g} %r6,%r8,6*$SIZE_T($sp)
/third_party/openssl/crypto/rc4/asm/
H A Drc4-s390x.pl74 stm${g} %r6,%r11,6*$SIZE_T($sp)
187 stm${g} %r6,%r8,6*$SIZE_T($sp)
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/crypto/sha/
H A Dkeccak1600-s390x.S267 stm %r6,%r15,4*6(%r15)
320 stm %r5,%r15,4*5(%r15)
359 stm %r3,%r4,296+3*4(%r15)
416 stm %r3,%r4,3*4(%r15)
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/crypto/sha/
H A Dkeccak1600-s390x.S267 stm %r6,%r15,4*6(%r15)
320 stm %r5,%r15,4*5(%r15)
359 stm %r3,%r4,296+3*4(%r15)
416 stm %r3,%r4,3*4(%r15)
/third_party/mesa3d/src/gallium/targets/dri/
H A Dtarget.c119 DEFINE_LOADER_DRM_ENTRYPOINT(stm)

Completed in 16 milliseconds

1234