Searched refs:sc (Results 226 - 250 of 400) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dkeyevent.tex20 A few examples to clarify this (all assume that {\sc Caps Lock} is unpressed
23 is {\tt ASCII a} $== 97$. On the other hand, if you press both {\sc Shift} and
35 example, for {\sc Ctrl-A} key press the key down event still carries the
294 Returns true if either {\sc Ctrl} or {\sc Alt} keys was down
296 account neither {\sc Shift} nor {\sc Meta} key states (the reason for ignoring
297 the latter is that it is common for {\sc NumLock} key to be configured as
298 {\sc Meta} under X but the key presses even while {\sc NumLoc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/ssl/
H A Ds3_clnt.c811 SESS_CERT *sc; local
899 sc=ssl_sess_cert_new();
900 if (sc == NULL) goto err;
903 s->session->sess_cert=sc;
905 sc->cert_chain=sk;
947 sc->peer_cert_type=i;
950 * We just created sc a couple of lines ago. */
951 if (sc->peer_pkeys[i].x509 != NULL)
952 X509_free(sc->peer_pkeys[i].x509);
953 sc
2285 SESS_CERT *sc; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/hostap/
H A Dhostap_80211_rx.c254 u16 sc; local
258 sc = le16_to_cpu(hdr->seq_ctrl);
259 frag = sc & IEEE80211_SCTL_FRAG;
260 seq = (sc & IEEE80211_SCTL_SEQ) >> 4;
305 u16 sc; local
309 sc = le16_to_cpu(hdr->seq_ctrl);
310 seq = (sc & IEEE80211_SCTL_SEQ) >> 4;
723 u16 fc, type, stype, sc; local
755 sc = le16_to_cpu(hdr->seq_ctrl);
756 frag = sc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dlineedit.c1516 int nc, sc; local
1517 sc = cursor;
1549 input_backward(cursor - sc);
1559 while (sc-- > cursor)
1705 int sc = cursor; local
1707 memmove(command + sc + 1, command + sc, command_len - sc);
1708 command[sc] = c;
1709 sc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l2tpd-0.69/
H A Dcall.c596 struct call *sc; local
606 sc = st->call_head;
607 while (sc)
609 if (sc->ourcid == call)
610 return sc;
611 sc = sc->next;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/mISDN/
H A DmISDNinfineon.c119 struct inf_hw *sc[3]; /* slave cards */ member in struct:inf_hw
884 if (card->sc[i])
885 release_card(card->sc[i]);
886 card->sc[i] = NULL;
1111 struct inf_hw *sc; local
1114 sc = kzalloc(sizeof(struct inf_hw), GFP_KERNEL);
1115 if (!sc) {
1120 sc->irq = card->irq;
1121 sc->pdev = card->pdev;
1122 sc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/s5p-fimc/
H A Dfimc-core.c211 struct fimc_scaler *sc = &ctx->scaler; local
232 sc->real_width = sx;
233 sc->real_height = sy;
236 ret = fimc_get_scaler_factor(sx, tx, &sc->pre_hratio, &sc->hfactor);
240 ret = fimc_get_scaler_factor(sy, ty, &sc->pre_vratio, &sc->vfactor);
244 sc->pre_dst_width = sx / sc->pre_hratio;
245 sc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dsignal_32.c482 /* Set up the sigreturn trampoline: li r0,sigret; sc */
1183 struct sigcontext __user *sc; local
1191 sc = (struct sigcontext __user *) &frame->sctx;
1196 if (__put_user(to_user_ptr(ka->sa.sa_handler), &sc->handler)
1197 || __put_user(oldset->sig[0], &sc->oldmask)
1199 || __put_user((oldset->sig[0] >> 32), &sc->_unused[3])
1201 || __put_user(oldset->sig[1], &sc->_unused[3])
1203 || __put_user(to_user_ptr(&frame->mctx), &sc->regs)
1204 || __put_user(sig, &sc->signal))
1226 regs->gpr[4] = (unsigned long) sc;
1254 struct sigcontext __user *sc; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dioc3_serial.c266 char sc[4]; /* status/control */ member in struct:ring_entry::__anon15044::__anon15046
271 /* Test the valid bits in any of the 4 sc chars using "allsc" member */
275 #define ring_sc u.s.sc
1119 char *sc; local
1235 sc = &(entry->ring_sc[byte_num]);
1238 if ((*sc & RXSB_MODEM_VALID)
1242 && !(*sc & RXSB_DCD)) {
1260 *sc &= ~RXSB_MODEM_VALID;
1296 if (*sc & RXSB_MODEM_VALID) {
1298 if ((*sc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DECSpecialCoreTags.cpp187 CECEmptyTag sc(EC_TAG_PARTFILE_COMMENTS);
193 sc.AddTag(CECTag(EC_TAG_PARTFILE_COMMENTS, it->UserName));
194 sc.AddTag(CECTag(EC_TAG_PARTFILE_COMMENTS, it->FileName));
195 sc.AddTag(CECTag(EC_TAG_PARTFILE_COMMENTS, (uint64) it->Rating));
196 sc.AddTag(CECTag(EC_TAG_PARTFILE_COMMENTS, it->Comment));
198 AddTag(sc, valuemap);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dpo-lex.c183 mb_iseq (const mbchar_t mbc, char sc) argument
191 return (mbc->uc == sc); /* wrong! */
194 return (mbc->bytes == 1 && mbc->buf[0] == sc);
315 mb_setascii (mbchar_t mbc, char sc) argument
320 mbc->uc = sc;
322 mbc->buf[0] = sc;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/ulp/iser/
H A Discsi_iser.c170 if (!task->sc)
244 if (!task->sc)
247 if (task->sc->sc_data_direction == DMA_TO_DEVICE) {
248 BUG_ON(scsi_bufflen(task->sc) == 0);
251 task->itt, scsi_bufflen(task->sc),
279 if (!task->sc)
H A Diser_initiator.c275 struct scsi_cmnd *sc = task->sc; local
289 if (scsi_sg_count(sc)) { /* using a scatter list */
290 data_buf->buf = scsi_sglist(sc);
291 data_buf->size = scsi_sg_count(sc);
294 data_buf->data_len = scsi_bufflen(sc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_nl.c1547 struct syncer_conf sc; local
1556 memset(&sc, 0, sizeof(struct syncer_conf));
1557 sc.rate = DRBD_RATE_DEF;
1558 sc.after = DRBD_AFTER_DEF;
1559 sc.al_extents = DRBD_AL_EXTENTS_DEF;
1561 memcpy(&sc, &mdev->sync_conf, sizeof(struct syncer_conf));
1563 if (!syncer_conf_from_tags(mdev, nlp->tag_list, &sc)) {
1574 if (rsr && strcmp(sc.csums_alg, mdev->sync_conf.csums_alg)) {
1579 if (!rsr && sc.csums_alg[0]) {
1580 csums_tfm = crypto_alloc_hash(sc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dsmbdes.c107 static const uchar sc[16] = {1, 1, 2, 2, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 2, 1}; variable
202 lshift(c, sc[i], 28);
203 lshift(d, sc[i], 28);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-av-core.c284 int hblank, hactive, burst, vblank, vactive, sc; local
361 /* sc = 4433618.75 * src_decimation/28636360 * 2^13 */
362 sc = 688700;
366 /* sc = 3582056.25 * src_decimation/28636360 * 2^13 */
367 sc = 556422;
372 /* sc = 4328130 * src_decimation/28636360 * 2^13 */
373 sc = 672314;
422 /* sc = 4433618.75 * src_decimation/28636360 * 2^13 */
423 sc = 688700;
428 /* sc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_rx.c102 u16 sc = le16_to_cpu(hdr->seq_ctl); local
103 unsigned int frag = WLAN_GET_SEQ_FRAG(sc);
104 unsigned int seq = WLAN_GET_SEQ_SEQ(sc);
170 u16 sc = le16_to_cpu(hdr->seq_ctl); local
171 unsigned int seq = WLAN_GET_SEQ_SEQ(sc);
374 u16 sc = le16_to_cpu(header->seq_ctl); local
375 u16 seq = WLAN_GET_SEQ_SEQ(sc);
376 u16 frag = WLAN_GET_SEQ_FRAG(sc);
480 u16 fc, type, stype, sc; local
504 sc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/atari/
H A Datakeyb.c110 #define IS_SYNC_CODE(sc) ((sc) >= 0x04 && (sc) <= 0xfb)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Dbase.h96 struct ath5k_softc *sc; /* driver state */ member in struct:ath5k_led
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/vdso64/
H A Dgettimeofday.S127 sc
162 sc
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmss12.h97 void ff_mss12_slicecontext_reset(SliceContext *sc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dmatch.c109 #define match(s,p,ic,sc) (recmatch((ZCONST uch *)p,(ZCONST uch *)s,ic,sc) == 1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/vdso32/
H A Dgettimeofday.S142 sc
177 sc
H A Dsigtramp.S29 sc
37 sc
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dpageattr-test.c114 struct split_state sa, sb, sc; local
224 failed += print_split(&sc);

Completed in 364 milliseconds

1234567891011>>