/reactos/dll/opengl/mesa/ |
H A D | attrib.c | 390 MEMCPY( &ctx->Color, attr->data, in gl_PopAttrib() 397 MEMCPY( &ctx->Current, attr->data, in gl_PopAttrib() 401 MEMCPY( &ctx->Depth, attr->data, in gl_PopAttrib() 480 MEMCPY( &ctx->Polygon, attr->data, in gl_PopAttrib() 487 MEMCPY( &ctx->Scissor, attr->data, in gl_PopAttrib() 491 MEMCPY( &ctx->Stencil, attr->data, in gl_PopAttrib() 499 MEMCPY( &ctx->Texture, attr->data, in gl_PopAttrib() 503 MEMCPY( &ctx->Viewport, attr->data, in gl_PopAttrib() 600 MEMCPY( &ctx->Pack, attr->data, in gl_PopClientAttrib() 604 MEMCPY( &ctx->Unpack, attr->data, in gl_PopClientAttrib() [all …]
|
H A D | masking.c | 104 MEMCPY( red, r, n ); in gl_mask_color_span() 108 MEMCPY( green, g, n ); in gl_mask_color_span() 112 MEMCPY( blue, b, n ); in gl_mask_color_span() 116 MEMCPY( alpha, a, n ); in gl_mask_color_span() 140 MEMCPY( red, r, n ); in gl_mask_color_pixels() 144 MEMCPY( green, g, n ); in gl_mask_color_pixels() 148 MEMCPY( blue, b, n ); in gl_mask_color_pixels() 152 MEMCPY( alpha, a, n ); in gl_mask_color_pixels()
|
H A D | span.c | 402 MEMCPY( rtmp, r, n * sizeof(GLubyte) ); in gl_write_color_span() 403 MEMCPY( gtmp, g, n * sizeof(GLubyte) ); in gl_write_color_span() 404 MEMCPY( btmp, b, n * sizeof(GLubyte) ); in gl_write_color_span() 405 MEMCPY( atmp, a, n * sizeof(GLubyte) ); in gl_write_color_span() 493 MEMCPY( rtmp, r, n * sizeof(GLubyte) ); in gl_write_color_span() 494 MEMCPY( gtmp, g, n * sizeof(GLubyte) ); in gl_write_color_span() 495 MEMCPY( btmp, b, n * sizeof(GLubyte) ); in gl_write_color_span() 496 MEMCPY( atmp, a, n * sizeof(GLubyte) ); in gl_write_color_span() 725 MEMCPY( rtmp, r, n * sizeof(GLubyte) ); in gl_write_texture_span() 726 MEMCPY( gtmp, g, n * sizeof(GLubyte) ); in gl_write_texture_span() [all …]
|
H A D | matrix.c | 333 MEMCPY( out, Identity, 16*sizeof(GLfloat) ); in invert_matrix() 375 MEMCPY(out, tmp, 16*sizeof(GLfloat)); in invert_matrix() 615 MEMCPY( ctx->ModelViewStack[ctx->ModelViewStackDepth], in gl_PushMatrix() 641 MEMCPY( ctx->TextureStack[ctx->TextureStackDepth], in gl_PushMatrix() 666 MEMCPY( ctx->ModelViewMatrix, in gl_PopMatrix() 677 MEMCPY( ctx->ProjectionMatrix, in gl_PopMatrix() 697 MEMCPY( ctx->TextureMatrix, in gl_PopMatrix() 728 MEMCPY( ctx->TextureMatrix, Identity, 16*sizeof(GLfloat) ); in gl_LoadIdentity() 750 MEMCPY( ctx->ProjectionMatrix, m, 16*sizeof(GLfloat) ); in gl_LoadMatrixf() 775 MEMCPY( ctx->TextureMatrix, m, 16*sizeof(GLfloat) ); in gl_LoadMatrixf() [all …]
|
H A D | context.c | 579 MEMCPY( ctx->ModelViewMatrix, identity, 16*sizeof(GLfloat) ); in initialize_context() 580 MEMCPY( ctx->ModelViewInv, identity, 16*sizeof(GLfloat) ); in initialize_context() 586 MEMCPY( ctx->ProjectionMatrix, identity, 16*sizeof(GLfloat) ); in initialize_context() 594 MEMCPY( ctx->TextureMatrix, identity, 16*sizeof(GLfloat) ); in initialize_context() 1311 MEMCPY( &dst->Eval, &src->Eval, sizeof(struct gl_eval_attrib) ); in gl_copy_context() 1314 MEMCPY( &dst->Fog, &src->Fog, sizeof(struct gl_fog_attrib) ); in gl_copy_context() 1317 MEMCPY( &dst->Hint, &src->Hint, sizeof(struct gl_hint_attrib) ); in gl_copy_context() 1323 MEMCPY( &dst->Line, &src->Line, sizeof(struct gl_line_attrib) ); in gl_copy_context() 1326 MEMCPY( &dst->List, &src->List, sizeof(struct gl_list_attrib) ); in gl_copy_context() 1375 MEMCPY( &ctx->API, api, sizeof(struct gl_api_table) ); in gl_set_api_table() [all …]
|
H A D | pixel.c | 641 MEMCPY(values,ctx->Pixel.MapItoR,ctx->Pixel.MapItoRsize*sizeof(GLfloat)); in gl_GetPixelMapfv() 644 MEMCPY(values,ctx->Pixel.MapItoG,ctx->Pixel.MapItoGsize*sizeof(GLfloat)); in gl_GetPixelMapfv() 647 MEMCPY(values,ctx->Pixel.MapItoB,ctx->Pixel.MapItoBsize*sizeof(GLfloat)); in gl_GetPixelMapfv() 650 MEMCPY(values,ctx->Pixel.MapItoA,ctx->Pixel.MapItoAsize*sizeof(GLfloat)); in gl_GetPixelMapfv() 653 MEMCPY(values,ctx->Pixel.MapRtoR,ctx->Pixel.MapRtoRsize*sizeof(GLfloat)); in gl_GetPixelMapfv() 656 MEMCPY(values,ctx->Pixel.MapGtoG,ctx->Pixel.MapGtoGsize*sizeof(GLfloat)); in gl_GetPixelMapfv() 659 MEMCPY(values,ctx->Pixel.MapBtoB,ctx->Pixel.MapBtoBsize*sizeof(GLfloat)); in gl_GetPixelMapfv() 662 MEMCPY(values,ctx->Pixel.MapAtoA,ctx->Pixel.MapAtoAsize*sizeof(GLfloat)); in gl_GetPixelMapfv() 680 MEMCPY(values, ctx->Pixel.MapItoI, ctx->Pixel.MapItoIsize*sizeof(GLint)); in gl_GetPixelMapuiv() 922 MEMCPY( dst, src, width_in_bytes ); in gl_unpack_pixels() [all …]
|
H A D | pb.c | 215 MEMCPY( rsave, PB->r, PB->count * sizeof(GLubyte) ); in gl_flush_pb() 216 MEMCPY( gsave, PB->r, PB->count * sizeof(GLubyte) ); in gl_flush_pb() 217 MEMCPY( bsave, PB->r, PB->count * sizeof(GLubyte) ); in gl_flush_pb() 218 MEMCPY( asave, PB->r, PB->count * sizeof(GLubyte) ); in gl_flush_pb() 371 MEMCPY( isave, PB->i, PB->count * sizeof(GLuint) ); in gl_flush_pb() 389 MEMCPY( PB->i, isave, PB->count * sizeof(GLuint) ); in gl_flush_pb()
|
H A D | macros.h | 228 #define MEMCPY( DST, SRC, BYTES) \ 231 #define MEMCPY( DST, SRC, BYTES) \
|
H A D | image.c | 366 MEMCPY( dst, src, width_in_bytes ); in gl_unpack_image() 425 MEMCPY( dst, src, width_in_bytes ); in gl_unpack_image() 626 MEMCPY( dst, src, elems_per_row*sizeof(GLfloat) ); in gl_unpack_image()
|
/reactos/drivers/network/tcpip/lwip/src/netif/ |
H A D | lowpan6_common.c | 259 MEMCPY(buffer + lowpan6_header_len, inptr + 16, 8); in lowpan6_compress_headers() 262 MEMCPY(buffer + lowpan6_header_len, inptr + 22, 2); in lowpan6_compress_headers() 270 MEMCPY(buffer + lowpan6_header_len, inptr + 8, 16); in lowpan6_compress_headers() 283 MEMCPY(buffer + lowpan6_header_len, inptr + 24, 16); in lowpan6_compress_headers() 287 MEMCPY(buffer + lowpan6_header_len, inptr + 35, 5); in lowpan6_compress_headers() 291 MEMCPY(buffer + lowpan6_header_len, inptr + 37, 3); in lowpan6_compress_headers() 302 MEMCPY(buffer + lowpan6_header_len, inptr + 32, 8); in lowpan6_compress_headers() 305 MEMCPY(buffer + lowpan6_header_len, inptr + 38, 2); in lowpan6_compress_headers() 310 MEMCPY(buffer + lowpan6_header_len, inptr + 24, 16); in lowpan6_compress_headers() 512 MEMCPY(&ip6hdr->src.addr[2], lowpan6_buffer + lowpan6_offset, 8); in lowpan6_decompress_hdr() [all …]
|
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/ |
H A D | pppoe.c | 358 MEMCPY(&t, token, len); in pppoe_find_softc_by_hunique() 556 MEMCPY(sc->sc_hunique, hunique, hunique_len); in pppoe_disc_input() 811 MEMCPY(p, sc->sc_service_name, l1); in pppoe_send_padi() 822 MEMCPY(p, sc->sc_concentrator_name, l2); in pppoe_send_padi() 828 MEMCPY(p, &sc, sizeof sc); in pppoe_send_padi() 1028 MEMCPY(p, sc->sc_service_name, l1); in pppoe_send_padr() 1043 MEMCPY(p, &sc, sizeof sc); in pppoe_send_padr() 1107 MEMCPY(p, &sc, sizeof(sc)); in pppoe_send_pado() 1111 MEMCPY(p, sc->sc_hunique, sc->sc_hunique_len); in pppoe_send_pado() 1141 MEMCPY(p, sc->sc_service_name, l1); in pppoe_send_pads() [all …]
|
H A D | eap.c | 492 MEMCPY(dp, clear + 1, i); in eap_figure_next_state() 708 MEMCPY(outp, str, len); in eap_send_request() 740 MEMCPY(outp, ts->s.data, ts->s.len); in eap_send_request() 764 MEMCPY(outp, ts->B.data, ts->B.len); in eap_send_request() 784 MEMCPY(clear + 1, cp, j); in eap_send_request() 803 MEMCPY(clear, cp, i); in eap_send_request() 1039 MEMCPY(outp, str, lenstr); in eap_send_response() 1076 MEMCPY(outp, name, namelen); in eap_chap_response() 1119 MEMCPY(outp, str, lenstr); 1161 MEMCPY(outp, str, SHA_DIGESTSIZE); [all …]
|
H A D | magic.c | 176 MEMCPY(buf, tmp, n); in magic_random_bytes() 272 MEMCPY(buf, &new_rand, n); in magic_random_bytes()
|
H A D | vj.c | 395 MEMCPY(&cs->cs_ip, ip, hlen); in vj_compress_tcp() 428 MEMCPY(cp, new_seq, deltaS); in vj_compress_tcp() 438 MEMCPY(&cs->cs_ip, ip, hlen); in vj_compress_tcp() 482 MEMCPY(&cs->cs_hdr, nb->payload, hlen); in vj_uncompress_uncomp() 674 MEMCPY(n0->payload, &cs->cs_ip, cs->cs_hlen); in vj_uncompress_tcp()
|
H A D | mppe.c | 78 MEMCPY(state->session_key, sha1_digest, state->keylen); in mppe_rekey() 102 MEMCPY(state->master_key, key, MPPE_MAX_KEY_LEN); in mppe_set_key() 119 MEMCPY(state->session_key, state->master_key, sizeof(state->master_key)); in mppe_init()
|
H A D | chap_ms.c | 439 MEMCPY(msg, inp, len); in chapms_handle_failure() 504 MEMCPY(ZPasswordHash, PasswordHash, MD4_SIGNATURE_SIZE); in ChallengeResponse() 554 MEMCPY(Challenge, sha1Hash, 8); in ChallengeHash() 888 MEMCPY(&response[MS_CHAP2_PEER_CHALLENGE], PeerChallenge, in ChapMS2()
|
/reactos/drivers/network/tcpip/lwip/src/apps/smtp/ |
H A D | smtp.c | 363 MEMCPY(smtp_server, server, len); in smtp_set_server_addr() 621 MEMCPY(sfrom, from, from_len + 1); in smtp_send_mail() 622 MEMCPY(sto, to, to_len + 1); in smtp_send_mail() 623 MEMCPY(ssubject, subject, subject_len + 1); in smtp_send_mail() 624 MEMCPY(sbody, body, body_len + 1); in smtp_send_mail() 1043 MEMCPY(&s->tx_buf[SMTP_CMD_EHLO_1_LEN], ipa, ipa_len); in smtp_prepare_helo() 1150 MEMCPY(target, s->from, s->from_len); in smtp_prepare_mail() 1167 MEMCPY(target, s->to, s->to_len); in smtp_prepare_rcpt() 1187 MEMCPY(target, s->from, s->from_len); in smtp_prepare_header() 1191 MEMCPY(target, s->to, s->to_len); in smtp_prepare_header() [all …]
|
/reactos/sdk/lib/inflib/ |
H A D | builddep.h | 21 #define MEMCPY(Dest, Src, Size) memcpy((Dest), (Src), (size_t)(Size)) macro 75 #define MEMCPY(Dest, Src, Size) RtlCopyMemory((Dest), (Src), (Size)) macro
|
/reactos/drivers/network/tcpip/lwip/src/apps/snmp/ |
H A D | snmp_snmpv2_usm.c | 285 MEMCPY(value, cell_instance->reference.ptr, cell_instance->reference_len); in usmusertable_get_value() 288 MEMCPY(value, snmp_zero_dot_zero.id, snmp_zero_dot_zero.len * sizeof(u32_t)); in usmusertable_get_value() 295 MEMCPY(value, auth_algo->id, auth_algo->len * sizeof(u32_t)); in usmusertable_get_value() 307 MEMCPY(value, priv_algo->id, priv_algo->len * sizeof(u32_t)); in usmusertable_get_value()
|
H A D | snmp_mib2_system.c | 243 MEMCPY(value, dev_enterprise_oid->id, dev_enterprise_oid->len * sizeof(u32_t)); in system_get_value() 276 MEMCPY(value, var, result); in system_get_value() 352 MEMCPY(var_wr, value, len); in system_set_value()
|
H A D | snmp_mib2_interfaces.c | 171 MEMCPY(value, netif->name, value_len); in interfaces_Table_get_value() 187 MEMCPY(value, &netif->hwaddr, value_len); in interfaces_Table_get_value() 264 MEMCPY(value, snmp_zero_dot_zero.id, value_len); in interfaces_Table_get_value()
|
H A D | snmpv3_mbedtls.c | 278 MEMCPY(password_buf + 16, engineID, engineLength); in snmpv3_password_to_key_md5() 331 MEMCPY(password_buf + 20, engineID, engineLength); in snmpv3_password_to_key_sha()
|
/reactos/drivers/network/tcpip/lwip/src/core/ipv6/ |
H A D | ip6_frag.c | 165 MEMCPY(p->payload, ipr->orig_hdr, sizeof(iprh)); in ip6_reass_free_complete_datagram() 367 MEMCPY(&ipr->src, &ip6_current_header()->src, sizeof(ipr->src)); in ip6_reass() 368 MEMCPY(&ipr->dest, &ip6_current_header()->dest, sizeof(ipr->dest)); in ip6_reass() 515 MEMCPY(ipr->orig_hdr, p->payload, sizeof(*iprh)); in ip6_reass() 592 MEMCPY(p->payload, ipr->orig_hdr, IPV6_FRAG_REQROOM); in ip6_reass()
|
/reactos/drivers/network/tcpip/lwip/src/apps/netbiosns/ |
H A D | netbiosns.c | 395 …MEMCPY( resp->resp_name.encname, netbios_question_hdr->encname, sizeof(netbios_question_hdr->encna… in netbiosns_recv() 440 MEMCPY(resp->query_name, netbios_question_hdr->encname, (NETBIOS_NAME_LEN * 2) + 1); in netbiosns_recv() 452 MEMCPY(resp->answer_name, NETBIOS_LOCAL_NAME, strlen(NETBIOS_LOCAL_NAME)); in netbiosns_recv()
|
/reactos/drivers/network/tcpip/lwip/src/apps/tftp/ |
H A D | tftp.c | 149 MEMCPY(payload+2, fname, fname_length); in send_request() 150 MEMCPY(payload+2+fname_length, mode, mode_length); in send_request() 171 MEMCPY(&payload[2], str, str_length + 1); in send_error()
|