Searched refs:pf (Results 1 - 25 of 67) sorted by relevance

123

/external/icu4c/test/perf/convperf/
H A Dconvperf.cpp124 UPerfFunction* pf = new ICUOpenAllConvertersFunction(TRUE, status); local
128 return pf;
133 UPerfFunction* pf = new ICUOpenAllConvertersFunction(FALSE, status); local
137 return pf;
142 ICUFromUnicodePerfFunction* pf = new ICUFromUnicodePerfFunction("utf-8",utf8_uniSource, LENGTHOF(utf8_uniSource), status); local
146 return pf;
151 UPerfFunction* pf = new ICUToUnicodePerfFunction("utf-8",(char*)utf8_encSource, LENGTHOF(utf8_encSource), status); local
155 return pf;
161 UPerfFunction* pf = new WinIMultiLanguage2FromUnicodePerfFunction("utf-8",utf8_uniSource, LENGTHOF(utf8_uniSource), status); local
165 return pf;
170 UPerfFunction* pf = new WinIMultiLanguage2ToUnicodePerfFunction("utf-8",(char*)utf8_encSource, LENGTHOF(utf8_encSource), status); local
179 UPerfFunction* pf = new WinANSIFromUnicodePerfFunction("utf-8",utf8_uniSource, LENGTHOF(utf8_uniSource), status); local
188 UPerfFunction* pf = new WinANSIToUnicodePerfFunction("utf-8",(char*)utf8_encSource, LENGTHOF(utf8_encSource), status); local
199 ICUFromUnicodePerfFunction* pf = new ICUFromUnicodePerfFunction("iso-8859-1",latin1_uniSource, LENGTHOF(latin1_uniSource), status); local
208 UPerfFunction* pf = new ICUToUnicodePerfFunction("iso-8859-1",(char*)latin1_encSource, LENGTHOF(latin1_encSource), status); local
218 UPerfFunction* pf = new WinIMultiLanguage2FromUnicodePerfFunction("iso-8859-1",latin1_uniSource, LENGTHOF(latin1_uniSource), status); local
227 UPerfFunction* pf = new WinIMultiLanguage2ToUnicodePerfFunction("iso-8859-1",(char*)latin1_encSource, LENGTHOF(latin1_encSource), status); local
236 UPerfFunction* pf = new WinANSIFromUnicodePerfFunction("iso-8859-1",latin1_uniSource, LENGTHOF(latin1_uniSource), status); local
245 UPerfFunction* pf = new WinANSIToUnicodePerfFunction("iso-8859-1",(char*)latin1_encSource, LENGTHOF(latin1_encSource), status); local
256 ICUFromUnicodePerfFunction* pf = new ICUFromUnicodePerfFunction("iso-8859-8",latin8_uniSource, LENGTHOF(latin8_uniSource), status); local
265 UPerfFunction* pf = new ICUToUnicodePerfFunction("iso-8859-8",(char*)latin8_encSource, LENGTHOF(latin8_encSource), status); local
275 UPerfFunction* pf = new WinIMultiLanguage2FromUnicodePerfFunction("iso-8859-8",latin8_uniSource, LENGTHOF(latin8_uniSource), status); local
284 UPerfFunction* pf = new WinIMultiLanguage2ToUnicodePerfFunction("iso-8859-8",(char*)latin8_encSource, LENGTHOF(latin8_encSource), status); local
292 UPerfFunction* pf = new WinANSIFromUnicodePerfFunction("iso-8859-8",latin8_uniSource, LENGTHOF(latin8_uniSource), status); local
301 UPerfFunction* pf = new WinANSIToUnicodePerfFunction("iso-8859-8",(char*)latin8_encSource, LENGTHOF(latin8_encSource), status); local
313 ICUFromUnicodePerfFunction* pf = new ICUFromUnicodePerfFunction("x-EBCDIC-Arabic",ebcdic_arabic_uniSource, LENGTHOF(ebcdic_arabic_uniSource), status); local
322 UPerfFunction* pf = new ICUToUnicodePerfFunction("x-EBCDIC-Arabic",(char*)ebcdic_arabic_encSource, LENGTHOF(ebcdic_arabic_encSource), status); local
332 UPerfFunction* pf = new WinIMultiLanguage2FromUnicodePerfFunction("x-EBCDIC-Arabic",ebcdic_arabic_uniSource, LENGTHOF(ebcdic_arabic_uniSource), status); local
341 UPerfFunction* pf = new WinIMultiLanguage2ToUnicodePerfFunction("x-EBCDIC-Arabic",(char*)ebcdic_arabic_encSource, LENGTHOF(ebcdic_arabic_encSource), status); local
350 UPerfFunction* pf = new WinANSIFromUnicodePerfFunction("x-EBCDIC-Arabic",ebcdic_arabic_uniSource, LENGTHOF(ebcdic_arabic_uniSource), status); local
359 UPerfFunction* pf = new WinANSIToUnicodePerfFunction("x-EBCDIC-Arabic",(char*)ebcdic_arabic_encSource, LENGTHOF(ebcdic_arabic_encSource), status); local
370 ICUFromUnicodePerfFunction* pf = new ICUFromUnicodePerfFunction("sjis",sjis_uniSource, LENGTHOF(sjis_uniSource), status); local
379 UPerfFunction* pf = new ICUToUnicodePerfFunction("sjis",(char*)sjis_encSource, LENGTHOF(sjis_encSource), status); local
389 UPerfFunction* pf = new WinIMultiLanguage2FromUnicodePerfFunction("sjis",sjis_uniSource, LENGTHOF(sjis_uniSource), status); local
398 UPerfFunction* pf = new WinIMultiLanguage2ToUnicodePerfFunction("sjis",(char*)sjis_encSource, LENGTHOF(sjis_encSource), status); local
407 UPerfFunction* pf = new WinANSIFromUnicodePerfFunction("sjis",sjis_uniSource, LENGTHOF(sjis_uniSource), status); local
416 UPerfFunction* pf = new WinANSIToUnicodePerfFunction("sjis",(char*)sjis_encSource, LENGTHOF(sjis_encSource), status); local
429 ICUFromUnicodePerfFunction* pf = new ICUFromUnicodePerfFunction("euc-jp",eucjp_uniSource, LENGTHOF(eucjp_uniSource), status); local
438 UPerfFunction* pf = new ICUToUnicodePerfFunction("euc-jp",(char*)eucjp_encSource, LENGTHOF(eucjp_encSource), status); local
448 UPerfFunction* pf = new WinIMultiLanguage2FromUnicodePerfFunction("euc-jp",eucjp_uniSource, LENGTHOF(eucjp_uniSource), status); local
457 UPerfFunction* pf = new WinIMultiLanguage2ToUnicodePerfFunction("euc-jp",(char*)eucjp_encSource, LENGTHOF(eucjp_encSource), status); local
466 UPerfFunction* pf = new WinANSIFromUnicodePerfFunction("euc-jp",eucjp_uniSource, LENGTHOF(eucjp_uniSource), status); local
475 UPerfFunction* pf = new WinANSIToUnicodePerfFunction("euc-jp",(char*)eucjp_encSource, LENGTHOF(eucjp_encSource), status); local
488 ICUFromUnicodePerfFunction* pf = new ICUFromUnicodePerfFunction("gb2312",gb2312_uniSource, LENGTHOF(gb2312_uniSource), status); local
497 UPerfFunction* pf = new ICUToUnicodePerfFunction("gb2312",(char*)gb2312_encSource, LENGTHOF(gb2312_encSource), status); local
507 UPerfFunction* pf = new WinIMultiLanguage2FromUnicodePerfFunction("gb2312",gb2312_uniSource, LENGTHOF(gb2312_uniSource), status); local
516 UPerfFunction* pf = new WinIMultiLanguage2ToUnicodePerfFunction("gb2312",(char*)gb2312_encSource, LENGTHOF(gb2312_encSource), status); local
525 UPerfFunction* pf = new WinANSIFromUnicodePerfFunction("gb2312",gb2312_uniSource, LENGTHOF(gb2312_uniSource), status); local
534 UPerfFunction* pf = new WinANSIToUnicodePerfFunction("gb2312",(char*)gb2312_encSource, LENGTHOF(gb2312_encSource), status); local
546 ICUFromUnicodePerfFunction* pf = new ICUFromUnicodePerfFunction("iso-2022-kr",iso2022kr_uniSource, LENGTHOF(iso2022kr_uniSource), status); local
555 UPerfFunction* pf = new ICUToUnicodePerfFunction("iso-2022-kr",(char*)iso2022kr_encSource, LENGTHOF(iso2022kr_encSource), status); local
565 UPerfFunction* pf = new WinIMultiLanguage2FromUnicodePerfFunction("iso-2022-kr",iso2022kr_uniSource, LENGTHOF(iso2022kr_uniSource), status); local
574 UPerfFunction* pf = new WinIMultiLanguage2ToUnicodePerfFunction("iso-2022-kr",(char*)iso2022kr_encSource, LENGTHOF(iso2022kr_encSource), status); local
583 UPerfFunction* pf = new WinANSIFromUnicodePerfFunction("iso-2022-kr",iso2022kr_uniSource, LENGTHOF(iso2022kr_uniSource), status); local
592 UPerfFunction* pf = new WinANSIToUnicodePerfFunction("iso-2022-kr",(char*)iso2022kr_encSource, LENGTHOF(iso2022kr_encSource), status); local
603 ICUFromUnicodePerfFunction* pf = new ICUFromUnicodePerfFunction("iso-2022-jp",iso2022jp_uniSource, LENGTHOF(iso2022jp_uniSource), status); local
612 UPerfFunction* pf = new ICUToUnicodePerfFunction("iso-2022-jp",(char*)iso2022jp_encSource, LENGTHOF(iso2022jp_encSource), status); local
622 UPerfFunction* pf = new WinIMultiLanguage2FromUnicodePerfFunction("iso-2022-jp",iso2022jp_uniSource, LENGTHOF(iso2022jp_uniSource), status); local
631 UPerfFunction* pf = new WinIMultiLanguage2ToUnicodePerfFunction("iso-2022-jp",(char*)iso2022jp_encSource, LENGTHOF(iso2022jp_encSource), status); local
640 UPerfFunction* pf = new WinANSIFromUnicodePerfFunction("iso-2022-jp",iso2022jp_uniSource, LENGTHOF(iso2022jp_uniSource), status); local
649 UPerfFunction* pf = new WinANSIToUnicodePerfFunction("iso-2022-jp",(char*)iso2022jp_encSource, LENGTHOF(iso2022jp_encSource), status); local
[all...]
/external/clang/test/CXX/except/except.spec/
H A Dp2-places.cpp19 typedef int (*pf)() throw(int); // expected-error {{specifications are not allowed in typedefs}}
52 typedef int (*pf)() noexcept(false); // expected-error {{specifications are not allowed in typedefs}}
/external/javassist/src/test/test/javassist/proxy/
H A DProxySimpleTest.java19 public ClassLoader get(ProxyFactory pf) {
23 ProxyFactory pf = new ProxyFactory();
24 pf.setSuperclass(ReadWriteData.class);
25 Object data = pf.createClass().newInstance();
44 ProxyFactory pf = new ProxyFactory();
45 pf.setSuperclass(WriteReplace.class);
46 Object data = pf.createClass().newInstance();
/external/dhcpcd/
H A Dlogger.c63 char *fmt2, *pf; local
87 fmt2 = pf = malloc(sizeof(char) * fmt2len);
89 strlcpy(pf, logprefix, fmt2len);
90 pf += len;
91 strlcpy(pf, fmt, fmt2len - len);
H A Dlpf.c77 struct sock_fprog pf; local
91 memset(&pf, 0, sizeof(pf));
93 pf.filter = UNCONST(arp_bpf_filter);
94 pf.len = arp_bpf_filter_len;
96 pf.filter = UNCONST(dhcp_bpf_filter);
97 pf.len = dhcp_bpf_filter_len;
99 if (setsockopt(s, SOL_SOCKET, SO_ATTACH_FILTER, &pf, sizeof(pf)) != 0)
H A Dbpf.c59 struct bpf_program pf; local
111 pf.bf_insns = UNCONST(arp_bpf_filter);
112 pf.bf_len = arp_bpf_filter_len;
115 pf.bf_insns = UNCONST(dhcp_bpf_filter);
116 pf.bf_len = dhcp_bpf_filter_len;
119 if (ioctl(fd, BIOCSETF, &pf) == -1)
/external/qemu/target-i386/
H A Dhelper_template.h57 int cf, pf, af, zf, sf, of; local
62 pf = parity_table[(uint8_t)CC_DST];
67 return cf | pf | af | zf | sf | of;
81 int cf, pf, af, zf, sf, of;
86 pf = parity_table[(uint8_t)CC_DST];
91 return cf | pf | af | zf | sf | of;
105 int cf, pf, af, zf, sf, of;
110 pf = parity_table[(uint8_t)CC_DST];
115 return cf | pf | af | zf | sf | of;
130 int cf, pf, a
[all...]
/external/kernel-headers/original/linux/
H A Dnetfilter.h102 u_int8_t pf; member in struct:nf_hook_ops
111 u_int8_t pf; member in struct:nf_sockopt_ops
151 int nf_hook_slow(u_int8_t pf, unsigned int hook, struct sk_buff *skb,
162 static inline int nf_hook_thresh(u_int8_t pf, unsigned int hook, argument
169 if (list_empty(&nf_hooks[pf][hook]))
172 return nf_hook_slow(pf, hook, skb, indev, outdev, okfn, thresh);
175 static inline int nf_hook(u_int8_t pf, unsigned int hook, struct sk_buff *skb, argument
179 return nf_hook_thresh(pf, hook, skb, indev, outdev, okfn, INT_MIN);
200 NF_HOOK_THRESH(uint8_t pf, unsigned int hook, struct sk_buff *skb, argument
204 int ret = nf_hook_thresh(pf, hoo
211 NF_HOOK_COND(uint8_t pf, unsigned int hook, struct sk_buff *skb, struct net_device *in, struct net_device *out, int (*okfn)(struct sk_buff *), bool cond) argument
224 NF_HOOK(uint8_t pf, unsigned int hook, struct sk_buff *skb, struct net_device *in, struct net_device *out, int (*okfn)(struct sk_buff *)) argument
336 nf_hook_thresh(u_int8_t pf, unsigned int hook, struct sk_buff *skb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *), int thresh) argument
344 nf_hook(u_int8_t pf, unsigned int hook, struct sk_buff *skb, struct net_device *indev, struct net_device *outdev, int (*okfn)(struct sk_buff *)) argument
[all...]
/external/clang/test/Sema/
H A Dfp16-sema.c7 extern void (*pf) (__fp16); // expected-error {{parameters cannot have __fp16 type; did you forget * ?}}
H A Dconditional-expr.c27 int (*pf)[2];
29 pf = (i ? pf : pv);
H A Dattr-deprecated-message.c28 int (*pf)() = f1; // expected-warning {{'f1' is deprecated: Please avoid f1}}
/external/clang/test/SemaCXX/
H A Dfunction-type-qual.cpp4 void (*pf)() const; // expected-error {{type qualifier is not allowed on this function pointer}} variable
H A Dptrtomember.cpp18 int S2::*pf = &S2::bitfield; // expected-error {{address of bit-field requested}} member in class:S2
H A Dmember-pointer.cpp22 int (A::*pf)(int, int);
29 pf = 0;
30 pf = __null;
46 bool b1 = (pf == pf2); (void)b1;
47 bool b2 = (pf != pf2); (void)b2;
48 bool b3 = (pf == pf3); (void)b3;
49 bool b4 = (pf != 0); (void)b4;
103 void (HasMembers::*pf)() = &HasMembers::f;
104 (hm.*pf)();
105 (phm->*pf)();
[all...]
H A Dnullptr.cpp24 void (*pf)() = nullptr;
25 pf = null;
/external/qemu/
H A Dconsole.c1339 int linesize, PixelFormat pf, int newflags)
1345 surface->pf = pf;
1367 surface->pf = qemu_default_pixelformat(bpp);
1665 PixelFormat pf; local
1667 memset(&pf, 0x00, sizeof(PixelFormat));
1669 pf.bits_per_pixel = bpp;
1670 pf.bytes_per_pixel = bpp / 8;
1671 pf.depth = bpp == 32 ? 24 : bpp;
1675 pf
1338 qemu_alloc_display(DisplaySurface *surface, int width, int height, int linesize, PixelFormat pf, int newflags) argument
1714 PixelFormat pf; local
[all...]
H A Dvnc-android.c357 if (ds_get_bytes_per_pixel(ds) != vs->guest.ds->pf.bytes_per_pixel)
407 r = ((((v & vs->server.ds->pf.rmask) >> vs->server.ds->pf.rshift) << vs->clientds.pf.rbits) >>
408 vs->server.ds->pf.rbits);
409 g = ((((v & vs->server.ds->pf.gmask) >> vs->server.ds->pf.gshift) << vs->clientds.pf.gbits) >>
410 vs->server.ds->pf.gbits);
411 b = ((((v & vs->server.ds->pf
[all...]
H A Dvnc.c351 if (ds_get_bytes_per_pixel(ds) != vs->guest.ds->pf.bytes_per_pixel)
401 r = ((((v & vs->server.ds->pf.rmask) >> vs->server.ds->pf.rshift) << vs->clientds.pf.rbits) >>
402 vs->server.ds->pf.rbits);
403 g = ((((v & vs->server.ds->pf.gmask) >> vs->server.ds->pf.gshift) << vs->clientds.pf.gbits) >>
404 vs->server.ds->pf.gbits);
405 b = ((((v & vs->server.ds->pf
[all...]
/external/qemu/hw/
H A Dgoldfish_fb.c165 struct PixelFormat* pf = &s->ds->surface->pf; local
168 printf(" bits/pixel: %d\n", pf->bits_per_pixel);
169 printf(" bytes/pixel: %d\n", pf->bytes_per_pixel);
170 printf(" depth: %d\n", pf->depth);
172 pf->rbits, pf->rmask, pf->rshift, pf->rmax);
174 pf
[all...]
/external/clang/test/PCH/
H A Dchain-cxx.cpp17 void pf();
107 pf();
/external/openssl/crypto/asn1/
H A Dtasn_fre.c209 const ASN1_PRIMITIVE_FUNCS *pf; local
210 pf = it->funcs;
211 if (pf && pf->prim_free)
213 pf->prim_free(pval, it);
H A Dtasn_new.c333 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; local
334 if (pf->prim_new)
335 return pf->prim_new(pval, it);
382 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; local
383 if (pf->prim_clear)
384 pf->prim_clear(pval, it);
/external/valgrind/main/drd/tests/
H A Dannotate_smart_pointer.cpp79 void Create(void* (*pf)(void*), void* arg) argument
81 WrapperArgs* wrapper_arg_p = new WrapperArgs(pf, arg);
91 WrapperArgs(void* (*pf)(void*), void* arg) : m_pf(pf), m_arg(arg) { } argument
140 void Create(void* (*pf)(void*), void* arg) argument
145 pthread_create(&m_tid, &attr, pf, arg);
/external/qemu/android/protocol/
H A Dfb-updates-proxy.c85 return (const uint8_t*)dsu->data + y * dsu->linesize + x * dsu->pf.bytes_per_pixel;
100 memcpy(rect, start, w * dsu->pf.bytes_per_pixel);
102 rect += w * dsu->pf.bytes_per_pixel;
119 const size_t rect_size = w * h * proxy_fb->ds->surface->pf.bytes_per_pixel;
345 return proxy_fb->ds->surface->pf.bits_per_pixel;
/external/clang/test/CodeGenCXX/
H A Dptr-to-datamember.cpp84 float A::* pf = &A::f; member in class:A
95 printf("%d, %f, %f \n", a1.*pa, a1.*pf, a1.*pd);

Completed in 553 milliseconds

123