Searched defs:pf (Results 1 - 25 of 112) sorted by relevance

12345

/external/clang/test/SemaCXX/
H A Dfunction-type-qual.cpp4 void (*pf)() const; // expected-error {{pointer to function type cannot have 'const' qualifier}} variable
H A Dptrtomember.cpp18 int S2::*pf = &S2::bitfield; // expected-error {{address of bit-field requested}} member in class:S2
H A Dwarn-memset-bad-sizeof.cpp93 float* pf; local
94 bit_cast<int*>(pf);
/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_fence.c50 struct pipe_fence_handle *pf)
53 struct vc4_fence *f = (struct vc4_fence *)pf;
65 struct pipe_fence_handle *pf,
69 struct vc4_fence *f = (struct vc4_fence *)pf;
48 vc4_fence_reference(struct pipe_screen *pscreen, struct pipe_fence_handle **pp, struct pipe_fence_handle *pf) argument
63 vc4_fence_finish(struct pipe_screen *pscreen, struct pipe_context *ctx, struct pipe_fence_handle *pf, uint64_t timeout_ns) argument
/external/selinux/libsepol/src/
H A Dpolicydb_convert.c14 policy_file_t pf; local
16 policy_file_init(&pf);
17 pf.type = PF_USE_MEMORY;
18 pf.data = data;
19 pf.len = len;
20 pf.handle = handle;
22 if (policydb_read(policydb, &pf, 0)) {
40 policy_file_t pf; local
44 policy_file_init(&pf);
45 pf
[all...]
/external/valgrind/none/tests/x86/
H A Daad_aam.c21 int cf __attribute__((unused)),pf,af __attribute__((unused)),zf,sf; local
40 pf=!!(flags&0x4);
48 // flags,cf,pf,af,zf,sf,of);
53 if (pf != parity(out&0xff)) {
54 printf("Error with aam (pf)!\n");
87 pf=!!(flags&0x4);
95 // flags,cf,pf,af,zf,sf,of);
100 if (pf != parity(out&0xff)) {
101 printf("Error with aad (pf)!\n");
/external/libvncserver/client_examples/
H A Dppmtest.c20 rfbPixelFormat* pf=&client->format; local
21 int bpp=pf->bitsPerPixel/8;
54 fputc((v>>pf->redShift)*256/(pf->redMax+1),f);
55 fputc((v>>pf->greenShift)*256/(pf->greenMax+1),f);
56 fputc((v>>pf->blueShift)*256/(pf->blueMax+1),f);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_pointer.h109 } pf; local
110 pf.p = p;
111 return pf.f;
120 } pf; local
121 pf.f = f;
122 return pf.p;
/external/selinux/semodule-utils/semodule_package/
H A Dsemodule_unpackage.c23 static int file_to_policy_file(const char *filename, struct sepol_policy_file **pf, const char *mode) argument
27 if (sepol_policy_file_create(pf)) {
37 sepol_policy_file_set_fp(*pf, f);
/external/boringssl/src/crypto/asn1/
H A Dtasn_fre.c196 const ASN1_PRIMITIVE_FUNCS *pf; local
197 pf = it->funcs;
198 if (pf && pf->prim_free) {
199 pf->prim_free(pval, it);
H A Dtasn_new.c324 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; local
325 if (pf->prim_new)
326 return pf->prim_new(pval, it);
371 const ASN1_PRIMITIVE_FUNCS *pf = it->funcs; local
372 if (pf->prim_clear)
373 pf->prim_clear(pval, it);
/external/deqp/modules/gles2/
H A Dtes2InfoTests.cpp103 const tcu::PixelFormat& pf = rt.getPixelFormat(); local
106 << tcu::TestLog::Integer("RedBits", "Red channel bits", "", QP_KEY_TAG_NONE, pf.redBits)
107 << tcu::TestLog::Integer("GreenBits", "Green channel bits", "", QP_KEY_TAG_NONE, pf.greenBits)
108 << tcu::TestLog::Integer("BlueBits", "Blue channel bits", "", QP_KEY_TAG_NONE, pf.blueBits)
109 << tcu::TestLog::Integer("AlphaBits", "Alpha channel bits", "", QP_KEY_TAG_NONE, pf.alphaBits)
/external/deqp/modules/gles3/
H A Dtes3InfoTests.cpp103 const tcu::PixelFormat& pf = rt.getPixelFormat(); local
106 << tcu::TestLog::Integer("RedBits", "Red channel bits", "", QP_KEY_TAG_NONE, pf.redBits)
107 << tcu::TestLog::Integer("GreenBits", "Green channel bits", "", QP_KEY_TAG_NONE, pf.greenBits)
108 << tcu::TestLog::Integer("BlueBits", "Blue channel bits", "", QP_KEY_TAG_NONE, pf.blueBits)
109 << tcu::TestLog::Integer("AlphaBits", "Alpha channel bits", "", QP_KEY_TAG_NONE, pf.alphaBits)
/external/deqp/modules/gles31/
H A Dtes31InfoTests.cpp103 const tcu::PixelFormat& pf = rt.getPixelFormat(); local
106 << tcu::TestLog::Integer("RedBits", "Red channel bits", "", QP_KEY_TAG_NONE, pf.redBits)
107 << tcu::TestLog::Integer("GreenBits", "Green channel bits", "", QP_KEY_TAG_NONE, pf.greenBits)
108 << tcu::TestLog::Integer("BlueBits", "Blue channel bits", "", QP_KEY_TAG_NONE, pf.blueBits)
109 << tcu::TestLog::Integer("AlphaBits", "Alpha channel bits", "", QP_KEY_TAG_NONE, pf.alphaBits)
/external/libnl/lib/netfilter/
H A Dlog.c69 int nfnl_log_build_pf_bind(uint8_t pf, struct nl_msg **result) argument
71 return build_log_cmd_request(pf, 0, NFULNL_CFG_CMD_PF_BIND, result);
74 int nfnl_log_pf_bind(struct nl_sock *nlh, uint8_t pf) argument
79 if ((err = nfnl_log_build_pf_bind(pf, &msg)) < 0)
85 int nfnl_log_build_pf_unbind(uint8_t pf, struct nl_msg **result) argument
87 return build_log_cmd_request(pf, 0, NFULNL_CFG_CMD_PF_UNBIND, result);
90 int nfnl_log_pf_unbind(struct nl_sock *nlh, uint8_t pf) argument
95 if ((err = nfnl_log_build_pf_unbind(pf, &msg)) < 0)
H A Dqueue.c65 cmd.pf = htons(family);
79 int nfnl_queue_build_pf_bind(uint8_t pf, struct nl_msg **result) argument
81 return build_queue_cmd_request(pf, 0, NFQNL_CFG_CMD_PF_BIND, result);
84 int nfnl_queue_pf_bind(struct nl_sock *nlh, uint8_t pf) argument
89 if ((err = nfnl_queue_build_pf_bind(pf, &msg)) < 0)
95 int nfnl_queue_build_pf_unbind(uint8_t pf, struct nl_msg **result) argument
97 return build_queue_cmd_request(pf, 0, NFQNL_CFG_CMD_PF_UNBIND, result);
100 int nfnl_queue_pf_unbind(struct nl_sock *nlh, uint8_t pf) argument
105 if ((err = nfnl_queue_build_pf_unbind(pf, &msg)) < 0)
169 cmd.pf
[all...]
/external/parameter-framework/upstream/test/functional-tests/include/
H A DElementHandle.hpp54 ElementHandle(ParameterFramework &pf, const std::string &path) argument
55 : FailureWrapper(pf.createElementHandle(path))
/external/regex-re2/re2/
H A Dset.cc34 Regexp::ParseFlags pf = static_cast<Regexp::ParseFlags>( local
38 re2::Regexp* re = Regexp::Parse(pattern, pf, &status);
49 re2::Regexp* m = re2::Regexp::HaveMatch(n, pf);
57 re = re2::Regexp::Concat(sub, nsub + 1, pf);
63 re = re2::Regexp::Concat(sub, 2, pf);
76 Regexp::ParseFlags pf = static_cast<Regexp::ParseFlags>( local
79 re_.size(), pf);
/external/selinux/semodule-utils/semodule_expand/
H A Dsemodule_expand.c42 struct sepol_policy_file *pf; local
113 if (sepol_policy_file_create(&pf)) {
129 sepol_policy_file_set_fp(pf, fp);
130 ret = sepol_module_package_read(base, pf, 0);
175 sepol_policy_file_set_fp(pf, outfile);
176 ret = sepol_policydb_write(out, pf);
186 sepol_policy_file_free(pf);
/external/selinux/semodule-utils/semodule_link/
H A Dsemodule_link.c39 struct sepol_policy_file *pf = NULL; local
46 if (sepol_policy_file_create(&pf)) {
56 sepol_policy_file_set_fp(pf, fp);
60 ret = sepol_module_package_read(p, pf, 0);
67 sepol_policy_file_free(pf);
71 sepol_policy_file_free(pf);
83 struct sepol_policy_file *pf; local
157 if (sepol_policy_file_create(&pf)) {
161 sepol_policy_file_set_fp(pf, outfile);
162 if (sepol_module_package_write(base, pf)) {
[all...]
/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);
/external/curl/lib/
H A Dhostip6.c173 int pf; local
183 pf = PF_INET;
186 pf = PF_INET6;
189 pf = PF_UNSPEC;
193 if((pf != PF_INET) && !Curl_ipv6works())
195 pf = PF_INET;
198 hints.ai_family = pf;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
H A DTimer.java65 return pf;
79 return nf.format(getDuration()/iterations) + "\tns\t" + pf.format((double)getDuration()/other - 1D) + "";
83 private DecimalFormat pf = (DecimalFormat) NumberFormat.getPercentInstance(ULocale.ENGLISH); field in class:Timer
86 pf.setMaximumFractionDigits(1);
87 pf.setPositivePrefix("+");
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DTimer.java64 return pf;
78 return nf.format(getDuration()/iterations) + "\tns\t" + pf.format((double)getDuration()/other - 1D) + "";
82 private DecimalFormat pf = (DecimalFormat) NumberFormat.getPercentInstance(ULocale.ENGLISH); field in class:Timer
85 pf.setMaximumFractionDigits(1);
86 pf.setPositivePrefix("+");
/external/mesa3d/src/gallium/state_trackers/nine/
H A Dcubetexture9.c44 enum pipe_format pf; local
67 pf = d3d9_to_pipe_format_checked(screen, Format, PIPE_TEXTURE_CUBE, 0,
71 if (pf == PIPE_FORMAT_NONE)
75 const unsigned w = util_format_get_blockwidth(pf);
76 const unsigned h = util_format_get_blockheight(pf);
83 info->format = pf;
111 face_size = nine_format_get_size_and_offsets(pf, level_offsets,

Completed in 8262 milliseconds

12345