Searched refs:pfl (Results 1 – 25 of 31) sorted by relevance
12
/external/strace/ |
D | fetch_struct_flock.c | 56 struct_kernel_flock64 *pfl = p; in MPERS_PRINTER_DECL() local 60 return !umove_or_printaddr(tcp, addr, pfl); in MPERS_PRINTER_DECL() 65 pfl->l_type = mfl.l_type; in MPERS_PRINTER_DECL() 66 pfl->l_whence = mfl.l_whence; in MPERS_PRINTER_DECL() 67 pfl->l_start = mfl.l_start; in MPERS_PRINTER_DECL() 68 pfl->l_len = mfl.l_len; in MPERS_PRINTER_DECL() 69 pfl->l_pid = mfl.l_pid; in MPERS_PRINTER_DECL() 75 struct_kernel_flock64 *pfl = p; in MPERS_PRINTER_DECL() local 79 return !umove_or_printaddr(tcp, addr, pfl); in MPERS_PRINTER_DECL() 84 pfl->l_type = mfl.l_type; in MPERS_PRINTER_DECL() [all …]
|
/external/aac/libFDK/src/ |
D | mdct.cpp | 199 void imdct_adapt_parameters(H_MDCT hMdct, int *pfl, int *pnl, int tl, const FIXP_WTP *wls, int noOu… in imdct_adapt_parameters() argument 201 int fl = *pfl, nl = *pnl; in imdct_adapt_parameters() 244 *pfl = fl; in imdct_adapt_parameters()
|
/external/aac/libFDK/include/ |
D | mdct.h | 208 void imdct_adapt_parameters(H_MDCT hMdct, int *pfl, int *pnl, int tl, const FIXP_WTP *wls, int noOu…
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | NFRule.java | 1054 int pfl = prefixLength(text, prefix); in stripPrefix() local 1055 if (pfl != 0) { in stripPrefix() 1058 pp.setIndex(pp.getIndex() + pfl); in stripPrefix() 1059 return text.substring(pfl); in stripPrefix()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | NFRule.java | 1053 int pfl = prefixLength(text, prefix); in stripPrefix() local 1054 if (pfl != 0) { in stripPrefix() 1057 pp.setIndex(pp.getIndex() + pfl); in stripPrefix() 1058 return text.substring(pfl); in stripPrefix()
|
/external/icu/icu4c/source/i18n/ |
D | nfrule.cpp | 1103 int32_t pfl = prefixLength(text, prefix, status); in stripPrefix() local 1107 if (pfl != 0) { in stripPrefix() 1110 pp.setIndex(pp.getIndex() + pfl); in stripPrefix() 1111 text.remove(0, pfl); in stripPrefix()
|
/external/icu/icu4c/source/data/lang/ |
D | hy.txt | 227 pfl{"պալանտինների գերմաներեն"}
|
D | ne.txt | 430 pfl{"पालाटिन जर्मन"}
|
D | mk.txt | 433 pfl{"фалечкогермански"}
|
D | zh_Hant.txt | 446 pfl{"普法爾茨德文"}
|
D | th.txt | 455 pfl{"เยอรมันพาลาทิเนต"}
|
D | ja.txt | 449 pfl{"プファルツ語"}
|
D | cy.txt | 344 pfl{"Almaeneg Palatin"}
|
D | lb.txt | 437 pfl{"Pfälzesch Däitsch"}
|
D | sv.txt | 455 pfl{"Pfalz-tyska"}
|
D | de.txt | 455 pfl{"Pfälzisch"}
|
D | pl.txt | 454 pfl{"palatynacki"}
|
D | it.txt | 450 pfl{"tedesco palatino"}
|
D | et.txt | 449 pfl{"Pfalzi"}
|
D | ca.txt | 427 pfl{"alemany palatí"}
|
D | nb.txt | 455 pfl{"palatintysk"}
|
D | nl.txt | 454 pfl{"Paltsisch"}
|
D | fi.txt | 455 pfl{"pfaltsi"}
|
D | lt.txt | 455 pfl{"vokiečių kalbos Pfalco tarmė"}
|
/external/icu/icu4c/source/data/misc/ |
D | likelySubtags.txt | 513 pfl{"pfl_Latn_DE"}
|
12