Home
last modified time | relevance | path

Searched refs:kindp (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/gdtoa/
H A Dgdtoa.c114 (fpi, be, bits, kindp, mode, ndigits, decpt, rve) in gdtoa() argument
116 int *kindp, mode, ndigits, *decpt; char **rve;
118 (FPI *fpi, int be, ULong *bits, int *kindp, int mode, int ndigits, int *decpt, char **rve)
172 kind = *kindp &= ~STRTOG_Inexact;
762 *kindp |= inex;
H A Dgdtoa.h108 extern char* gdtoa ANSI((FPI *fpi, int be, ULong *bits, int *kindp,
H A Dgdtoaimp.h615 extern char *gdtoa ANSI((FPI *fpi, int be, ULong *bits, int *kindp,
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c60 ctf_get_ctt_info(const ctf_file_t *fp, const void *v, uint_t *kindp, in ctf_get_ctt_info() argument
80 if (kindp != NULL) in ctf_get_ctt_info()
81 *kindp = kind; in ctf_get_ctt_info()
/freebsd/sys/cddl/dev/fbt/
H A Dfbt.c514 fbt_get_ctt_info(uint8_t version, const void *tp, uint_t *kindp, uint_t *vlenp, in fbt_get_ctt_info() argument
534 if (kindp != NULL) in fbt_get_ctt_info()
535 *kindp = kind; in fbt_get_ctt_info()