| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin/ |
| H A D | purple-OE-branding-25.patch | 6 libpurple/protocols/irc/irc.h | 4 ++-- 9 diff --git a/libpurple/protocols/irc/irc.h b/libpurple/protocols/irc/irc.h 11 --- a/libpurple/protocols/irc/irc.h 12 +++ b/libpurple/protocols/irc/irc.h
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/lpc10/ |
| H A D | encode.c | 16 …integer *voice, integer *pitch, real *rms, real *rc, integer *ipitch, integer *irms, integer *irc); 76 /* IRC - Quantized reflection coefficients */ 84 rc, integer *ipitch, integer *irms, integer *irc) in encode_() argument 197 --irc; in encode_() 206 irc[i__] = rc[i__] * 32768.f; in encode_() 208 /* IF(LISTL.GE.3)WRITE(FDEBUG,800)VOICE,PITCH,IRMS,(IRC(I),I=1,ORDER) */ in encode_() 242 i2 = irc[i__]; in encode_() 254 irc[i__] = i2; in encode_() 259 i2 = irc[i__] / 2; in encode_() 274 irc[i__] = i2; in encode_() [all …]
|
| H A D | chanwr.c | 21 int chanwr_(integer *order, integer *ipitv, integer *irms, integer *irc, integer *ibits, struct lpc… 22 int chanrd_(integer *order, integer *ipitv, integer *irms, integer *irc, integer *ibits); 60 /* IRC - Quantized reflection coefficients */ 91 /* IRC - Quantized reflection coefficients */ 110 integer *irms, integer *irc, integer *ibits, in chanwr_0_() argument 137 --irc; in chanwr_0_() 158 itab[i__ + 2] = irc[*order + 1 - i__] & 32767; in chanwr_0_() 195 irc[i__] = itab[*order + 4 - i__ - 1]; in chanwr_0_() 201 integer *irc, integer *ibits, struct lpc10_encoder_state *st) in chanwr_() argument 203 return chanwr_0_(0, order, ipitv, irms, irc, ibits, st); in chanwr_() [all …]
|
| H A D | decode.c | 24 extern int decode_(integer *ipitv, integer *irms, integer *irc, integer *voice, integer *pitch, rea… 93 /* IRC - Coded Reflection Coefficients */ 112 integer *irc, integer *voice, integer *pitch, real *rms, real *rc, in decode_() argument 278 if (irc) { in decode_() 279 --irc; in decode_() 301 /* IF (LISTL.GE.3) WRITE(FDEBUG,800) IPITV,IRMS,(IRC(J),J=1,ORDER) */ in decode_() 338 drc[i__ * 3 - 3] = irc[i__]; in decode_() 417 irc[i__] = drc[i__ * 3 - 2]; in decode_() 438 irc[i__] = median_(&drc[i__ * 3 - 1], &drc[i__ * 3 - 2], &drc[ in decode_() 458 irc[i__] = zrc[i__ - 1]; in decode_() [all …]
|
| H A D | lpcenc.c | 86 integer irc[10]; in lpc10_encode() local 109 encode_(voice, &pitch, &rms, rc, &ipitv, &irms, irc); in lpc10_encode() 110 chanwr_(&c__10, &ipitv, &irms, irc, &bits[1], st); in lpc10_encode()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx7ulp/ |
| H A D | scg.h | 72 /* SCG Slow IRC Control Status Register */ 79 /* SCG Slow IRC Configuration Register */ 85 /* SCG Slow IRC Divide Register */ 100 /* SCG Fast IRC Control Status Register */ 107 /* SCG Fast IRC Divide Register */ 127 /* SCG Fast IRC Divide Register */ 279 u32 sirccsr; /* Slow IRC Control Status Register, offset 0x200 */ 280 u32 sircdiv; /* Slow IRC Divide Register */ 281 u32 sirccfg; /* Slow IRC Configuration Register */ 282 u32 sirctrim; /* Slow IRC Trim Register */ [all …]
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | nf_conntrack_irc.c | 2 /* IRC extension for IP connection tracking, Version 1.21 41 #define HELPER_NAME "irc" 44 MODULE_DESCRIPTION("IRC (DCC) connection tracking helper"); 50 MODULE_PARM_DESC(ports, "port numbers of IRC servers"); 53 "IRC session"); 125 /* If packet is coming from IRC server */ in help() 253 static struct nf_conntrack_helper irc[MAX_PORTS] __read_mostly; variable 278 /* If no port given, default to standard irc port */ in nf_conntrack_irc_init() 283 nf_ct_helper_init(&irc[i], AF_INET, IPPROTO_TCP, HELPER_NAME, in nf_conntrack_irc_init() 288 ret = nf_conntrack_helpers_register(&irc[0], ports_c); in nf_conntrack_irc_init() [all …]
|
| H A D | nf_nat_irc.c | 2 /* IRC extension for TCP NAT alteration. 22 #define NAT_HELPER_NAME "irc" 25 MODULE_DESCRIPTION("IRC (DCC) NAT helper");
|
| /OK3568_Linux_fs/buildroot/docs/website/ |
| H A D | support.html | 15 <div class="panel-heading">IRC</div> 19 <img class="img-responsive" src="images/irc.png" style="max-width:50px; margin-bottom:10px;"> 22 <p>The Buildroot IRC channel is <a href="irc://irc.oftc.net/#buildroot"> 23 #buildroot</a>, hosted on OFTC. If you do not have an IRC client, you can 25 When asking for help on IRC, share relevant logs or pieces of code using a code 28 <p>Note that due to excessive spamming on IRC, the channel can only be
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | resources.txt | 28 IRC:: 30 The Buildroot IRC channel irc://irc.oftc.net/#buildroot[#buildroot] is 34 When asking for help on IRC, share relevant logs or pieces of code
|
| /OK3568_Linux_fs/yocto/poky/documentation/ref-manual/ |
| H A D | resources.rst | 88 .. _resources-irc: 90 Internet Relay Chat (IRC) 93 Two IRC channels on `Libera Chat <https://libera.chat/>`__ 190 - *Internet Relay Chat (IRC):* Two IRC channels on
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | rv1106-evb-cam.dtsi | 82 rockchip,camera-module-lens-name = "30IRC-F16"; 104 rockchip,camera-module-lens-name = "30IRC-F16"; 148 rockchip,camera-module-lens-name = "50IRC-F16"; 170 rockchip,camera-module-lens-name = "22IRC-5M-F18";
|
| H A D | rv1106-evb-dual-cam.dtsi | 111 rockchip,camera-module-lens-name = "50IRC-F16"; 133 rockchip,camera-module-lens-name = "28IRC-F20"; 177 rockchip,camera-module-lens-name = "28IRC-F20";
|
| H A D | rv1126-ai-cam-ddr3-v1.dts | 70 rockchip,camera-module-lens-name = "48IRC-12M-F18"; 95 rockchip,camera-module-lens-name = "40IRC-4M";
|
| H A D | rv1126-ai-cam-plus.dts | 70 rockchip,camera-module-lens-name = "48IRC-12M-F18"; 95 rockchip,camera-module-lens-name = "40IRC-4M";
|
| /OK3568_Linux_fs/kernel/drivers/net/wan/ |
| H A D | hdlc_ppp.c | 86 enum {INV = 0x10, IRC = 0x20, ZRC = 0x40, SCR = 0x80, SCA = 0x100, enumerator 262 TO+ = Timeout with counter > 0 irc = Initialize-Restart-Count 282 {IRC|SCR|3, INV , INV , INV , INV , INV , INV }, /* START */ 286 { STA|0 ,IRC|SCR|SCA|5, 2 , SCA|5 ,SCA|6, SCA|5 ,SCR|SCA|5}, /* RCR+ */ 287 { STA|0 ,IRC|SCR|SCN|3, 2 , SCN|3 ,SCN|4, SCN|3 ,SCR|SCN|3}, /* RCR- */ 288 { STA|0 , STA|1 , 2 , IRC|4 ,SCR|3, 6 , SCR|3 }, /* RCA */ 289 { STA|0 , STA|1 , 2 ,IRC|SCR|3,SCR|3,IRC|SCR|5, SCR|3 }, /* RCN */ 294 { 0 , 1 , 1 , 1 , 1 , 1 ,IRC|STR|2}, /* RXJ- */ 326 if (action & IRC) in ppp_cp_event()
|
| /OK3568_Linux_fs/buildroot/package/irssi/ |
| H A D | Config.in | 10 Irssi is a terminal based IRC client for UNIX systems. 19 Build the irssi proxy module, which allows an IRC connection
|
| /OK3568_Linux_fs/kernel/arch/mips/txx9/jmr3927/ |
| H A D | irq.c | 48 * So disable_irq/enable_irq MUST handle IOC/IRC registers. 108 /* all IRC interrupts are masked, */ in jmr3927_irq_setup() 109 /* all IRC interrupt mode are Low Active. */ in jmr3927_irq_setup()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-core/packagegroups/ |
| H A D | packagegroup-meta-networking.bb | 13 packagegroup-meta-networking-irc \ 26 packagegroup-meta-networking-irc \ 130 RDEPENDS:packagegroup-meta-networking-irc = "\
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/irssi/ |
| H A D | irssi_1.2.3.bb | 1 SUMMARY = "ncurses IRC client" 2 DESCRIPTION = "Irssi is an ncurses IRC client"
|
| /OK3568_Linux_fs/buildroot/package/rpi-userland/ |
| H A D | 0002-interface-remove-faulty-assert-to-make-weston-happy-.patch | 7 This was removed after a discussion on IRC with the weston guys 8 ('daniels' on irc.freenode.net/#wayland).
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | sysrq.h | 12 * based upon discusions in irc://irc.openprojects.net/#kernelnewbies
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/ |
| H A D | imx7ulp-scg-clock.yaml | 19 domains, such as the System Oscillator clock, the Slow IRC (SIRC), 20 and and the Fast IRC clock (FIRCLK), clock sources and clock
|
| H A D | imx7ulp-pcc-clock.yaml | 19 domains, such as the System Oscillator clock, the Slow IRC (SIRC), 20 and and the Fast IRC clock (FIRCLK), clock sources and clock
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/media/ |
| H A D | ivtv.rst | 59 IRC chapter 62 irc://irc.freenode.net/#v4l
|