HomeSort by: relevance | last modified time | path
    Searched refs:sst (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpd/
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...]
ntp_scanner.c 459 while (curr_s && (lexeme[i] != SS_CH(sst[curr_s])))
460 curr_s = SS_OTHER_N(sst[curr_s]);
462 if (curr_s && (lexeme[i] == SS_CH(sst[curr_s]))) {
465 != SS_FB(sst[curr_s])) {
466 fb = SS_FB(sst[curr_s]);
471 curr_s = SS_MATCH_N(sst[curr_s]);
ntp_keyword.h 231 const scan_state sst[1011] = { variable
  /src/external/gpl3/gcc/dist/libgcc/config/v850/
lib1funcs.S 270 sst.w r29,0[ep]
271 sst.w r28,4[ep]
272 sst.w r27,8[ep]
273 sst.w r26,12[ep]
274 sst.w r25,16[ep]
275 sst.w r24,20[ep]
276 sst.w r23,24[ep]
277 sst.w r22,28[ep]
278 sst.w r21,32[ep]
279 sst.w r20,36[ep
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/v850/
lib1funcs.S 270 sst.w r29,0[ep]
271 sst.w r28,4[ep]
272 sst.w r27,8[ep]
273 sst.w r26,12[ep]
274 sst.w r25,16[ep]
275 sst.w r24,20[ep]
276 sst.w r23,24[ep]
277 sst.w r22,28[ep]
278 sst.w r21,32[ep]
279 sst.w r20,36[ep
    [all...]
  /src/external/bsd/file/dist/src/
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...]
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...]
  /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/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) {

Completed in 63 milliseconds