Home
last modified time | relevance | path

Searched defs:pr (Results 1 – 25 of 109) sorted by relevance

12345

/third_party/skia/tests/
DMallocPixelRefTest.cpp26 sk_sp<SkPixelRef> pr( in DEF_TEST() local
35 sk_sp<SkPixelRef> pr( in DEF_TEST() local
44 sk_sp<SkPixelRef> pr( in DEF_TEST() local
53 auto pr = sk_make_sp<SkPixelRef>(info.width(), info.height(), memory.get(), rowBytes); in DEF_TEST() local
58 sk_sp<SkPixelRef> pr( in DEF_TEST() local
65 sk_sp<SkPixelRef> pr( in DEF_TEST() local
74 sk_sp<SkPixelRef> pr( in DEF_TEST() local
87 sk_sp<SkPixelRef> pr( in DEF_TEST() local
96 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeWithData(info, rowBytes, data); in DEF_TEST() local
/third_party/libwebsockets/lib/system/smd/
Dsmd.c102 lws_smd_peer_t *pr = lws_container_of(p, lws_smd_peer_t, list); in lws_smd_dump() local
111 _lws_smd_msg_peer_interested_in_msg(lws_smd_peer_t *pr, lws_smd_msg_t *msg) in _lws_smd_msg_peer_interested_in_msg()
128 lws_smd_peer_t *pr = lws_container_of(p, lws_smd_peer_t, list); in _lws_smd_msg_assess_peers_interested() local
148 lws_smd_peer_t *pr = lws_container_of(p, lws_smd_peer_t, list); in _lws_smd_class_mask_union() local
241 lws_smd_peer_t *pr = lws_container_of(p, lws_smd_peer_t, list); in _lws_smd_msg_send() local
371 struct lws_smd_peer *pr, const uint8_t *buf, size_t len) in _lws_smd_ss_rx_forward()
459 _lws_smd_peer_destroy(lws_smd_peer_t *pr) in _lws_smd_peer_destroy()
493 _lws_smd_msg_next_matching_filter(lws_smd_peer_t *pr) in _lws_smd_msg_next_matching_filter()
527 _lws_smd_msg_deliver_peer(struct lws_context *ctx, lws_smd_peer_t *pr) in _lws_smd_msg_deliver_peer()
590 lws_smd_peer_t *pr = lws_container_of(p, lws_smd_peer_t, list); in lws_smd_msg_distribute() local
[all …]
/third_party/node/deps/npm/node_modules/ci-info/
Dvendors.json11 "pr": "APPVEYOR_PULL_REQUEST_NUMBER" string
22 "pr": "SYSTEM_PULLREQUEST_PULLREQUESTID" string
33 "pr": "BITBUCKET_PR_ID" string
39 "pr": "BITRISE_PULL_REQUEST" string
45 "pr": "BUDDY_EXECUTION_PULL_REQUEST_ID" string
51 "pr": { object
60 "pr": "CIRCLE_PULL_REQUEST" string
66 "pr": "CIRRUS_PR" string
72 "pr": { object
83 "pr": "CM_PULL_REQUEST" string
[all …]
/third_party/mesa3d/src/util/indices/
Du_indices_gen.py183 def name(intype, outtype, inpv, outpv, pr, prim): argument
189 def preamble(intype, outtype, inpv, outpv, pr, prim): argument
228 def points(intype, outtype, inpv, outpv, pr): argument
235 def lines(intype, outtype, inpv, outpv, pr): argument
242 def linestrip(intype, outtype, inpv, outpv, pr): argument
249 def lineloop(intype, outtype, inpv, outpv, pr): argument
268 def tris(intype, outtype, inpv, outpv, pr): argument
276 def tristrip(intype, outtype, inpv, outpv, pr): argument
287 def trifan(intype, outtype, inpv, outpv, pr): argument
306 def polygon(intype, outtype, inpv, outpv, pr): argument
[all …]
/third_party/musl/libc-test/src/functionalext/supplement/multibyte/
Dwcrtomb.c31 mbstate_t pr; in wcrtomb_0100() local
52 mbstate_t pr; in wcrtomb_0200() local
73 mbstate_t pr; in wcrtomb_0300() local
/third_party/libwebsockets/lib/plat/unix/
Dunix-caps.c91 struct passwd pr; local
143 struct passwd pr; local
200 struct passwd pr; local
/third_party/skia/src/image/
DSkSurface_Raster.cpp70 SkSurface_Raster::SkSurface_Raster(const SkImageInfo& info, sk_sp<SkPixelRef> pr, in SkSurface_Raster()
104 if (SkPixelRef* pr = fBitmap.pixelRef()) { in onNewImageSnapshot() local
122 if (SkPixelRef* pr = fBitmap.pixelRef()) { in onRestoreBackingMutability() local
185 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(info, rowBytes); in MakeRaster() local
/third_party/openssl/crypto/asn1/
Da_int.c213 static int asn1_get_uint64(uint64_t *pr, const unsigned char *b, size_t blen) in asn1_get_uint64()
255 static int asn1_get_int64(int64_t *pr, const unsigned char *b, size_t blen, in asn1_get_int64()
327 static int asn1_string_get_int64(int64_t *pr, const ASN1_STRING *a, int itype) in asn1_string_get_int64()
361 static int asn1_string_get_uint64(uint64_t *pr, const ASN1_STRING *a, in asn1_string_get_uint64()
525 int ASN1_INTEGER_get_int64(int64_t *pr, const ASN1_INTEGER *a) in ASN1_INTEGER_get_int64()
535 int ASN1_INTEGER_get_uint64(uint64_t *pr, const ASN1_INTEGER *a) in ASN1_INTEGER_get_uint64()
574 int ASN1_ENUMERATED_get_int64(int64_t *pr, const ASN1_ENUMERATED *a) in ASN1_ENUMERATED_get_int64()
/third_party/node/deps/openssl/openssl/crypto/asn1/
Da_int.c213 static int asn1_get_uint64(uint64_t *pr, const unsigned char *b, size_t blen) in asn1_get_uint64()
255 static int asn1_get_int64(int64_t *pr, const unsigned char *b, size_t blen, in asn1_get_int64()
327 static int asn1_string_get_int64(int64_t *pr, const ASN1_STRING *a, int itype) in asn1_string_get_int64()
361 static int asn1_string_get_uint64(uint64_t *pr, const ASN1_STRING *a, in asn1_string_get_uint64()
525 int ASN1_INTEGER_get_int64(int64_t *pr, const ASN1_INTEGER *a) in ASN1_INTEGER_get_int64()
535 int ASN1_INTEGER_get_uint64(uint64_t *pr, const ASN1_INTEGER *a) in ASN1_INTEGER_get_uint64()
574 int ASN1_ENUMERATED_get_int64(int64_t *pr, const ASN1_ENUMERATED *a) in ASN1_ENUMERATED_get_int64()
/third_party/ffmpeg/libavcodec/arm/
Dvp56_arith.h43 static inline int vp56_rac_get_prob_armv6(VP56RangeCoder *c, int pr) in vp56_rac_get_prob_armv6()
80 static inline int vp56_rac_get_prob_branchy_armv6(VP56RangeCoder *c, int pr) in vp56_rac_get_prob_branchy_armv6()
/third_party/exfatprogs/fsck/
Drepair.c78 static int ask_repair(struct exfat_fsck *fsck, struct exfat_repair_problem *pr) in ask_repair()
138 struct exfat_repair_problem *pr = NULL; in exfat_repair_ask() local
/third_party/skia/src/gpu/v1/
DStencilMaskHelper.cpp291 skgpu::v1::PathRenderer* pr, in draw_path()
319 skgpu::v1::PathRenderer* pr, in stencil_path()
438 auto pr = fContext->priv().drawingManager()->getPathRenderer( in drawPath() local
DPathRendererChain.cpp93 for (const sk_sp<PathRenderer>& pr : fChain) { in getPathRenderer() local
/third_party/skia/src/core/
DSkSpecialSurface.cpp68 sk_sp<SkPixelRef> pr, in SkSpecialSurface_Raster()
109 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(info, 0); in MakeRaster() local
DSkBitmap.cpp169 void SkBitmap::setPixelRef(sk_sp<SkPixelRef> pr, int dx, int dy) { in setPixelRef()
265 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(correctedInfo, rowBytes); in tryAllocPixels() local
285 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(correctedInfo, in tryAllocPixelsFlags() local
365 sk_sp<SkPixelRef> pr = SkMallocPixelRef::MakeAllocate(info, dst->rowBytes()); in allocPixelRef() local
DSkMallocPixelRef.cpp73 sk_sp<SkPixelRef> pr(new PixelRef(info.width(), info.height(), pixels, rowBytes, in MakeWithData() local
/third_party/ffmpeg/libavutil/mips/
Dintreadwrite.h35 const struct u32 *pr = (const struct u32 *)(q + 3 * HAVE_BIGENDIAN); in AV_RN32() local
/third_party/skia/docs/examples/
DBitmap_tryAllocPixels_4.cpp25 sk_sp<SkPixelRef> pr = sk_sp<SkPixelRef>(new LargePixelRef(info, addr, rowBytes)); in allocPixelRef() local
/third_party/typescript/scripts/
Drequest-pr-review.mjs8 pr: "pull", property
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DPluralRulesLoader.java485 tempLocaleIdToPluralRanges.put(locale, pr); in tempLocaleIdToPluralRanges.put() argument
499 tempLocaleIdToPluralRanges.put(locale, pr); in tempLocaleIdToPluralRanges.put() argument
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/sctp/
Dsctpsendmeta.h52 GstSctpSendMetaPartiallyReliability pr; member
Dsctpsendmeta.c89 gboolean ordered, GstSctpSendMetaPartiallyReliability pr, guint32 pr_param) in gst_sctp_buffer_add_send_meta()
/third_party/skia/modules/svg/include/
DSkSVGAttributeParser.h64 auto pr = parse<typename PropertyT::ValueT>(value); in parseProperty() local
/third_party/libwebsockets/lib/system/dhcpclient/
Ddhcpclient.c40 lws_dhcpc_destroy(lws_dhcpc_req_t **pr) in lws_dhcpc_destroy()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-custom-headers/
Dminimal-http-server-custom-headers.c42 char value[32], *pr = &pss->result[LWS_PRE]; in callback_http() local

12345