Searched refs:side (Results 26 - 50 of 165) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dqylayevt.tex61 Specifies the alignment of the window (which side of the remaining parent client area
94 Call this to specify the alignment of the window (which side of the remaining parent client area
H A Ddroptrgt.tex111 from the side of the drop source, typically in form of changing the icon.
131 from the side of the drop source, typically in form of changing the icon.
H A Dtabview.tex117 Returns the colour used for bright highlights on the left side of `3D' surfaces. By default, this is white.
148 Returns the colour used for shadows on the right-hand side of `3D' surfaces. By default, this is dark grey.
269 Sets the colour to be used for bright highlights on the left side of `3D' surfaces. By default, this is white.
287 Sets the colour to be used for shadows on the right-hand side of `3D' surfaces. By default, this is dark grey.
H A Dtconfig.tex35 understand GTK resource files or their analogues on the KDE side.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dsb1250-duart.c770 int chip, side; local
794 for (side = 0; side < DUART_MAX_SIDE && line < max_lines;
795 side++, line++) {
796 struct sbd_port *sport = &sbd_duarts[chip].sport[side];
832 int side = co->index % DUART_MAX_SIDE; local
833 struct sbd_port *sport = &sbd_duarts[chip].sport[side];
860 int side = co->index % DUART_MAX_SIDE; local
861 struct sbd_port *sport = &sbd_duarts[chip].sport[side];
H A Dzs.c465 /* A-side DCD tracks RI and SYNC tracks DSR. */
473 /* This-side DCD tracks DCD and CTS tracks CTS. */
477 /* DCD tracks RI and SYNC tracks DSR for the B side. */
502 /* A-side DCD tracks RI and SYNC tracks DSR. */
506 /* This-side DCD tracks DCD and CTS tracks CTS. */
1074 int chip, side, irq; local
1100 for (side = 0; side < ZS_NUM_CHAN; side++) {
1101 struct zs_port *zport = &zs_sccs[chip].zport[side];
1149 int chip = co->index / ZS_NUM_CHAN, side = co->index % ZS_NUM_CHAN; local
1195 int chip = co->index / ZS_NUM_CHAN, side = co->index % ZS_NUM_CHAN; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dswim.c35 unsigned char side; member in struct:sector_header
460 int side, int track,
472 swim_head(base, side);
473 swim_write(base, mode0, side);
489 if ((header.side != side) || (header.track != track) ||
502 int side, track, sector; local
511 side = x / fs->secpertrack;
516 ret = swim_read_sector(fs, side, track, sector,
459 swim_read_sector(struct floppy_state *fs, int side, int track, int sector, unsigned char *buffer) argument
H A Damiflop.c861 side, /* 0-1 */ member in struct:dos_header
1056 printk("(%3d,%d,%2d,%d) %x\n", hdr.track, hdr.side,
1072 if (hdr.side != unit[drive].track%unit[drive].type->heads) {
1074 hdr.side,
1100 hdr.track,hdr.side,hdr.sec,hdr.len_desc,scnt);
1111 "sc=%d, %x %x\n", hdr.track, hdr.side,
1166 hdr.side=unit[drive].track%unit[drive].type->heads;
H A Dataflop.c281 #define IS_BUFFERED(drive,side,track) \
282 (BufferDrive == (drive) && BufferSide == (side) && BufferTrack == (track))
339 static void fd_select_side( int side );
405 /* Select the side to use. */
407 static void fd_select_side( int side )
415 sound_ym.wd_data = (side == 0) ? sound_ym.rd_data_reg_sel | 0x01 :
716 * required parameter settings (drive select, side select, track
1105 printk(KERN_ERR "fd%d: sector %d not found (side %d, track %d)\n",
1110 printk(KERN_ERR "fd%d: CRC error (side %d, track %d, sector %d)\n",
1115 printk(KERN_ERR "fd%d: lost data (side
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/conf/
H A Dalsa.conf91 defaults.pcm.side.card defaults.pcm.card
92 defaults.pcm.side.device defaults.pcm.device
133 pcm.side cards.pcm.side
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/etc/alsa/
H A Dalsa.conf91 defaults.pcm.side.card defaults.pcm.card
92 defaults.pcm.side.device defaults.pcm.device
133 pcm.side cards.pcm.side
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-mxc/include/mach/
H A Diomux-mxc91231.h95 #define IOMUX_PIN(side, gport, gpin, ctlreg, ctlfield, padgrp) \
96 (((side) << MUX_SIDE_SHIFT) | \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Doakley.c371 oakley_compute_keymat(iph2, side)
373 int side;
385 if (oakley_compute_keymat_x(iph2, side, INBOUND_SA) < 0
386 || oakley_compute_keymat_x(iph2, side, OUTBOUND_SA) < 0)
407 oakley_compute_keymat_x(iph2, side, sa_dir)
409 int side;
452 bp = (side == INITIATOR ? iph2->nonce : iph2->nonce_p);
456 bp = (side == INITIATOR ? iph2->nonce_p : iph2->nonce);
824 if (iph1->side == INITIATOR)
834 if (iph1->side
[all...]
H A Dproposal.c175 cmpsaprop_alloc(ph1, pp1, pp2, side)
178 int side;
304 switch (side) {
412 switch (side) {
937 if (iph2->side == INITIATOR)
964 if (iph2->side == INITIATOR)
986 if (iph2->side == INITIATOR)
H A Disakmp_inf.c149 if ((iph1->side == INITIATOR && iph1->status < PHASE1ST_MSG3SENT)
150 || (iph1->side == RESPONDER && iph1->status < PHASE1ST_MSG2SENT)) {
328 iph1->side = INITIATOR;
520 iph2->side = INITIATOR;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/iseries/
H A Dmf.c76 u64 side; member in struct:vsp_cmd_data::__anon10060::__anon10061
882 vsp_cmd.sub_data.kern.side = (u64)m->private;
952 char side; local
962 if (get_user(side, buffer))
965 switch (side) {
975 printk(KERN_ERR "mf_proc.c: proc_mf_change_side: invalid side\n");
1069 vsp_cmd.sub_data.kern.side = (u64)data;
1119 vsp_cmd.sub_data.kern.side = (u64)dp->data;
1179 ent = proc_create("side", S_IFREG|S_IRUSR|S_IWUSR, mf_proc_root,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dnotebmac.cpp72 static inline int wxMacTabMargin(long nbStyle, long side) argument
101 // If the style matches the side asked for then return the tab margin,
103 if ( side == wxBK_TOP)
114 else if ( nbStyle & side)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Djquery.ui.core.js137 var side = name === "Width" ? [ "Left", "Right" ] : [ "Top", "Bottom" ],
147 $.each( side, function() {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/gizmos/
H A Ddynamicsash.cpp142 wxDynamicSashWindowImpl *FindParent(DynamicSashRegion side) const;
445 wxDynamicSashWindowImpl::FindParent(DynamicSashRegion side) const
452 if (side == DSR_TOP_EDGE && m_parent->m_child[1] == this)
454 if (side == DSR_BOTTOM_EDGE && m_parent->m_child[0] == this)
459 if (side == DSR_LEFT_EDGE && m_parent->m_child[1] == this)
461 if (side == DSR_RIGHT_EDGE && m_parent->m_child[0] == this)
465 return m_parent->FindParent(side);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dopus_silk.c1383 /* skip synthesising the side channel if we want mono-only */
1453 float *side = s->frame[1].output + SILK_HISTORY - s->flength; local
1466 l[i] = av_clipf((1 + interp1) * mid[i - 1] + side[i - 1] + interp0 * p0, -1.0, 1.0);
1467 r[i] = av_clipf((1 - interp1) * mid[i - 1] - side[i - 1] - interp0 * p0, -1.0, 1.0);
1473 l[i] = av_clipf((1 + w1) * mid[i - 1] + side[i - 1] + w0 * p0, -1.0, 1.0);
1474 r[i] = av_clipf((1 - w1) * mid[i - 1] - side[i - 1] - w0 * p0, -1.0, 1.0);
1521 /* make sure to flush the side channel when switching from mono to stereo */
1542 /* reset the side channel if it is not coded */
H A Dopus_celt.c1099 float xp = 0, side = 0; local
1107 side += Y[i] * Y[i];
1113 E[0] = mid2 * mid2 + side - 2 * xp;
1114 E[1] = mid2 * mid2 + side + 2 * xp;
1128 /* Apply mid scaling (side is already scaled) */
1202 * side; otherwise it would collapse, since it doesn't get folded. */
1336 float mid = 0, side = 0; local
1467 /* This is the mid vs side allocation that minimizes squared error
1473 side = iside / 32768.0f;
1476 advantage of the fact that mid and side ar
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/manual/
H A Dstudio.tex108 side of a object, select a line, then left-drag the desired end to a new
111 end of the line, to a new side or vertex (depending on the object).
314 \twocolitem{\image{1cm;0cm}{alignl.bmp}}{{\bf Align left} Aligns the selected objects to the left side of the last selection.}
315 \twocolitem{\image{1cm;0cm}{alignr.bmp}}{{\bf Align right} Aligns the selected objects to the right side of the last selection.}
316 \twocolitem{\image{1cm;0cm}{alignt.bmp}}{{\bf Align top} Aligns the selected objects to the top side of the last selection.}
317 \twocolitem{\image{1cm;0cm}{alignb.bmp}}{{\bf Align bottom} Aligns the selected objects to the bottom side of the last selection.}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/usbip/
H A Dusbip_common.h210 * controller of a server side */
334 enum usbip_side side; member in struct:usbip_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dcmode.S111 # devices set to cacheable on the external bus side in parallel
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/drbd/
H A Ddrbd_worker.c1311 * @side: Either C_SYNC_SOURCE or C_SYNC_TARGET
1316 void drbd_start_resync(struct drbd_conf *mdev, enum drbd_conns side) argument
1329 if (side == C_SYNC_TARGET) {
1350 if (side == C_SYNC_TARGET) {
1352 } else /* side == C_SYNC_SOURCE */ {
1367 ns.conn = side;
1369 if (side == C_SYNC_TARGET)
1371 else /* side == C_SYNC_SOURCE */

Completed in 274 milliseconds

1234567