Home
last modified time | relevance | path

Searched refs:pm (Results 1 – 25 of 856) sorted by relevance

12345678910>>...35

/third_party/openssl/doc/man1/
Dbuild.info3 # the additional dependencies on ../perlvars.pm.
5 DEPEND[openssl-asn1parse.pod]=../perlvars.pm
6 DEPEND[openssl-ca.pod]=../perlvars.pm
7 DEPEND[openssl-ciphers.pod]=../perlvars.pm
8 DEPEND[openssl-cmds.pod]=../perlvars.pm
9 DEPEND[openssl-cmp.pod]=../perlvars.pm
10 DEPEND[openssl-cms.pod]=../perlvars.pm
11 DEPEND[openssl-crl2pkcs7.pod]=../perlvars.pm
12 DEPEND[openssl-crl.pod]=../perlvars.pm
13 DEPEND[openssl-dgst.pod]=../perlvars.pm
[all …]
/third_party/mesa3d/src/etnaviv/drm/
Detnaviv_perfmon.c30 static int etna_perfmon_query_signals(struct etna_perfmon *pm, struct etna_perfmon_domain *dom) in etna_perfmon_query_signals() argument
32 struct etna_device *dev = pm->pipe->gpu->dev; in etna_perfmon_query_signals()
34 .pipe = pm->pipe->id, in etna_perfmon_query_signals()
63 static int etna_perfmon_query_domains(struct etna_perfmon *pm) in etna_perfmon_query_domains() argument
65 struct etna_device *dev = pm->pipe->gpu->dev; in etna_perfmon_query_domains()
67 .pipe = pm->pipe->id in etna_perfmon_query_domains()
85 list_addtail(&dom->head, &pm->domains); in etna_perfmon_query_domains()
94 ret = etna_perfmon_query_signals(pm, dom); in etna_perfmon_query_domains()
113 static void etna_perfmon_free_domains(struct etna_perfmon *pm) in etna_perfmon_free_domains() argument
117 LIST_FOR_EACH_ENTRY_SAFE(dom, next, &pm->domains, head) { in etna_perfmon_free_domains()
[all …]
/third_party/libdrm/etnaviv/
Detnaviv_perfmon.c30 static int etna_perfmon_query_signals(struct etna_perfmon *pm, struct etna_perfmon_domain *dom) in etna_perfmon_query_signals() argument
32 struct etna_device *dev = pm->pipe->gpu->dev; in etna_perfmon_query_signals()
34 .pipe = pm->pipe->id, in etna_perfmon_query_signals()
63 static int etna_perfmon_query_domains(struct etna_perfmon *pm) in etna_perfmon_query_domains() argument
65 struct etna_device *dev = pm->pipe->gpu->dev; in etna_perfmon_query_domains()
67 .pipe = pm->pipe->id in etna_perfmon_query_domains()
85 list_addtail(&dom->head, &pm->domains); in etna_perfmon_query_domains()
94 ret = etna_perfmon_query_signals(pm, dom); in etna_perfmon_query_domains()
113 static void etna_perfmon_free_domains(struct etna_perfmon *pm) in etna_perfmon_free_domains() argument
117 LIST_FOR_EACH_ENTRY_SAFE(dom, next, &pm->domains, head) { in etna_perfmon_free_domains()
[all …]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngvalid.c2500 static int fail(png_modifier *pm) in fail() argument
2502 return !pm->log && !pm->this.verbose && (pm->this.nerrors > 0 || in fail()
2503 (pm->this.treat_warnings_as_errors && pm->this.nwarnings > 0)); in fail()
2507 modifier_init(png_modifier *pm) in modifier_init() argument
2509 memset(pm, 0, sizeof *pm); in modifier_init()
2510 store_init(&pm->this); in modifier_init()
2511 pm->modifications = NULL; in modifier_init()
2512 pm->state = modifier_start; in modifier_init()
2513 pm->sbitlow = 1U; in modifier_init()
2514 pm->ngammas = 0; in modifier_init()
[all …]
/third_party/python/Lib/idlelib/idle_test/
Dtest_parenmatch.py44 pm = ParenMatch(self.editwin)
45 pm.bell = lambda: None
46 return pm
53 pm = self.get_parenmatch()
61 pm.STYLE = style
64 pm.flash_paren_event('event')
73 pm.restore_event()
78 pm.paren_closed_event('event')
89 pm = self.get_parenmatch()
92 pm.paren_closed_event('event')
[all …]
/third_party/skia/src/pdf/
DSkPDFBitmap.cpp102 static void do_deflated_alpha(const SkPixmap& pm, SkPDFDocument* doc, SkPDFIndirectReference ref) { in do_deflated_alpha() argument
105 if (kAlpha_8_SkColorType == pm.colorType()) { in do_deflated_alpha()
106 SkASSERT(pm.rowBytes() == (size_t)pm.width()); in do_deflated_alpha()
107 buffer.write(pm.addr8(), pm.width() * pm.height()); in do_deflated_alpha()
109 SkASSERT(pm.alphaType() == kUnpremul_SkAlphaType); in do_deflated_alpha()
110 SkASSERT(pm.colorType() == kBGRA_8888_SkColorType); in do_deflated_alpha()
111 SkASSERT(pm.rowBytes() == (size_t)pm.width() * 4); in do_deflated_alpha()
112 const uint32_t* ptr = pm.addr32(); in do_deflated_alpha()
113 const uint32_t* stop = ptr + pm.height() * pm.width(); in do_deflated_alpha()
134 pm.info().dimensions(), "DeviceGray", SkPDFIndirectReference(), in do_deflated_alpha()
[all …]
/third_party/node/deps/openssl/config/
DMakefile_VC-WIN64-ARM148 include/openssl/asn1.h: include/openssl/asn1.h.in configdata.pm
151 include/openssl/asn1t.h: include/openssl/asn1t.h.in configdata.pm
154 include/openssl/bio.h: include/openssl/bio.h.in configdata.pm
157 include/openssl/cmp.h: include/openssl/cmp.h.in configdata.pm
160 include/openssl/cms.h: include/openssl/cms.h.in configdata.pm
163 include/openssl/conf.h: include/openssl/conf.h.in configdata.pm
166 include/openssl/conf.h: include/openssl/conf.h.in configdata.pm
169 include/openssl/configuration.h: include/openssl/configuration.h.in configdata.pm
172 include/openssl/crmf.h: include/openssl/crmf.h.in configdata.pm
175 include/openssl/crypto.h: include/openssl/crypto.h.in configdata.pm
[all …]
/third_party/curl/tests/
DMakefile.am29 EXTRA_DIST = appveyor.pm azure.pm badsymbols.pl check-deprecated.pl CMakeLists.txt \
30 …devtest.pl dictserver.py directories.pm disable-scan.pl error-codes.pl extern-scan.pl FILEFORMAT.m…
31 processhelp.pm ftpserver.pl getpart.pm globalconfig.pm http-server.pl http2-server.pl \
34 pathhelp.pm README.md rtspserver.pl runner.pm runtests.1 runtests.pl secureserver.pl \
35 serverhelp.pm servers.pm smbserver.py sshhelp.pm sshserver.pl stunnel.pem symbol-scan.pl \
36 testcurl.1 testcurl.pl testutil.pm tftpserver.pl util.py valgrind.pm \
39 DISTCLEANFILES = configurehelp.pm
/third_party/node/deps/icu-small/source/i18n/
Dnumber_patternmodifier.cpp64 AdoptingSignumModifierStore pm; in createImmutableForPlural() local
67 pm.adoptModifier(SIGNUM_POS, createConstantModifier(status)); in createImmutableForPlural()
69 pm.adoptModifier(SIGNUM_NEG_ZERO, createConstantModifier(status)); in createImmutableForPlural()
71 pm.adoptModifier(SIGNUM_POS_ZERO, createConstantModifier(status)); in createImmutableForPlural()
73 pm.adoptModifier(SIGNUM_NEG, createConstantModifier(status)); in createImmutableForPlural()
75 return pm; in createImmutableForPlural()
88 auto pm = new AdoptingModifierStore(); in createImmutable() local
89 if (pm == nullptr) { in createImmutable()
97 pm->adoptSignumModifierStore(plural, createImmutableForPlural(plural, status)); in createImmutable()
100 delete pm; in createImmutable()
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/
Dnumber_patternmodifier.cpp69 auto pm = new AdoptingModifierStore(); in createImmutable() local
70 if (pm == nullptr) { in createImmutable()
79 pm->adoptModifier(SIGNUM_POS, plural, createConstantModifier(status)); in createImmutable()
81 pm->adoptModifier(SIGNUM_NEG_ZERO, plural, createConstantModifier(status)); in createImmutable()
83 pm->adoptModifier(SIGNUM_POS_ZERO, plural, createConstantModifier(status)); in createImmutable()
85 pm->adoptModifier(SIGNUM_NEG, plural, createConstantModifier(status)); in createImmutable()
88 delete pm; in createImmutable()
91 return new ImmutablePatternModifier(pm, fRules); // adopts pm in createImmutable()
95 pm->adoptModifierWithoutPlural(SIGNUM_POS, createConstantModifier(status)); in createImmutable()
97 pm->adoptModifierWithoutPlural(SIGNUM_NEG_ZERO, createConstantModifier(status)); in createImmutable()
[all …]
/third_party/skia/tools/sk_app/unix/
DRasterWindowContext_unix.cpp64 SkPixmap pm; in swapBuffers() local
65 if (!fBackbufferSurface->peekPixels(&pm)) { in swapBuffers()
68 int bitsPerPixel = pm.info().bytesPerPixel() * 8; in swapBuffers()
71 image.width = pm.width(); in swapBuffers()
72 image.height = pm.height(); in swapBuffers()
74 image.data = (char*) pm.addr(); in swapBuffers()
80 image.bytes_per_line = pm.rowBytes() - pm.width() * pm.info().bytesPerPixel(); in swapBuffers()
85 XPutImage(fDisplay, fWindow, fGC, &image, 0, 0, 0, 0, pm.width(), pm.height()); in swapBuffers()
/third_party/FreeBSD/lib/libc/stdlib/
Dqsort.c157 char *pa, *pb, *pc, *pd, *pl, *pm, *pn; in local_qsort() local
167 for (pm = (char *)a + es; pm < (char *)a + n * es; pm += es) in local_qsort()
168 for (pl = pm; in local_qsort()
174 pm = (char *)a + (n / 2) * es; in local_qsort()
182 pm = med3(pm - d, pm, pm + d, cmp, thunk); in local_qsort()
185 pm = med3(pl, pm, pn, cmp, thunk); in local_qsort()
187 swapfunc(a, pm, es); in local_qsort()
216 for (pm = (char *)a + es; pm < (char *)a + n * es; pm += es) in local_qsort()
217 for (pl = pm; in local_qsort()
/third_party/icu/icu4c/source/i18n/
Dnumber_patternmodifier.cpp73 auto pm = new AdoptingModifierStore(); in createImmutable() local
74 if (pm == nullptr) { in createImmutable()
83 pm->adoptModifier(SIGNUM_POS, plural, createConstantModifier(status)); in createImmutable()
85 pm->adoptModifier(SIGNUM_NEG_ZERO, plural, createConstantModifier(status)); in createImmutable()
87 pm->adoptModifier(SIGNUM_POS_ZERO, plural, createConstantModifier(status)); in createImmutable()
89 pm->adoptModifier(SIGNUM_NEG, plural, createConstantModifier(status)); in createImmutable()
92 delete pm; in createImmutable()
95 return new ImmutablePatternModifier(pm, fRules); // adopts pm in createImmutable()
99 pm->adoptModifierWithoutPlural(SIGNUM_POS, createConstantModifier(status)); in createImmutable()
101 pm->adoptModifierWithoutPlural(SIGNUM_NEG_ZERO, createConstantModifier(status)); in createImmutable()
[all …]
/third_party/node/deps/openssl/openssl/providers/common/der/
Dbuild.info8 DEPEND[$DER_DIGESTS_GEN]=oids_to_c.pm NIST.asn1 DIGESTS.asn1
12 DEPEND[$DER_DIGESTS_H]=oids_to_c.pm NIST.asn1 DIGESTS.asn1
22 DEPEND[$DER_RSA_GEN]=oids_to_c.pm NIST.asn1 RSA.asn1
27 DEPEND[$DER_RSA_H]=oids_to_c.pm NIST.asn1 RSA.asn1
36 DEPEND[$DER_DSA_GEN]=oids_to_c.pm DSA.asn1
41 DEPEND[$DER_DSA_H]=oids_to_c.pm DSA.asn1
51 DEPEND[$DER_EC_GEN]=oids_to_c.pm EC.asn1
56 DEPEND[$DER_EC_H]=oids_to_c.pm EC.asn1
66 DEPEND[$DER_ECX_GEN]=oids_to_c.pm ECX.asn1
71 DEPEND[$DER_ECX_H]=oids_to_c.pm ECX.asn1
[all …]
/third_party/openssl/providers/common/der/
Dbuild.info8 DEPEND[$DER_DIGESTS_GEN]=oids_to_c.pm NIST.asn1 DIGESTS.asn1
12 DEPEND[$DER_DIGESTS_H]=oids_to_c.pm NIST.asn1 DIGESTS.asn1
22 DEPEND[$DER_RSA_GEN]=oids_to_c.pm NIST.asn1 RSA.asn1
27 DEPEND[$DER_RSA_H]=oids_to_c.pm NIST.asn1 RSA.asn1
36 DEPEND[$DER_DSA_GEN]=oids_to_c.pm DSA.asn1
41 DEPEND[$DER_DSA_H]=oids_to_c.pm DSA.asn1
51 DEPEND[$DER_EC_GEN]=oids_to_c.pm EC.asn1
56 DEPEND[$DER_EC_H]=oids_to_c.pm EC.asn1
66 DEPEND[$DER_ECX_GEN]=oids_to_c.pm ECX.asn1
71 DEPEND[$DER_ECX_H]=oids_to_c.pm ECX.asn1
[all …]
/third_party/skia/fuzz/
DFuzzEncoders.cpp93 SkPixmap pm(SkImageInfo::MakeN32Premul(img->width(), img->height()), in DEF_FUZZ() local
95 if (!img->readPixels(nullptr, pm, 0, 0)) { in DEF_FUZZ()
108 auto total = pm.info().bytesPerPixel() * pm.width() * pm.height(); in DEF_FUZZ()
109 SkDebugf("Writing %d (%d x %d) bytes\n", total, pm.width(), pm.height()); in DEF_FUZZ()
112 uint32_t w = pm.width(); in DEF_FUZZ()
114 uint32_t h = pm.height(); in DEF_FUZZ()
116 sk_fwrite(pm.addr(), total, file); in DEF_FUZZ()
/third_party/skia/gm/
Dmac_aa_explorer.cpp47 static CGContextRef make_cg_ctx(const SkPixmap& pm) { in make_cg_ctx() argument
51 switch (pm.colorType()) { in make_cg_ctx()
67 auto ctx = CGBitmapContextCreate(pm.writable_addr(), pm.width(), pm.height(), 8, pm.rowBytes(), in make_cg_ctx()
83 SkPixmap pm; in test_mac_fonts() local
84 surf->peekPixels(&pm); in test_mac_fonts()
85 CGContextRef ctx = make_cg_ctx(pm); in test_mac_fonts()
95 x += pm.width(); in test_mac_fonts()
97 y += pm.height(); in test_mac_fonts()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DRegex.cpp75 SmallVector<llvm_regmatch_t, 8> pm; in match() local
76 pm.resize(nmatch > 0 ? nmatch : 1); in match()
77 pm[0].rm_so = 0; in match()
78 pm[0].rm_eo = String.size(); in match()
80 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND); in match()
96 if (pm[i].rm_so == -1) { in match()
101 assert(pm[i].rm_eo >= pm[i].rm_so); in match()
102 Matches->push_back(StringRef(String.data()+pm[i].rm_so, in match()
103 pm[i].rm_eo-pm[i].rm_so)); in match()
/third_party/ffmpeg/libavutil/
Ddict.c70 int av_dict_set(AVDictionary **pm, const char *key, const char *value, in av_dict_set() argument
73 AVDictionary *m = *pm; in av_dict_set()
89 m = *pm = av_mallocz(sizeof(*m)); in av_dict_set()
132 av_freep(pm); in av_dict_set()
140 av_freep(pm); in av_dict_set()
147 int av_dict_set_int(AVDictionary **pm, const char *key, int64_t value, in av_dict_set_int() argument
153 return av_dict_set(pm, key, valuestr, flags); in av_dict_set_int()
156 static int parse_key_value_pair(AVDictionary **pm, const char **buf, in parse_key_value_pair() argument
170 ret = av_dict_set(pm, key, val, flags); in parse_key_value_pair()
180 int av_dict_parse_string(AVDictionary **pm, const char *str, in av_dict_parse_string() argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DRegex.cpp95 SmallVector<llvm_regmatch_t, 8> pm; in match() local
96 pm.resize(nmatch > 0 ? nmatch : 1); in match()
97 pm[0].rm_so = 0; in match()
98 pm[0].rm_eo = String.size(); in match()
100 int rc = llvm_regexec(preg, String.data(), nmatch, pm.data(), REG_STARTEND); in match()
118 if (pm[i].rm_so == -1) { in match()
123 assert(pm[i].rm_eo >= pm[i].rm_so); in match()
124 Matches->push_back(StringRef(String.data()+pm[i].rm_so, in match()
125 pm[i].rm_eo-pm[i].rm_so)); in match()
/third_party/skia/tests/
DCanvasStateTest.cpp101 SkPixmap pm[2]; in compare() local
102 REPORTER_ASSERT(reporter, img0->peekPixels(&pm[0])); in compare()
103 REPORTER_ASSERT(reporter, img1->peekPixels(&pm[1])); in compare()
105 REPORTER_ASSERT(reporter, pm[0].computeByteSize() == pm[1].computeByteSize()); in compare()
106 …REPORTER_ASSERT(reporter, pm[0].rowBytes() == (size_t)pm[0].width() * pm[0].info().bytesPerPixel()… in compare()
107 …REPORTER_ASSERT(reporter, pm[1].rowBytes() == (size_t)pm[1].width() * pm[1].info().bytesPerPixel()… in compare()
108 if (memcmp(pm[0].addr(0, 0), pm[1].addr(0, 0), pm[0].computeByteSize()) != 0) { in compare()
DTestUtils.cpp33 SkAutoPixmapStorage pm; in TestReadPixels() local
34 pm.alloc(ii); in TestReadPixels()
35 pm.erase(SK_ColorTRANSPARENT); in TestReadPixels()
37 bool read = srcContext->readPixels(dContext, pm, {0, 0}); in TestReadPixels()
43 if (pm.addr32()[i] != expectedPixelValues[i]) { in TestReadPixels()
45 testName, i, expectedPixelValues[i], pm.addr32()[i]); in TestReadPixels()
59 SkAutoPixmapStorage pm; in TestWritePixels() local
60 pm.alloc(ii); in TestWritePixels()
63 *pm.writable_addr32(x, y) = SkColorToPremulGrColor(SkColorSetARGB(2*y, x, y, x + y)); in TestWritePixels()
67 bool write = dstContext->writePixels(dContext, pm, {0, 0}); in TestWritePixels()
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
DMutablePatternModifier.java164 AdoptingModifierStore pm = new AdoptingModifierStore(); in createImmutable() local
167 pm.setModifier(Signum.POS, plural, createConstantModifier(a, b)); in createImmutable()
169 pm.setModifier(Signum.POS_ZERO, plural, createConstantModifier(a, b)); in createImmutable()
171 pm.setModifier(Signum.NEG_ZERO, plural, createConstantModifier(a, b)); in createImmutable()
173 pm.setModifier(Signum.NEG, plural, createConstantModifier(a, b)); in createImmutable()
175 pm.freeze(); in createImmutable()
176 return new ImmutablePatternModifier(pm, rules); in createImmutable()
187 … AdoptingModifierStore pm = new AdoptingModifierStore(positive, posZero, negZero, negative); in createImmutable() local
188 return new ImmutablePatternModifier(pm, null); in createImmutable()
219 final AdoptingModifierStore pm; field in MutablePatternModifier.ImmutablePatternModifier
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DMutablePatternModifier.java166 AdoptingModifierStore pm = new AdoptingModifierStore(); in createImmutable() local
169 pm.setModifier(Signum.POS, plural, createConstantModifier(a, b)); in createImmutable()
171 pm.setModifier(Signum.POS_ZERO, plural, createConstantModifier(a, b)); in createImmutable()
173 pm.setModifier(Signum.NEG_ZERO, plural, createConstantModifier(a, b)); in createImmutable()
175 pm.setModifier(Signum.NEG, plural, createConstantModifier(a, b)); in createImmutable()
177 pm.freeze(); in createImmutable()
178 return new ImmutablePatternModifier(pm, rules); in createImmutable()
189 … AdoptingModifierStore pm = new AdoptingModifierStore(positive, posZero, negZero, negative); in createImmutable() local
190 return new ImmutablePatternModifier(pm, null); in createImmutable()
218 final AdoptingModifierStore pm; field in MutablePatternModifier.ImmutablePatternModifier
[all …]
/third_party/FreeBSD/sys/dev/usb/
Dusb_process.c58 struct usb_proc_msg *pm; in usb_process_thread() local
123 pm = TAILQ_FIRST(&up->up_qhead); in usb_process_thread()
125 if (pm) { in usb_process_thread()
127 pm, pm->pm_callback); in usb_process_thread()
129 if (pm->pm_callback) in usb_process_thread()
130 (pm->pm_callback) (pm); in usb_process_thread()
133 if (pm == TAILQ_FIRST(&up->up_qhead)) { in usb_process_thread()
135 TAILQ_REMOVE(&up->up_qhead, pm, pm_qentry); in usb_process_thread()
136 pm->pm_qentry.tqe_prev = NULL; in usb_process_thread()
139 DPRINTF("Message pm=%p (leave)\n", pm); in usb_process_thread()

12345678910>>...35