Home
last modified time | relevance | path

Searched refs:ric (Results 1 – 25 of 2649) sorted by relevance

12345678910>>...106

/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/
H A Dradeonfb_i2c.c77 struct radeonfb_softc *sc = ric->ric_softc; in radeonfb_i2cbb_set_bits()
79 PATCH32(sc, ric->ric_register, bits, in radeonfb_i2cbb_set_bits()
87 struct radeonfb_softc *sc = ric->ric_softc; in radeonfb_i2cbb_set_dir()
96 struct radeonfb_softc *sc = ric->ric_softc; in radeonfb_i2cbb_read()
121 struct radeonfb_softc *sc = ric->ric_softc; in radeonfb_i2c_acquire_bus()
128 if (ric->ric_register == RADEON_GPIO_DVI_DDC) { in radeonfb_i2c_acquire_bus()
131 SET32(sc, ric->ric_register, RADEON_GPIO_SW_USE); in radeonfb_i2c_acquire_bus()
145 SET32(sc, ric->ric_register, RADEON_GPIO_EN_1); in radeonfb_i2c_acquire_bus()
154 struct radeonfb_softc *sc = ric->ric_softc; in radeonfb_i2c_release_bus()
156 if (ric->ric_register == RADEON_GPIO_DVI_DDC) { in radeonfb_i2c_release_bus()
[all …]
/dports/devel/py-stdnum/python-stdnum-1.13/tests/
H A Dtest_cn_ric.doctest1 test_cn_ric.doctest - more detailed doctests for stdnum.cn.ric module
25 >>> from stdnum.cn import ric
31 >>> ric.validate('360426199101010071')
33 >>> ric.validate('44011320141005001x')
35 >>> ric.format('44011320141005001x')
41 >>> ric.get_birth_date('360426199101010071')
43 >>> ric.get_birth_date('44011320141005001x')
49 >>> c = ric.get_birth_place('360426199101010071')['county']
59 >>> ric.validate('T60426199101010078')
67 >>> ric.validate('360426199113010079')
[all …]
/dports/lang/sdcc/sdcc-4.0.0/src/
H A DSDCCptropt.c245 iCode *ric; in ptrBaseRematSym() local
250 ric = ptrsym->rematiCode; in ptrBaseRematSym()
251 while (ric) in ptrBaseRematSym()
253 if (ric->op == '+' || ric->op == '-') in ptrBaseRematSym()
254 ric = OP_SYMBOL (IC_LEFT (ric))->rematiCode; in ptrBaseRematSym()
256 ric = OP_SYMBOL (IC_RIGHT (ric))->rematiCode; in ptrBaseRematSym()
261 if (ric && IS_SYMOP (IC_LEFT (ric))) in ptrBaseRematSym()
278 iCode *ric; in ptrPseudoSymSafe() local
316 while (ric->op == '+' || ric->op == '-') in ptrPseudoSymSafe()
317 ric = OP_SYMBOL (IC_LEFT (ric))->rematiCode; in ptrPseudoSymSafe()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/mm/book3s64/
H A Dradix_tlb.c104 unsigned long ric) in __tlbiel_pid() argument
304 __tlbiel_pid(pid, 0, ric); in _tlbiel_pid()
307 if (ric == RIC_FLUSH_PWC) { in _tlbiel_pid()
331 switch (ric) { in _tlbie_pid()
349 unsigned long ric; member
356 if (t->ric == RIC_FLUSH_TLB) in do_tlbiel_pid()
368 struct tlbiel_pid t = { .pid = pid, .ric = ric }; in _tlbiel_pid_multicast()
389 switch (ric) { in _tlbie_lpid()
412 switch (ric) { in _tlbie_lpid_guest()
487 unsigned long ric; member
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/mm/book3s64/
H A Dradix_tlb.c104 unsigned long ric) in __tlbiel_pid() argument
304 __tlbiel_pid(pid, 0, ric); in _tlbiel_pid()
307 if (ric == RIC_FLUSH_PWC) { in _tlbiel_pid()
331 switch (ric) { in _tlbie_pid()
349 unsigned long ric; member
356 if (t->ric == RIC_FLUSH_TLB) in do_tlbiel_pid()
368 struct tlbiel_pid t = { .pid = pid, .ric = ric }; in _tlbiel_pid_multicast()
389 switch (ric) { in _tlbie_lpid()
412 switch (ric) { in _tlbie_lpid_guest()
487 unsigned long ric; member
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/mm/book3s64/
H A Dradix_tlb.c104 unsigned long ric) in __tlbiel_pid() argument
304 __tlbiel_pid(pid, 0, ric); in _tlbiel_pid()
307 if (ric == RIC_FLUSH_PWC) { in _tlbiel_pid()
331 switch (ric) { in _tlbie_pid()
349 unsigned long ric; member
356 if (t->ric == RIC_FLUSH_TLB) in do_tlbiel_pid()
368 struct tlbiel_pid t = { .pid = pid, .ric = ric }; in _tlbiel_pid_multicast()
389 switch (ric) { in _tlbie_lpid()
412 switch (ric) { in _tlbie_lpid_guest()
487 unsigned long ric; member
[all …]
/dports/devel/pear-PhpDocumentor/PhpDocumentor-1.4.4/phpDocumentor/Converters/HTML/frames/templates/phpedit/templates/
H A Dtop_frame.tpl2 {if count($ric) >= 1}
4 {section name=ric loop=$ric}
5 <li><a href="{$ric[ric].file}" target="right">{$ric[ric].name}</a></li>
/dports/biology/py-biopython/biopython-1.79/Tests/
H A Dtest_PDB_internal_coords.py92 ric = r.internal_coord
93 if ric:
95 tau = ric.get_angle("tau")
99 ric.set_angle("tau", nv)
102 chi1 = ric.get_angle("chi1")
111 psi = ric.get_angle("psi")
117 ric.set_angle("psi", nv)
132 ric = r.internal_coord
133 if ric:
134 tau = ric.get_angle("tau")
[all …]
/dports/net/bird/bird-1.6.8/nest/
H A Drt-roa.c221 struct roa_item_config *ric; in roa_populate() local
222 for (ric = t->cf->roa_items; ric; ric = ric->next) in roa_populate()
223 roa_add_item(t, ric->prefix, ric->pxlen, ric->maxlen, ric->asn, ROA_SRC_CONFIG); in roa_populate()
262 struct roa_item_config *ric = cfg_allocz(sizeof(struct roa_item_config)); in roa_add_item_config() local
264 ric->prefix = prefix; in roa_add_item_config()
265 ric->pxlen = pxlen; in roa_add_item_config()
266 ric->maxlen = maxlen; in roa_add_item_config()
267 ric->asn = asn; in roa_add_item_config()
268 ric->next = rtc->roa_items; in roa_add_item_config()
269 rtc->roa_items = ric; in roa_add_item_config()
/dports/sysutils/terraform/terraform-1.0.11/internal/terraform/
H A Dcontext_plan_test.go671 }), ric.After)
677 }), ric.After)
728 }), ric.After)
734 }), ric.After)
789 }), ric.After)
793 }), ric.After)
798 }), ric.After)
803 }), ric.After)
808 }), ric.After)
4615 }), ric.After)
[all …]
/dports/multimedia/bino/bino-1.6.5/
H A DAUTHORS19 Frédéric Bour
20 Frédéric Devernay
31 Frédéric Devernay
43 Frédéric Devernay
51 Frédéric Devernay
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-v150fw.c243 guint8 extb, ric;
253 ric = tvb_get_guint8(tvb, offset + 1) & 0xFF;
263 if(ric == 0 || (ric >= 6 && ric <= 31)) /* values reserved for future use */
266 switch(ric)
280 … if(ric < 31 && ric_info != 0) /* ric_info is zero unless ric is CM, JM, TIMEOUT ro CLEARDOWN */
282 if(ric >= 31 && ric <= 127) /* 31 - 127 are reserved for future use */
298 guint8 extb, ric; in dissect_v150fw() local
312 ric = tvb_get_guint8(tvb, offset + 1); in dissect_v150fw()
323 switch(ric) in dissect_v150fw()
369 switch(ric) { in dissect_v150fw()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-v150fw.c243 guint8 extb, ric;
253 ric = tvb_get_guint8(tvb, offset + 1) & 0xFF;
263 if(ric == 0 || (ric >= 6 && ric <= 31)) /* values reserved for future use */
266 switch(ric)
280 … if(ric < 31 && ric_info != 0) /* ric_info is zero unless ric is CM, JM, TIMEOUT ro CLEARDOWN */
282 if(ric >= 31 && ric <= 127) /* 31 - 127 are reserved for future use */
298 guint8 extb, ric; in dissect_v150fw() local
312 ric = tvb_get_guint8(tvb, offset + 1); in dissect_v150fw()
323 switch(ric) in dissect_v150fw()
369 switch(ric) { in dissect_v150fw()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-v150fw.c243 guint8 extb, ric;
253 ric = tvb_get_guint8(tvb, offset + 1) & 0xFF;
263 if(ric == 0 || (ric >= 6 && ric <= 31)) /* values reserved for future use */
266 switch(ric)
280 … if(ric < 31 && ric_info != 0) /* ric_info is zero unless ric is CM, JM, TIMEOUT ro CLEARDOWN */
282 if(ric >= 31 && ric <= 127) /* 31 - 127 are reserved for future use */
298 guint8 extb, ric; in dissect_v150fw() local
312 ric = tvb_get_guint8(tvb, offset + 1); in dissect_v150fw()
323 switch(ric) in dissect_v150fw()
369 switch(ric) { in dissect_v150fw()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-v150fw.c243 guint8 extb, ric;
253 ric = tvb_get_guint8(tvb, offset + 1) & 0xFF;
263 if(ric == 0 || (ric >= 6 && ric <= 31)) /* values reserved for future use */
266 switch(ric)
280 … if(ric < 31 && ric_info != 0) /* ric_info is zero unless ric is CM, JM, TIMEOUT ro CLEARDOWN */
282 if(ric >= 31 && ric <= 127) /* 31 - 127 are reserved for future use */
298 guint8 extb, ric; in dissect_v150fw() local
312 ric = tvb_get_guint8(tvb, offset + 1); in dissect_v150fw()
323 switch(ric) in dissect_v150fw()
369 switch(ric) { in dissect_v150fw()
/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Dimageio_libraw.c262 libraw_raw_inset_crop_t *ric; in dt_imageio_open_libraw() local
264 ric = &raw->rawdata.sizes.raw_inset_crops[0]; in dt_imageio_open_libraw()
266 ric = &raw->rawdata.sizes.raw_inset_crop; in dt_imageio_open_libraw()
268 img->crop_x = ric->cleft; in dt_imageio_open_libraw()
269 img->crop_y = ric->ctop; in dt_imageio_open_libraw()
270 img->crop_width = raw->rawdata.sizes.raw_width - ric->cwidth - ric->cleft; in dt_imageio_open_libraw()
271 img->crop_height = raw->rawdata.sizes.raw_height - ric->cheight - ric->ctop; in dt_imageio_open_libraw()
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/include/asm/
H A Dtrace.h191 unsigned long rs, unsigned long ric, unsigned long prs,
193 TP_ARGS(lpid, local, rb, rs, ric, prs, r),
199 __field(unsigned long, ric)
209 __entry->ric = ric;
216 __entry->rb, __entry->rs, __entry->ric, __entry->prs,
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/include/asm/
H A Dtrace.h191 unsigned long rs, unsigned long ric, unsigned long prs,
193 TP_ARGS(lpid, local, rb, rs, ric, prs, r),
199 __field(unsigned long, ric)
209 __entry->ric = ric;
216 __entry->rb, __entry->rs, __entry->ric, __entry->prs,
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/include/asm/
H A Dtrace.h191 unsigned long rs, unsigned long ric, unsigned long prs,
193 TP_ARGS(lpid, local, rb, rs, ric, prs, r),
199 __field(unsigned long, ric)
209 __entry->ric = ric;
216 __entry->rb, __entry->rs, __entry->ric, __entry->prs,
/dports/security/lasso/lasso-2.7.0/
H A DAUTHORS17 - Frédéric Péters <fpeters@entrouvert.com>
36 - Frédéric Péters <fpeters@entrouvert.com>
42 - Frédéric Péters <fpeters@entrouvert.com>
59 - Frédéric Péters <fpeters@entrouvert.com>
72 - Frédéric Péters <fpeters@entrouvert.com>
/dports/biology/py-biopython/biopython-1.79/Bio/PDB/
H A Dinternal_coords.py377 ric.cic = self
378 ric.link_dihedra()
399 ric.clear_transforms()
414 ric.atom_coords = cast(
417 if ric.atom_coords:
418 ric.ak_set = set(ric.atom_coords.keys())
937 if "O" not in ric.akc:
938 if ric.lc != "G" and ric.lc != "A":
942 resNdx[ric] = ndx
953 + ric.lc
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/asn1/e2ap/
H A De2sm-kpm-v1.asn176 ric-Style-Type RIC-Style-Type,
207 ric-Style-Type RIC-Style-Type,
232ric-EventTriggerStyle-List SEQUENCE (SIZE(1..maxofRICstyles)) OF RIC-EventTriggerStyle-List OPTION…
233 ric-ReportStyle-List SEQUENCE (SIZE(1..maxofRICstyles)) OF RIC-ReportStyle-List OPTIONAL,
271 ric-EventTriggerStyle-Type RIC-Style-Type,
272 ric-EventTriggerStyle-Name RIC-Style-Name,
273 ric-EventTriggerFormat-Type RIC-Format-Type,
278 ric-ReportStyle-Type RIC-Style-Type,
279 ric-ReportStyle-Name RIC-Style-Name,
280 ric-IndicationHeaderFormat-Type RIC-Format-Type,
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/asn1/e2ap/
H A De2sm-kpm-v1.asn176 ric-Style-Type RIC-Style-Type,
207 ric-Style-Type RIC-Style-Type,
232ric-EventTriggerStyle-List SEQUENCE (SIZE(1..maxofRICstyles)) OF RIC-EventTriggerStyle-List OPTION…
233 ric-ReportStyle-List SEQUENCE (SIZE(1..maxofRICstyles)) OF RIC-ReportStyle-List OPTIONAL,
271 ric-EventTriggerStyle-Type RIC-Style-Type,
272 ric-EventTriggerStyle-Name RIC-Style-Name,
273 ric-EventTriggerFormat-Type RIC-Format-Type,
278 ric-ReportStyle-Type RIC-Style-Type,
279 ric-ReportStyle-Name RIC-Style-Name,
280 ric-IndicationHeaderFormat-Type RIC-Format-Type,
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/asn1/e2ap/
H A De2sm-kpm-v1.asn176 ric-Style-Type RIC-Style-Type,
207 ric-Style-Type RIC-Style-Type,
232ric-EventTriggerStyle-List SEQUENCE (SIZE(1..maxofRICstyles)) OF RIC-EventTriggerStyle-List OPTION…
233 ric-ReportStyle-List SEQUENCE (SIZE(1..maxofRICstyles)) OF RIC-ReportStyle-List OPTIONAL,
271 ric-EventTriggerStyle-Type RIC-Style-Type,
272 ric-EventTriggerStyle-Name RIC-Style-Name,
273 ric-EventTriggerFormat-Type RIC-Format-Type,
278 ric-ReportStyle-Type RIC-Style-Type,
279 ric-ReportStyle-Name RIC-Style-Name,
280 ric-IndicationHeaderFormat-Type RIC-Format-Type,
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/asn1/e2ap/
H A De2sm-kpm-v1.asn176 ric-Style-Type RIC-Style-Type,
207 ric-Style-Type RIC-Style-Type,
232ric-EventTriggerStyle-List SEQUENCE (SIZE(1..maxofRICstyles)) OF RIC-EventTriggerStyle-List OPTION…
233 ric-ReportStyle-List SEQUENCE (SIZE(1..maxofRICstyles)) OF RIC-ReportStyle-List OPTIONAL,
271 ric-EventTriggerStyle-Type RIC-Style-Type,
272 ric-EventTriggerStyle-Name RIC-Style-Name,
273 ric-EventTriggerFormat-Type RIC-Format-Type,
278 ric-ReportStyle-Type RIC-Style-Type,
279 ric-ReportStyle-Name RIC-Style-Name,
280 ric-IndicationHeaderFormat-Type RIC-Format-Type,
[all …]

12345678910>>...106