/external/skia/third_party/libpng/ |
D | pngtrans.c | 270 png_bytep rp = row; in png_do_invert() local 276 *rp = (png_byte)(~(*rp)); in png_do_invert() 277 rp++; in png_do_invert() 284 png_bytep rp = row; in png_do_invert() local 290 *rp = (png_byte)(~(*rp)); in png_do_invert() 291 rp += 2; in png_do_invert() 299 png_bytep rp = row; in png_do_invert() local 305 *rp = (png_byte)(~(*rp)); in png_do_invert() 306 *(rp + 1) = (png_byte)(~(*(rp + 1))); in png_do_invert() 307 rp += 4; in png_do_invert() [all …]
|
/external/pdfium/third_party/libpng16/ |
D | pngtrans.c | 270 png_bytep rp = row; in png_do_invert() local 276 *rp = (png_byte)(~(*rp)); in png_do_invert() 277 rp++; in png_do_invert() 284 png_bytep rp = row; in png_do_invert() local 290 *rp = (png_byte)(~(*rp)); in png_do_invert() 291 rp += 2; in png_do_invert() 299 png_bytep rp = row; in png_do_invert() local 305 *rp = (png_byte)(~(*rp)); in png_do_invert() 306 *(rp + 1) = (png_byte)(~(*(rp + 1))); in png_do_invert() 307 rp += 4; in png_do_invert() [all …]
|
/external/libpng/ |
D | pngtrans.c | 271 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 …]
|
/external/libopus/src/ |
D | repacketizer.c | 42 OpusRepacketizer *opus_repacketizer_init(OpusRepacketizer *rp) in opus_repacketizer_init() argument 44 rp->nb_frames = 0; in opus_repacketizer_init() 45 return rp; in opus_repacketizer_init() 50 OpusRepacketizer *rp; in opus_repacketizer_create() local 51 rp=(OpusRepacketizer *)opus_alloc(opus_repacketizer_get_size()); in opus_repacketizer_create() 52 if(rp==NULL)return NULL; in opus_repacketizer_create() 53 return opus_repacketizer_init(rp); in opus_repacketizer_create() 56 void opus_repacketizer_destroy(OpusRepacketizer *rp) in opus_repacketizer_destroy() argument 58 opus_free(rp); in opus_repacketizer_destroy() 61 static int opus_repacketizer_cat_impl(OpusRepacketizer *rp, const unsigned char *data, opus_int32 l… in opus_repacketizer_cat_impl() argument [all …]
|
/external/syslinux/com32/lib/libpng/ |
D | pngtrans.c | 218 png_bytep rp = row; in png_do_invert() local 224 *rp = (png_byte)(~(*rp)); in png_do_invert() 225 rp++; in png_do_invert() 231 png_bytep rp = row; in png_do_invert() local 237 *rp = (png_byte)(~(*rp)); in png_do_invert() 238 rp+=2; in png_do_invert() 244 png_bytep rp = row; in png_do_invert() local 250 *rp = (png_byte)(~(*rp)); in png_do_invert() 251 *(rp+1) = (png_byte)(~(*(rp+1))); in png_do_invert() 252 rp+=4; in png_do_invert() [all …]
|
D | pngwtran.c | 538 png_bytep rp; in png_do_write_intrapixel() local 548 for (i = 0, rp = row; i < row_width; i++, rp += bytes_per_pixel) in png_do_write_intrapixel() 550 *(rp) = (png_byte)((*rp - *(rp+1))&0xff); in png_do_write_intrapixel() 551 *(rp+2) = (png_byte)((*(rp+2) - *(rp+1))&0xff); in png_do_write_intrapixel() 556 png_bytep rp; in png_do_write_intrapixel() local 566 for (i = 0, rp = row; i < row_width; i++, rp += bytes_per_pixel) in png_do_write_intrapixel() 568 png_uint_32 s0 = (*(rp ) << 8) | *(rp+1); in png_do_write_intrapixel() 569 png_uint_32 s1 = (*(rp+2) << 8) | *(rp+3); in png_do_write_intrapixel() 570 png_uint_32 s2 = (*(rp+4) << 8) | *(rp+5); in png_do_write_intrapixel() 573 *(rp ) = (png_byte)((red >> 8) & 0xff); in png_do_write_intrapixel() [all …]
|
/external/syslinux/gpxe/src/net/infiniband/ |
D | ib_srp.c | 133 struct ib_srp_root_path *rp __unused ) { in ib_srp_parse_literal() 146 struct ib_srp_root_path *rp ) { in ib_srp_parse_sgid() argument 151 memcpy ( &rp->ib->sgid, &ibdev->gid, sizeof ( rp->ib->sgid ) ); in ib_srp_parse_sgid() 153 return ib_srp_parse_byte_string ( rp_comp, rp->ib->sgid.u.bytes, in ib_srp_parse_sgid() 154 ( sizeof ( rp->ib->sgid ) | in ib_srp_parse_sgid() 166 struct ib_srp_root_path *rp ) { in ib_srp_parse_initiator_id_ext() argument 168 ib_srp_initiator_port_id ( rp->port_ids ); in ib_srp_parse_initiator_id_ext() 183 struct ib_srp_root_path *rp ) { in ib_srp_parse_initiator_hca_guid() argument 185 ib_srp_initiator_port_id ( rp->port_ids ); in ib_srp_parse_initiator_hca_guid() 188 memcpy ( &port_id->hca_guid, &rp->ib->sgid.u.half[1], in ib_srp_parse_initiator_hca_guid() [all …]
|
/external/libpng/arm/ |
D | filter_neon_intrinsics.c | 46 png_bytep rp = row; in png_read_filter_row_up_neon() local 52 for (; rp < rp_stop; rp += 16, pp += 16) in png_read_filter_row_up_neon() 56 qrp = vld1q_u8(rp); in png_read_filter_row_up_neon() 59 vst1q_u8(rp, qrp); in png_read_filter_row_up_neon() 67 png_bytep rp = row; in png_read_filter_row_sub3_neon() local 70 uint8x16_t vtmp = vld1q_u8(rp); in png_read_filter_row_sub3_neon() 79 for (; rp < rp_stop;) in png_read_filter_row_sub3_neon() 93 vtmp = vld1q_u8(rp + 12); in png_read_filter_row_sub3_neon() 97 vst1_lane_u32(png_ptr(uint32_t,rp), png_ldr(uint32x2_t,&vdest.val[0]), 0); in png_read_filter_row_sub3_neon() 98 rp += 3; in png_read_filter_row_sub3_neon() [all …]
|
/external/skia/third_party/libpng/arm/ |
D | filter_neon_intrinsics.c | 46 png_bytep rp = row; in png_read_filter_row_up_neon() local 52 for (; rp < rp_stop; rp += 16, pp += 16) in png_read_filter_row_up_neon() 56 qrp = vld1q_u8(rp); in png_read_filter_row_up_neon() 59 vst1q_u8(rp, qrp); in png_read_filter_row_up_neon() 67 png_bytep rp = row; in png_read_filter_row_sub3_neon() local 70 uint8x16_t vtmp = vld1q_u8(rp); in png_read_filter_row_sub3_neon() 79 for (; rp < rp_stop;) in png_read_filter_row_sub3_neon() 93 vtmp = vld1q_u8(rp + 12); in png_read_filter_row_sub3_neon() 97 vst1_lane_u32(png_ptr(uint32_t,rp), png_ldr(uint32x2_t,&vdest.val[0]), 0); in png_read_filter_row_sub3_neon() 98 rp += 3; in png_read_filter_row_sub3_neon() [all …]
|
/external/pdfium/third_party/libpng16/arm/ |
D | filter_neon_intrinsics.c | 46 png_bytep rp = row; in png_read_filter_row_up_neon() local 52 for (; rp < rp_stop; rp += 16, pp += 16) in png_read_filter_row_up_neon() 56 qrp = vld1q_u8(rp); in png_read_filter_row_up_neon() 59 vst1q_u8(rp, qrp); in png_read_filter_row_up_neon() 67 png_bytep rp = row; in png_read_filter_row_sub3_neon() local 70 uint8x16_t vtmp = vld1q_u8(rp); in png_read_filter_row_sub3_neon() 79 for (; rp < rp_stop;) in png_read_filter_row_sub3_neon() 93 vtmp = vld1q_u8(rp + 12); in png_read_filter_row_sub3_neon() 97 vst1_lane_u32(png_ptr(uint32_t,rp), png_ldr(uint32x2_t,&vdest.val[0]), 0); in png_read_filter_row_sub3_neon() 98 rp += 3; in png_read_filter_row_sub3_neon() [all …]
|
/external/blktrace/btt/ |
D | trace_remap.c | 23 static inline void cvt_pdu_remap(struct blk_io_trace_remap *rp) in cvt_pdu_remap() argument 25 rp->device_from = be32_to_cpu(rp->device_from); in cvt_pdu_remap() 26 rp->device_to = be32_to_cpu(rp->device_to); in cvt_pdu_remap() 27 rp->sector_from = be64_to_cpu(rp->sector_from); in cvt_pdu_remap() 38 struct blk_io_trace_remap *rp; in trace_remap() local 43 rp = a_iop->pdu; in trace_remap() 44 cvt_pdu_remap(rp); in trace_remap() 49 q_dip = __dip_find(rp->device_from); in trace_remap() 53 q_iop = dip_find_sec(q_dip, IOP_Q, rp->sector_from); in trace_remap()
|
/external/libunwind/tests/ |
D | ia64-test-nat-asm.S | 37 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 …]
|
D | ia64-dyn-asm.S | 6 br.ret.sptk.many rp 19 mov r3 = rp 20 mov rp = loc0 // trash rp 32 br.call.sptk rp = b6 40 mov rp = r3 45 br.ret.sptk.many rp 54 mov loc0 = rp 62 mov rp = r2 79 mov rp = r3 80 br.ret.sptk.many rp [all …]
|
D | ia64-test-stack-asm.S | 61 mov r16 = rp 63 .savesp rp, SAVED_RP_OFF+16 97 (p6) br.call.sptk.many rp = stack_it // next iteration 98 (p7) br.call.sptk.many rp = do_unwind_tests // time for introspection... 111 mov rp = r17 119 br.ret.sptk.many rp 132 .save rp, loc0 133 mov loc0 = rp 170 (p6) br.call.sptk.many rp = stack_it 171 (p7) br.call.sptk.many rp = touch_all [all …]
|
/external/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 170 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 …]
|
/external/tcpdump/ |
D | print-sunrpc.c | 171 register const struct sunrpc_msg *rp; in sunrpcrequest_print() local 177 rp = (const struct sunrpc_msg *)bp; in sunrpcrequest_print() 181 EXTRACT_32BITS(&rp->rm_xid)); in sunrpcrequest_print() 185 EXTRACT_32BITS(&rp->rm_xid)); in sunrpcrequest_print() 208 EXTRACT_32BITS(&rp->rm_call.cb_proc)))); in sunrpcrequest_print() 209 x = EXTRACT_32BITS(&rp->rm_call.cb_rpcvers); in sunrpcrequest_print() 213 switch (EXTRACT_32BITS(&rp->rm_call.cb_proc)) { in sunrpcrequest_print() 219 x = EXTRACT_32BITS(&rp->rm_call.cb_prog); in sunrpcrequest_print() 224 ND_PRINT((ndo, ".%u", EXTRACT_32BITS(&rp->rm_call.cb_vers))); in sunrpcrequest_print() 233 register struct rpcent *rp; in progstr() local [all …]
|
D | print-rip.c | 181 register const struct rip *rp; in rip_print() local 192 if (i < sizeof(*rp)) { in rip_print() 196 i -= sizeof(*rp); in rip_print() 198 rp = (const struct rip *)dat; in rip_print() 202 rp->rip_vers)); in rip_print() 204 switch (rp->rip_vers) { in rip_print() 217 print_unknown_data(ndo, (const uint8_t *)&rp->rip_cmd, "\n\t", length); in rip_print() 224 rp->rip_cmd), in rip_print() 230 switch (rp->rip_cmd) { in rip_print() 234 ND_PRINT((ndo, ", routes: %u%s", j, rp->rip_vers == 2 ? " or less" : "")); in rip_print() [all …]
|
D | print-nfs.c | 326 register const struct sunrpc_msg *rp; in nfsreply_print() local 330 rp = (const struct sunrpc_msg *)bp; in nfsreply_print() 332 ND_TCHECK(rp->rm_xid); in nfsreply_print() 336 EXTRACT_32BITS(&rp->rm_xid)); in nfsreply_print() 340 EXTRACT_32BITS(&rp->rm_xid)); in nfsreply_print() 357 register const struct sunrpc_msg *rp; in nfsreply_print_noaddr() local 365 rp = (const struct sunrpc_msg *)bp; in nfsreply_print_noaddr() 367 ND_TCHECK(rp->rm_reply.rp_stat); in nfsreply_print_noaddr() 368 reply_stat = EXTRACT_32BITS(&rp->rm_reply.rp_stat); in nfsreply_print_noaddr() 373 if (xid_map_find(rp, bp2, &proc, &vers) >= 0) in nfsreply_print_noaddr() [all …]
|
D | print-ripng.c | 111 register const struct rip6 *rp = (const struct rip6 *)dat; in ripng_print() local 126 switch (rp->rip6_cmd) { in ripng_print() 131 && rp->rip6_nets->rip6_metric == HOPCNT_INFINITY6 in ripng_print() 132 && IN6_IS_ADDR_UNSPECIFIED(&rp->rip6_nets->rip6_dest)) { in ripng_print() 141 for (ni = rp->rip6_nets; i >= sizeof(*ni); in ripng_print() 157 for (ni = rp->rip6_nets; i >= sizeof(*ni); in ripng_print() 169 ND_PRINT((ndo, " ripng-%d ?? %u", rp->rip6_cmd, length)); in ripng_print() 172 if (rp->rip6_vers != RIP6_VERSION) in ripng_print() 173 ND_PRINT((ndo, " [vers %d]", rp->rip6_vers)); in ripng_print()
|
/external/lisa/tools/analysis/ |
D | runtime.py | 82 rp = runpids[prevpid] 83 if rp.running == 1: 84 rp.running = 0 85 runtime = time - rp.last_start_time 86 if runtime > rp.maxrun: 87 rp.maxrun = runtime 88 rp.start_time = rp.last_start_time 89 rp.end_time = time 90 rp.total_time += runtime 91 …g and dpid == prevpid: print 'adding to total time {}, new total {}'.format(runtime, rp.total_time) [all …]
|
/external/bison/src/ |
D | gram.c | 105 item_number *rp; in rule_rhs_print() local 106 for (rp = r->rhs; *rp >= 0; rp++) in rule_rhs_print() 107 fprintf (out, " %s", symbols[*rp]->tag); in rule_rhs_print() 121 item_number *rp; in rule_rhs_print_xml() local 123 for (rp = r->rhs; *rp >= 0; rp++) in rule_rhs_print_xml() 125 xml_escape (symbols[*rp]->tag)); in rule_rhs_print_xml() 270 item_number *rp = NULL; in grammar_dump() local 274 for (rp = rule_i->rhs; *rp >= 0; ++rp) in grammar_dump() 285 for (rp = rule_i->rhs; *rp >= 0; rp++) in grammar_dump() 286 fprintf (out, " %3d", *rp); in grammar_dump() [all …]
|
D | nullable.c | 84 item_number *rp = NULL; in nullable_compute() local 86 for (rp = rules_ruleno->rhs; *rp >= 0; ++rp) in nullable_compute() 87 if (ISTOKEN (*rp)) in nullable_compute() 93 for (rp = rules_ruleno->rhs; *rp >= 0; ++rp) in nullable_compute() 96 p->next = rsets[*rp - ntokens]; in nullable_compute() 98 rsets[*rp - ntokens] = p; in nullable_compute()
|
/external/boringssl/src/crypto/fipsmodule/bn/ |
D | montgomery.c | 265 BN_ULONG *ap, *np, *rp, n0, v, carry; in BN_from_montgomery_word() local 282 rp = r->d; in BN_from_montgomery_word() 286 OPENSSL_memset(&rp[r->top], 0, (max - r->top) * sizeof(BN_ULONG)); in BN_from_montgomery_word() 292 for (carry = 0, i = 0; i < nl; i++, rp++) { in BN_from_montgomery_word() 293 v = bn_mul_add_words(rp, np, nl, (rp[0] * n0) & BN_MASK2); in BN_from_montgomery_word() 294 v = (v + carry + rp[nl]) & BN_MASK2; in BN_from_montgomery_word() 295 carry |= (v != rp[nl]); in BN_from_montgomery_word() 296 carry &= (v <= rp[nl]); in BN_from_montgomery_word() 297 rp[nl] = v; in BN_from_montgomery_word() 306 rp = ret->d; in BN_from_montgomery_word() [all …]
|
D | add.c | 106 BN_ULONG *ap, *bp, *rp, carry, t1, t2; in BN_uadd() local 126 rp = r->d; in BN_uadd() 128 carry = bn_add_words(rp, ap, bp, min); in BN_uadd() 129 rp += min; in BN_uadd() 138 *(rp++) = t2; in BN_uadd() 146 *rp = 1; in BN_uadd() 151 if (dif && rp != ap) { in BN_uadd() 154 *(rp++) = *(ap++); in BN_uadd() 263 register BN_ULONG t1, t2, *ap, *bp, *rp; in BN_usub() local 282 rp = r->d; in BN_usub() [all …]
|
/external/toybox/toys/pending/ |
D | wget.c | 79 struct addrinfo hints, *result, *rp; in conn_svr() local 92 for (rp = result; rp; rp = rp->ai_next) { in conn_svr() 93 if ((sock = socket(rp->ai_family, rp->ai_socktype, rp->ai_protocol)) in conn_svr() 98 if (connect(sock, rp->ai_addr, rp->ai_addrlen) != -1) in conn_svr() 104 if(!rp) error_exit("can't connect"); in conn_svr()
|