Searched refs:edge (Results 51 - 75 of 77) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-u300/
H A Dgpio.c406 * Enable an IRQ, edge is rising edge (!= 0) or falling edge (==0).
408 void enable_irq_on_gpio_pin(unsigned gpio, int edge) argument
421 if (edge)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_deshake.c80 { "edge", "set edge mode", OFFSET(edge), AV_OPT_TYPE_INT, {.i64=FILL_MIRROR}, FILL_BLANK, FILL_COUNT-1, FLAGS, "edge"},
81 { "blank", "fill zeroes at blank locations", 0, AV_OPT_TYPE_CONST, {.i64=FILL_BLANK}, INT_MIN, INT_MAX, FLAGS, "edge" },
82 { "original", "original image at blank locations", 0, AV_OPT_TYPE_CONST, {.i64=FILL_ORIGINAL}, INT_MIN, INT_MAX, FLAGS, "edge" },
83 { "clamp", "extruded edge value at blank locations", 0, AV_OPT_TYPE_CONST, {.i64=FILL_CLAMP}, INT_MIN, INT_MAX, FLAGS, "edge" },
84 { "mirror", "mirrored edge at blank locations", 0, AV_OPT_TYPE_CONST, {.i64=FILL_MIRROR}, INT_MIN, INT_MAX, FLAGS, "edge" },
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dlgdt3305.c239 enum lgdt3305_tp_clock_edge edge,
245 lg_dbg("edge = %d, valid = %d\n", edge, valid);
253 if (edge)
238 lgdt3305_mpeg_mode_polarity(struct lgdt3305_state *state, enum lgdt3305_tp_clock_edge edge, enum lgdt3305_tp_valid_polarity valid) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dcheckpatch.pl1199 # the context looking for a comment "edge". If this
1200 # edge is a close comment then we must be in a comment
1202 my $edge;
1212 ($edge) = $1;
1216 if (defined $edge && $edge eq '*/') {
1223 if (!defined $edge &&
1229 ##print "COMMENT:$in_comment edge<$edge> $rawline\n";
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Deeprom.h386 u16 edge; /* in half dBm */ member in struct:ath5k_edge_power
H A Dphy.c2238 * Get the max edge power for this channel if
2289 * edge power for our frequency */
2294 * to higher. Each CTL corresponds to 8 edge power
2302 /* Get the edge power that's closer to our
2307 edge_pwr = (s16) rep[rep_idx].edge;
2432 * edge flag and set pcdac_tmp to lower
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsashlayw.tex137 Sets the alignment of the window (which edge of the available parent client area the window
H A Dcomboctrl.tex635 \docparam{extLeft}{How many pixel to extend beyond the left edge of the
637 \docparam{extRight}{How many pixel to extend beyond the right edge of the
699 This will set the space in pixels between left edge of the control and the
H A Dgrid.tex275 resized by dragging the right edge of the column in the grid cell area
286 resized by dragging the lower edge of the row in the grid cell area
2001 Returns the column whose right hand edge is close to the given logical x position.
2002 If no column edge is near to this position {\tt wxNOT\_FOUND} is returned.
2010 Returns the row whose bottom edge is close to the given logical y position.
2011 If no row edge is near to this position {\tt wxNOT\_FOUND} is returned.
H A Drichtextctrl.tex172 at leftMargin + leftSubIndent. So the distance between the left edge of the bullet and the
233 at leftMargin + leftSubIndent. So the distance between the left edge of the bullet and the
H A Drichtextattr.tex738 at leftMargin + leftSubIndent. So the distance between the left edge of the bullet and the
H A Drichtextbuffer.tex184 at leftMargin + leftSubIndent. So the distance between the left edge of the bullet and the
H A Dprint.tex969 edge of the paper. The page rectangle is a rectangle whose top left corner is at
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dvisemul.c78 /* 000000000 - Eight 8-bit edge boundary processing */
81 /* 000000001 - Eight 8-bit edge boundary processing, no CC */
84 /* 000000010 - Eight 8-bit edge boundary processing, little-endian */
87 /* 000000011 - Eight 8-bit edge boundary processing, little-endian, no CC */
90 /* 000000100 - Four 16-bit edge boundary processing */
93 /* 000000101 - Four 16-bit edge boundary processing, no CC */
96 /* 000000110 - Four 16-bit edge boundary processing, little-endian */
99 /* 000000111 - Four 16-bit edge boundary processing, little-endian, no CC */
102 /* 000001000 - Two 32-bit edge boundary processing */
105 /* 000001001 - Two 32-bit edge boundar
288 static void edge(struct pt_regs *regs, unsigned int insn, unsigned int opf) function
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Ddme1737.c350 int edge = (reg >> 1) & 0x03; local
352 return (edge > 0) ? 1 << (edge - 1) : 0;
357 int edge = (val == 4) ? 3 : val; local
359 return (reg & 0xf9) | (edge << 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Davplay.c1531 unsigned edge; local
1547 edge = codec->flags & CODEC_FLAG_EMU_EDGE ? 0 : avcodec_get_edge_width();
1548 w += edge << 1;
1549 h += edge << 1;
1562 ref->data[i] += ((edge * pixel_size) >> hshift) + ((edge * ref->linesize[i]) >> vshift);
H A Davconv.c428 int edge = 32; // XXX should be avcodec_get_edge_width(), but that fails on svq1 local
435 w += 2*edge;
436 h += 2*edge;
460 FFALIGN((buf->linesize[i]*edge >> v_shift) +
461 (pixel_size*edge >> h_shift), 32);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp8.c889 * edge of the frame) to guard against illegal macroblock offsets. The
939 VP8Macroblock *edge = mb_edge[i] = (s->mb_layout == 1) local
944 uint32_t mv = AV_RN32A(get_bmv_ptr(edge, vp7_mv_pred[i].subblock));
1038 VP8Macroblock *edge = mb_edge[n]; \
1039 int edge_ref = edge->ref_frame; \
1041 uint32_t mv = AV_RN32A(&edge->mv); \
1575 /* for the first row, we need to run xchg_mb_border to init the top edge
1592 // all blocks on the right edge of the macroblock use bottom edge
1593 // the top macroblock for their topright edge
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp8.c545 VP8Macroblock *edge = mb_edge[n];\
546 int edge_ref = edge->ref_frame;\
548 uint32_t mv = AV_RN32A(&edge->mv);\
976 // for the first row, we need to run xchg_mb_border to init the top edge to 127
995 // all blocks on the right edge of the macroblock use bottom edge
996 // the top macroblock for their topright edge
999 // if we're on the right edge of the frame, said edge is extended
1129 // edge emulatio
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djcommon-1.0.16.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/keypoint/ org/ org/jfree/ org/jfree/base/ org/ ...
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpio/
H A Dgpiolib.c60 #define FLAG_TRIG_FALL 5 /* trigger on falling edge */
61 #define FLAG_TRIG_RISE 6 /* trigger on rising edge */
211 * /edge
219 * /edge configuration
476 static DEVICE_ATTR(edge, 0644, gpio_edge_show, gpio_edge_store);
491 /* reconfigure poll(2) support if enabled on one edge only */
829 * been enabled for either rising or falling edge, it will be
1679 trigger = "edge-falling";
1682 trigger = "edge-rising";
1685 trigger = "edge
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dsiutils.c5119 uint32 edge = si_gpioevent(sih, GPIO_REGEVT, 0, 0); local
5124 uint32 status = (h->level ? level : edge) & h->event;
5133 si_gpioevent(sih, GPIO_REGEVT, edge, edge); /* clear edge-trigger status */
5712 /* enable only edge based interrupts
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Djquery-ui.js1736 (y1 >= t && y1 <= b) || // Top edge touching
1737 (y2 >= t && y2 <= b) || // Bottom edge touching
1740 (x1 >= l && x1 <= r) || // Left edge touching
1741 (x2 >= l && x2 <= r) || // Right edge touching
6415 move: function(direction, edge, event) {
6417 this.activate(event, this.element.children(edge));
6424 this.activate(event, this.element.children(edge));
9558 * right edge of the window, the document becomes wider so we
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex220 % \vadjust-items are inserted at the left edge of the type. So
3207 % edge of all pages.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex216 % \vadjust-items are inserted at the left edge of the type. So
2984 % edge of all pages.

Completed in 594 milliseconds

1234