Searched refs:half (Results 1 - 25 of 92) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dqpeldsp_init.c92 uint8_t *const half = (uint8_t *) temp; \
93 ff_put ## RND ## mpeg4_qpel8_h_lowpass_ ## MMX(half, src, 8, \
95 ff_ ## OPNAME ## pixels8_l2_ ## MMX(dst, src, half, \
110 uint8_t *const half = (uint8_t *) temp; \
111 ff_put ## RND ## mpeg4_qpel8_h_lowpass_ ## MMX(half, src, 8, \
113 ff_ ## OPNAME ## pixels8_l2_ ## MMX(dst, src + 1, half, stride, \
121 uint8_t *const half = (uint8_t *) temp; \
122 ff_put ## RND ## mpeg4_qpel8_v_lowpass_ ## MMX(half, src, \
124 ff_ ## OPNAME ## pixels8_l2_ ## MMX(dst, src, half, \
139 uint8_t *const half
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/fl/
H A Dhintanimpl.cpp184 int half = mInClientHintBorder / 2; local
186 mpScrDc->DrawRectangle( scrRect.x - half, scrRect.y - half,
187 scrRect.width + 2*half, mInClientHintBorder );
189 mpScrDc->DrawRectangle( scrRect.x - half, scrRect.y + scrRect.height - half,
190 scrRect.width + 2*half, mInClientHintBorder );
192 mpScrDc->DrawRectangle( scrRect.x - half, scrRect.y + half - 1,
193 mInClientHintBorder, scrRect.height - 2*half
[all...]
H A Dbardragpl.cpp867 int half = mInClientHintBorder / 2; local
869 mpScrDc->DrawRectangle( scrRect.x - half, scrRect.y - half,
870 scrRect.width + 2*half, mInClientHintBorder );
872 mpScrDc->DrawRectangle( scrRect.x - half, scrRect.y + scrRect.height - half,
873 scrRect.width + 2*half, mInClientHintBorder );
875 mpScrDc->DrawRectangle( scrRect.x - half, scrRect.y + half - 1,
876 mInClientHintBorder, scrRect.height - 2*half
[all...]
H A Dtoolwnd.cpp317 int half = mHintBorder / 2; local
319 mpScrDc->DrawRectangle( r.x - half, r.y - half,
320 r.width + 2*half, mHintBorder );
322 mpScrDc->DrawRectangle( r.x - half, r.y + r.height - half,
323 r.width + 2*half, mHintBorder );
325 mpScrDc->DrawRectangle( r.x - half, r.y + half - 1,
326 mHintBorder, r.height - 2*half
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dstnic.c33 #define half unsigned short macro
95 *(vhalf *) (PA_83902 + ((reg) << 1)) = ((half) (val) << 8);
179 half buf[2];
216 half val;
238 length -= sizeof (half);
264 *(vhalf *) PA_83902_IF = ((half) buf[1] << 8) | buf[0];
266 *(vhalf *) PA_83902_IF = ((half) buf[0] << 8) | buf[1];
269 buf += sizeof (half);
270 length -= sizeof (half);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp4xx/
H A Dixp4xx_qmgr.c98 int i, half = (irq == IRQ_IXP4XX_QM1 ? 0 : 1); local
99 u32 req_bitmap = __raw_readl(&qmgr_regs->irqstat[half]);
103 __raw_writel(req_bitmap, &qmgr_regs->irqstat[half]); /* ACK */
108 i += half * HALF_QUEUES;
118 int half = queue / 32; local
122 __raw_writel(__raw_readl(&qmgr_regs->irqen[half]) | mask,
123 &qmgr_regs->irqen[half]);
130 int half = queue / 32; local
134 __raw_writel(__raw_readl(&qmgr_regs->irqen[half]) & ~mask,
135 &qmgr_regs->irqen[half]);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dsi001.tcl14 # TEST Delete half of entries through primary.
15 # TEST Delete half of remaining entries through secondary.
160 # Delete the second half of the entries through
161 # the primary. We do the second half so we can
163 set half [expr $nentries / 2]
165 Primary delete loop: deleting $half entries"
166 for { set n $half } { $n < $nentries } { incr n } {
171 $pdb $sdbs $half keys data "Si$tnum.c"
173 # Delete half of what's left through
175 set quar [expr $half /
[all...]
H A Dsi008.tcl158 # Delete the second half of the entries through
159 # the primary. We do the second half so we can
161 set half [expr $nentries / 2]
163 Primary delete loop: deleting $half entries"
164 for { set n $half } { $n < $nentries } { incr n } {
169 $pdb $sdbs $half keys data "Si$tnum.c"
171 # Delete half of what's left through
173 set quar [expr $half / 2]
178 for { set n $quar } { $n < $half } { incr n } {
200 { [gets $did str] != -1 && $n < $half } \
[all...]
H A Dsi003.tcl132 # Delete the second half of the entries through the primary.
133 # We do the second half so we can just pass keys(0 ... n/2)
135 set half [expr $nentries / 2]
137 "\tSi$tnum.c: Primary delete loop: deleting $half entries ..."
138 for { set n $half } { $n < $nentries } { incr n } {
156 check_secondaries $pdb $sdbs $half keys data "Si$tnum.c"
158 # Delete half of what's left, through the first secondary.
159 set quar [expr $half / 2]
163 for { set n $quar } { $n < $half } { incr n } {
H A Dsi005.tcl132 # Delete the second half of the entries through the primary.
133 # We do the second half so we can just pass keys(0 ... n/2)
135 set half [expr $nentries / 2]
136 puts "\tSi$tnum.c: Primary delete loop: deleting $half entries"
137 for { set n $half } { $n < $nentries } { incr n } {
143 check_secondaries $pdb $sdbs $half keys data "Si$tnum.c"
145 # Delete half of what's left, through the first secondary.
146 set quar [expr $half / 2]
150 for { set n $quar } { $n < $half } { incr n } {
H A Dsi002.tcl15 # TEST Cursor delete half of entries through primary, check.
16 # TEST Cursor delete half of remainder through secondary, check.
171 # Delete the second half of the entries through the primary.
172 # We do the second half so we can just pass keys(0 ... n/2)
174 set half [expr $nentries / 2]
176 Primary cursor delete loop: deleting $half entries"
180 for { set i 0 } { [llength $dbt] > 0 && $i < $half } { incr i } {
185 cursor_check_secondaries $pdb $sdbs $half "Si$tnum.d"
187 # Delete half of what's left, through the first secondary.
188 set quar [expr $half /
[all...]
H A Dsi004.tcl181 # Delete the second half of the entries through the primary.
182 # We do the second half so we can just pass keys(0 ... n/2)
184 set half [expr $nentries / 2]
186 Primary cursor delete loop: deleting $half entries ... "
190 for { set i 0 } { [llength $dbt] > 0 && $i < $half } { incr i } {
208 cursor_check_secondaries $pdb $sdbs $half "Si$tnum.d"
210 # Delete half of what's left, through the first secondary.
211 set quar [expr $half / 2]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dptrarray.c135 const int half = (last - first) / 2; local
136 const int c = compare( t->items[first + half], ptr );
139 const int new_first = first + half + 1;
147 const int new_last = first + half - 1;
156 pos = first + half;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cxt1e1/
H A Dpmc93x6_eeprom.c126 long half; /* Used to build by powers to 2 */ local
131 for (half = 1; half < sizeof (ByteReverse); half <<= 1)
132 for (i = 0; i < half; i++)
133 ByteReverse[half + i] = (char) (ByteReverse[i] | (0x80 / half));
272 * NOTE: The max offset address is 128 or half the reversal table. So the
313 * NOTE: The max offset address is 128 or half the reversal table. So the
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Dh264qpel.c76 DECLARE_ALIGNED(16, uint8_t, half)[SIZE*SIZE];\
77 put_h264_qpel ## SIZE ## _h_lowpass_ ## CODETYPE(half, src, SIZE, stride);\
78 OPNAME ## pixels ## SIZE ## _l2_ ## CODETYPE(dst, src, half, stride, stride, SIZE);\
88 DECLARE_ALIGNED(16, uint8_t, half)[SIZE*SIZE];\
89 put_h264_qpel ## SIZE ## _h_lowpass_ ## CODETYPE(half, src, SIZE, stride);\
90 OPNAME ## pixels ## SIZE ## _l2_ ## CODETYPE(dst, src+1, half, stride, stride, SIZE);\
95 DECLARE_ALIGNED(16, uint8_t, half)[SIZE*SIZE];\
96 put_h264_qpel ## SIZE ## _v_lowpass_ ## CODETYPE(half, src, SIZE, stride);\
97 OPNAME ## pixels ## SIZE ## _l2_ ## CODETYPE(dst, src, half, stride, stride, SIZE);\
107 DECLARE_ALIGNED(16, uint8_t, half)[SIZ
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dwmv2dsp.c195 uint8_t half[64]; local
197 wmv2_mspel8_h_lowpass(half, src, 8, stride, 8);
198 ff_put_pixels8_l2_8(dst, src, half, stride, stride, 8, 8);
208 uint8_t half[64]; local
210 wmv2_mspel8_h_lowpass(half, src, 8, stride, 8);
211 ff_put_pixels8_l2_8(dst, src + 1, half, stride, stride, 8, 8);
H A Dqpeldsp.c172 uint8_t half[64]; \
174 put ## RND ## mpeg4_qpel8_h_lowpass(half, src, 8, stride, 8); \
175 OPNAME ## pixels8_l2_8(dst, src, half, stride, stride, 8, 8); \
187 uint8_t half[64]; \
189 put ## RND ## mpeg4_qpel8_h_lowpass(half, src, 8, stride, 8); \
190 OPNAME ## pixels8_l2_8(dst, src + 1, half, stride, stride, 8, 8); \
197 uint8_t half[64]; \
200 put ## RND ## mpeg4_qpel8_v_lowpass(half, full, 8, 16); \
201 OPNAME ## pixels8_l2_8(dst, full, half, stride, 16, 8, 8); \
217 uint8_t half[6
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Ddsputil_mmx.c1386 uint8_t * const half= (uint8_t*)temp;\
1387 put ## RND ## mpeg4_qpel8_h_lowpass_ ## MMX(half, src, 8, stride, 8);\
1388 OPNAME ## pixels8_l2_ ## MMX(dst, src, half, stride, stride, 8);\
1397 uint8_t * const half= (uint8_t*)temp;\
1398 put ## RND ## mpeg4_qpel8_h_lowpass_ ## MMX(half, src, 8, stride, 8);\
1399 OPNAME ## pixels8_l2_ ## MMX(dst, src+1, half, stride, stride, 8);\
1404 uint8_t * const half= (uint8_t*)temp;\
1405 put ## RND ## mpeg4_qpel8_v_lowpass_ ## MMX(half, src, 8, stride);\
1406 OPNAME ## pixels8_l2_ ## MMX(dst, src, half, stride, stride, 8);\
1415 uint8_t * const half
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-java-221 gettext ("invalid surrogate \ud835 first half");
22 gettext ("invalid surrogate \udc9e second half");
104 msgid "invalid surrogate ��� first half"
108 msgid "invalid surrogate ��� second half"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_mplsvpn.c189 u_char *half; local
204 half = XMALLOC (MTYPE_TMP, (p - str) + 1);
205 memcpy (half, str, (p - str));
206 half[p - str] = '\0';
212 if (! all_digit (half))
214 XFREE (MTYPE_TMP, half);
218 stream_putw (s, atoi (half));
223 ret = inet_aton (half, &addr);
226 XFREE (MTYPE_TMP, half);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A Dumul.S109 rd %y, %o0 ! get lower half of product
111 addcc %o4, %o2, %o1 ! add compensation and put upper half in place
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/lib/
H A Dqrnnd.S4 # r3 : upper half of 64 bit word n
5 # r4 : lower half of 64 bit word n
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dspinbutt.cpp259 int dim = sz.*szm, half = dim/2; local
261 sz1.*szm = half;
262 sz2.*szm = dim - half;
263 pt2.*ptm += half + 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-gru/
H A Dgrukservices.c649 int half, qlines; local
651 /* Determine if switching to first/second half of q */
657 half = (limit != qlines);
659 if (half)
665 gru_gamir(cb, EOP_IR_CLR, HSTATUS(mqd->mq_gpa, half), XTYPE_DW, IMA);
676 gru_gamir(cb, EOP_IR_INC, HSTATUS(mqd->mq_gpa, half),
686 /* Then flip queuehead to other half of queue. */
695 gru_gamir(cb, EOP_IR_INC, HSTATUS(mqd->mq_gpa, half), XTYPE_DW,
842 int half = -1; local
853 half
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/sh4/
H A Dqpel.c658 uint8_t half[64];\
659 put ## RND ## mpeg4_qpel8_h_lowpass(half, src, 8, stride, 8);\
660 OPNAME ## pixels8_l2_aligned2(dst, src, half, stride, stride, 8, 8);\
668 uint8_t half[64];\
669 put ## RND ## mpeg4_qpel8_h_lowpass(half, src, 8, stride, 8);\
670 OPNAME ## pixels8_l2_aligned2(dst, src+1, half, stride, stride, 8, 8);\
675 uint8_t half[64];\
677 put ## RND ## mpeg4_qpel8_v_lowpass(half, full, 8, 16);\
678 OPNAME ## pixels8_l2_aligned(dst, full, half, stride, 16, 8, 8);\
689 uint8_t half[6
1366 uint8_t half[64]; local
1376 uint8_t half[64]; local
[all...]

Completed in 372 milliseconds

1234