Home
last modified time | relevance | path

Searched refs:rp (Results 1 – 25 of 400) sorted by relevance

12345678910>>...16

/third_party/libwebsockets/lib/roles/http/server/
Dranges.c68 lws_ranges_next(struct lws_range_parsing *rp) in lws_ranges_next() argument
74 char c = rp->buf[rp->pos]; in lws_ranges_next()
76 switch (rp->state) { in lws_ranges_next()
82 rp->state = LWSRS_COMPLETED; in lws_ranges_next()
86 if (c != beq[rp->pos]) { in lws_ranges_next()
87 rp->state = LWSRS_SYNTAX; in lws_ranges_next()
90 if (rp->pos == 5) in lws_ranges_next()
91 rp->state = LWSRS_FIRST; in lws_ranges_next()
95 rp->start = 0; in lws_ranges_next()
96 rp->end = 0; in lws_ranges_next()
[all …]
/third_party/flutter/skia/third_party/externals/libpng/
Dpngtrans.c271 png_bytep rp = row; in png_do_invert() local
277 *rp = (png_byte)(~(*rp)); in png_do_invert()
278 rp++; in png_do_invert()
285 png_bytep rp = row; in png_do_invert() local
291 *rp = (png_byte)(~(*rp)); in png_do_invert()
292 rp += 2; in png_do_invert()
300 png_bytep rp = row; in png_do_invert() local
306 *rp = (png_byte)(~(*rp)); in png_do_invert()
307 *(rp + 1) = (png_byte)(~(*(rp + 1))); in png_do_invert()
308 rp += 4; in png_do_invert()
[all …]
/third_party/libpng/
Dpngtrans.c271 png_bytep rp = row; in png_do_invert() local
277 *rp = (png_byte)(~(*rp)); in png_do_invert()
278 rp++; in png_do_invert()
285 png_bytep rp = row; in png_do_invert() local
291 *rp = (png_byte)(~(*rp)); in png_do_invert()
292 rp += 2; in png_do_invert()
300 png_bytep rp = row; in png_do_invert() local
306 *rp = (png_byte)(~(*rp)); in png_do_invert()
307 *(rp + 1) = (png_byte)(~(*(rp + 1))); in png_do_invert()
308 rp += 4; in png_do_invert()
[all …]
/third_party/skia/third_party/externals/libpng/
Dpngtrans.c271 png_bytep rp = row; in png_do_invert() local
277 *rp = (png_byte)(~(*rp)); in png_do_invert()
278 rp++; in png_do_invert()
285 png_bytep rp = row; in png_do_invert() local
291 *rp = (png_byte)(~(*rp)); in png_do_invert()
292 rp += 2; in png_do_invert()
300 png_bytep rp = row; in png_do_invert() local
306 *rp = (png_byte)(~(*rp)); in png_do_invert()
307 *(rp + 1) = (png_byte)(~(*(rp + 1))); in png_do_invert()
308 rp += 4; in png_do_invert()
[all …]
/third_party/grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_grpc_integrity_only_record_protocol.cc43 alts_grpc_record_protocol* rp, grpc_slice_buffer* unprotected_slices, in alts_grpc_integrity_only_extra_copy_protect() argument
48 unprotected_slices->length + rp->header_length + rp->tag_length; in alts_grpc_integrity_only_extra_copy_protect()
50 uint8_t* data = GRPC_SLICE_START_PTR(protected_slice) + rp->header_length; in alts_grpc_integrity_only_extra_copy_protect()
59 rp->header_length}; in alts_grpc_integrity_only_extra_copy_protect()
61 GRPC_SLICE_START_PTR(protected_slice) + rp->header_length + data_length, in alts_grpc_integrity_only_extra_copy_protect()
62 rp->tag_length}; in alts_grpc_integrity_only_extra_copy_protect()
63 rp->iovec_buf[0].iov_base = in alts_grpc_integrity_only_extra_copy_protect()
64 GRPC_SLICE_START_PTR(protected_slice) + rp->header_length; in alts_grpc_integrity_only_extra_copy_protect()
65 rp->iovec_buf[0].iov_len = data_length; in alts_grpc_integrity_only_extra_copy_protect()
67 rp->iovec_rp, rp->iovec_buf, 1, header_iovec, tag_iovec, &error_details); in alts_grpc_integrity_only_extra_copy_protect()
[all …]
Dalts_iovec_record_protocol.cc75 const alts_iovec_record_protocol* rp, iovec_t header, iovec_t tag, in ensure_header_and_tag_length() argument
77 if (rp == nullptr) { in ensure_header_and_tag_length()
92 if (tag.iov_len != rp->tag_length) { in ensure_header_and_tag_length()
170 const alts_iovec_record_protocol* rp) { in alts_iovec_record_protocol_get_tag_length() argument
171 if (rp != nullptr) { in alts_iovec_record_protocol_get_tag_length()
172 return rp->tag_length; in alts_iovec_record_protocol_get_tag_length()
178 const alts_iovec_record_protocol* rp, size_t max_protected_frame_size) { in alts_iovec_record_protocol_max_unprotected_data_size() argument
179 if (rp == nullptr) { in alts_iovec_record_protocol_max_unprotected_data_size()
183 kZeroCopyFrameMessageTypeFieldSize + rp->tag_length; in alts_iovec_record_protocol_max_unprotected_data_size()
189 alts_iovec_record_protocol* rp, const iovec_t* unprotected_vec, in alts_iovec_record_protocol_integrity_only_protect() argument
[all …]
Dalts_grpc_record_protocol_common.cc35 static void ensure_iovec_buf_size(alts_grpc_record_protocol* rp, in ensure_iovec_buf_size() argument
37 GPR_ASSERT(rp != nullptr && sb != nullptr); in ensure_iovec_buf_size()
38 if (sb->count <= rp->iovec_buf_length) { in ensure_iovec_buf_size()
42 rp->iovec_buf_length = GPR_MAX(sb->count, 2 * rp->iovec_buf_length); in ensure_iovec_buf_size()
43 rp->iovec_buf = static_cast<iovec_t*>( in ensure_iovec_buf_size()
44 gpr_realloc(rp->iovec_buf, rp->iovec_buf_length * sizeof(iovec_t))); in ensure_iovec_buf_size()
51 alts_grpc_record_protocol* rp, const grpc_slice_buffer* sb) { in alts_grpc_record_protocol_convert_slice_buffer_to_iovec() argument
52 GPR_ASSERT(rp != nullptr && sb != nullptr); in alts_grpc_record_protocol_convert_slice_buffer_to_iovec()
53 ensure_iovec_buf_size(rp, sb); in alts_grpc_record_protocol_convert_slice_buffer_to_iovec()
55 rp->iovec_buf[i].iov_base = GRPC_SLICE_START_PTR(sb->slices[i]); in alts_grpc_record_protocol_convert_slice_buffer_to_iovec()
[all …]
Dalts_grpc_privacy_integrity_record_protocol.cc36 alts_grpc_record_protocol* rp, grpc_slice_buffer* unprotected_slices, in alts_grpc_privacy_integrity_protect() argument
39 if (rp == nullptr || unprotected_slices == nullptr || in alts_grpc_privacy_integrity_protect()
48 unprotected_slices->length + rp->header_length + in alts_grpc_privacy_integrity_protect()
49 alts_iovec_record_protocol_get_tag_length(rp->iovec_rp); in alts_grpc_privacy_integrity_protect()
55 alts_grpc_record_protocol_convert_slice_buffer_to_iovec(rp, in alts_grpc_privacy_integrity_protect()
59 rp->iovec_rp, rp->iovec_buf, unprotected_slices->count, in alts_grpc_privacy_integrity_protect()
73 alts_grpc_record_protocol* rp, grpc_slice_buffer* protected_slices, in alts_grpc_privacy_integrity_unprotect() argument
76 if (rp == nullptr || protected_slices == nullptr || in alts_grpc_privacy_integrity_unprotect()
85 if (protected_slices->length < rp->header_length + rp->tag_length) { in alts_grpc_privacy_integrity_unprotect()
90 protected_slices->length - rp->header_length - rp->tag_length; in alts_grpc_privacy_integrity_unprotect()
[all …]
/third_party/skia/third_party/externals/libpng/powerpc/
Dfilter_vsx_intrinsics.c44 png_bytep rp = row + offset;\
46 size_t unaligned_top = 16 - (((size_t)rp % 16));\
71 *rp = (png_byte)(((int)(*rp) + (int)(*pp++)) & 0xff); in png_read_filter_row_up_vsx()
72 rp++; in png_read_filter_row_up_vsx()
78 rp_vec = vec_ld(0,rp); in png_read_filter_row_up_vsx()
83 vec_st(rp_vec,0,rp); in png_read_filter_row_up_vsx()
86 rp += 16; in png_read_filter_row_up_vsx()
97 *rp = (png_byte)(((int)(*rp) + (int)(*pp++)) & 0xff); in png_read_filter_row_up_vsx()
98 rp++; in png_read_filter_row_up_vsx()
192 *rp = (png_byte)(((int)(*rp) + (int)(*(rp-bpp))) & 0xff); in png_read_filter_row_sub4_vsx()
[all …]
/third_party/libpng/powerpc/
Dfilter_vsx_intrinsics.c44 png_bytep rp = row + offset;\
46 size_t unaligned_top = 16 - (((size_t)rp % 16));\
71 *rp = (png_byte)(((int)(*rp) + (int)(*pp++)) & 0xff); in png_read_filter_row_up_vsx()
72 rp++; in png_read_filter_row_up_vsx()
78 rp_vec = vec_ld(0,rp); in png_read_filter_row_up_vsx()
83 vec_st(rp_vec,0,rp); in png_read_filter_row_up_vsx()
86 rp += 16; in png_read_filter_row_up_vsx()
97 *rp = (png_byte)(((int)(*rp) + (int)(*pp++)) & 0xff); in png_read_filter_row_up_vsx()
98 rp++; in png_read_filter_row_up_vsx()
192 *rp = (png_byte)(((int)(*rp) + (int)(*(rp-bpp))) & 0xff); in png_read_filter_row_sub4_vsx()
[all …]
/third_party/flutter/skia/third_party/externals/libpng/powerpc/
Dfilter_vsx_intrinsics.c44 png_bytep rp = row + offset;\
46 size_t unaligned_top = 16 - (((size_t)rp % 16));\
71 *rp = (png_byte)(((int)(*rp) + (int)(*pp++)) & 0xff); in png_read_filter_row_up_vsx()
72 rp++; in png_read_filter_row_up_vsx()
78 rp_vec = vec_ld(0,rp); in png_read_filter_row_up_vsx()
83 vec_st(rp_vec,0,rp); in png_read_filter_row_up_vsx()
86 rp += 16; in png_read_filter_row_up_vsx()
97 *rp = (png_byte)(((int)(*rp) + (int)(*pp++)) & 0xff); in png_read_filter_row_up_vsx()
98 rp++; in png_read_filter_row_up_vsx()
192 *rp = (png_byte)(((int)(*rp) + (int)(*(rp-bpp))) & 0xff); in png_read_filter_row_sub4_vsx()
[all …]
/third_party/boost/libs/asio/test/generic/
Draw_protocol.cpp54 typedef generic::raw_protocol rp; in test() typedef
72 rp::socket socket1(ioc); in test()
73 rp::socket socket2(ioc, rp(af_inet, ipproto_icmp)); in test()
74 rp::socket socket3(ioc, rp::endpoint()); in test()
76 rp::socket::native_handle_type native_socket1 in test()
78 rp::socket socket4(ioc, rp(af_inet, ipproto_icmp), native_socket1); in test()
82 rp::socket socket5(std::move(socket4)); in test()
84 rp::socket socket6(std::move(icmp_socket)); in test()
90 socket1 = rp::socket(ioc); in test()
97 rp::socket::executor_type ex = socket1.get_executor(); in test()
[all …]
/third_party/ntfs-3g/libntfs-3g/
Dlogfile.c57 static BOOL ntfs_check_restart_page_header(RESTART_PAGE_HEADER *rp, s64 pos) in ntfs_check_restart_page_header() argument
68 logfile_system_page_size = le32_to_cpu(rp->system_page_size); in ntfs_check_restart_page_header()
69 logfile_log_page_size = le32_to_cpu(rp->log_page_size); in ntfs_check_restart_page_header()
93 if (((rp->major_ver != const_cpu_to_sle16(1)) in ntfs_check_restart_page_header()
94 || (rp->minor_ver != const_cpu_to_sle16(1))) in ntfs_check_restart_page_header()
95 && ((rp->major_ver != const_cpu_to_sle16(2)) in ntfs_check_restart_page_header()
96 || (rp->minor_ver != const_cpu_to_sle16(0)))) { in ntfs_check_restart_page_header()
100 (int)sle16_to_cpu(rp->major_ver), in ntfs_check_restart_page_header()
101 (int)sle16_to_cpu(rp->minor_ver)); in ntfs_check_restart_page_header()
108 if (ntfs_is_chkd_record(rp->magic) && !le16_to_cpu(rp->usa_count)) { in ntfs_check_restart_page_header()
[all …]
/third_party/gettext/gettext-runtime/src/
Descapes.h50 char *rp = retval + (cp - str); in expand_escapes() local
58 *rp++ = '\a'; in expand_escapes()
62 *rp++ = '\b'; in expand_escapes()
66 *rp++ = '\f'; in expand_escapes()
70 *rp++ = '\n'; in expand_escapes()
74 *rp++ = '\r'; in expand_escapes()
78 *rp++ = '\t'; in expand_escapes()
82 *rp++ = '\v'; in expand_escapes()
86 *rp++ = '\\'; in expand_escapes()
105 *rp++ = ch; in expand_escapes()
[all …]
/third_party/libpng/arm/
Dfilter_neon_intrinsics.c54 png_bytep rp = row; in png_read_filter_row_up_neon() local
60 for (; rp < rp_stop; rp += 16, pp += 16) in png_read_filter_row_up_neon()
64 qrp = vld1q_u8(rp); in png_read_filter_row_up_neon()
67 vst1q_u8(rp, qrp); in png_read_filter_row_up_neon()
75 png_bytep rp = row; in png_read_filter_row_sub3_neon() local
78 uint8x16_t vtmp = vld1q_u8(rp); in png_read_filter_row_sub3_neon()
87 for (; rp < rp_stop;) in png_read_filter_row_sub3_neon()
101 vtmp = vld1q_u8(rp + 12); in png_read_filter_row_sub3_neon()
105 vst1_lane_u32(png_ptr(uint32_t,rp), png_ldr(uint32x2_t,&vdest.val[0]), 0); in png_read_filter_row_sub3_neon()
106 rp += 3; in png_read_filter_row_sub3_neon()
[all …]
/third_party/skia/third_party/externals/libpng/arm/
Dfilter_neon_intrinsics.c54 png_bytep rp = row; in png_read_filter_row_up_neon() local
60 for (; rp < rp_stop; rp += 16, pp += 16) in png_read_filter_row_up_neon()
64 qrp = vld1q_u8(rp); in png_read_filter_row_up_neon()
67 vst1q_u8(rp, qrp); in png_read_filter_row_up_neon()
75 png_bytep rp = row; in png_read_filter_row_sub3_neon() local
78 uint8x16_t vtmp = vld1q_u8(rp); in png_read_filter_row_sub3_neon()
87 for (; rp < rp_stop;) in png_read_filter_row_sub3_neon()
101 vtmp = vld1q_u8(rp + 12); in png_read_filter_row_sub3_neon()
105 vst1_lane_u32(png_ptr(uint32_t,rp), png_ldr(uint32x2_t,&vdest.val[0]), 0); in png_read_filter_row_sub3_neon()
106 rp += 3; in png_read_filter_row_sub3_neon()
[all …]
/third_party/flutter/skia/third_party/externals/libpng/arm/
Dfilter_neon_intrinsics.c54 png_bytep rp = row; in png_read_filter_row_up_neon() local
60 for (; rp < rp_stop; rp += 16, pp += 16) in png_read_filter_row_up_neon()
64 qrp = vld1q_u8(rp); in png_read_filter_row_up_neon()
67 vst1q_u8(rp, qrp); in png_read_filter_row_up_neon()
75 png_bytep rp = row; in png_read_filter_row_sub3_neon() local
78 uint8x16_t vtmp = vld1q_u8(rp); in png_read_filter_row_sub3_neon()
87 for (; rp < rp_stop;) in png_read_filter_row_sub3_neon()
101 vtmp = vld1q_u8(rp + 12); in png_read_filter_row_sub3_neon()
105 vst1_lane_u32(png_ptr(uint32_t,rp), png_ldr(uint32x2_t,&vdest.val[0]), 0); in png_read_filter_row_sub3_neon()
106 rp += 3; in png_read_filter_row_sub3_neon()
[all …]
/third_party/openssl/crypto/ec/asm/
Decp_nistz256-sparcv9.pl97 my ($rp,$ap,$bp)=map("%i$_",(0..2));
353 st @acc[0],[$rp]
355 st @acc[1],[$rp+4]
357 st @acc[2],[$rp+8]
359 st @acc[3],[$rp+12]
361 st @acc[4],[$rp+16]
363 st @acc[5],[$rp+20]
365 st @acc[6],[$rp+24]
367 st @acc[7],[$rp+28]
435 st @acc[0],[$rp]
[all …]
/third_party/node/deps/npm/lib/
Dlink.js69 var rp = null
95 rp = path.resolve(pkg)
96 linkPkg(rp, n)
103 rp = pp
106 rp = pp
111 else rp = real
118 if (npm.config.get('dry-run')) return resultPrinter(pkg, pp, target, rp, cb)
127 rp && [build, [target], npm.config.get('global'), build._noLC, true],
128 [resultPrinter, pkg, pp, target, rp]
170 function resultPrinter (pkg, src, dest, rp, cb) { argument
[all …]
/third_party/boost/libs/hana/test/functional/
Dreverse_partial.cpp15 constexpr auto rp = hana::reverse_partial; in main() local
19 rp(f)(), in main()
23 rp(f)(ct_eq<1>{}), in main()
27 rp(f)(ct_eq<1>{}, ct_eq<2>{}), in main()
31 rp(f)(ct_eq<1>{}, ct_eq<2>{}, ct_eq<3>{}), in main()
36 rp(f, ct_eq<1>{})(), in main()
40 rp(f, ct_eq<1>{})(ct_eq<2>{}), in main()
44 rp(f, ct_eq<1>{})(ct_eq<2>{}, ct_eq<3>{}), in main()
49 rp(f, ct_eq<1>{}, ct_eq<2>{})(), in main()
53 rp(f, ct_eq<1>{}, ct_eq<2>{})(ct_eq<3>{}), in main()
[all …]
/third_party/libunwind/tests/
Dia64-test-nat-asm.S37 br.call.sptk.many rp = b6;; \
52 br.ret.sptk.many rp
66 .save rp, loc1
67 mov loc1 = rp
89 mov rp = loc1
90 br.ret.sptk.many rp
104 .save rp, loc1
105 mov loc1 = rp
126 mov rp = loc1
127 br.ret.sptk.many rp
[all …]
/third_party/openssl/crypto/bn/
Dbn_nist.c364 unsigned int *rp = (unsigned int *)r_d; in BN_nist_mod_192() local
367 acc = rp[0]; in BN_nist_mod_192()
370 rp[0] = (unsigned int)acc; in BN_nist_mod_192()
373 acc += rp[1]; in BN_nist_mod_192()
376 rp[1] = (unsigned int)acc; in BN_nist_mod_192()
379 acc += rp[2]; in BN_nist_mod_192()
383 rp[2] = (unsigned int)acc; in BN_nist_mod_192()
386 acc += rp[3]; in BN_nist_mod_192()
390 rp[3] = (unsigned int)acc; in BN_nist_mod_192()
393 acc += rp[4]; in BN_nist_mod_192()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dzic.c170 static zic_t rpytime(const struct rule * rp, zic_t wantedy);
171 static void rulesub(struct rule * rp,
901 register struct rule * rp; in associate() local
939 rp = &rules[base]; in associate()
941 if (strcmp(rp->r_name, rules[out].r_name) != 0) in associate()
945 if (strcmp(zp->z_rule, rp->r_name) != 0) in associate()
947 zp->z_rules = rp; in associate()
1393 rulesub(register struct rule *const rp, in rulesub() argument
1410 rp->r_month = lp->l_value; in rulesub()
1411 rp->r_todisstd = FALSE; in rulesub()
[all …]
/third_party/icu/icu4c/source/tools/tzcode/
Dzic.c170 static zic_t rpytime(const struct rule * rp, zic_t wantedy);
171 static void rulesub(struct rule * rp,
901 register struct rule * rp; in associate() local
939 rp = &rules[base]; in associate()
941 if (strcmp(rp->r_name, rules[out].r_name) != 0) in associate()
945 if (strcmp(zp->z_rule, rp->r_name) != 0) in associate()
947 zp->z_rules = rp; in associate()
1393 rulesub(register struct rule *const rp, in rulesub() argument
1410 rp->r_month = lp->l_value; in rulesub()
1411 rp->r_todisstd = FALSE; in rulesub()
[all …]
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dzic.c170 static zic_t rpytime(const struct rule * rp, zic_t wantedy);
171 static void rulesub(struct rule * rp,
901 register struct rule * rp; in associate() local
939 rp = &rules[base]; in associate()
941 if (strcmp(rp->r_name, rules[out].r_name) != 0) in associate()
945 if (strcmp(zp->z_rule, rp->r_name) != 0) in associate()
947 zp->z_rules = rp; in associate()
1393 rulesub(register struct rule *const rp, in rulesub() argument
1410 rp->r_month = lp->l_value; in rulesub()
1411 rp->r_todisstd = FALSE; in rulesub()
[all …]

12345678910>>...16