Searched defs:pfs (Results 1 - 6 of 6) sorted by relevance

/external/libunwind/src/setjmp/
H A Dsetjmp_i.h34 unw_word_t bsp, pfs, sol; local
37 || unw_get_reg (c, UNW_IA64_AR_PFS, &pfs) < 0)
41 sol = (pfs >> 7) & 0x7f;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
H A DBasicDurationFormat.java27 transient PeriodFormatterService pfs = null; field in class:BasicDurationFormat
49 pfs = BasicPeriodFormatterService.getInstance();
50 formatter = pfs.newDurationFormatterFactory().getFormatter();
51 pformatter = pfs.newPeriodFormatterFactory().setDisplayPastFuture(false).getFormatter();
58 pfs = BasicPeriodFormatterService.getInstance();
59 formatter = pfs.newDurationFormatterFactory().setLocale(locale.getName()).getFormatter();
60 pformatter = pfs.newPeriodFormatterFactory().setDisplayPastFuture(false).setLocale(locale.getName()).getFormatter();
/external/libunwind/src/ia64/
H A DGresume.c38 unw_word_t val, sol, sof, pri_unat, n, pfs, bspstore, dirty_rnat; local
102 convention does this with r11 (to save ar.pfs) and b6 (to
138 if ((ret = ia64_get (c, c->loc[IA64_REG_PFS], &pfs)) < 0)
140 sol = (pfs >> 7) & 0x7f;
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
H A DLanguageTestRoot.java47 private static final BasicPeriodFormatterService pfs = BasicPeriodFormatterService field in class:LanguageTestRoot
225 pfFactory = pfs.newPeriodFormatterFactory().setLocale(locale);
226 pbFactory = pfs.newPeriodBuilderFactory().setLocale(locale);
/external/ipsec-tools/src/racoon/
H A Doakley.c485 int pfs = 0; local
491 pfs = ((iph2->approval->pfs_group && iph2->dhgxy) ? 1 : 0);
493 len = pfs ? iph2->dhgxy->l : 0;
509 if (pfs) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 310 milliseconds