/third_party/libwebsockets/lib/misc/ |
D | lejp.c | 87 ctx->pst[0].callback = callback; in lejp_construct() 88 ctx->pst[0].paths = paths; in lejp_construct() 89 ctx->pst[0].count_paths = count_paths; in lejp_construct() 90 ctx->pst[0].user = NULL; in lejp_construct() 91 ctx->pst[0].ppos = 0; in lejp_construct() 93 ctx->pst[0].callback(ctx, LEJPCB_CONSTRUCTED); in lejp_construct() 110 if (ctx && ctx->pst[0].callback) in lejp_destruct() 111 ctx->pst[0].callback(ctx, LEJPCB_DESTRUCTED); in lejp_destruct() 140 ctx->pst[0].callback(ctx, LEJPCB_DESTRUCTED); in lejp_change_callback() 141 ctx->pst[0].callback = callback; in lejp_change_callback() [all …]
|
D | lecp.c | 63 ctx->pst[0].cb = cb; in lecp_construct() 64 ctx->pst[0].paths = paths; in lecp_construct() 65 ctx->pst[0].count_paths = count_paths; in lecp_construct() 70 ctx->pst[0].cb(ctx, LECPCB_CONSTRUCTED); in lecp_construct() 77 if (ctx->pst[0].cb) in lecp_destruct() 78 ctx->pst[0].cb(ctx, LECPCB_DESTRUCTED); in lecp_destruct() 84 ctx->pst[0].cb(ctx, LECPCB_DESTRUCTED); in lecp_change_callback() 85 ctx->pst[0].cb = cb; in lecp_change_callback() 86 ctx->pst[0].cb(ctx, LECPCB_CONSTRUCTED); in lecp_change_callback() 131 n < ctx->pst[ctx->pst_sp].count_paths; n++) { in lecp_check_path_match() [all …]
|
D | lws-struct-lejp.c | 169 [ctx->pst[ctx->pst_sp - 1].path_match - 1]; in lws_struct_default_lejp_cb() 174 ctx->pst[ctx->pst_sp].user = NULL; in lws_struct_default_lejp_cb() 183 ctx->pst[ctx->pst_sp].user = NULL; in lws_struct_default_lejp_cb() 198 [ctx->pst[ctx->pst_sp - 1].path_match - 1]; in lws_struct_default_lejp_cb() 236 if (!ctx->pst[ctx->pst_sp].user) { in lws_struct_default_lejp_cb() 257 (((char *)ctx->pst[ctx->pst_sp - 1].user) + pmap->ofs); in lws_struct_default_lejp_cb() 263 ctx->pst[ctx->pst_sp].user = lwsac_use_zero(&args->ac, in lws_struct_default_lejp_cb() 265 if (!ctx->pst[ctx->pst_sp].user) { in lws_struct_default_lejp_cb() 276 ((char *)ctx->pst[ctx->pst_sp].user + in lws_struct_default_lejp_cb() 282 *((void **)owner) = ctx->pst[ctx->pst_sp].user; in lws_struct_default_lejp_cb() [all …]
|
/third_party/libffi/src/powerpc/ |
D | ffi_sysv.c | 680 unsigned long *pst) in ffi_closure_helper_SYSV() argument 747 avalue[i] = pst; in ffi_closure_helper_SYSV() 748 pst += 1; in ffi_closure_helper_SYSV() 761 if (((long) pst) & 4) in ffi_closure_helper_SYSV() 762 pst++; in ffi_closure_helper_SYSV() 763 avalue[i] = pst; in ffi_closure_helper_SYSV() 764 pst += 2; in ffi_closure_helper_SYSV() 778 if (((long) pst) & 4) in ffi_closure_helper_SYSV() 779 pst++; in ffi_closure_helper_SYSV() 780 avalue[i] = pst; in ffi_closure_helper_SYSV() [all …]
|
D | ffi_linux64.c | 863 unsigned long *pst, in ffi_closure_helper_LINUX64() argument 887 rvalue = (void *) *pst; in ffi_closure_helper_LINUX64() 888 pst++; in ffi_closure_helper_LINUX64() 910 avalue[i] = (char *) pst + 7; in ffi_closure_helper_LINUX64() 911 pst++; in ffi_closure_helper_LINUX64() 918 avalue[i] = (char *) pst + 6; in ffi_closure_helper_LINUX64() 919 pst++; in ffi_closure_helper_LINUX64() 926 avalue[i] = (char *) pst + 4; in ffi_closure_helper_LINUX64() 927 pst++; in ffi_closure_helper_LINUX64() 934 avalue[i] = pst; in ffi_closure_helper_LINUX64() [all …]
|
/third_party/libffi/src/sh/ |
D | ffi.c | 516 unsigned long *pst) in ffi_closure_helper_SYSV() argument 645 avalue[i] = (((char *)pst) + OFS_INT8); in ffi_closure_helper_SYSV() 650 avalue[i] = (((char *)pst) + OFS_INT16); in ffi_closure_helper_SYSV() 654 avalue[i] = pst; in ffi_closure_helper_SYSV() 660 pst++; in ffi_closure_helper_SYSV() 676 avalue[i] = pst; in ffi_closure_helper_SYSV() 677 pst++; in ffi_closure_helper_SYSV() 688 avalue[i] = pst; in ffi_closure_helper_SYSV() 689 pst += 2; in ffi_closure_helper_SYSV() 704 pst += greg - NGREGARG; in ffi_closure_helper_SYSV() [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/ |
D | CalendarHandler.java | 74 TimeZone pst = TimeZone.getTimeZone("America/Los_Angeles"); in getTestObjects() local 78 calendars[i] = Calendar.getInstance(pst, locales[i]); in getTestObjects() 176 TimeZone pst = TimeZone.getTimeZone("America/Los_Angeles"); in getTestObjects() local 180 calendars[i] = new GregorianCalendar(pst, locales[i]); in getTestObjects()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
D | CalendarHandler.java | 73 TimeZone pst = TimeZone.getTimeZone("America/Los_Angeles"); in getTestObjects() local 77 calendars[i] = Calendar.getInstance(pst, locales[i]); in getTestObjects() 175 TimeZone pst = TimeZone.getTimeZone("America/Los_Angeles"); in getTestObjects() local 179 calendars[i] = new GregorianCalendar(pst, locales[i]); in getTestObjects()
|
/third_party/libwebsockets/lib/cose/ |
D | cose_validate.c | 458 cps->sub, ctx->pst[ctx->pst_sp].ppos, cps->sp); in cb_cose_sig() 529 if (ctx->pst[ctx->pst_sp].ppos == 4 || in cb_cose_sig() 530 ctx->pst[ctx->pst_sp].ppos == 6) { in cb_cose_sig() 545 if (ctx->pst[ctx->pst_sp].ppos != 2) in cb_cose_sig() 582 if (ctx->pst[ctx->pst_sp].ppos == 2) { in cb_cose_sig() 644 if (ctx->pst[ctx->pst_sp].ppos >= 4) { in cb_cose_sig()
|
D | cose_key.c | 317 ctx->pst[ctx->pst_sp].ppos); in cb_cose_key() 326 if (cps->pkey_set && ctx->pst[ctx->pst_sp].ppos == 2) { in cb_cose_key() 341 if (cps->pkey_set && ctx->pst[ctx->pst_sp].ppos == 2) { in cb_cose_key() 357 __func__, ctx->sp, ctx->pst[ctx->sp].ppos); in cb_cose_key() 417 (ctx->pst[ctx->sp].ppos != 3 || in cb_cose_key() 424 (ctx->pst[ctx->sp].ppos != 5 || in cb_cose_key()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
D | TimeZoneBoundaryTest.java | 397 TimeZone pst = safeGetTimeZone("PST"); in TestBoundaries() local 398 Calendar tempcal = Calendar.getInstance(pst); in TestBoundaries() 427 TimeZone.setDefault(pst); in TestBoundaries() 438 tempcal, pst, true, inDST, -8*ONE_HOUR, in TestBoundaries()
|
D | TimeZoneRegressionTest.java | 814 TimeZone pst = TimeZone.getTimeZone("PST"); in Test4173604() local 815 int o22 = pst.getOffset(1, 1998, 11, 31, Calendar.THURSDAY, 22*60*60*1000); in Test4173604() 816 int o23 = pst.getOffset(1, 1998, 11, 31, Calendar.THURSDAY, 23*60*60*1000); in Test4173604() 817 int o00 = pst.getOffset(1, 1999, 0, 1, Calendar.FRIDAY, 0); in Test4173604() 826 cal.setTimeZone(pst); in Test4173604()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tzbdtest.cpp | 280 TimeZone* pst = TimeZone::createTimeZone("PST"); in TestBoundaries() local 281 Calendar* tempcal = Calendar::createInstance(pst, status); in TestBoundaries() 301 TimeZone::setDefault(*pst); in TestBoundaries() 315 …verifyDST(tempcal->getTime(status),pst, true, inDST, -8*ONE_HOUR,inDST ? -7*ONE_HOUR : -8*ONE_HOUR… in TestBoundaries()
|
D | tzregts.cpp | 1104 LocalPointer<TimeZone> pst(new SimpleTimeZone(-28800*U_MILLIS_PER_SECOND, in TestJDK12API() local 1126 if(pst->hasSameRules(*cst)) { in TestJDK12API() 1131 int32_t offset1 = pst->getOffset(1, in TestJDK12API() 1144 pst->getOffset(1, in TestJDK12API()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneBoundaryTest.java | 394 TimeZone pst = safeGetTimeZone("PST"); in TestBoundaries() local 395 Calendar tempcal = Calendar.getInstance(pst); in TestBoundaries() 424 TimeZone.setDefault(pst); in TestBoundaries() 435 tempcal, pst, true, inDST, -8*ONE_HOUR, in TestBoundaries()
|
D | TimeZoneRegressionTest.java | 811 TimeZone pst = TimeZone.getTimeZone("PST"); in Test4173604() local 812 int o22 = pst.getOffset(1, 1998, 11, 31, Calendar.THURSDAY, 22*60*60*1000); in Test4173604() 813 int o23 = pst.getOffset(1, 1998, 11, 31, Calendar.THURSDAY, 23*60*60*1000); in Test4173604() 814 int o00 = pst.getOffset(1, 1999, 0, 1, Calendar.FRIDAY, 0); in Test4173604() 823 cal.setTimeZone(pst); in Test4173604()
|
/third_party/libwebsockets/test-apps/ |
D | test-lejp.c | 83 ctx->path_match, ctx->pst[ctx->pst_sp].ppos); in cb()
|
D | test-lecp.c | 67 ctx->path_match, ctx->pst[ctx->pst_sp].ppos); in cb()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-lejp.h | 228 struct _lejp_parsing_stack pst[LEJP_MAX_PARSING_STACK_DEPTH]; member
|
D | lws-lecp.h | 256 struct _lecp_parsing_stack pst[LECP_MAX_PARSING_STACK_DEPTH]; member
|
/third_party/libffi/src/sh64/ |
D | ffi.c | 351 UINT64 *pgr, UINT64 *pfr, UINT64 *pst) in ffi_closure_helper_SYSV() argument
|
/third_party/libwebsockets/lib/jose/jws/ |
D | jose.c | 182 args->jwk_jctx.pst[args->jwk_jctx.pst_sp]. in lws_jws_jose_cb()
|
/third_party/ffmpeg/libavformat/ |
D | mpegts.c | 1891 AVStream *pst = pes->stream->streams[p->stream_index[i]]; in mpegts_push_data() local 1892 if (pst->codecpar->codec_type == AVMEDIA_TYPE_VIDEO) in mpegts_push_data() 1893 st = pst; in mpegts_push_data()
|
D | utils.c | 4413 static void free_stream(AVStream **pst) argument 4415 AVStream *st = *pst; 4461 av_freep(pst);
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 8675 pst
|