Home
last modified time | relevance | path

Searched refs:bix (Results 1 – 25 of 385) sorted by relevance

12345678910>>...16

/dports/misc/urbit/urbit-urbit-0.6.0/jets/f/
H A Dut_crop.c17 u3_noun bix) in _crop_repo() argument
20 u3_noun ret = _crop_dext(van, rep, ref, bix); in _crop_repo()
43 return u3nc(_crop_dext(van, u3h(p_sut), ref, bix), in _crop_dext_fork()
66 u3_noun bix) in _crop_dext() argument
115 else return _crop_sint(van, sut, ref, bix); in _crop_dext()
135 else return _crop_sint(van, sut, ref, bix); in _crop_dext()
143 else return _crop_sint(van, sut, ref, bix); in _crop_dext()
173 if ( c3y == u3qdi_has(bix, hud) ) { in _crop_dext()
184 u3_noun bux = u3qdi_put(bix, hud); in _crop_dext()
199 u3_noun bix) in _crop_sint() argument
[all …]
H A Dut_fuse.c15 u3_noun bix) in _fuse_repo() argument
18 u3_noun ret = _fuse_in(van, rep, ref, bix); in _fuse_repo()
41 return u3nc(_fuse_in(van, u3h(p_sut), ref, bix), in _fuse_in_fork()
50 u3_noun bix) in _fuse_in() argument
106 return _fuse_in(van, ref, sut, bix); in _fuse_in()
121 else return _fuse_in(van, ref, sut, bix); in _fuse_in()
125 return _fuse_repo(van, sut, ref, bix); in _fuse_in()
129 u3_noun vot = _fuse_in(van, q_sut, ref, bix); in _fuse_in()
137 u3_noun vot = _fuse_in(van, q_sut, ref, bix); in _fuse_in()
155 if ( c3y == u3qdi_has(bix, hud) ) { in _fuse_in()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dam79900.c179 int bix; in am79900_meminit() local
221 for (bix = 0; bix < sc->sc_nrbuf; bix++) { in am79900_meminit()
234 for (bix = 0; bix < sc->sc_ntbuf; bix++) { in am79900_meminit()
248 int bix; in am79900_rint() local
252 bix = sc->sc_last_rd; in am79900_rint()
311 bix = 0; in am79900_rint()
314 sc->sc_last_rd = bix; in am79900_rint()
320 int bix; in am79900_tint() local
383 bix = 0; in am79900_tint()
486 int bix; in am79900_start() local
[all …]
H A Dam7990.c142 int bix; in am7990_meminit() local
183 for (bix = 0; bix < sc->sc_nrbuf; bix++) { in am7990_meminit()
197 for (bix = 0; bix < sc->sc_ntbuf; bix++) { in am7990_meminit()
212 int bix; in am7990_rint() local
216 bix = sc->sc_last_rd; in am7990_rint()
277 bix = 0; in am7990_rint()
280 sc->sc_last_rd = bix; in am7990_rint()
286 int bix; in am7990_tint() local
352 bix = 0; in am7990_tint()
465 int bix; in am7990_start() local
[all …]
H A Dlancereg.h120 #define LE_RMDADDR(sc, bix) (sc->sc_rmdaddr + sizeof(struct lermd) * (bix)) argument
121 #define LE_TMDADDR(sc, bix) (sc->sc_tmdaddr + sizeof(struct letmd) * (bix)) argument
122 #define LE_RBUFADDR(sc, bix) (sc->sc_rbufaddr[bix]) argument
123 #define LE_TBUFADDR(sc, bix) (sc->sc_tbufaddr[bix]) argument
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/power/supply/
H A Dsurface_battery.c134 struct spwr_bix bix; member
181 bat->bix.model[ARRAY_SIZE(bat->bix.model) - 1] = 0; in spwr_battery_load_bix()
182 bat->bix.serial[ARRAY_SIZE(bat->bix.serial) - 1] = 0; in spwr_battery_load_bix()
183 bat->bix.type[ARRAY_SIZE(bat->bix.type) - 1] = 0; in spwr_battery_load_bix()
184 bat->bix.oem_info[ARRAY_SIZE(bat->bix.oem_info) - 1] = 0; in spwr_battery_load_bix()
480 if (!strcasecmp("NiCd", bat->bix.type)) in spwr_battery_prop_technology()
483 if (!strcasecmp("NiMH", bat->bix.type)) in spwr_battery_prop_technology()
492 if (!strcasecmp("LiP", bat->bix.type)) in spwr_battery_prop_technology()
634 val->strval = bat->bix.model; in spwr_battery_get_property()
638 val->strval = bat->bix.oem_info; in spwr_battery_get_property()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/power/supply/
H A Dsurface_battery.c134 struct spwr_bix bix; member
181 bat->bix.model[ARRAY_SIZE(bat->bix.model) - 1] = 0; in spwr_battery_load_bix()
182 bat->bix.serial[ARRAY_SIZE(bat->bix.serial) - 1] = 0; in spwr_battery_load_bix()
183 bat->bix.type[ARRAY_SIZE(bat->bix.type) - 1] = 0; in spwr_battery_load_bix()
184 bat->bix.oem_info[ARRAY_SIZE(bat->bix.oem_info) - 1] = 0; in spwr_battery_load_bix()
480 if (!strcasecmp("NiCd", bat->bix.type)) in spwr_battery_prop_technology()
483 if (!strcasecmp("NiMH", bat->bix.type)) in spwr_battery_prop_technology()
492 if (!strcasecmp("LiP", bat->bix.type)) in spwr_battery_prop_technology()
634 val->strval = bat->bix.model; in spwr_battery_get_property()
638 val->strval = bat->bix.oem_info; in spwr_battery_get_property()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/power/supply/
H A Dsurface_battery.c134 struct spwr_bix bix; member
181 bat->bix.model[ARRAY_SIZE(bat->bix.model) - 1] = 0; in spwr_battery_load_bix()
182 bat->bix.serial[ARRAY_SIZE(bat->bix.serial) - 1] = 0; in spwr_battery_load_bix()
183 bat->bix.type[ARRAY_SIZE(bat->bix.type) - 1] = 0; in spwr_battery_load_bix()
184 bat->bix.oem_info[ARRAY_SIZE(bat->bix.oem_info) - 1] = 0; in spwr_battery_load_bix()
480 if (!strcasecmp("NiCd", bat->bix.type)) in spwr_battery_prop_technology()
483 if (!strcasecmp("NiMH", bat->bix.type)) in spwr_battery_prop_technology()
492 if (!strcasecmp("LiP", bat->bix.type)) in spwr_battery_prop_technology()
634 val->strval = bat->bix.model; in spwr_battery_get_property()
638 val->strval = bat->bix.oem_info; in spwr_battery_get_property()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/platform/surface/
H A Dsurface3_power.c66 struct bix { struct
109 struct bix bix; argument
208 static int mshw0011_bix(struct mshw0011_data *cdata, struct bix *bix) in mshw0011_bix() argument
214 *bix = default_bix; in mshw0011_bix()
224 bix->design_capacity = ret; in mshw0011_bix()
234 bix->last_full_charg_capacity = ret; in mshw0011_bix()
243 snprintf(bix->serial, ARRAY_SIZE(bix->serial), "%3pE%6pE", buf + 7, buf); in mshw0011_bix()
251 bix->cycle_count = ret; in mshw0011_bix()
260 snprintf(bix->OEM, ARRAY_SIZE(bix->OEM), "%3pE", buf); in mshw0011_bix()
307 struct bix bix; in mshw0011_isr() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/platform/surface/
H A Dsurface3_power.c66 struct bix { struct
109 struct bix bix; argument
208 static int mshw0011_bix(struct mshw0011_data *cdata, struct bix *bix) in mshw0011_bix() argument
214 *bix = default_bix; in mshw0011_bix()
224 bix->design_capacity = ret; in mshw0011_bix()
234 bix->last_full_charg_capacity = ret; in mshw0011_bix()
243 snprintf(bix->serial, ARRAY_SIZE(bix->serial), "%3pE%6pE", buf + 7, buf); in mshw0011_bix()
251 bix->cycle_count = ret; in mshw0011_bix()
260 snprintf(bix->OEM, ARRAY_SIZE(bix->OEM), "%3pE", buf); in mshw0011_bix()
307 struct bix bix; in mshw0011_isr() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/platform/surface/
H A Dsurface3_power.c66 struct bix { struct
109 struct bix bix; member
208 static int mshw0011_bix(struct mshw0011_data *cdata, struct bix *bix) in mshw0011_bix() argument
214 *bix = default_bix; in mshw0011_bix()
224 bix->design_capacity = ret; in mshw0011_bix()
234 bix->last_full_charg_capacity = ret; in mshw0011_bix()
243 snprintf(bix->serial, ARRAY_SIZE(bix->serial), "%3pE%6pE", buf + 7, buf); in mshw0011_bix()
251 bix->cycle_count = ret; in mshw0011_bix()
260 snprintf(bix->OEM, ARRAY_SIZE(bix->OEM), "%3pE", buf); in mshw0011_bix()
307 struct bix bix; in mshw0011_isr() local
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/regalloc-0.0.25/src/linear_scan/
H A Danalysis.rs32 bix: BlockIx, in new()
57 RangeFragMetrics { bix, kind }, in new()
69 bix: BlockIx, field
217 bix: BlockIx, in get_range_frags_for_block()
255 for iix in func.block_insns(bix) { in get_range_frags_for_block()
377 bix, in get_range_frags_for_block()
409 for bix in func.blocks() { in get_range_frags()
412 bix, in get_range_frags()
413 &liveins[bix], in get_range_frags()
414 &liveouts[bix], in get_range_frags()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/regalloc/src/linear_scan/
H A Danalysis.rs33 bix: BlockIx, in new()
58 RangeFragMetrics { bix, kind }, in new()
70 bix: BlockIx, field
217 bix: BlockIx, in get_range_frags_for_block()
262 for iix in func.block_insns(bix) {
398 bix,
458 for bix in func.blocks() {
464 bix,
465 &liveins[bix],
466 &liveouts[bix],
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/regalloc/src/linear_scan/
H A Danalysis.rs33 bix: BlockIx, in new()
58 RangeFragMetrics { bix, kind }, in new()
70 bix: BlockIx, field
217 bix: BlockIx, in get_range_frags_for_block()
262 for iix in func.block_insns(bix) {
398 bix,
458 for bix in func.blocks() {
464 bix,
465 &liveins[bix],
466 &liveouts[bix],
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/regalloc/src/linear_scan/
H A Danalysis.rs33 bix: BlockIx, in new()
58 RangeFragMetrics { bix, kind }, in new()
70 bix: BlockIx, field
217 bix: BlockIx, in get_range_frags_for_block()
262 for iix in func.block_insns(bix) {
398 bix,
458 for bix in func.blocks() {
464 bix,
465 &liveins[bix],
466 &liveouts[bix],
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/regalloc/src/linear_scan/
H A Danalysis.rs33 bix: BlockIx, in new()
58 RangeFragMetrics { bix, kind }, in new()
70 bix: BlockIx, field
217 bix: BlockIx, in get_range_frags_for_block()
262 for iix in func.block_insns(bix) {
398 bix,
458 for bix in func.blocks() {
464 bix,
465 &liveins[bix],
466 &liveouts[bix],
[all …]
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dzzdsksbf.c73 integer bix; in zzdsksbf_0_() local
873 bix = isrchi_(bodyid, &btnbod, btbody); in zzdsksbf_0_()
874 if (bix == 0) { in zzdsksbf_0_()
888 bix = btnbod; in zzdsksbf_0_()
894 j = btsegp[(i__1 = bix - 1) < 10 && 0 <= i__1 ? i__1 : s_rnge("btsegp", in zzdsksbf_0_()
1149 bix = isrchi_(bodyid, &btnbod, btbody); in zzdsksbf_0_()
1150 if (bix == 0) { in zzdsksbf_0_()
1164 bix = btnbod; in zzdsksbf_0_()
1413 bix = isrchi_(bodyid, &btnbod, btbody); in zzdsksbf_0_()
1414 if (bix == 0) { in zzdsksbf_0_()
[all …]
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dzzdsksbf.c73 integer bix; in zzdsksbf_0_() local
873 bix = isrchi_(bodyid, &btnbod, btbody); in zzdsksbf_0_()
874 if (bix == 0) { in zzdsksbf_0_()
888 bix = btnbod; in zzdsksbf_0_()
894 j = btsegp[(i__1 = bix - 1) < 10 && 0 <= i__1 ? i__1 : s_rnge("btsegp", in zzdsksbf_0_()
1149 bix = isrchi_(bodyid, &btnbod, btbody); in zzdsksbf_0_()
1150 if (bix == 0) { in zzdsksbf_0_()
1164 bix = btnbod; in zzdsksbf_0_()
1413 bix = isrchi_(bodyid, &btnbod, btbody); in zzdsksbf_0_()
1414 if (bix == 0) { in zzdsksbf_0_()
[all …]
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/demo/
H A Dsimulate_epsp.m55 [bix, Aix, t0ix, t1ix] = ind2sub(DIM, k);
56 y(k,:)=M(b(bix),A(Aix),t0(t0ix),t1(t1ix));
71 [bix, Aix, t0ix, t1ix] = ind2sub(DIM, k);
72 y(k,:)=M(b(bix),A(Aix),t0(t0ix),t1(t1ix));
87 [bix, Aix, t0ix, t1ix] = ind2sub(DIM, k);
88 y(k,:)=M(b(bix),A(Aix),t0(t0ix),t1(t1ix));
108 [bix, t0ix, A1ix, t1ix, A2ix, t2ix] = ind2sub(DIM, k);
109 y(k,:)=M(b(bix),t0(t0ix),A1(A1ix),t1(t1ix),A1(A1ix),t2(t2ix));
128 [bix, t0ix, A1ix, t1ix, A2ix, t2ix] = ind2sub(DIM, k);
147 [bix, Aix, t0ix, t1ix, t2ix] = ind2sub(DIM, k);
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/regalloc-0.0.25/src/
H A Danalysis_control_flow.rs37 for bix in func.blocks() { in new()
122 bix_set.insert(*bix);
184 bix: BlockIx,
186 debug_assert!(!visited[bix]);
187 visited[bix] = true;
188 pre_ord.push(bix);
189 for succ in succ_map[bix].iter() {
194 post_ord.push(bix);
256 Set::from_vec((0..num_blocks).map(|bix| BlockIx::new(bix)).collect());
374 bix2rpostord[bix] = n;
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/regalloc/src/
H A Danalysis_control_flow.rs37 for bix in func.blocks() { in new()
122 for bix in succs.iter() {
123 bix_set.insert(*bix);
185 bix: BlockIx,
187 debug_assert!(!visited[bix]);
188 visited[bix] = true;
189 pre_ord.push(bix);
195 post_ord.push(bix);
257 Set::from_vec((0..num_blocks).map(|bix| BlockIx::new(bix)).collect());
375 bix2rpostord[bix] = n;
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/sbus/
H A Dqe.c450 unsigned int bix, len; in qestart() local
456 bix = sc->sc_rb.rb_tdhead; in qestart()
472 len = qe_put(sc, bix, m); in qestart()
483 bix = 0; in qestart()
491 sc->sc_rb.rb_tdhead = bix; in qestart()
625 unsigned int bix, txflags; in qe_tint() local
642 bix = 0; in qe_tint()
664 unsigned int bix, len; in qe_rint() local
676 len = xd[bix].xd_flags; in qe_rint()
686 qe_read(sc, bix, len); in qe_rint()
[all …]
/dports/mail/spamassassin-devel/spamassassin-1ea352210/build/pga/source/
H A Dbinary.c80 int bix; /* bit position in word chrom[windex] of allele i */ in PGASetBinaryAllele() local
87 INDEX( windex,bix,i,WL ); in PGASetBinaryAllele()
91 UNSET( bix, chrom[windex] ); in PGASetBinaryAllele()
93 SET( bix, chrom[windex] ); in PGASetBinaryAllele()
129 int bix; /* bit position in word chrom[windex] of allele i */ in PGAGetBinaryAllele() local
136 INDEX( windex,bix,i,WL ); in PGAGetBinaryAllele()
141 return( BIT(bix, chrom[windex]) != 0 ); in PGAGetBinaryAllele()
379 INDEX(windex,bix,xsite,WL); in PGABinaryOneptCrossover()
387 mask = mask >> bix; in PGABinaryOneptCrossover()
722 INDEX(windex,bix,i,WL); in PGABinaryInitString()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cranelift-codegen/src/isa/aarch64/inst/
H A Dargs.rs298 &mut BranchTarget::Block(bix) => { in lower()
299 let bix = usize::try_from(bix).unwrap(); in lower() localVariable
300 assert!(bix < targets.len()); in lower()
301 let block_offset_in_func = targets[bix]; in lower()
312 &BranchTarget::Block(bix) => Some(bix), in as_block_index()
350 &mut BranchTarget::Block(ref mut bix) => { in map()
351 let n = block_index_map[usize::try_from(*bix).unwrap()]; in map()
352 *bix = n; in map()
/dports/science/py-esda/esda-2.4.1/esda/
H A Dmap_comparison.py18 bix, aix = tree.query_bulk(b)
19 overlay = pygeos.intersection(a[aix], b[bix])
21 return aix, bix, overlay
85 aix, bix, ab = _overlay(a, b, return_indices=True)
92 a_onto_b = _overlay_entropy(bix, b_areas, ab_areas, base=base) # SjR
220 aix, bix, ab = _overlay(a, b, return_indices=True)

12345678910>>...16