Searched refs:zero (Results 51 - 75 of 358) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/
H A Dmips3.s72 move v0,zero
78 move v0,zero
201 move v0,zero
207 move v0,zero
300 move v0,zero
306 move v0,zero
351 move v0,zero
387 move v0,zero
393 move v0,zero
487 move v0,zero
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/fileops/
H A Dfileops_auto.c75 u_int32_t zero, rectype, txn_num; local
156 zero = 0;
157 LOGCOPY_32(env, bp, &zero);
283 u_int32_t zero, rectype, txn_num; local
364 zero = 0;
365 LOGCOPY_32(env, bp, &zero);
375 zero = 0;
376 LOGCOPY_32(env, bp, &zero);
519 u_int32_t zero, uinttmp, rectype, txn_num; local
604 zero
802 u_int32_t zero, rectype, txn_num; local
1043 u_int32_t zero, rectype, txn_num; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/au1000/common/
H A Dsleeper.S92 sw zero, 0x001c(k0) /* Precharge */
93 sw zero, 0x0020(k0) /* Auto refresh */
94 sw zero, 0x0030(k0) /* SDRAM sleep */
98 sw zero, 0x0078(k1) /* get ready to sleep */
100 sw zero, 0x007c(k1) /* Put processor to sleep */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Dcrdel_auto.c96 u_int32_t zero, uinttmp, rectype, txn_num; local
191 zero = 0;
192 LOGCOPY_32(env, bp, &zero);
336 u_int32_t zero, uinttmp, rectype, txn_num; local
422 zero = 0;
423 LOGCOPY_32(env, bp, &zero);
433 zero = 0;
434 LOGCOPY_32(env, bp, &zero);
561 u_int32_t zero, rectype, txn_num; local
642 zero
782 u_int32_t zero, rectype, txn_num; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_apprec/
H A Dex_apprec_auto.c68 u_int32_t zero, rectype, txn_num; local
115 zero = 0;
116 LOGCOPY_32(env, bp, &zero);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Dumul.S15 * On return, overflow has occurred (%o1 is not zero) if and only if
31 be Lmul_shortway ! if zero, can do it the short way
32 andcc %g0, %g0, %o4 ! zero the partial product and clear N and V
144 * The 12 bits of %o4 left of the `result' area are all zero;
145 * in fact, all top 20 bits of %o4 are zero.
153 addcc %g0, %g0, %o1 ! %o1 = zero, and set Z
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/
H A Dmem.c212 char zero; local
233 zero = 0;
235 err = write(fd, &zero, 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A Dfault-armv.c165 register unsigned long zero = 0, one = 1, val; local
171 *p2 = zero;
176 return val != zero;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D09-helper.tex18 \varname{[x]}. Values of \varname{[x]} less than zero are defined to return zero.
22 2) if ( [x] is greater than zero ) {
25 4) logical shift [x] one bit to the right, padding the MSb with zero
110 6) if ( [dy] is less than zero ) {
131 rounding division of both positive and negative numbers toward zero.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dboot.S154 mtc0 zero,C0_CAUSE
156 mtc0 zero,C0_COUNT
170 move s5,zero # In ram, relocate factor is 0
286 beq a1,zero,initic
314 mtc0 zero,C0_TAGLO,2 # For mips32r2 the D$ Tags are in select 2
315 mtc0 zero,C0_TAGHI,2
320 1: mtc0 zero,C0_TAGLO
321 mtc0 zero,C0_TAGHI
338 beq a1,zero,chcach
363 mtc0 zero,C0_TAGL
[all...]
H A Dsisdram.S66 move s5,zero
116 sw zero,0x3c(s3)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Ddsputil_altivec.c35 const vector unsigned char zero = (const vector unsigned char)vec_splat_u8(0); local
69 sumdiffs = vec_sums((vector signed int) sad, (vector signed int) zero);
80 const vector unsigned char zero = (const vector unsigned char)vec_splat_u8(0); local
126 sumdiffs = vec_sums((vector signed int) sad, (vector signed int) zero);
137 const vector unsigned char zero = (const vector unsigned char)vec_splat_u8(0); local
165 pix2hv = (vector unsigned short) vec_mergeh(zero, pix2v);
166 pix2lv = (vector unsigned short) vec_mergel(zero, pix2v);
167 pix2ihv = (vector unsigned short) vec_mergeh(zero, pix2iv);
168 pix2ilv = (vector unsigned short) vec_mergel(zero, pix2iv);
192 pix3hv = (vector unsigned short) vec_mergeh(zero, pix3
231 const vector unsigned int zero = (const vector unsigned int)vec_splat_u32(0); local
273 const vector unsigned int zero = (const vector unsigned int)vec_splat_u32(0); local
318 const vector unsigned int zero = (const vector unsigned int)vec_splat_u32(0); local
354 const vector unsigned int zero = (const vector unsigned int)vec_splat_u32(0); local
408 const vector unsigned int zero = (const vector unsigned int)vec_splat_u32(0); local
450 const vector unsigned int zero = (const vector unsigned int)vec_splat_u32(0); local
485 const vector unsigned char zero = (const vector unsigned char)vec_splat_u8(0); local
511 const vector unsigned char zero = (const vector unsigned char)vec_splat_u8(0); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstdint.in.h98 #define _STDINT_MIN(signed, bits, zero) \
99 ((signed) ? (- ((zero) + 1) << ((bits) ? (bits) - 1 : 0)) : (zero))
101 #define _STDINT_MAX(signed, bits, zero) \
103 ? ~ _STDINT_MIN (signed, bits, zero) \
107 ((((zero) + 1) << ((bits) ? (bits) - 1 - (signed) : 0)) - 1) * 2 + 1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstdint.in.h98 #define _STDINT_MIN(signed, bits, zero) \
99 ((signed) ? (- ((zero) + 1) << ((bits) ? (bits) - 1 : 0)) : (zero))
101 #define _STDINT_MAX(signed, bits, zero) \
103 ? ~ _STDINT_MIN (signed, bits, zero) \
107 ((((zero) + 1) << ((bits) ? (bits) - 1 - (signed) : 0)) - 1) * 2 + 1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dstdint.in.h98 #define _STDINT_MIN(signed, bits, zero) \
99 ((signed) ? (- ((zero) + 1) << ((bits) ? (bits) - 1 : 0)) : (zero))
101 #define _STDINT_MAX(signed, bits, zero) \
103 ? ~ _STDINT_MIN (signed, bits, zero) \
107 ((((zero) + 1) << ((bits) ? (bits) - 1 - (signed) : 0)) - 1) * 2 + 1)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A Dbn_mul.c81 unsigned int neg,zero; local
110 zero=neg=0;
118 zero=1;
128 zero=1;
136 zero=1;
147 if (!zero)
157 if (!zero)
169 if (!zero)
227 int c1,c2,neg,zero; local
243 zero
430 int neg,oneg,zero; local
[all...]
H A Dbn_sqr.c203 int zero,c1; local
234 zero=0;
240 zero=1;
242 /* The result will always be negative unless it is zero */
245 if (!zero)
252 /* t[32] holds (a[0]-a[1])*(a[1]-a[0]), it is negative or zero
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_mul.c397 unsigned int neg,zero; local
432 zero=neg=0;
440 zero=1;
450 zero=1;
458 zero=1;
470 if (!zero)
482 if (!zero)
494 if (!zero)
552 int c1,c2,neg,zero; local
568 zero
760 int neg,oneg,zero; local
[all...]
H A Dbn_sqr.c88 max = 2 * al; /* Non-zero (from above) */
142 /* If the most-significant half of the top word of 'a' is zero, then
209 int zero,c1; local
240 zero=0;
246 zero=1;
248 /* The result will always be negative unless it is zero */
251 if (!zero)
258 /* t[32] holds (a[0]-a[1])*(a[1]-a[0]), it is negative or zero
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/boot/rescue/
H A DMakefile24 dd if=/dev/zero of=tmp2423 bs=1 count=784
32 dd if=/dev/zero of=tmp2423 bs=1 count=784
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/examples/bootfloppy/
H A Dmkdevs.sh24 mknod zero c 1 5
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-iop13xx/
H A Dentry-macro.S35 mrceq p6, 0, \irqnr, c3, c2, 0 @ Re-read on potentially bad zero
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dclear_user.S8 * right "bytes left to zero" value (and that it is updated only _after_
49 0: EX( stq_u $31, 0($6) ) # e0 : zero one word
59 2: EX( stq_u $31, 0($6) ) # e0 : zero four words
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/power/
H A Dmpih-add1.S1 /* IBM POWER add_n -- Add two limb vectors of equal, non-zero length.
56 cmpi 1,10,0 # is count for unrolled loop zero?
59 aze 3,10 # use the fact that r10 is zero...
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dget_op.S84 | round to zero;round to negative infinity
333 bnes end_getop |if inf/nan/zero leave get_op
444 bsr nrm_zero |normalize till msb = 1 or exp = zero
504 bnes fix_nan |if non-zero, it is a NaN
506 bnes fix_nan |if non-zero, it is a NaN
516 tstw %d0 |check for zero.
522 tstl ETEMP(%a6) |test sign of the zero
524 movel #0x80000000,ETEMP(%a6) |write neg zero to etemp
556 bnes mfix_nan |if non-zero, it is a NaN
558 bnes mfix_nan |if non-zero, i
[all...]

Completed in 140 milliseconds

1234567891011>>