Searched defs:Ch (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Ddfs.c55 BOOLEAN RadarChannelCheck(struct rt_rtmp_adapter *pAd, u8 Ch) argument
H A Dcrypt_sha2.c37 #define Ch(x,y,z) ((x & y) ^ ((~x) & z)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dshacal2.cpp21 #define Ch(x,y,z) (z^(x&(y^z))) macro
H A Dsha.cpp466 #define Ch(x,y,z) (z^(x&(y^z))) macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/check/
H A Dsha256.c39 #define Ch(x, y, z) (z ^ (x & (y ^ z))) macro
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/check/
H A Dsha256.c39 #define Ch(x, y, z) (z ^ (x & (y ^ z))) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dsha512.c93 #define Ch(x,y,z) (((x) & ((y) ^ (z))) ^ (z)) macro
H A Dsha.c176 #define Ch(x,y,z) (((x) & ((y) ^ (z))) ^ (z)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/
H A Dsha256.c162 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
H A Dsha512.c409 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/sha/
H A Dsha512.c347 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
H A Dsha256.c153 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/
H A Dsha256.c162 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
H A Dsha512.c409 # define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dsha256_generic.c28 static inline u32 Ch(u32 x, u32 y, u32 z) function
[all...]
H A Dsha512_generic.c26 static inline u64 Ch(u64 x, u64 y, u64 z) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Ddi.c377 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
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.c4022 byte Ch = e->IndCh; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dsha.c154 #define Ch(x,y,z) (((x) & ((y) ^ (z))) ^ (z)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dsha512.c108 Ch (u64 x, u64 y, u64 z) function
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dsha512.c108 Ch (u64 x, u64 y, u64 z) function
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/missing/crypto/sha2/
H A Dsha2.c181 #define Ch(x,y,z) (((x) & (y)) ^ ((~(x)) & (z))) macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Drocket.c2904 Byte_t Ch; /* channel number within AIOP */ local
2946 Byte_t Ch; /* channel number within AIOP */ local

Completed in 376 milliseconds