Searched refs:ndim (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/ntp/ntpd/
H A Drefclock_ripencc.c336 unsigned char *ndim, unsigned char sv_prn[], float *pdop,
2700 unsigned char *ndim,
2717 *ndim = (unsigned char)((buf[0] & 0x07));
4225 manual_mode, nsvs, sv_prn[8], ndim; local
4233 &manual_mode, &nsvs, &ndim, sv_prn,
4240 switch (ndim)
4250 manual_mode ? 'M' : 'A', ndim - 1, nsvs);
4256 pbuf += sprintf(pbuf, "\nMode: Unknown = %d:", ndim);
4264 if (ndim == 3 || ndim
2696 rpt_0x6D( TSIPPKT *rpt, unsigned char *manual_mode, unsigned char *nsvs, unsigned char *ndim, unsigned char sv_prn[], float *pdop, float *hdop, float *vdop, float *tdop ) argument
[all...]
/freebsd-12-stable/contrib/gdb/gdb/
H A Ddwarf2read.c3402 int ndim = 0; local
3435 if ((ndim % DW_FIELD_ALLOC_CHUNK) == 0)
3438 xrealloc (range_types, (ndim + DW_FIELD_ALLOC_CHUNK)
3440 if (ndim == 0)
3443 range_types[ndim++] = child_die->type;
3452 while (ndim-- > 0)
3453 type = create_array_type (NULL, type, range_types[ndim]);

Completed in 231 milliseconds