Searched refs:kindp (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/gdtoa/ |
H A D | gdtoa.c | 114 (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 D | gdtoa.h | 108 extern char* gdtoa ANSI((FPI *fpi, int be, ULong *bits, int *kindp,
|
H A D | gdtoaimp.h | 615 extern char *gdtoa ANSI((FPI *fpi, int be, ULong *bits, int *kindp,
|
/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_types.c | 60 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 D | fbt.c | 514 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()
|