Home
last modified time | relevance | path

Searched refs:tspec (Results 1 – 25 of 547) sorted by relevance

12345678910>>...22

/dports/x11-themes/Kvantum/Kvantum-0.20.2/Kvantum/style/themeconfig/
H A Dspecs.h466 tspec.isX11 = false; in default_theme_spec()
469 tspec.respect_DE = true; in default_theme_spec()
471 tspec.click_behavior = 0; in default_theme_spec()
472 tspec.left_tabs = false; in default_theme_spec()
498 tspec.composite = false; in default_theme_spec()
503 tspec.blurring = false; in default_theme_spec()
518 tspec.splitter_width = 7; in default_theme_spec()
519 tspec.scroll_width = 12; in default_theme_spec()
524 tspec.slider_width = 8; in default_theme_spec()
528 tspec.check_size = 13; in default_theme_spec()
[all …]
/dports/x11-themes/Kvantum/Kvantum-0.20.2/Kvantum/style/qt4/
H A Dspecs4.h459 tspec.isX11 = false; in default_theme_spec()
462 tspec.respect_DE = true; in default_theme_spec()
464 tspec.click_behavior = 0; in default_theme_spec()
465 tspec.left_tabs = false; in default_theme_spec()
491 tspec.composite = false; in default_theme_spec()
496 tspec.blurring = false; in default_theme_spec()
511 tspec.splitter_width = 7; in default_theme_spec()
512 tspec.scroll_width = 12; in default_theme_spec()
517 tspec.slider_width = 8; in default_theme_spec()
521 tspec.check_size = 13; in default_theme_spec()
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/hack/src/
H A DThriftSerializationHelper.php30 $tspec = $object::$_TSPEC;
81 $tspec[$field_id]
155 $tspec[$field_id]
169 $tspec, argument
234 $tspec['elem']
273 $tspec['elem']
327 $tspec['key']
333 $tspec['val']
393 $tspec, argument
451 $tspec['ktype'],
[all …]
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/extract/
H A Dxtr_base.cpp49 track_spec_t &tspec, in xtr_base_c() argument
52 , m_file_name(tspec.out_name) in xtr_base_c()
133 track_spec_t &tspec) { in create_extractor() argument
137 if (track_spec_t::tm_raw == tspec.target_mode) in create_extractor()
138 result.reset(new xtr_base_c(new_codec_id, new_tid, tspec)); in create_extractor()
139 else if (track_spec_t::tm_full_raw == tspec.target_mode) in create_extractor()
152 result.reset(new xtr_wav_c(new_codec_id, new_tid, tspec)); in create_extractor()
162 result.reset(new xtr_aac_c(new_codec_id, new_tid, tspec)); in create_extractor()
170 result.reset(new xtr_tta_c(new_codec_id, new_tid, tspec)); in create_extractor()
176 result.reset(new xtr_avi_c(new_codec_id, new_tid, tspec)); in create_extractor()
[all …]
/dports/net/hostapd-devel/hostap-14ab4a816/wpa_supplicant/
H A Dwmm_ac.c124 if (!tspec) in wmm_ac_del_ts_idx()
193 wpabuf_put_data(buf, &req->tspec, sizeof(req->tspec)); in wmm_ac_send_addts_request()
227 wpabuf_put_data(buf, tspec, sizeof(*tspec)); in wmm_ac_send_delts()
276 tspec = &addts_req->tspec; in wmm_ac_build_addts_req()
285 tspec->length = sizeof(*tspec) - 2; /* reduce eid and length */ in wmm_ac_build_addts_req()
286 tspec->oui[0] = 0x00; in wmm_ac_build_addts_req()
287 tspec->oui[1] = 0x50; in wmm_ac_build_addts_req()
288 tspec->oui[2] = 0xf2; in wmm_ac_build_addts_req()
298 tspec->ts_info[2] = 0; in wmm_ac_build_addts_req()
804 tspec); in wmm_ac_rx_action()
[all …]
/dports/security/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dwmm_ac.c124 if (!tspec) in wmm_ac_del_ts_idx()
193 wpabuf_put_data(buf, &req->tspec, sizeof(req->tspec)); in wmm_ac_send_addts_request()
227 wpabuf_put_data(buf, tspec, sizeof(*tspec)); in wmm_ac_send_delts()
276 tspec = &addts_req->tspec; in wmm_ac_build_addts_req()
285 tspec->length = sizeof(*tspec) - 2; /* reduce eid and length */ in wmm_ac_build_addts_req()
286 tspec->oui[0] = 0x00; in wmm_ac_build_addts_req()
287 tspec->oui[1] = 0x50; in wmm_ac_build_addts_req()
288 tspec->oui[2] = 0xf2; in wmm_ac_build_addts_req()
298 tspec->ts_info[2] = 0; in wmm_ac_build_addts_req()
804 tspec); in wmm_ac_rx_action()
[all …]
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/wpa_supplicant/
H A Dwmm_ac.c124 if (!tspec) in wmm_ac_del_ts_idx()
193 wpabuf_put_data(buf, &req->tspec, sizeof(req->tspec)); in wmm_ac_send_addts_request()
227 wpabuf_put_data(buf, tspec, sizeof(*tspec)); in wmm_ac_send_delts()
276 tspec = &addts_req->tspec; in wmm_ac_build_addts_req()
285 tspec->length = sizeof(*tspec) - 2; /* reduce eid and length */ in wmm_ac_build_addts_req()
286 tspec->oui[0] = 0x00; in wmm_ac_build_addts_req()
287 tspec->oui[1] = 0x50; in wmm_ac_build_addts_req()
288 tspec->oui[2] = 0xf2; in wmm_ac_build_addts_req()
298 tspec->ts_info[2] = 0; in wmm_ac_build_addts_req()
804 tspec); in wmm_ac_rx_action()
[all …]
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/wpa_supplicant/
H A Dwmm_ac.c124 if (!tspec) in wmm_ac_del_ts_idx()
193 wpabuf_put_data(buf, &req->tspec, sizeof(req->tspec)); in wmm_ac_send_addts_request()
227 wpabuf_put_data(buf, tspec, sizeof(*tspec)); in wmm_ac_send_delts()
276 tspec = &addts_req->tspec; in wmm_ac_build_addts_req()
285 tspec->length = sizeof(*tspec) - 2; /* reduce eid and length */ in wmm_ac_build_addts_req()
286 tspec->oui[0] = 0x00; in wmm_ac_build_addts_req()
287 tspec->oui[1] = 0x50; in wmm_ac_build_addts_req()
288 tspec->oui[2] = 0xf2; in wmm_ac_build_addts_req()
298 tspec->ts_info[2] = 0; in wmm_ac_build_addts_req()
804 tspec); in wmm_ac_rx_action()
[all …]
/dports/net/librdkafka/librdkafka-1.8.2/src/
H A Drdtime.h195 tspec->tv_sec = timeout_us; in rd_timeout_init_timespec_us()
196 tspec->tv_nsec = 0; in rd_timeout_init_timespec_us()
201 TIMEVAL_TO_TIMESPEC(&tv, tspec); in rd_timeout_init_timespec_us()
203 timespec_get(tspec, TIME_UTC); in rd_timeout_init_timespec_us()
207 if (tspec->tv_nsec >= 1000000000) { in rd_timeout_init_timespec_us()
209 tspec->tv_sec++; in rd_timeout_init_timespec_us()
226 tspec->tv_sec = timeout_ms; in rd_timeout_init_timespec()
227 tspec->tv_nsec = 0; in rd_timeout_init_timespec()
232 TIMEVAL_TO_TIMESPEC(&tv, tspec); in rd_timeout_init_timespec()
234 timespec_get(tspec, TIME_UTC); in rd_timeout_init_timespec()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-sys-2.0.0+1.4.2/librdkafka/src/
H A Drdtime.h195 tspec->tv_sec = timeout_us; in rd_timeout_init_timespec_us()
196 tspec->tv_nsec = 0; in rd_timeout_init_timespec_us()
201 TIMEVAL_TO_TIMESPEC(&tv, tspec); in rd_timeout_init_timespec_us()
203 timespec_get(tspec, TIME_UTC); in rd_timeout_init_timespec_us()
207 if (tspec->tv_nsec >= 1000000000) { in rd_timeout_init_timespec_us()
209 tspec->tv_sec++; in rd_timeout_init_timespec_us()
226 tspec->tv_sec = timeout_ms; in rd_timeout_init_timespec()
227 tspec->tv_nsec = 0; in rd_timeout_init_timespec()
232 TIMEVAL_TO_TIMESPEC(&tv, tspec); in rd_timeout_init_timespec()
234 timespec_get(tspec, TIME_UTC); in rd_timeout_init_timespec()
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_kafka/librdkafka-1.7.0/src/
H A Drdtime.h195 tspec->tv_sec = timeout_us;
196 tspec->tv_nsec = 0;
201 TIMEVAL_TO_TIMESPEC(&tv, tspec);
203 timespec_get(tspec, TIME_UTC);
207 if (tspec->tv_nsec >= 1000000000) {
209 tspec->tv_sec++;
226 tspec->tv_sec = timeout_ms;
227 tspec->tv_nsec = 0;
232 TIMEVAL_TO_TIMESPEC(&tv, tspec);
234 timespec_get(tspec, TIME_UTC);
[all …]
/dports/net/owamp/owamp-3.3/owamp/
H A Dschedule.c271 OWPTestSpec *tspec in CheckSlots() argument
276 for(i=0;i<tspec->nslots;i++){ in CheckSlots()
338 OWPTestSpec *tspec in OWPScheduleContextCreate() argument
343 if(!tspec || !tspec->slots || !tspec->nslots || CheckSlots(ctx,tspec)){ in OWPScheduleContextCreate()
368 sctx->maxi = tspec->npackets; in OWPScheduleContextCreate()
369 sctx->nslots = MIN(tspec->nslots,tspec->npackets); in OWPScheduleContextCreate()
370 sctx->slots = tspec->slots; in OWPScheduleContextCreate()
396 OWPTestSpec *tspec in OWPScheduleContextReset() argument
403 if(sid && tspec){ in OWPScheduleContextReset()
417 sctx->nslots = MIN(tspec->nslots,tspec->npackets); in OWPScheduleContextReset()
[all …]
/dports/games/freeciv/freeciv-2.6.6/data/themes/gui-sdl2/human/
H A DMakefile.am13 city.tspec \
15 city_fist.tspec \
18 dip_icons.tspec \
20 icons.tspec \
24 small_theme_buttons.tspec \
26 tech_tree.tspec \
29 theme_boxs.tspec \
31 theme_buttons.tspec \
33 theme_orders_buttons.tspec \
35 theme_scrolls.tspec \
/dports/games/freeciv-nox11/freeciv-2.6.6/data/themes/gui-sdl2/human/
H A DMakefile.am13 city.tspec \
15 city_fist.tspec \
18 dip_icons.tspec \
20 icons.tspec \
24 small_theme_buttons.tspec \
26 tech_tree.tspec \
29 theme_boxs.tspec \
31 theme_buttons.tspec \
33 theme_orders_buttons.tspec \
35 theme_scrolls.tspec \
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/nanopass/nanopass/
H A Dlanguage-helpers.ss5 (define tspec->ts-syntax
6 (lambda (tspec)
7 (with-syntax ([(meta-vars ...) (tspec-meta-vars tspec)]
8 [type (tspec-type tspec)])
24 (with-syntax ([(ts ...) (map tspec->ts-syntax ts)]
36 (let ([tspec (terminal-alt-tspec prod)])
37 (if (memq tspec ts) ts (cons tspec ts))))]
49 [(meta-name->tspec fld (language-tspecs l)) =>
50 (lambda (tspec)
52 (if (memq tspec ts) ts (cons tspec ts))))]
H A Dunparser.ss18 (lambda (tspec)
19 (cons tspec
20 (let ([h (tspec-handler tspec)])
39 (define (lookup-tspec-body tspec)
41 [(assq tspec tspec-bodies) => cdr]
50 [(tspec? ...) (map tspec-pred tspecs)]
51 [(tspec-body ...) (map cdr tspec-bodies)])
65 (let ([tspec (terminal-alt-tspec alt)])
66 #`((#,(tspec-pred tspec) ir)
67 #,(lookup-tspec-body tspec)))))
[all …]
/dports/lang/racket/racket-8.3/src/ChezScheme/nanopass/nanopass/
H A Dlanguage-helpers.ss5 (define tspec->ts-syntax
6 (lambda (tspec)
7 (with-syntax ([(meta-vars ...) (tspec-meta-vars tspec)]
8 [type (tspec-type tspec)])
24 (with-syntax ([(ts ...) (map tspec->ts-syntax ts)]
36 (let ([tspec (terminal-alt-tspec prod)])
37 (if (memq tspec ts) ts (cons tspec ts))))]
49 [(meta-name->tspec fld (language-tspecs l)) =>
50 (lambda (tspec)
52 (if (memq tspec ts) ts (cons tspec ts))))]
H A Dunparser.ss18 (lambda (tspec)
19 (cons tspec
20 (let ([h (tspec-handler tspec)])
39 (define (lookup-tspec-body tspec)
41 [(assq tspec tspec-bodies) => cdr]
50 [(tspec? ...) (map tspec-pred tspecs)]
51 [(tspec-body ...) (map cdr tspec-bodies)])
65 (let ([tspec (terminal-alt-tspec alt)])
66 #`((#,(tspec-pred tspec) ir)
67 #,(lookup-tspec-body tspec)))))
[all …]
/dports/lang/chez-scheme/ChezScheme-9.5.4/nanopass/nanopass/
H A Dlanguage-helpers.ss5 (define tspec->ts-syntax
6 (lambda (tspec)
7 (with-syntax ([(meta-vars ...) (tspec-meta-vars tspec)]
8 [type (tspec-type tspec)])
24 (with-syntax ([(ts ...) (map tspec->ts-syntax ts)]
36 (let ([tspec (terminal-alt-tspec prod)])
37 (if (memq tspec ts) ts (cons tspec ts))))]
49 [(meta-name->tspec fld (language-tspecs l)) =>
50 (lambda (tspec)
52 (if (memq tspec ts) ts (cons tspec ts))))]
H A Dunparser.ss18 (lambda (tspec)
19 (cons tspec
20 (let ([h (tspec-handler tspec)])
39 (define (lookup-tspec-body tspec)
41 [(assq tspec tspec-bodies) => cdr]
50 [(tspec? ...) (map tspec-pred tspecs)]
51 [(tspec-body ...) (map cdr tspec-bodies)])
65 (let ([tspec (terminal-alt-tspec alt)])
66 #`((#,(tspec-pred tspec) ir)
67 #,(lookup-tspec-body tspec)))))
[all …]
/dports/devel/splint/splint-3.1.2/src/
H A DflagSpec.c53 res->tspec = fitem; in flagSpec_create()
76 flagSpecItem_free (f->tspec); in flagSpec_free()
92 return flagSpec_createOr (cstring_copy (f->tspec->name), in flagSpec_copy()
116 return cstring_copy (f->tspec->name); in flagSpec_unparse()
128 llassert (!cstring_containsChar (f->tspec->name, '|')); in flagSpec_dump()
129 llassert (!cstring_containsChar (f->tspec->name, '#')); in flagSpec_dump()
137 return cstring_copy (f->tspec->name); in flagSpec_dump()
163 return fs->tspec->code; in flagSpec_getDominant()
171 if (context_flagOn (fs->tspec->code, loc)) in flagSpec_isOn()
190 if (context_flagOn (fs->tspec->code, loc)) in flagSpec_getFirstOn()
[all …]
/dports/devel/g-wrap/g-wrap-1.9.15/guile/examples/
H A Dmiscutils-guile.c12 msu_timespec64_to_c (SCM tspec) in msu_timespec64_to_c() argument
17 SCM_ASSERT (SCM_CONSP (tspec), tspec, 1, FUNC_NAME); in msu_timespec64_to_c()
19 result.seconds = scm_to_long_long (SCM_CAR (tspec)); in msu_timespec64_to_c()
20 result.nanoseconds = scm_to_long (SCM_CDR (tspec)); in msu_timespec64_to_c()
27 msu_timespec64_to_scm (Timespec64 tspec) in msu_timespec64_to_scm() argument
29 return scm_cons (scm_from_long_long (tspec.seconds), in msu_timespec64_to_scm()
30 scm_from_long (tspec.nanoseconds)); in msu_timespec64_to_scm()
/dports/net/hostapd/hostapd-2.9/src/ap/
H A Dwmm.c187 const struct wmm_tspec_element *tspec, in wmm_send_action() argument
224 up = (tspec->ts_info[1] >> 3) & 0x07; in wmm_process_tspec()
225 psb = (tspec->ts_info[1] >> 2) & 0x01; in wmm_process_tspec()
226 dir = (tspec->ts_info[0] >> 5) & 0x03; in wmm_process_tspec()
227 tid = (tspec->ts_info[0] >> 1) & 0x0f; in wmm_process_tspec()
230 val = le_to_host16(tspec->nominal_msdu_size); in wmm_process_tspec()
234 le_to_host32(tspec->mean_data_rate)); in wmm_process_tspec()
236 le_to_host32(tspec->minimum_phy_rate)); in wmm_process_tspec()
241 val = le_to_host16(tspec->nominal_msdu_size); in wmm_process_tspec()
299 if ((const u8 *) (tspec + 1) > end) { in wmm_addts_req()
[all …]
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwmm.c187 const struct wmm_tspec_element *tspec, in wmm_send_action() argument
224 up = (tspec->ts_info[1] >> 3) & 0x07; in wmm_process_tspec()
225 psb = (tspec->ts_info[1] >> 2) & 0x01; in wmm_process_tspec()
226 dir = (tspec->ts_info[0] >> 5) & 0x03; in wmm_process_tspec()
227 tid = (tspec->ts_info[0] >> 1) & 0x0f; in wmm_process_tspec()
230 val = le_to_host16(tspec->nominal_msdu_size); in wmm_process_tspec()
234 le_to_host32(tspec->mean_data_rate)); in wmm_process_tspec()
236 le_to_host32(tspec->minimum_phy_rate)); in wmm_process_tspec()
241 val = le_to_host16(tspec->nominal_msdu_size); in wmm_process_tspec()
299 if ((const u8 *) (tspec + 1) > end) { in wmm_addts_req()
[all …]
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/ap/
H A Dwmm.c187 const struct wmm_tspec_element *tspec, in wmm_send_action() argument
224 up = (tspec->ts_info[1] >> 3) & 0x07; in wmm_process_tspec()
225 psb = (tspec->ts_info[1] >> 2) & 0x01; in wmm_process_tspec()
226 dir = (tspec->ts_info[0] >> 5) & 0x03; in wmm_process_tspec()
227 tid = (tspec->ts_info[0] >> 1) & 0x0f; in wmm_process_tspec()
230 val = le_to_host16(tspec->nominal_msdu_size); in wmm_process_tspec()
234 le_to_host32(tspec->mean_data_rate)); in wmm_process_tspec()
236 le_to_host32(tspec->minimum_phy_rate)); in wmm_process_tspec()
241 val = le_to_host16(tspec->nominal_msdu_size); in wmm_process_tspec()
299 if ((const u8 *) (tspec + 1) > end) { in wmm_addts_req()
[all …]

12345678910>>...22