Home
last modified time | relevance | path

Searched refs:cx (Results 26 – 50 of 15414) sorted by relevance

12345678910>>...617

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/pci/cx18/
H A Dcx18-driver.c400 cx->card_name = cx->card->name; in cx18_process_eeprom()
401 cx->card_i2c = cx->card->i2c; in cx18_process_eeprom()
632 cx->std = cx18_parse_std(cx); in cx18_process_options()
682 cx->card_name = cx->card->name; in cx18_process_options()
683 cx->card_i2c = cx->card->i2c; in cx18_process_options()
702 cx->in_work_order[i].cx = cx; in cx18_init_in_work_orders()
883 cx->sd_extmux = cx18_find_hw(cx, cx->card->hw_muxer); in cx18_init_subdevs()
902 cx = kzalloc(sizeof(*cx), GFP_ATOMIC); in cx18_probe()
1038 cx->std = cx->card->tuners[0].std; in cx18_probe()
1093 cx->tuner_std = cx->std; in cx18_probe()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/pci/cx18/
H A Dcx18-driver.c400 cx->card_name = cx->card->name; in cx18_process_eeprom()
401 cx->card_i2c = cx->card->i2c; in cx18_process_eeprom()
632 cx->std = cx18_parse_std(cx); in cx18_process_options()
682 cx->card_name = cx->card->name; in cx18_process_options()
683 cx->card_i2c = cx->card->i2c; in cx18_process_options()
702 cx->in_work_order[i].cx = cx; in cx18_init_in_work_orders()
883 cx->sd_extmux = cx18_find_hw(cx, cx->card->hw_muxer); in cx18_init_subdevs()
902 cx = kzalloc(sizeof(*cx), GFP_ATOMIC); in cx18_probe()
1038 cx->std = cx->card->tuners[0].std; in cx18_probe()
1093 cx->tuner_std = cx->std; in cx18_probe()
[all …]
/dports/editors/poke/poke-1.0/jitter/example-vms/jitterlisp/
H A Djitterlisp-printer.c146 jitter_print_char (cx, c); in jitterlisp_print_character_name()
164 jitter_print_end_class (cx); in jitterlisp_end_class()
193 jitterlisp_end_class (cx); in jitterlisp_print_cdr()
196 jitterlisp_end_class (cx); in jitterlisp_print_cdr()
214 jitterlisp_end_class (cx); in jitterlisp_print_cdr()
230 jitterlisp_end_class (cx); in jitterlisp_print_cdr()
248 jitterlisp_end_class (cx); in jitterlisp_print_subs()
301 jitterlisp_end_class (cx); in jitterlisp_print_ast()
304 jitterlisp_end_class (cx); in jitterlisp_print_ast()
323 jitterlisp_end_class (cx); in jitterlisp_print_ast()
[all …]
/dports/math/yices/yices-2.6.2/tests/regress/mantis/
H A D0034.b.ys1 (define |state_state.cx!0!0| :: real)
2 (define |state_state.cx!0!1| :: real)
3 (define |state_state.cx!0!2| :: real)
4 (define |state_state.cx!0!3| :: real)
5 (define |state_state.cx!1!0| :: real)
6 (define |state_state.cx!1!1| :: real)
138cx!0!1| |state_state.cx!0!2|) (= |state_state.cx!0!2| |state_state.cx!0!3|) (not (>= (+ (* 1 |stat…
146cx!0!1| |state_state.cx!0!2|) (= |state_state.cx!0!2| |state_state.cx!0!3|) (not (>= (+ (* 1 |stat…
154cx!0!1| |state_state.cx!0!2|) (= |state_state.cx!0!2| |state_state.cx!0!3|) (not (>= (+ (* 1 |stat…
162cx!0!1| |state_state.cx!0!2|) (= |state_state.cx!0!2| |state_state.cx!0!3|) (not (>= (+ (* 1 |stat…
[all …]
/dports/misc/toilet/toilet-0.3/src/
H A Dterm.c60 if(cx->x && cx->x + 1 > cx->term_width) in feed_tiny()
67 if(cx->x + 1 > cx->w) in feed_tiny()
69 cx->w = cx->x + 1 < cx->term_width ? cx->x + 1 : cx->term_width; in feed_tiny()
71 cx->ew = cx->ew + cx->ew / 2; in feed_tiny()
74 if(cx->y + 1 > cx->h) in feed_tiny()
78 cx->eh = cx->eh + cx->eh / 2; in feed_tiny()
82 caca_set_canvas_size(cx->cv, cx->ew, cx->eh); in feed_tiny()
84 caca_put_char(cx->cv, cx->x, cx->y, ch); in feed_tiny()
97 cx->x = cx->y = 0; in flush_tiny()
98 cx->w = cx->h = 0; in flush_tiny()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jsapi-tests/
H A DtestParseJSON.cpp19 JSContext * const cx; member in AutoInflatedString
24 explicit AutoInflatedString(JSContext* cx) : cx(cx), chars_(nullptr), length_(0) { } in AutoInflatedString() argument
26 JS_free(cx, chars_); in ~AutoInflatedString()
50 JS::RootedValue expected(cx); in BEGIN_TEST()
111 JS::RootedValue v(cx), v2(cx); in BEGIN_TEST()
112 JS::RootedObject obj(cx); in BEGIN_TEST()
116 CHECK(Parse(cx, "[]", &v)); in BEGIN_TEST()
172 RootedValue v(cx); in TryParse()
295 RootedValue dummy(cx); in Error()
301 RootedValue exn(cx); in Error()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jsapi-tests/
H A DtestParseJSON.cpp19 JSContext* const cx; member in AutoInflatedString
25 : cx(cx), chars_(nullptr), length_(0) {} in AutoInflatedString()
47 JS::RootedValue expected(cx); in BEGIN_TEST()
109 JS::RootedValue v(cx), v2(cx); in BEGIN_TEST()
110 JS::RootedObject obj(cx); in BEGIN_TEST()
114 CHECK(Parse(cx, "[]", &v)); in BEGIN_TEST()
133 CHECK(Parse(cx, "{}", &v)); in BEGIN_TEST()
168 RootedValue v(cx); in TryParse()
289 RootedValue dummy(cx); in Error()
295 RootedValue exn(cx); in Error()
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/rust/bridge/node/futures/tests-node-module/src/
H A Dpanics_and_throws.rs14 cx.try_catch(|cx| { in panic_pre_await()
24 settle_promise(move |cx| Ok(cx.undefined())) in panic_pre_await()
38 settle_promise(move |cx| Ok(cx.undefined())) in panic_during_callback()
47 cx.try_catch(|cx| { in panic_post_await()
57 settle_promise(move |cx| Ok(cx.undefined())) in panic_post_await()
66 cx.try_catch(|cx| { in panic_during_settle()
87 cx.try_catch(|cx| { in throw_pre_await()
100 settle_promise(move |cx| Ok(cx.undefined())) in throw_pre_await()
108 cx.try_catch(|cx| { in throw_during_callback()
126 cx.try_catch(|cx| { in throw_post_await()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/jsapi-tests/
H A DtestParseJSON.cpp22 JSContext* const cx; member in AutoInflatedString
28 : cx(cx), chars_(nullptr), length_(0) {} in AutoInflatedString()
54 JS::RootedValue expected(cx); in BEGIN_TEST()
116 JS::RootedValue v(cx), v2(cx); in BEGIN_TEST()
117 JS::RootedObject obj(cx); in BEGIN_TEST()
121 CHECK(Parse(cx, "[]", &v)); in BEGIN_TEST()
140 CHECK(Parse(cx, "{}", &v)); in BEGIN_TEST()
165 AutoInflatedString str(cx); in Parse()
175 RootedValue v(cx); in TryParse()
296 RootedValue dummy(cx); in Error()
[all …]
H A DtestReadableStream.cpp161 RootedObject stream(cx, NewDefaultStream(cx)); in BEGIN_FIXTURE_TEST()
172 RootedObject stream(cx, NewDefaultStream(cx)); in END_FIXTURE_TEST()
192 RootedObject stream(cx, NewDefaultStream(cx)); in END_FIXTURE_TEST()
212 RootedObject stream(cx, NewDefaultStream(cx)); in END_FIXTURE_TEST()
215 RootedObject chunk(cx, JS_NewPlainObject(cx)); in END_FIXTURE_TEST()
226 RootedObject stream(cx, NewDefaultStream(cx)); in END_FIXTURE_TEST()
237 RootedObject chunk(cx, JS_NewPlainObject(cx)); in END_FIXTURE_TEST()
251 RootedObject stream(cx, NewDefaultStream(cx)); in END_FIXTURE_TEST()
282 RootedObject stream(cx, NewDefaultStream(cx)); in END_FIXTURE_TEST()
704 RootedObject stream(cx, NewDefaultStream(cx)); in END_FIXTURE_TEST()
[all …]
/dports/www/firefox/firefox-99.0/js/src/jsapi-tests/
H A DtestParseJSON.cpp23 JSContext* const cx; member in AutoInflatedString
29 : cx(cx), chars_(nullptr), length_(0) {} in AutoInflatedString()
55 JS::RootedValue expected(cx); in BEGIN_TEST()
117 JS::RootedValue v(cx), v2(cx); in BEGIN_TEST()
118 JS::RootedObject obj(cx); in BEGIN_TEST()
122 CHECK(Parse(cx, "[]", &v)); in BEGIN_TEST()
141 CHECK(Parse(cx, "{}", &v)); in BEGIN_TEST()
166 AutoInflatedString str(cx); in Parse()
176 RootedValue v(cx); in TryParse()
297 RootedValue dummy(cx); in Error()
[all …]
H A DtestReadableStream.cpp169 RootedObject stream(cx, NewDefaultStream(cx)); in BEGIN_FIXTURE_TEST()
180 RootedObject stream(cx, NewDefaultStream(cx)); in END_FIXTURE_TEST()
200 RootedObject stream(cx, NewDefaultStream(cx)); in END_FIXTURE_TEST()
220 RootedObject stream(cx, NewDefaultStream(cx)); in END_FIXTURE_TEST()
223 RootedObject chunk(cx, JS_NewPlainObject(cx)); in END_FIXTURE_TEST()
234 RootedObject stream(cx, NewDefaultStream(cx)); in END_FIXTURE_TEST()
245 RootedObject chunk(cx, JS_NewPlainObject(cx)); in END_FIXTURE_TEST()
259 RootedObject stream(cx, NewDefaultStream(cx)); in END_FIXTURE_TEST()
290 RootedObject stream(cx, NewDefaultStream(cx)); in END_FIXTURE_TEST()
712 RootedObject stream(cx, NewDefaultStream(cx)); in END_FIXTURE_TEST()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jsapi-tests/
H A DtestParseJSON.cpp22 JSContext* const cx; member in AutoInflatedString
28 : cx(cx), chars_(nullptr), length_(0) {} in AutoInflatedString()
54 JS::RootedValue expected(cx); in BEGIN_TEST()
116 JS::RootedValue v(cx), v2(cx); in BEGIN_TEST()
117 JS::RootedObject obj(cx); in BEGIN_TEST()
121 CHECK(Parse(cx, "[]", &v)); in BEGIN_TEST()
140 CHECK(Parse(cx, "{}", &v)); in BEGIN_TEST()
165 AutoInflatedString str(cx); in Parse()
175 RootedValue v(cx); in TryParse()
296 RootedValue dummy(cx); in Error()
[all …]
H A DtestReadableStream.cpp161 RootedObject stream(cx, NewDefaultStream(cx)); in BEGIN_FIXTURE_TEST()
172 RootedObject stream(cx, NewDefaultStream(cx)); in END_FIXTURE_TEST()
192 RootedObject stream(cx, NewDefaultStream(cx)); in END_FIXTURE_TEST()
212 RootedObject stream(cx, NewDefaultStream(cx)); in END_FIXTURE_TEST()
215 RootedObject chunk(cx, JS_NewPlainObject(cx)); in END_FIXTURE_TEST()
226 RootedObject stream(cx, NewDefaultStream(cx)); in END_FIXTURE_TEST()
237 RootedObject chunk(cx, JS_NewPlainObject(cx)); in END_FIXTURE_TEST()
251 RootedObject stream(cx, NewDefaultStream(cx)); in END_FIXTURE_TEST()
282 RootedObject stream(cx, NewDefaultStream(cx)); in END_FIXTURE_TEST()
704 RootedObject stream(cx, NewDefaultStream(cx)); in END_FIXTURE_TEST()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jsapi-tests/
H A DtestParseJSON.cpp21 JSContext* const cx; member in AutoInflatedString
27 : cx(cx), chars_(nullptr), length_(0) {} in AutoInflatedString()
53 JS::RootedValue expected(cx); in BEGIN_TEST()
115 JS::RootedValue v(cx), v2(cx); in BEGIN_TEST()
116 JS::RootedObject obj(cx); in BEGIN_TEST()
120 CHECK(Parse(cx, "[]", &v)); in BEGIN_TEST()
139 CHECK(Parse(cx, "{}", &v)); in BEGIN_TEST()
164 AutoInflatedString str(cx); in Parse()
174 RootedValue v(cx); in TryParse()
295 RootedValue dummy(cx); in Error()
[all …]
H A DtestReadableStream.cpp160 RootedObject stream(cx, NewDefaultStream(cx)); in BEGIN_FIXTURE_TEST()
171 RootedObject stream(cx, NewDefaultStream(cx)); in END_FIXTURE_TEST()
191 RootedObject stream(cx, NewDefaultStream(cx)); in END_FIXTURE_TEST()
211 RootedObject stream(cx, NewDefaultStream(cx)); in END_FIXTURE_TEST()
214 RootedObject chunk(cx, JS_NewPlainObject(cx)); in END_FIXTURE_TEST()
225 RootedObject stream(cx, NewDefaultStream(cx)); in END_FIXTURE_TEST()
236 RootedObject chunk(cx, JS_NewPlainObject(cx)); in END_FIXTURE_TEST()
250 RootedObject stream(cx, NewDefaultStream(cx)); in END_FIXTURE_TEST()
281 RootedObject stream(cx, NewDefaultStream(cx)); in END_FIXTURE_TEST()
703 RootedObject stream(cx, NewDefaultStream(cx)); in END_FIXTURE_TEST()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsapi.cpp171 RootedString str(cx, ValueToSource(cx, idv));
567 return cx->parentRuntime ? cx->parentRuntime->unsafeContextFromAnyThread() : cx;
813 return cx->compartment()->wrap(cx, objp);
822 return cx->compartment()->wrap(cx, vp);
1184 Rooted<GlobalObject*> global(cx, cx->global());
1192 Rooted<GlobalObject*> global(cx, cx->global());
2990 RootedAtom name(cx, IdToFunctionName(cx, id));
3387 RootedAtom name(cx, IdToFunctionName(cx, id));
4432 RootedScript script(cx, frontend::CompileGlobalScript(cx, cx->tempLifoAlloc(),
4969 : cx(cx),
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libdss/
H A Dcxcomp.c41 cx->include->next = cx->include->last = cx->include->base = 0; in clear()
53 if (cx->eof || !cx->include) in next()
462 cx->eof = !cx->include; in cxpop()
654cx, op, type1, type2, cx->disc)) || (f = cxrecode(cx, op, cx->state->type_void, cx->state->type_vo… in code()
1495 (*cx->disc->errorf)(cx, cx->disc, 2, "%s too many )'s", cxcontext(cx)); in parse()
1601 (*cx->disc->errorf)(cx, cx->disc, 2, "%s operator expected", cxcontext(cx)); in parse()
1605 (*cx->disc->errorf)(cx, cx->disc, 2, "%s operand expected", cxcontext(cx)); in parse()
1607 cx->error = cxtell(cx); in parse()
2086 if (cx->eof || !cx->include && (cx->eof = 1)) in cxcomp()
2093 cx->returnf = cxcallout(cx, CX_RET, cx->state->type_void, cx->state->type_void, cx->disc); in cxcomp()
[all …]
/dports/archivers/maxcso/maxcso-1.10.0/libuv/samples/socks5-proxy/
H A Ds5.c49 memset(cx, 0, sizeof(*cx)); in s5_init()
83 if (cx->arg0 < cx->arg1) { in s5_parse()
98 if (cx->arg0 == cx->arg1) { in s5_parse()
119 if (cx->arg0 < cx->userlen) { in s5_parse()
120 cx->username[cx->arg0] = c; in s5_parse()
123 if (cx->arg0 == cx->userlen) { in s5_parse()
136 if (cx->arg0 < cx->passlen) { in s5_parse()
137 cx->password[cx->arg0] = c; in s5_parse()
205 if (cx->arg0 < cx->arg1) { in s5_parse()
206 cx->daddr[cx->arg0] = c; in s5_parse()
[all …]
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/libuv/samples/socks5-proxy/
H A Ds5.c49 memset(cx, 0, sizeof(*cx)); in s5_init()
83 if (cx->arg0 < cx->arg1) { in s5_parse()
98 if (cx->arg0 == cx->arg1) { in s5_parse()
119 if (cx->arg0 < cx->userlen) { in s5_parse()
120 cx->username[cx->arg0] = c; in s5_parse()
123 if (cx->arg0 == cx->userlen) { in s5_parse()
136 if (cx->arg0 < cx->passlen) { in s5_parse()
137 cx->password[cx->arg0] = c; in s5_parse()
205 if (cx->arg0 < cx->arg1) { in s5_parse()
206 cx->daddr[cx->arg0] = c; in s5_parse()
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libdss/
H A Dcxcomp.c41 cx->include->next = cx->include->last = cx->include->base = 0; in clear()
53 if (cx->eof || !cx->include) in next()
462 cx->eof = !cx->include; in cxpop()
652cx, op, type1, type2, cx->disc)) || (f = cxrecode(cx, op, cx->state->type_void, cx->state->type_vo… in code()
1482 (*cx->disc->errorf)(cx, cx->disc, 2, "%s too many )'s", cxcontext(cx)); in parse()
1588 (*cx->disc->errorf)(cx, cx->disc, 2, "%s operator expected", cxcontext(cx)); in parse()
1592 (*cx->disc->errorf)(cx, cx->disc, 2, "%s operand expected", cxcontext(cx)); in parse()
1594 cx->error = cxtell(cx); in parse()
2070 if (cx->eof || !cx->include && (cx->eof = 1)) in cxcomp()
2077 cx->returnf = cxcallout(cx, CX_RET, cx->state->type_void, cx->state->type_void, cx->disc); in cxcomp()
[all …]
/dports/shells/ksh93/ast-93u/src/lib/libdss/
H A Dcxcomp.c41 cx->include->next = cx->include->last = cx->include->base = 0; in clear()
53 if (cx->eof || !cx->include) in next()
462 cx->eof = !cx->include; in cxpop()
652cx, op, type1, type2, cx->disc)) || (f = cxrecode(cx, op, cx->state->type_void, cx->state->type_vo… in code()
1482 (*cx->disc->errorf)(cx, cx->disc, 2, "%s too many )'s", cxcontext(cx)); in parse()
1588 (*cx->disc->errorf)(cx, cx->disc, 2, "%s operator expected", cxcontext(cx)); in parse()
1592 (*cx->disc->errorf)(cx, cx->disc, 2, "%s operand expected", cxcontext(cx)); in parse()
1594 cx->error = cxtell(cx); in parse()
2070 if (cx->eof || !cx->include && (cx->eof = 1)) in cxcomp()
2077 cx->returnf = cxcallout(cx, CX_RET, cx->state->type_void, cx->state->type_void, cx->disc); in cxcomp()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/freebl/
H A Dalghmac.c33 cx->hashobj->destroy(cx->hash, PR_TRUE); in HMAC_Destroy()
34 PORT_Memset(cx, 0, sizeof *cx); in HMAC_Destroy()
54 cx->hashobj->begin(cx->hash); in hmac_initKey()
94 cx->hash = cx->hashobj->create(); in HMAC_Init()
105 cx->hashobj->destroy(cx->hash, PR_TRUE); in HMAC_Init()
158 cx->hashobj->begin(cx->hash); in HMAC_Begin()
159 cx->hashobj->update(cx->hash, cx->ipad, cx->hashobj->blocklength); in HMAC_Begin()
165 cx->hashobj->update(cx->hash, data, data_len); in HMAC_Update()
181 cx->hashobj->begin(cx->hash); in HMAC_Finish()
182 cx->hashobj->update(cx->hash, cx->opad, cx->hashobj->blocklength); in HMAC_Finish()
[all …]
/dports/security/ca_root_nss/nss-3.71/nss/lib/freebl/
H A Dalghmac.c33 cx->hashobj->destroy(cx->hash, PR_TRUE); in HMAC_Destroy()
34 PORT_Memset(cx, 0, sizeof *cx); in HMAC_Destroy()
54 cx->hashobj->begin(cx->hash); in hmac_initKey()
94 cx->hash = cx->hashobj->create(); in HMAC_Init()
105 cx->hashobj->destroy(cx->hash, PR_TRUE); in HMAC_Init()
158 cx->hashobj->begin(cx->hash); in HMAC_Begin()
159 cx->hashobj->update(cx->hash, cx->ipad, cx->hashobj->blocklength); in HMAC_Begin()
165 cx->hashobj->update(cx->hash, data, data_len); in HMAC_Update()
181 cx->hashobj->begin(cx->hash); in HMAC_Finish()
182 cx->hashobj->update(cx->hash, cx->opad, cx->hashobj->blocklength); in HMAC_Finish()
[all …]
/dports/www/firefox/firefox-99.0/security/nss/lib/freebl/
H A Dalghmac.c33 cx->hashobj->destroy(cx->hash, PR_TRUE); in HMAC_Destroy()
34 PORT_Memset(cx, 0, sizeof *cx); in HMAC_Destroy()
54 cx->hashobj->begin(cx->hash); in hmac_initKey()
94 cx->hash = cx->hashobj->create(); in HMAC_Init()
105 cx->hashobj->destroy(cx->hash, PR_TRUE); in HMAC_Init()
158 cx->hashobj->begin(cx->hash); in HMAC_Begin()
159 cx->hashobj->update(cx->hash, cx->ipad, cx->hashobj->blocklength); in HMAC_Begin()
165 cx->hashobj->update(cx->hash, data, data_len); in HMAC_Update()
181 cx->hashobj->begin(cx->hash); in HMAC_Finish()
182 cx->hashobj->update(cx->hash, cx->opad, cx->hashobj->blocklength); in HMAC_Finish()
[all …]

12345678910>>...617