Home
last modified time | relevance | path

Searched refs:sst (Results 1 – 20 of 20) sorted by relevance

/netbsd/src/external/bsd/ntp/dist/ntpd/
Dkeyword-gen.c287 big_scan_state sst[MAXSTATES]; /* scanner FSM state entries */ variable
383 if (1 > token || token >= COUNTOF(sst)) { in generate_fsm()
387 (int)COUNTOF(sst), in generate_fsm()
392 sst[token].finishes_token = token; in generate_fsm()
401 (int)COUNTOF(sst) - 1); in generate_fsm()
414 if (sst[i].followedby & ~0x3) { in generate_fsm()
418 i, sst[i].followedby); in generate_fsm()
422 if (sst_highwater <= sst[i].match_next_s in generate_fsm()
423 || sst[i].match_next_s & ~0x7ff) { in generate_fsm()
427 i, sst[i].match_next_s); in generate_fsm()
[all …]
Dntp_scanner.c459 while (curr_s && (lexeme[i] != SS_CH(sst[curr_s]))) in is_keyword()
460 curr_s = SS_OTHER_N(sst[curr_s]); in is_keyword()
462 if (curr_s && (lexeme[i] == SS_CH(sst[curr_s]))) { in is_keyword()
465 != SS_FB(sst[curr_s])) { in is_keyword()
466 fb = SS_FB(sst[curr_s]); in is_keyword()
471 curr_s = SS_MATCH_N(sst[curr_s]); in is_keyword()
Dntp_keyword.h231 const scan_state sst[1011] = { variable
/netbsd/src/external/bsd/file/dist/src/
Dcdf.c349 cdf_check_stream(const cdf_stream_t *sst, const cdf_header_t *h) in cdf_check_stream() argument
351 size_t ss = sst->sst_dirlen < h->h_min_size_standard_stream ? in cdf_check_stream()
353 assert(ss == sst->sst_ss); in cdf_check_stream()
354 return sst->sst_ss; in cdf_check_stream()
358 cdf_check_stream_offset(const cdf_stream_t *sst, const cdf_header_t *h, in cdf_check_stream_offset() argument
361 const char *b = RCAST(const char *, sst->sst_tab); in cdf_check_stream_offset()
363 size_t ss = cdf_check_stream(sst, h); in cdf_check_stream_offset()
365 if (e >= b && CAST(size_t, e - b) <= ss * sst->sst_len) in cdf_check_stream_offset()
370 ss * sst->sst_len, ss, sst->sst_len)); in cdf_check_stream_offset()
449 cdf_read_short_sector(const cdf_stream_t *sst, void *buf, size_t offs, in cdf_read_short_sector() argument
[all …]
Dreadcdf.c273 const cdf_stream_t *sst) in cdf_file_catalog() argument
283 if (cdf_unpack_catalog(h, sst, &cat) == -1) in cdf_file_catalog()
304 const cdf_stream_t *sst, const cdf_directory_t *root_storage) in cdf_file_summary_info() argument
311 if (cdf_unpack_summary_info(sst, h, &si, &info, &count) == -1) in cdf_file_summary_info()
377 const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn) in cdf_file_catalog_info() argument
381 if ((i = cdf_read_user_stream(info, h, sat, ssat, sst, in cdf_file_catalog_info()
395 const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn, in cdf_check_summary_info() argument
434 i = cdf_file_catalog_info(ms, info, h, sat, ssat, sst, in cdf_check_summary_info()
555 cdf_stream_t sst, scn; in file_trycdf() local
594 if ((i = cdf_read_short_stream(&info, &h, &sat, &dir, &sst, in file_trycdf()
[all …]
/netbsd/src/external/lgpl3/mpfr/dist/src/
Dsum.c932 int sst; /* sign of the secondary term */ in sum_aux() local
1030 sst = MPFR_LIMB_MSB (zp[zs-1]) == 0 ? 1 : -1; in sum_aux()
1032 sst = 0; in sum_aux()
1040 sst = lbit != 0 ? 1 : -1; in sum_aux()
1044 tmd, (int) rbit, sst)); in sum_aux()
1048 [cancel2 == 0 ? 1 : sst+1][neg][sq > MPFR_PREC_MIN]); in sum_aux()
1051 MPFR_IS_LIKE_RNDD (rnd, sgn) ? (sst ? -1 : 0) : in sum_aux()
1052 MPFR_IS_LIKE_RNDU (rnd, sgn) ? (sst ? 1 : 0) : in sum_aux()
1054 tmd == 1 ? - sst : sst); in sum_aux()
1056 if (tmd == 2 && sst == (rbit != 0 ? -1 : 1)) in sum_aux()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/v850/
Dv850.md3009 output_asm_insn ("sst.w r31, 116[ep]", operands);
3010 output_asm_insn ("sst.w r2, 112[ep]", operands);
3011 output_asm_insn ("sst.w gp, 108[ep]", operands);
3012 output_asm_insn ("sst.w r6, 104[ep]", operands);
3013 output_asm_insn ("sst.w r7, 100[ep]", operands);
3014 output_asm_insn ("sst.w r8, 96[ep]", operands);
3015 output_asm_insn ("sst.w r9, 92[ep]", operands);
3016 output_asm_insn ("sst.w r11, 88[ep]", operands);
3017 output_asm_insn ("sst.w r12, 84[ep]", operands);
3018 output_asm_insn ("sst.w r13, 80[ep]", operands);
[all …]
/netbsd/src/external/gpl3/gdb/dist/sim/v850/
DChangeLog-20211684 (OP_501): Similarly for sst.w.
1688 is zero extended for sst/sld instructions.
1850 * simops.c: Rough cut at "sld.b", "sld.h", "sld.w", "sst.b",
1851 "sst.h", and "sst.w".
Dv850.igen2008 rrrrr,0111,ddddddd:IV:::sst.b
2009 "sst.b r<reg2>, <disp7>[ep]"
2014 rrrrr,1001,ddddddd:IV:::sst.h
2015 "sst.h r<reg2>, <disp8>[ep]"
2020 rrrrr,1010,dddddd,1:IV:::sst.w
2021 "sst.w r<reg2>, <disp8>[ep]"
/netbsd/src/external/gpl3/binutils/dist/opcodes/
DChangeLog-92971387 and sst.w instructions.
1575 (v850_opcodes): Use IF4A/IF4B for sld.b/sst.b. Use IF4C/IF4D for
1576 sld.h/sst.h. Use IF4E/IF4F for sld.w/sst.w.
1607 sld.w, sst.b, sst.h, sst.w, and nop.
1632 correct. Get sld.[bhw] and sst.[bhw] closer.
1658 (v850_opcodes): For "sld.h", "sld.w", "sst.h", "sst.w", use
1664 * v850-opc.c (v850_opcodes): Correct short store half (sst.h) and
1665 short store word (sst.w).
/netbsd/src/external/gpl3/gdb/dist/opcodes/
DChangeLog-92971387 and sst.w instructions.
1575 (v850_opcodes): Use IF4A/IF4B for sld.b/sst.b. Use IF4C/IF4D for
1576 sld.h/sst.h. Use IF4E/IF4F for sld.w/sst.w.
1607 sld.w, sst.b, sst.h, sst.w, and nop.
1632 correct. Get sld.[bhw] and sst.[bhw] closer.
1658 (v850_opcodes): For "sld.h", "sld.w", "sst.h", "sst.w", use
1664 * v850-opc.c (v850_opcodes): Correct short store half (sst.h) and
1665 short store word (sst.w).
/netbsd/src/external/bsd/tcpdump/dist/
DCREDITS312 Seth Webster <swebster at sst dot ll dot mit dot edu>
/netbsd/src/sys/dev/ic/
Disp.c2087 uint32_t sst, parm1; in isp_plogx() local
2158 sst = plp->plogx_ioparm[0].lo16 | (plp->plogx_ioparm[0].hi16 << 16); in isp_plogx()
2164 switch (sst) { in isp_plogx()
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-96972998 * config/tc-v850.c (md_assemble): If this is sst.{h,w} or
3534 differently for movea & sst/sld insns.
4046 "ep" or "r30" in sst and sld instructions.
/netbsd/src/external/gpl3/binutils/dist/bfd/
DChangeLog-96973149 handle tda offsets for sld.w and sst.w instructions.
3150 Fix alignment check in sld.w and sst.w tda reloc handling.
/netbsd/src/external/gpl3/gdb/dist/bfd/
DChangeLog-96973149 handle tda offsets for sld.w and sst.w instructions.
3150 Fix alignment check in sld.w and sst.w tda reloc handling.
/netbsd/src/external/lgpl3/mpfr/dist/
DChangeLog18282 * added tests checking "MPFR_RNDN, tmd=2, rbit=0, sst=1, negative",
18288 and "MPFR_RNDN, tmd=2, rbit=0, sst=0, negative" is still checked.
18329 [src/sum.c] Do not consider the corrected sst for MPFR_COV_SET.
18407 [src/sum.c] Improved the setting of sst (Step 8), using the fact
18564 [doc/sum.txt] Step 8: renamed "sgn" to "sst".
/netbsd/src/etc/
Dservices818 sst 266/tcp # SCSI on ST [Donald_D_Woelz] …
819 sst 266/udp # SCSI on ST [Donald_D_Woelz] …
20679 … Eric Brown mailto:sst!emerald!eric&uunet.…
/netbsd/src/external/gpl3/gcc/dist/gcc/doc/
Dinvoke.texi30973 use the shorter @code{sld} and @code{sst} instructions. The @option{-mep}
Dgcc.info28243 use the shorter 'sld' and 'sst' instructions. The '-mep' option is