Searched refs:sst (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/ntp/ntpd/
H A Dkeyword-gen.c281 big_scan_state sst[MAXSTATES]; /* scanner FSM state entries */ variable
377 if (1 > token || token >= COUNTOF(sst)) {
379 "keyword-gen sst[%u] too small "
381 (int)COUNTOF(sst),
386 sst[token].finishes_token = token;
395 (int)COUNTOF(sst) - 1);
399 printf("const scan_state sst[%d] = {\n"
408 if (sst[i].followedby & ~0x3) {
411 "sst[%d].followedby %d too big\n",
412 i, sst[
[all...]
H A Dntp_scanner.c457 while (curr_s && (lexeme[i] != SS_CH(sst[curr_s])))
458 curr_s = SS_OTHER_N(sst[curr_s]);
460 if (curr_s && (lexeme[i] == SS_CH(sst[curr_s]))) {
463 != SS_FB(sst[curr_s])) {
464 fb = SS_FB(sst[curr_s]);
469 curr_s = SS_MATCH_N(sst[curr_s]);
H A Dntp_keyword.h227 const scan_state sst[988] = { variable
/freebsd-11-stable/contrib/file/src/
H A Dcdf.c323 cdf_check_stream(const cdf_stream_t *sst, const cdf_header_t *h) argument
325 size_t ss = sst->sst_dirlen < h->h_min_size_standard_stream ?
327 assert(ss == sst->sst_ss);
328 return sst->sst_ss;
332 cdf_check_stream_offset(const cdf_stream_t *sst, const cdf_header_t *h, argument
335 const char *b = RCAST(const char *, sst->sst_tab);
337 size_t ss = cdf_check_stream(sst, h);
339 if (e >= b && CAST(size_t, e - b) <= ss * sst->sst_len)
344 ss * sst->sst_len, ss, sst
423 cdf_read_short_sector(const cdf_stream_t *sst, void *buf, size_t offs, size_t len, const cdf_header_t *h, cdf_secid_t id) argument
626 cdf_read_short_sector_chain(const cdf_header_t *h, const cdf_sat_t *ssat, const cdf_stream_t *sst, cdf_secid_t sid, size_t len, cdf_stream_t *scn) argument
668 cdf_read_sector_chain(const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, cdf_secid_t sid, size_t len, cdf_stream_t *scn) argument
823 cdf_read_doc_summary_info(const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn) argument
832 cdf_read_summary_info(const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn) argument
841 cdf_read_user_stream(const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, const cdf_dir_t *dir, const char *name, cdf_stream_t *scn) argument
886 cdf_get_property_info_pos(const cdf_stream_t *sst, const cdf_header_t *h, const uint8_t *p, const uint8_t *e, size_t i) argument
971 cdf_read_property_info(const cdf_stream_t *sst, const cdf_header_t *h, uint32_t offs, cdf_property_info_t **info, size_t *count, size_t *maxcount) argument
1127 cdf_unpack_summary_info(const cdf_stream_t *sst, const cdf_header_t *h, cdf_summary_info_header_t *ssi, cdf_property_info_t **info, size_t *count) argument
1166 cdf_unpack_catalog(const cdf_header_t *h, const cdf_stream_t *sst, cdf_catalog_t **cat) argument
1395 cdf_dump_stream(const cdf_stream_t *sst) argument
1402 cdf_dump_dir(const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, const cdf_dir_t *dir) argument
1532 cdf_dump_summary_info(const cdf_header_t *h, const cdf_stream_t *sst) argument
1555 cdf_dump_catalog(const cdf_header_t *h, const cdf_stream_t *sst) argument
1583 cdf_stream_t sst, scn; local
[all...]
H A Dreadcdf.c267 const cdf_stream_t *sst)
277 if (cdf_unpack_catalog(h, sst, &cat) == -1)
298 const cdf_stream_t *sst, const cdf_directory_t *root_storage)
305 if (cdf_unpack_summary_info(sst, h, &si, &info, &count) == -1)
371 const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn)
375 if ((i = cdf_read_user_stream(info, h, sat, ssat, sst,
389 const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn,
428 i = cdf_file_catalog_info(ms, info, h, sat, ssat, sst,
549 cdf_stream_t sst, scn; local
588 if ((i = cdf_read_short_stream(&info, &h, &sat, &dir, &sst,
266 cdf_file_catalog(struct magic_set *ms, const cdf_header_t *h, const cdf_stream_t *sst) argument
297 cdf_file_summary_info(struct magic_set *ms, const cdf_header_t *h, const cdf_stream_t *sst, const cdf_directory_t *root_storage) argument
369 cdf_file_catalog_info(struct magic_set *ms, const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn) argument
387 cdf_check_summary_info(struct magic_set *ms, const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, const cdf_dir_t *dir, cdf_stream_t *scn, const cdf_directory_t *root_storage, const char **expn) argument
[all...]
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-debug.h392 uint64_t sst:1; /**< Controls whether single-step feature is enabled: member in struct:__anon8467::__anon8468
H A Dcvmx-debug.c1069 debug_reg->s.sst = 0;
1292 debug_reg->s.sst = command == COMMAND_STEP;
/freebsd-11-stable/sys/dev/isp/
H A Disp.c2549 uint32_t sst, parm1; local
2620 sst = pl.plogx_ioparm[0].lo16 | (pl.plogx_ioparm[0].hi16 << 16);
2627 switch (sst) {

Completed in 244 milliseconds