/external/tcpdump/ |
D | print-fddi.c | 229 extract_fddi_addrs(const struct fddi_header *fddip, char *fsrc, char *fdst) in extract_fddi_addrs() argument 239 fdst[i] = fddi_bit_swap[fddip->fddi_dhost[i]]; in extract_fddi_addrs() 244 memcpy(fdst, (const char *)fddip->fddi_dhost, 6); in extract_fddi_addrs() 255 register const u_char *fsrc, register const u_char *fdst) in fddi_hdr_print() argument 260 dstname = etheraddr_string(ndo, fdst); in fddi_hdr_print()
|
D | print-token.c | 97 extract_token_addrs(const struct token_header *trp, char *fsrc, char *fdst) in extract_token_addrs() argument 99 memcpy(fdst, (const char *)trp->token_dhost, 6); in extract_token_addrs() 109 register const u_char *fsrc, register const u_char *fdst) in token_hdr_print() argument 114 dstname = etheraddr_string(ndo, fdst); in token_hdr_print()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_test_blend.c | 505 double fdst[LP_MAX_VECTOR_LENGTH]; in test_one() local 510 read_vec(type, dst, fdst); in test_one() 514 compute_blend_ref(blend, fsrc + j, fdst + j, fcon + j, fref + j); in test_one() 580 double fdst[4]; in test_one() local 588 fdst[j] = read_elem(type, dst + j*stride, k); in test_one() 592 compute_blend_ref(blend, fsrc, fdst, fcon, fref); in test_one()
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nvfx_vertprog.c | 419 tgsi_dst(struct nvfx_vpc *vpc, const struct tgsi_full_dst_register *fdst) { in tgsi_dst() argument 422 switch (fdst->Register.File) { in tgsi_dst() 427 dst = vpc->r_result[fdst->Register.Index]; in tgsi_dst() 430 dst = vpc->r_temp[fdst->Register.Index]; in tgsi_dst() 433 dst = vpc->r_address[fdst->Register.Index]; in tgsi_dst() 436 NOUVEAU_ERR("bad dst file %i\n", fdst->Register.File); in tgsi_dst()
|
D | nvfx_fragprog.c | 413 tgsi_dst(struct nvfx_fpc *fpc, const struct tgsi_full_dst_register *fdst) { in tgsi_dst() argument 414 switch (fdst->Register.File) { in tgsi_dst() 416 return fpc->r_result[fdst->Register.Index]; in tgsi_dst() 418 return fpc->r_temp[fdst->Register.Index]; in tgsi_dst() 422 NOUVEAU_ERR("bad dst file %d\n", fdst->Register.File); in tgsi_dst()
|
/external/valgrind/VEX/priv/ |
D | host_ppc_isel.c | 3834 HReg fdst = newVRegF(env); in iselFltExpr_wrk() local 3843 fdst, zero_r1 )); in iselFltExpr_wrk() 3845 return fdst; in iselFltExpr_wrk() 3850 HReg fdst = newVRegF(env); in iselFltExpr_wrk() local 3861 addInstr(env, PPCInstr_FpLdSt(True/*load*/, 8, fdst, zero_r1)); in iselFltExpr_wrk() 3864 fdst, fdst)); in iselFltExpr_wrk() 3870 return fdst; in iselFltExpr_wrk() 3873 HReg fdst = newVRegF(env); in iselFltExpr_wrk() local 3888 addInstr(env, PPCInstr_FpLdSt(True/*load*/, 8, fdst, zero_r1)); in iselFltExpr_wrk() 3891 fdst, fdst)); in iselFltExpr_wrk() [all …]
|
D | host_mips_isel.c | 3380 HReg fdst = newVRegF(env); in iselFltExpr_wrk() local 3387 addInstr(env, MIPSInstr_FpLdSt(True /*load */ , 4, fdst, zero_r1)); in iselFltExpr_wrk() 3389 return fdst; in iselFltExpr_wrk()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vertex_generic.c | 1047 GLfloat fin[4], fout[4], fdst[4]; in _tnl_generic_interp() local 1052 INTERP_4F(t, fdst, fout, fin); in _tnl_generic_interp() 1054 a[j].insert[4-1]( &a[j], vdst + a[j].vertoffset, fdst ); in _tnl_generic_interp()
|