Searched refs:sizeP (Results 1 - 11 of 11) sorted by last modified time

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-arm.c888 md_atof (int type, char * litP, int * sizeP)
922 *sizeP = 0;
929 *sizeP = prec * 2;
886 md_atof(int type, char * litP, int * sizeP) argument
H A Dtc-mips.c11070 md_atof (int type, char *litP, int *sizeP)
11088 *sizeP = 0;
11096 *sizeP = prec * 2;
11062 md_atof(int type, char *litP, int *sizeP) argument
H A Datof-vax.c398 int *sizeP)
453 *sizeP = number_of_chars;
392 md_atof(int what_statement_type, char *literalP, int *sizeP) argument
H A Dtc-alpha.c5042 md_atof (int type, char *litP, int *sizeP)
5057 return vax_md_atof (type, litP, sizeP);
5079 *sizeP = 0;
5085 *sizeP = prec * sizeof (LITTLENUM_TYPE);
5029 md_atof(int type, char *litP, int *sizeP) argument
H A Dtc-arc.c1016 md_atof (int type, char *litP, int *sizeP)
1036 *sizeP = 0;
1043 *sizeP = prec * sizeof (LITTLENUM_TYPE);
1011 md_atof(int type, char *litP, int *sizeP) argument
H A Dtc-cr16.c651 md_atof (int type, char *litP, int *sizeP) argument
669 *sizeP = 0;
677 *sizeP = prec * 2;
H A Dtc-i386.c5757 md_atof (type, litP, sizeP)
5760 int *sizeP;
5785 *sizeP = 0;
5792 *sizeP = prec * sizeof (LITTLENUM_TYPE);
H A Dtc-mep.c1685 of LITTLENUMS emitted is stored in *sizeP . An error message is
1692 md_atof (int type, char *litP, int *sizeP)
1717 *sizeP = 0;
1724 * sizeP = prec * sizeof (LITTLENUM_TYPE);
1687 md_atof(int type, char *litP, int *sizeP) argument
H A Dtc-score.c4720 md_atof (int type, char *litP, int *sizeP) argument
4748 *sizeP = 0;
4755 *sizeP = prec * 2;
H A Dtc-sparc.c2971 md_atof (type, litP, sizeP)
2974 int *sizeP;
3007 *sizeP = 0;
3014 *sizeP = prec * sizeof (LITTLENUM_TYPE);
H A Dtc-spu.c712 emitted is stored in *sizeP . An error message is returned, or NULL on OK.
715 md_atof (int type, char *litP, int *sizeP)
749 *sizeP = 0;
756 *sizeP = prec * sizeof (LITTLENUM_TYPE);
713 md_atof(int type, char *litP, int *sizeP) argument

Completed in 298 milliseconds