Searched refs:Ch (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dstrcasecmp.c27 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))
H A Dstrncasecmp.c27 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))
H A Dstrcasestr.c29 #define TOLOWER(Ch) (isupper (Ch) ? tolower (Ch) : (Ch))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstrtol.c194 # define L_(Ch) L##Ch
198 # define ISSPACE(Ch) __iswspace_l ((Ch), loc)
199 # define ISALPHA(Ch) __iswalpha_l ((Ch), loc)
200 # define TOUPPER(Ch) __towupper_l ((Ch), loc)
202 # define ISSPACE(Ch) iswspace (Ch)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstrtol.c194 # define L_(Ch) L##Ch
198 # define ISSPACE(Ch) __iswspace_l ((Ch), loc)
199 # define ISALPHA(Ch) __iswalpha_l ((Ch), loc)
200 # define TOUPPER(Ch) __towupper_l ((Ch), loc)
202 # define ISSPACE(Ch) iswspace (Ch)
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/crypto/
H A Dsha256.c36 static inline u32 Ch(u32 x, u32 y, u32 z) function
89 t1 = h + e1(e) + Ch(e,f,g) + 0x428a2f98 + W[ 0];
91 t1 = g + e1(d) + Ch(d,e,f) + 0x71374491 + W[ 1];
93 t1 = f + e1(c) + Ch(c,d,e) + 0xb5c0fbcf + W[ 2];
95 t1 = e + e1(b) + Ch(b,c,d) + 0xe9b5dba5 + W[ 3];
97 t1 = d + e1(a) + Ch(a,b,c) + 0x3956c25b + W[ 4];
99 t1 = c + e1(h) + Ch(h,a,b) + 0x59f111f1 + W[ 5];
101 t1 = b + e1(g) + Ch(g,h,a) + 0x923f82a4 + W[ 6];
103 t1 = a + e1(f) + Ch(f,g,h) + 0xab1c5ed5 + W[ 7];
106 t1 = h + e1(e) + Ch(
[all...]
H A Dsha512.c37 static inline u64 Ch(u64 x, u64 y, u64 z) function
138 t1 = h + e1(e) + Ch(e,f,g) + sha512_K[i ] + W[i ];
140 t1 = g + e1(d) + Ch(d,e,f) + sha512_K[i+1] + W[i+1];
142 t1 = f + e1(c) + Ch(c,d,e) + sha512_K[i+2] + W[i+2];
144 t1 = e + e1(b) + Ch(b,c,d) + sha512_K[i+3] + W[i+3];
146 t1 = d + e1(a) + Ch(a,b,c) + sha512_K[i+4] + W[i+4];
148 t1 = c + e1(h) + Ch(h,a,b) + sha512_K[i+5] + W[i+5];
150 t1 = b + e1(g) + Ch(g,h,a) + sha512_K[i+6] + W[i+6];
152 t1 = a + e1(f) + Ch(f,g,h) + sha512_K[i+7] + W[i+7];
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ddi.c65 byte Id, byte Ch, byte Rc, byte cb, byte type);
67 byte Ch, byte Req, byte type);
70 byte Ch,
122 dbug(dprintf("out:Req=%x,Id=%x,Ch=%x",this->Req,this->Id,this->ReqCh));
359 byte Ch,
373 dbug(dprintf("isdn_rc(Rc=%x,Id=%x,Ch=%x)",Rc,Id,Ch));
377 xdi_xlog_rc_event (XDI_A_NR(a), Id, Ch, Rc, 0, 0); local
388 xdi_xlog_rc_event (XDI_A_NR(a), Id, Ch, Rc, 0, a->IdTypeTable[this->No]); local
389 this->RcCh = Ch;
356 isdn_rc(ADAPTER * a, byte Rc, byte Id, byte Ch, word Ref, dword extended_info_type, dword extended_info) argument
435 xdi_xlog_rc_event (XDI_A_NR(a), Id, Ch, Rc, 1, a->IdTypeTable[this->No]); local
453 xdi_xlog_rc_event (XDI_A_NR(a), Id, Ch, Rc, 1, a->IdTypeTable[this->No]); local
471 xdi_xlog_rc_event (XDI_A_NR(a), Id, Ch, Rc, 1, a->IdTypeTable[this->No]); local
483 xdi_xlog_rc_event (XDI_A_NR(a), Id, Ch, Rc, 1, a->IdTypeTable[this->No]); local
495 xdi_xlog_rc_event (XDI_A_NR(a), Id, Ch, Rc, 2, a->IdTypeTable[this->No]); local
558 isdn_ind(ADAPTER * a, byte Ind, byte Id, byte Ch, PBUFFER * RBuffer, byte MInd, word MLength) argument
581 xdi_xlog_ind (XDI_A_NR(a), Id, Ch, Ind, local
643 xdi_xlog_ind (XDI_A_NR(a), Id, Ch, Ind, local
654 xdi_xlog_ind (XDI_A_NR(a), Id, Ch, Ind, local
715 xdi_xlog_ind (XDI_A_NR(a), Id, Ch, Ind, local
757 xdi_xlog_rc_event(byte Adapter, byte Id, byte Ch, byte Rc, byte cb, byte type) argument
781 xdi_xlog_request(byte Adapter, byte Id, byte Ch, byte Req, byte type) argument
820 xdi_xlog_ind(byte Adapter, byte Id, byte Ch, byte Ind, byte rnr_valid, byte rnr, byte type) argument
[all...]
H A Dmessage.c3895 dbug(3,dprintf ("XDI CAPI: RC cancelled Id:0x02, Ch:%02x", e->Id, ch));
4000 byte Ch = e->IndCh; local
4002 (a->ch_flow_plci[Ch] == plci->Id)) {
4003 if (a->ch_flow_control[Ch] & N_RX_FLOW_CONTROL_MASK) {
4004 dbug(3,dprintf ("XDI CAPI: I: pending N-XON Ch:%02x", Ch));
4006 a->ch_flow_control[Ch] &= ~N_RX_FLOW_CONTROL_MASK;
4010 (a->ch_flow_plci[Ch] == plci->Id) &&
4011 (a->ch_flow_control[Ch] & N_RX_FLOW_CONTROL_MASK)) {
4012 a->ch_flow_control[Ch]
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dsha512.c108 Ch (u64 x, u64 y, u64 z) function
235 t1 = h + Sum1 (e) + Ch (e, f, g) + k[t] + w[t];
247 t1 = h + Sum1 (e) + Ch (e, f, g) + k[t] + w[t];
252 t1 = g + Sum1 (d) + Ch (d, e, f) + k[t+1] + w[t+1];
257 t1 = f + Sum1 (c) + Ch (c, d, e) + k[t+2] + w[t+2];
262 t1 = e + Sum1 (b) + Ch (b, c, d) + k[t+3] + w[t+3];
267 t1 = d + Sum1 (a) + Ch (a, b, c) + k[t+4] + w[t+4];
272 t1 = c + Sum1 (h) + Ch (h, a, b) + k[t+5] + w[t+5];
277 t1 = b + Sum1 (g) + Ch (g, h, a) + k[t+6] + w[t+6];
282 t1 = a + Sum1 (f) + Ch (
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/
H A Dsha256.c153 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
177 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i];
192 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i];
205 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i];
220 T1 += h + Sigma1(e) + Ch(e,f,g) + K256[i]; \
H A Dsha512.c347 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
383 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i];
395 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i];
411 T1 += h + Sigma1(e) + Ch(e,f,g) + K512[i]; \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Da100u2w.c636 UCHAR Ch; local
641 Ch = hcsp->HCS_Index;
644 if ((hcsp->BitAllocFlag[Ch][i] >> index) & 0x01) {
645 hcsp->BitAllocFlag[Ch][i] &= ~(1 << index);
674 UCHAR Ch; local
677 Ch = hcsp->HCS_Index;
681 hcsp->BitAllocFlag[Ch][i] |= (1 << Index);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/asm/
H A Dsha512-ia64.pl216 { .mib; add T1=T1,H // T1=Ch(e,f,g)+h
226 { .mib; add T1=T1,K // T1=Ch(e,f,g)+h+K512[i]
278 add T1=T1,H // T1=Ch(e,f,g)+h
302 { .mib; add T1=T1,K // T1=Ch(e,f,g)+h+K512[i]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Drocket.c2994 Byte_t Ch; /* channel number within AIOP */ local
3008 Ch = (Byte_t) sGetChanNum(ChP);
3009 sOutB(ChP->Cmd, Ch | RESRXFCNT); /* apply reset Rx FIFO count */
3010 sOutB(ChP->Cmd, Ch); /* remove reset Rx FIFO count */
3036 Byte_t Ch; /* channel number within AIOP */ local
3050 Ch = (Byte_t) sGetChanNum(ChP);
3051 sOutB(ChP->Cmd, Ch | RESTXFCNT); /* apply reset Tx FIFO count */
3052 sOutB(ChP->Cmd, Ch); /* remove reset Tx FIFO count */

Completed in 132 milliseconds