Searched refs:wrap (Results 1 - 25 of 103) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Dimgresample_altivec.h25 int wrap, int16_t *filter);
H A Dimgresample_altivec.c36 int wrap, int16_t *filter)
69 sum = s[0 * wrap] * filter[0] +
70 s[1 * wrap] * filter[1] +
71 s[2 * wrap] * filter[2] +
72 s[3 * wrap] * filter[3];
89 tv = (vector unsigned char *) &s[0 * wrap];
90 tmp = vec_perm(tv[0], tv[1], vec_lvsl(0, &s[i * wrap]));
96 tv = (vector unsigned char *) &s[1 * wrap];
97 tmp = vec_perm(tv[0], tv[1], vec_lvsl(0, &s[1 * wrap]));
103 tv = (vector unsigned char *) &s[2 * wrap];
35 v_resample16_altivec(uint8_t *dst, int dst_width, const uint8_t *src, int wrap, int16_t *filter) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DLock.java28 static Lock wrap(final DbLock dblock) { method in class:Lock
H A DSequenceConfig.java46 private boolean wrap = false; field in class:SequenceConfig
258 Specify that the sequence should wrap around when it is
263 @param wrap
265 specify that the sequence should wrap around when it is
268 public void setWrap(final boolean wrap) { argument
269 this.wrap = wrap;
273 Return true if the sequence will wrap around when it is incremented
279 True if the sequence will wrap around when it is incremented
283 return wrap;
[all...]
H A DLogCursor.java30 static LogCursor wrap(DbLogc logc) { method in class:LogCursor
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Denv012.tcl54 set p1 [exec $tclsh_path $test_path/wrap.tcl envscript.tcl \
62 set p2 [exec $tclsh_path $test_path/wrap.tcl envscript.tcl \
79 set p1 [exec $tclsh_path $test_path/wrap.tcl envscript.tcl \
92 set p2 [exec $tclsh_path $test_path/wrap.tcl envscript.tcl \
111 set p1 [exec $tclsh_path $test_path/wrap.tcl envscript.tcl \
124 set p2 [exec $tclsh_path $test_path/wrap.tcl envscript.tcl \
140 set p1 [exec $tclsh_path $test_path/wrap.tcl envscript.tcl \
150 set p2 [exec $tclsh_path $test_path/wrap.tcl envscript.tcl \
160 set p3 [exec $tclsh_path $test_path/wrap.tcl envscript.tcl \
180 set p1 [exec $tclsh_path $test_path/wrap
[all...]
H A Dlog008.tcl26 set pid [exec $tclsh_path $test_path/wrap.tcl \
H A Dtest109.tcl103 # Test cachesize without wrap. Make sure to test both
113 -cachesize $csize, $inc, no wrap."
125 # Test increment and decrement with wrap. Cross from negative
129 set wrap "-wrap"
134 $min $max $init $inc $csize $wrap
137 # Test cachesize with wrap.
141 set wrap "-wrap"
143 puts "\tTest$tnum.f: Test -cachesize $csize with wrap
[all...]
H A Dtest106.tcl68 set cpid [exec $tclsh_path $test_path/wrap.tcl t106script.tcl \
76 set ppid [exec $tclsh_path $test_path/wrap.tcl \
93 set ppid [exec $tclsh_path $test_path/wrap.tcl \
H A Dmemp002.tcl52 set p [exec $tclsh_path $test_path/wrap.tcl \
H A Drep035.tcl126 set pid1 [exec $tclsh_path $test_path/wrap.tcl \
131 set pid2 [exec $tclsh_path $test_path/wrap.tcl \
136 set pid3 [exec $tclsh_path $test_path/wrap.tcl \
141 set pid4 [exec $tclsh_path $test_path/wrap.tcl \
H A Dtxn012.tcl43 set pid [exec $tclsh_path $test_path/wrap.tcl txn012script.tcl \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dwhiteheat.c368 struct whiteheat_urb_wrap *wrap; local
451 wrap = kmalloc(sizeof(*wrap), GFP_KERNEL);
452 if (!wrap) {
461 wrap->urb = urb;
462 list_add(&wrap->list, &info->rx_urbs_free);
475 wrap = kmalloc(sizeof(*wrap), GFP_KERNEL);
476 if (!wrap) {
485 wrap
561 struct whiteheat_urb_wrap *wrap; local
652 struct whiteheat_urb_wrap *wrap; local
714 struct whiteheat_urb_wrap *wrap; local
908 struct whiteheat_urb_wrap *wrap; local
1028 struct whiteheat_urb_wrap *wrap; local
1071 struct whiteheat_urb_wrap *wrap; local
1350 struct whiteheat_urb_wrap *wrap; local
1386 struct whiteheat_urb_wrap *wrap; local
1411 struct whiteheat_urb_wrap *wrap; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dmore.c113 int wrap; local
180 wrap = (++len > terminal_width);
181 if (c == '\n' || wrap) {
188 if (c != '\n' && wrap) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dinflate.h80 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member in struct:inflate_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dinflate.h80 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member in struct:inflate_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_inflate/
H A Dinflate.h72 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */ member in struct:inflate_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/tests/
H A Drotozoom.c59 int wrap, wrap3, x, y; local
63 wrap = width;
85 lum += wrap;
112 lum += -wrap + 2;
115 lum += wrap;
159 int width, height, wrap; variable
169 p = rgb_tab + y * wrap + x * 3;
292 wrap = w * 3;
H A Dvideogen.c35 int wrap, wrap3, x, y; local
39 wrap = width;
61 lum += wrap;
88 lum += -wrap + 2;
91 lum += wrap;
135 int width, height, wrap; variable
145 p = rgb_tab + y * wrap + x * 3;
285 wrap = w * 3;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A DMakefile176 $(call if_changed,wrap,$*,$(dts),,$(obj)/ramdisk.image.gz)
179 $(call if_changed,wrap,$*,$(dts))
182 $(call if_changed,wrap,$*,,,$(obj)/ramdisk.image.gz)
185 $(call if_changed,wrap,$*)
197 $(call if_changed,wrap,holly,$(obj)/dts/holly.dts,,)
200 $(call if_changed,wrap,holly,$(obj)/dts/holly.dts,,$(obj)/ramdisk.image.gz)
203 $(call if_changed,wrap,uboot)
210 $(call if_changed,wrap,cuboot-$*,$(dts))
213 $(call if_changed,wrap,treeboot-$*,$(dts),,$(obj)/ramdisk.image.gz)
216 $(call if_changed,wrap,treeboo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/leds/
H A DMakefile16 obj-$(CONFIG_LEDS_WRAP) += leds-wrap.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dsavage_bci.c244 unsigned int wrap; local
252 wrap = dev_priv->event_wrap;
254 wrap--; /* hardware hasn't passed the last wrap yet */
256 DRM_DEBUG(" tail=0x%04x %d\n", tail->age.event, tail->age.wrap);
257 DRM_DEBUG(" head=0x%04x %d\n", event, wrap);
259 if (tail->buf && (TEST_AGE(&tail->age, event, wrap) || event == 0)) {
277 DRM_DEBUG("age=0x%04x wrap=%d\n", entry->age.event, entry->age.wrap);
322 unsigned int wrap, local
337 unsigned int wrap; local
423 unsigned int wrap, pad, align, len, i; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-po.c133 result = "wrap";
136 result = "no-wrap";
517 wrap (const message_ty *mp, ostream_t stream, function
918 style, and the line would wrap, then use an empty first line
1189 wrap (mp, stream, "#| ", 0, class_previous, "msgctxt", mp->prev_msgctxt,
1192 wrap (mp, stream, "#| ", 0, class_previous, "msgid", mp->prev_msgid,
1195 wrap (mp, stream, "#| ", 0, class_previous, "msgid_plural",
1233 wrap (mp, stream, NULL, extra_indent, class_msgid, "msgctxt", mp->msgctxt,
1235 wrap (mp, stream, NULL, extra_indent, class_msgid, "msgid", mp->msgid,
1238 wrap (m
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-glade-1589 <wrap>False</wrap>
615 <wrap>False</wrap>
637 <wrap>False</wrap>
659 <wrap>False</wrap>
690 <wrap>False</wrap>
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dimgconvert_template.c217 int wrap, wrap3, width2; local
227 wrap = dst->linesize[0];
244 lum += wrap;
264 lum += -wrap + 2;
273 lum += wrap;
284 lum += -wrap + 1;
287 lum += wrap + (wrap - width);
653 int wrap, wrap3, width2; local
663 wrap
[all...]

Completed in 220 milliseconds

12345