Searched refs:md (Results 1 - 25 of 28) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr31541.c7 struct scsi_mode_header md; local
8 return *(Uchar*)&md;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vect/
H A Dvect-debug-pr41926.c10 int md, mc, mb, ma, p_index = 0; local
12 for (md = 0; md < 1; md++)
18 p[md][ma] = p[md][ma] - tmp * pp;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dpr41225.f907 INTEGER :: ma, mb, mc, md, p_index local in subroutine:block_15_1_1_1
8 DO md = 1,1
16 kbd((md-1)*1+mb) = kbd((md-1)*1+mb) - ks_bd
H A Dused_types_14.f909 integer, allocatable :: md(:) component in type:foo_type
H A Dinterface_16.f9019 integer, allocatable :: md(:) component in type:foo_cdt
/haiku-buildtools/binutils/gas/config/
H A Dtc-ia64.c66 #define PREV_SLOT md.slot[(md.curr_slot + NUM_SLOTS - 1) % NUM_SLOTS]
67 #define CURR_SLOT md.slot[md.curr_slot]
341 md; variable in typeref:struct:__anon385
932 md.in.base = REG_GR + 32;
933 md.loc.base = md.in.base + ins;
934 md.out.base = md
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-ia64.c65 #define PREV_SLOT md.slot[(md.curr_slot + NUM_SLOTS - 1) % NUM_SLOTS]
66 #define CURR_SLOT md.slot[md.curr_slot]
332 md; variable in typeref:struct:__anon2552
1090 md.in.base = REG_GR + 32;
1091 md.loc.base = md.in.base + ins;
1092 md.out.base = md
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dpr60697.c142 int ngid,t_mdatoms *md,
160 charge = md->chargeA;
161 chargeB = md->chargeB;
162 type = md->typeA;
163 typeB = md->typeB;
164 cENER = md->cENER;
165 bPert = md->bPerturbed;
466 int ngid,t_mdatoms *md,int icg,
478 do_fnbf(log,cr,fr,x,fr->f_twin,md,
485 put_in_list(bHaveLJ,ngid,md,ic
141 put_in_list(int bHaveLJ[], int ngid,t_mdatoms *md, int icg,int jgid,int nj,atom_id jjcg[], atom_id index[], t_excl bExcl[],int shift, t_forcerec *fr,int bLR, int bVDWOnly,int bCoulOnly) argument
465 do_longrange(FILE *log,t_commrec *cr,t_topology *top,t_forcerec *fr, int ngid,t_mdatoms *md,int icg, int jgid,int nlr, atom_id lr[],t_excl bexcl[],int shift, rvec x[],rvec box_size,t_nrnb *nrnb, real lambda,real *dvdlambda, t_groups *grps,int bVDWOnly,int bCoulOnly, int bDoForces,int bHaveLJ[]) argument
490 ns5_core(FILE *log,t_commrec *cr,t_forcerec *fr,int cg_index[], matrix box,rvec box_size,int ngid, t_topology *top,t_groups *grps, t_grid *grid,rvec x[],t_excl bexcl[],int *bExcludeAlleg, t_nrnb *nrnb,t_mdatoms *md, real lambda,real *dvdlambda, int bHaveLJ[]) argument
621 search_neighbours(FILE *log,t_forcerec *fr, rvec x[],matrix box, t_topology *top,t_groups *grps, t_commrec *cr,t_nsborder *nsb, t_nrnb *nrnb,t_mdatoms *md, real lambda,real *dvdlambda) argument
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dvmsconfig.com86 $ if f$search("''arch'.md") .nes. "" then delete 'arch'.md;*
87 $ copy [.config.'arch']'arch'.md []'arch'.md
88 $ echo "Copied `''arch'.md' from `[.config.''arch']''arch'.md'."
240 COPY_TEXT ("md_file=" + arch + ".md"); SPLIT_LINE; ! 'arch'/'arch'.md
H A Dmakefile.vms53 MDFILE = [.config.$(ARCH)]$(ARCH).md
/haiku-buildtools/legacy/gcc/gcc/config/msdos/
H A Dconfigur.bat11 update config\i386\i386.md md
/haiku-buildtools/gcc/contrib/
H A Dgcc_update82 gcc/config/aarch64/aarch64-tune.md: gcc/config/aarch64/aarch64-cores.def gcc/config/aarch64/gentune.sh
83 gcc/config/arm/arm-tune.md: gcc/config/arm/arm-cores.def gcc/config/arm/gentune.sh
88 gcc/config/c6x/c6x-sched.md: gcc/config/c6x/c6x-sched.md.in gcc/config/c6x/gensched.sh
89 gcc/config/c6x/c6x-mult.md: gcc/config/c6x/c6x-mult.md.in gcc/config/c6x/genmult.sh
/haiku-buildtools/gcc/libcpp/
H A Dline-map.c709 unsigned int md, mn, mx; local
736 md = (mn + mx) / 2;
737 if (MAP_START_LOCATION (LINEMAPS_ORDINARY_MAP_AT (set, md)) > line)
738 mx = md;
740 mn = md;
757 unsigned int md, mn, mx; local
782 md = (mx + mn) / 2;
783 if (MAP_START_LOCATION (LINEMAPS_MACRO_MAP_AT (set, md)) > line)
784 mn = md + 1;
786 mx = md;
[all...]
H A Dcharset.c871 int mn, mx, md;
881 md = (mn + mx) / 2;
882 if (c <= ucnranges[md].end)
883 mx = md;
885 mn = md + 1;
870 int mn, mx, md; local
/haiku-buildtools/gcc/gcc/
H A Dopts-common.c57 size_t mn, mn_orig, mx, md, opt_len; local
68 md = (mn + mx) / 2;
69 opt_len = cl_options[md].opt_len;
70 comp = strncmp (input, cl_options[md].opt_text + 1, opt_len);
73 mx = md;
75 mn = md;
H A DMakefile.in515 md_file=$(srcdir)/common.md $(srcdir)/config/@md_file@
883 READ_MD_H = $(OBSTACK_H) $(HASHTAB_H) read-md.h
1038 BUILD_MD = build/read-md.o
2084 # Dependencies for the md file. The first time through, we just assume
2085 # the md file itself and the generated dependency file (in order to get
2117 $(simple_rtl_generated_c:insn-%.c=s-%): s-%: insn-conditions.md
2123 $(filter insn-conditions.md,$^) > tmp-$*.h
2130 $(filter insn-conditions.md,$^) > tmp-$*.c
2145 insn-conditions.md
2146 $(RUN_GEN) build/genattrtab$(build_exeext) $(md_file) insn-conditions.md \
[all...]
/haiku-buildtools/legacy/binutils/bfd/
H A Dmach-o.c1799 struct mach_o_data_struct *md = abfd->tdata.mach_o_data; local
1809 for (i = 0; i < md->header.ncmds; i++)
1811 struct bfd_mach_o_load_command *cmd = &md->commands[i];
1848 struct mach_o_data_struct *md = NULL; local
1852 md = abfd->tdata.mach_o_data;
1854 BFD_ASSERT (md != NULL);
1858 for (i = 0; i < md->header.ncmds; i++)
1860 struct bfd_mach_o_load_command *cmd = &md->commands[i];
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/powerpc/
H A Dpr58673-2.c188 int bMaster, t_mdatoms * md, t_idef * idef, real mu_aver,
186 do_coupling(FILE * log, int nfile, t_filenm fnm[], t_coupl_rec * tcr, real t, int step, real ener[], t_forcerec * fr, t_inputrec * ir, int bMaster, t_mdatoms * md, t_idef * idef, real mu_aver, int nmols, t_commrec * cr, matrix box, tensor virial, tensor pres, rvec mu_tot, rvec x[], rvec f[], int bDoIt) argument
/haiku-buildtools/gcc/gmp/
H A Dconfig.guess676 sun4[md]) exact_cpu=sparcv8 ;;
/haiku-buildtools/gcc/gcc/config/arm/
H A Darm-ldmstm.ml29 ocaml arm-ldmstm.ml >/path/to/gcc/config/arm/ldmstm.md
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/s390/
H A Desa-g5.s275 md %f6,4095(%r5,%r10)
H A Desa-g5.d281 .*: 6c 65 af ff [ ]*md %f6,4095\(%r5,%r10\)
/haiku-buildtools/binutils/gas/testsuite/gas/s390/
H A Desa-g5.s279 md %f6,4095(%r5,%r10)
H A Desa-g5.d285 .*: 6c 65 af ff [ ]*md %f6,4095\(%r5,%r10\)
/haiku-buildtools/gcc/gcc/fortran/
H A Dintrinsic.c1206 *num = "number", *tm = "time", *nm = "name", *md = "mode", local
1248 nm, BT_CHARACTER, dc, REQUIRED, md, BT_CHARACTER, dc, REQUIRED);
1548 nm, BT_CHARACTER, dc, REQUIRED, md, BT_CHARACTER, dc, REQUIRED);
3025 *sec = "seconds", *res = "result", *of = "offset", *md = "mode", local
3174 md, BT_CHARACTER, dc, REQUIRED, INTENT_IN,

Completed in 345 milliseconds

12