/third_party/libunwind/libunwind/tests/ |
H A D | ia64-test-nat-asm.S | 64 .save ar.pfs, loc0 65 alloc loc0 = ar.pfs, 2, 7, 2, 0 88 mov ar.pfs = loc0 102 .save ar.pfs, loc0 103 alloc loc0 = ar.pfs, 2, 3, 2, 0 125 mov ar.pfs = loc0 139 .save ar.pfs, loc0 140 alloc loc0 = ar.pfs, 2, 6, 2, 0 165 mov ar.pfs = loc0 179 .save ar.pfs, loc [all...] |
H A D | ia64-dyn-asm.S | 14 {.mmi; alloc loc0 = ar.pfs, 2, 1, 2, 0 37 mov ar.pfs = loc0 53 {.mii; alloc r16 = ar.pfs, 1, 2, 0, 0 // 0 63 mov ar.pfs = r0 72 mov ar.pfs = r16 75 st8 [loc1] = r0 // trash saved pfs 86 mov ar.pfs = r16 89 st8 [loc1] = r0 // trash saved pfs
|
H A D | ia64-test-stack-asm.S | 45 alloc r18 = ar.pfs, 0, 0, 0, 0 // read ar.pfs 66 .savesp ar.pfs, SAVED_PFS_OFF+16 90 alloc r2 = ar.pfs, 0, 1, 0, 0 106 ld8 r18 = [r3], (SAVED_RNAT_OFF-SAVED_PFS_OFF);; // saved pfs 112 mov ar.pfs = r18 130 .save ar.pfs, r34 131 alloc loc1 = ar.pfs, 1, 94, 1, 0 176 mov ar.pfs = loc1
|
H A D | ia64-test-readonly-asm.S | 33 .save ar.pfs, loc0 34 alloc loc0 = ar.pfs, 1, 3, 0, 0 47 mov ar.pfs = loc0
|
H A D | ia64-test-rbs-asm.S | 46 alloc r18 = ar.pfs, 2, (n)-2, 2, 0;/* read ar.pfs */ \ 73 .savesp ar.pfs, SAVED_PFS_OFF+16; \ 100 ld8 r18 = [r3], (SAVED_RNAT_OFF-SAVED_PFS_OFF);;/* saved pfs */ \ 105 mov ar.pfs = r18; \ 114 alloc r3 = ar.pfs, 0, 0, 0, 0;; \ 170 .save ar.pfs, r36 171 alloc loc1 = ar.pfs, 3, 90, 3, 0 254 mov ar.pfs = loc1 264 .save ar.pfs, r [all...] |
H A D | flush-cache.S | 14 alloc r2=ar.pfs,2,0,0,0
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/ |
H A D | RegressionTest.java | 43 PeriodFormatterService pfs = BasicPeriodFormatterService.getInstance(); in TestDisallowedMillis() 44 PeriodBuilder pb = pfs.newPeriodBuilderFactory() in TestDisallowedMillis() 47 DurationFormatter df = pfs.newDurationFormatterFactory() in TestDisallowedMillis() 61 PeriodFormatterService pfs = BasicPeriodFormatterService.getInstance(); in TestDisallowedMillis() 62 PeriodBuilder pb = pfs.newPeriodBuilderFactory() in TestDisallowedMillis() 66 DurationFormatter df = pfs.newDurationFormatterFactory() in TestDisallowedMillis()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/duration/ |
H A D | RegressionTest.java | 46 PeriodFormatterService pfs = BasicPeriodFormatterService.getInstance(); in TestDisallowedMillis() 47 PeriodBuilder pb = pfs.newPeriodBuilderFactory() in TestDisallowedMillis() 50 DurationFormatter df = pfs.newDurationFormatterFactory() in TestDisallowedMillis() 64 PeriodFormatterService pfs = BasicPeriodFormatterService.getInstance(); in TestDisallowedMillis() 65 PeriodBuilder pb = pfs.newPeriodBuilderFactory() in TestDisallowedMillis() 69 DurationFormatter df = pfs.newDurationFormatterFactory() in TestDisallowedMillis()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
H A D | BasicDurationFormat.java | 29 transient PeriodFormatterService pfs = null; field in BasicDurationFormat 51 pfs = BasicPeriodFormatterService.getInstance(); in BasicDurationFormat() 52 formatter = pfs.newDurationFormatterFactory().getFormatter(); in BasicDurationFormat() 53 pformatter = pfs.newPeriodFormatterFactory().setDisplayPastFuture(false).getFormatter(); in BasicDurationFormat() 60 pfs = BasicPeriodFormatterService.getInstance(); in BasicDurationFormat() 61 formatter = pfs.newDurationFormatterFactory().setLocale(locale.getName()).getFormatter(); in BasicDurationFormat() 62 pformatter = pfs.newPeriodFormatterFactory().setDisplayPastFuture(false).setLocale(locale.getName()).getFormatter(); in BasicDurationFormat()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/ |
H A D | BasicDurationFormat.java | 31 transient PeriodFormatterService pfs = null; field in BasicDurationFormat 53 pfs = BasicPeriodFormatterService.getInstance(); in BasicDurationFormat() 54 formatter = pfs.newDurationFormatterFactory().getFormatter(); in BasicDurationFormat() 55 pformatter = pfs.newPeriodFormatterFactory().setDisplayPastFuture(false).getFormatter(); in BasicDurationFormat() 62 pfs = BasicPeriodFormatterService.getInstance(); in BasicDurationFormat() 63 formatter = pfs.newDurationFormatterFactory().setLocale(locale.getName()).getFormatter(); in BasicDurationFormat() 64 pformatter = pfs.newPeriodFormatterFactory().setDisplayPastFuture(false).setLocale(locale.getName()).getFormatter(); in BasicDurationFormat()
|
/third_party/libunwind/libunwind/src/ia64/ |
H A D | siglongjmp.S | 43 .save ar.pfs, r33 44 .next: alloc loc1 = ar.pfs, 0, 3, 3, 0 62 mov ar.pfs = loc1
|
H A D | sigsetjmp.S | 39 .save ar.pfs, r35 40 alloc loc1 = ar.pfs, 2, 3, 3, 0 62 mov.i ar.pfs = loc1
|
H A D | Gresume.c | 38 unw_word_t val, sol, sof, pri_unat, n, pfs, bspstore, dirty_rnat; in local_resume() local 102 convention does this with r11 (to save ar.pfs) and b6 (to in local_resume() 138 if ((ret = ia64_get (c, c->loc[IA64_REG_PFS], &pfs)) < 0) in local_resume() 140 sol = (pfs >> 7) & 0x7f; in local_resume()
|
H A D | Ginstall_cursor.S | 58 alloc r3 = ar.pfs, 7, 0, 0, 0 256 alloc r3 = ar.pfs, 0, 0, 0, 0 // drop register frame 293 mov.i ar.pfs = r14
|
/third_party/libunwind/libunwind/src/setjmp/ |
H A D | setjmp_i.h | 34 unw_word_t bsp, pfs, sol; in bsp_match() local 37 || unw_get_reg (c, UNW_IA64_AR_PFS, &pfs) < 0) in bsp_match() 41 sol = (pfs >> 7) & 0x7f; in bsp_match()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_crypto.c | 1978 struct dpp_pfs *pfs; in dpp_pfs_init() local 1980 pfs = os_zalloc(sizeof(*pfs)); in dpp_pfs_init() 1981 if (!pfs) in dpp_pfs_init() 1984 own_key = dpp_set_keypair(&pfs->curve, net_access_key, in dpp_pfs_init() 1992 pfs->ecdh = crypto_ecdh_init(pfs->curve->ike_group); in dpp_pfs_init() 1993 if (!pfs->ecdh) in dpp_pfs_init() 1996 pub = crypto_ecdh_get_pubkey(pfs->ecdh, 0); in dpp_pfs_init() 1997 pub = wpabuf_zeropad(pub, pfs in dpp_pfs_init() 2021 dpp_pfs_process(struct dpp_pfs *pfs, const u8 *peer_ie, size_t peer_ie_len) dpp_pfs_process() argument 2042 dpp_pfs_free(struct dpp_pfs *pfs) dpp_pfs_free() argument [all...] |
/third_party/node/deps/openssl/openssl/ms/ |
H A D | uplink-ia64.pl | 29 { .mii; .save ar.pfs,$loc0 30 alloc loc0=ar.pfs,$V,3,2,0 44 { .mib; mov ar.pfs=loc0
|
/third_party/openssl/ms/ |
H A D | uplink-ia64.pl | 29 { .mii; .save ar.pfs,$loc0 30 alloc loc0=ar.pfs,$V,3,2,0 44 { .mib; mov ar.pfs=loc0
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | ia64.S | 183 .save ar.pfs,r2 184 { .mii; alloc r2=ar.pfs,4,12,0,16 236 .save ar.pfs,r2 237 { .mii; alloc r2=ar.pfs,4,12,0,16 295 .save ar.pfs,r2 297 { .mfi; alloc r2=ar.pfs,4,0,0,0 };; 299 { .mfi; alloc r2=ar.pfs,4,12,0,16 };; 409 .save ar.pfs,r2 410 { .mmi; alloc r2=ar.pfs,4,4,0,8 477 .save ar.pfs,r [all...] |
/third_party/openssl/crypto/bn/asm/ |
H A D | ia64.S | 183 .save ar.pfs,r2 184 { .mii; alloc r2=ar.pfs,4,12,0,16 236 .save ar.pfs,r2 237 { .mii; alloc r2=ar.pfs,4,12,0,16 295 .save ar.pfs,r2 297 { .mfi; alloc r2=ar.pfs,4,0,0,0 };; 299 { .mfi; alloc r2=ar.pfs,4,12,0,16 };; 409 .save ar.pfs,r2 410 { .mmi; alloc r2=ar.pfs,4,4,0,8 477 .save ar.pfs,r [all...] |
/third_party/elfutils/libdw/ |
H A D | cfi.c | 60 enough_registers (Dwarf_Word reg, Dwarf_Frame **pfs, int *result) in enough_registers() argument 65 if (unlikely (reg >= INT32_MAX / sizeof ((*pfs)->regs[0]))) in enough_registers() 71 if ((*pfs)->nregs <= reg) in enough_registers() 74 Dwarf_Frame *bigger = realloc (*pfs, size); in enough_registers() 86 *pfs = bigger; in enough_registers()
|
/third_party/node/deps/openssl/openssl/crypto/poly1305/asm/ |
H A D | poly1305-ia64.S | 43 .save ar.pfs,r2 44 { .mmi; alloc r2=ar.pfs,2,0,0,0 117 .save ar.pfs,r2 118 { .mii; alloc r2=ar.pfs,4,1,0,0 284 .save ar.pfs,r2 285 { .mmi; alloc r2=ar.pfs,3,0,0,0
|
/third_party/openssl/crypto/poly1305/asm/ |
H A D | poly1305-ia64.S | 43 .save ar.pfs,r2 44 { .mmi; alloc r2=ar.pfs,2,0,0,0 117 .save ar.pfs,r2 118 { .mii; alloc r2=ar.pfs,4,1,0,0 284 .save ar.pfs,r2 285 { .mmi; alloc r2=ar.pfs,3,0,0,0
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | ia64cpuid.S | 65 .save ar.pfs,r2 67 { .mib; alloc r2=ar.pfs,0,96,0,96 188 .save ar.pfs,r2 189 { .mib; alloc r2=ar.pfs,3,5,0,8
|
/third_party/openssl/crypto/ |
H A D | ia64cpuid.S | 65 .save ar.pfs,r2 67 { .mib; alloc r2=ar.pfs,0,96,0,96 188 .save ar.pfs,r2 189 { .mib; alloc r2=ar.pfs,3,5,0,8
|