/aosp_15_r20/external/libwebsockets/lib/misc/ |
H A 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 …]
|
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/ |
D | ffi_sysv.c | 687 unsigned long *pst) in ffi_closure_helper_SYSV() argument 755 avalue[i] = pst; in ffi_closure_helper_SYSV() 756 pst += 1; in ffi_closure_helper_SYSV() 769 if (((long) pst) & 4) in ffi_closure_helper_SYSV() 770 pst++; in ffi_closure_helper_SYSV() 771 avalue[i] = pst; in ffi_closure_helper_SYSV() 772 pst += 2; in ffi_closure_helper_SYSV() 786 if (((long) pst) & 4) in ffi_closure_helper_SYSV() 787 pst++; in ffi_closure_helper_SYSV() 788 avalue[i] = pst; in ffi_closure_helper_SYSV() [all …]
|
D | ffi_linux64.c | 714 unsigned long *pst, ffi_dblfl *pfr) in ffi_closure_helper_LINUX64() argument 736 rvalue = (void *) *pst; in ffi_closure_helper_LINUX64() 737 pst++; in ffi_closure_helper_LINUX64() 759 avalue[i] = (char *) pst + 7; in ffi_closure_helper_LINUX64() 760 pst++; in ffi_closure_helper_LINUX64() 767 avalue[i] = (char *) pst + 6; in ffi_closure_helper_LINUX64() 768 pst++; in ffi_closure_helper_LINUX64() 775 avalue[i] = (char *) pst + 4; in ffi_closure_helper_LINUX64() 776 pst++; in ffi_closure_helper_LINUX64() 783 avalue[i] = pst; in ffi_closure_helper_LINUX64() [all …]
|
/aosp_15_r20/external/libffi/src/powerpc/ |
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/external/libffi/src/sh/ |
H A 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 …]
|
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/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 …]
|
/aosp_15_r20/external/pigweed/docs/_static/css/ |
H A D | pigweed.css | 25 --pst-color-table-row-hover-bg: var(--sd-color-primary-bg) !important; 68 --pst-color-primary: #fb71fe; 69 --pst-color-secondary: #8be9fd; 91 --pst-color-primary: #b529aa; 92 --pst-color-secondary: #016074; 121 color: var(--pst-color-light); 136 color: var(--pst-color-primary); 145 color: var(--pst-color-primary); 148 color: var(--pst-color-secondary); 156 color: var(--pst-color-secondary); [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/test/local_time/ |
D | testcustom_time_zone.cpp | 33 time_zone_names pst("Pacific Standard Time", in main() local 45 time_zone_ptr tz1(new custom_time_zone(pst, hours(-8), of, rule1)); in main() 46 time_zone_ptr tz2(new custom_time_zone(pst, hours(-8), of, rule2)); in main() 47 time_zone_ptr tz3(new custom_time_zone(pst, hours(-8), of, rule3)); in main()
|
D | testwcustom_time_zone.cpp | 34 wtime_zone_names pst(L"Pacific Standard Time", in main() local 46 wtime_zone_ptr tz1(new wcustom_time_zone(pst, hours(-8), of, rule1)); in main() 47 wtime_zone_ptr tz2(new wcustom_time_zone(pst, hours(-8), of, rule2)); in main() 48 wtime_zone_ptr tz3(new wcustom_time_zone(pst, hours(-8), of, rule3)); in main()
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
H A D | TestDisplayAndInputProcessor.java | 488 PathSpaceType pst = PathSpaceType.get(a[i].xpath); in TestWhitespaceNormalization() local 489 assertEquals("Path has expected type for i = " + i, a[i].pst, pst); in TestWhitespaceNormalization() 498 private PathSpaceType pst; field in TestDisplayAndInputProcessor.PathSpaceData 500 public PathSpaceData(String xpath, String rawValue, String normValue, PathSpaceType pst) { in PathSpaceData() argument 504 this.pst = pst; in PathSpaceData()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/liveness/ |
D | intervals.go | 210 pst := is[i-1].st 212 if pst >= st { 214 pst, pen) 219 pst, pen)
|
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/ |
H A 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()
|
/aosp_15_r20/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/serializable/ |
H A 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()
|
/aosp_15_r20/external/libwebsockets/lib/cose/ |
H A 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()
|
/aosp_15_r20/external/strace/tests-mx32/ |
H A D | fstatx.c | 30 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument 31 syscall(TEST_SYSCALL_NR, 0, pst)
|
H A D | lstatx.c | 29 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument 30 syscall(TEST_SYSCALL_NR, sample, pst)
|
H A D | fstatat.c | 31 # define TEST_SYSCALL_INVOKE(sample, pst) \ argument 32 syscall(TEST_SYSCALL_NR, AT_FDCWD, sample, pst, AT_SYMLINK_NOFOLLOW)
|
/aosp_15_r20/external/strace/tests-m32/ |
H A D | fstatx.c | 30 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument 31 syscall(TEST_SYSCALL_NR, 0, pst)
|
H A D | lstatx.c | 29 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument 30 syscall(TEST_SYSCALL_NR, sample, pst)
|
/aosp_15_r20/external/strace/tests/ |
H A D | fstatx.c | 30 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument 31 syscall(TEST_SYSCALL_NR, 0, pst)
|
H A D | lstatx.c | 29 #define TEST_SYSCALL_INVOKE(sample, pst) \ argument 30 syscall(TEST_SYSCALL_NR, sample, pst)
|
H A D | fstatat.c | 31 # define TEST_SYSCALL_INVOKE(sample, pst) \ argument 32 syscall(TEST_SYSCALL_NR, AT_FDCWD, sample, pst, AT_SYMLINK_NOFOLLOW)
|