| /src/external/bsd/ntp/dist/ntpd/ |
| ntp_keyword.h | 231 const scan_state sst[1011] = { variable
|
| keyword-gen.c | 287 big_scan_state sst[MAXSTATES]; /* scanner FSM state entries */ variable 383 if (1 > token || token >= COUNTOF(sst)) { 385 "keyword-gen sst[%u] too small " 387 (int)COUNTOF(sst), 392 sst[token].finishes_token = token; 401 (int)COUNTOF(sst) - 1); 405 printf("const scan_state sst[%d] = {\n" 414 if (sst[i].followedby & ~0x3) { 417 "sst[%d].followedby %d too big\n", 418 i, sst[i].followedby) [all...] |
| /src/external/lgpl3/mpfr/dist/src/ |
| sum.c | 932 int sst; /* sign of the secondary term */ local 1021 /* We need to determine the sign sst of the secondary term. 1030 sst = MPFR_LIMB_MSB (zp[zs-1]) == 0 ? 1 : -1; 1032 sst = 0; 1036 by setting a sst equivalent to a non-halfway case, 1040 sst = lbit != 0 ? 1 : -1; 1043 MPFR_LOG_MSG (("[TMD] tmd=%d rbit=%d sst=%d\n", 1044 tmd, (int) rbit, sst)); 1046 /* Do not consider the corrected sst for MPFR_COV_SET */ 1048 [cancel2 == 0 ? 1 : sst+1][neg][sq > MPFR_PREC_MIN]) [all...] |
| /src/external/bsd/file/dist/src/ |
| readcdf.c | 278 const cdf_stream_t *sst) 288 if (cdf_unpack_catalog(h, sst, &cat) == -1) 309 const cdf_stream_t *sst, const cdf_directory_t *root_storage) 316 if (cdf_unpack_summary_info(sst, h, &si, &info, &count) == -1) 382 const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn) 386 if ((i = cdf_read_user_stream(info, h, sat, ssat, sst, 400 const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn, 439 i = cdf_file_catalog_info(ms, info, h, sat, ssat, sst, 575 cdf_stream_t sst, scn; local 614 if ((i = cdf_read_short_stream(&info, &h, &sat, &dir, &sst, [all...] |
| cdf.c | 348 cdf_check_stream(const cdf_stream_t *sst, const cdf_header_t *h) 350 size_t ss = sst->sst_dirlen < h->h_min_size_standard_stream ? 352 assert(ss == sst->sst_ss); 353 return sst->sst_ss; 357 cdf_check_stream_offset(const cdf_stream_t *sst, const cdf_header_t *h, 360 const char *b = RCAST(const char *, sst->sst_tab); 362 size_t ss = cdf_check_stream(sst, h); 364 if (e >= b && CAST(size_t, e - b) <= ss * sst->sst_len) 369 ss * sst->sst_len, ss, sst->sst_len)) 1616 cdf_stream_t sst, scn; local [all...] |
| /src/sys/dev/ic/ |
| isp.c | 2087 uint32_t sst, parm1; local 2158 sst = plp->plogx_ioparm[0].lo16 | (plp->plogx_ioparm[0].hi16 << 16); 2164 switch (sst) {
|