Searched refs:zero (Results 101 - 125 of 358) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/lib/
H A Dusercopy.c76 "0: movq %[zero],(%[dst])\n"
82 "1: movb %b[zero],(%[dst])\n"
97 [zero] "r" (0UL), [eight] "r" (8UL));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dsint.S6 | the integer rounded to zero of the input argument.
35 | sintrz, force round-to-zero mode.
90 beq snzrinx |if round nearest or round zero, +/- 0
149 | Input is less than zero. Restore sign, and check for directed
179 | Rmode is rn or rz; return signed zero
H A Dbinstr.S38 | A6. Test d7. If zero, the digit formed is the ms digit. If non-
39 | zero, it is the ls digit. Put the digit in its place in the
43 | A7. Decrement d6 (LEN counter) and repeat the loop until zero.
113 tstw %d7 |if zero, store digit & to loop
114 beqs first_d |if non-zero, form byte & write
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dev67-strncat.S69 and $24, 0x80, $3 # E : no zero next byte
H A Dev6-memset.S54 ble $18,end_b # U : zero length requested?
136 addq $1, 8, $1 # E : Increment towards zero for alignment
246 ble $18,end # U : zero length requested?
313 addq $1, 8, $1 # E : Increment towards zero for alignment
425 ble $18, end_w # U : zero length requested?
500 addq $1, 8, $1 # E : Increment towards zero for alignment
H A Dcsum_ipv6_magic.S23 zapnot $20,15,$20 # .. e1 : zero extend incoming csum
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/testsuite/
H A Dtesting.sh144 mknod tmpdir4chroot/dev/zero c 1 5
H A Dmount.testroot50 dd if=/dev/zero of=images/ext2.img bs=1M count=1 2> /dev/null
52 dd if=/dev/zero of=images/vfat.img bs=1M count=1 2> /dev/null
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/radio/
H A Dradio-rtrack2.c82 static void zero(void) function
109 zero ();
115 zero ();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Dmul.S24 be Lmul_shortway ! if zero, can do it the short way
25 andcc %g0, %g0, %o4 ! zero the partial product and clear N and V
112 srl %o5, 20, %o5 ! shift low bits right 20, zero fill at left
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/lib/
H A Dcsumpartial.S29 .zero: mov r0, sum
37 .less8: teq len, #0 @ check for zero count
38 beq .zero
H A Dcsumpartialcopyuser.S104 mov r0, #0 @ zero the buffer
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Ddevice-bsd44.c37 char zero[sizeof(iface->if_addr)]; local
115 memset(zero, 0, ((struct sockaddr_dl *)p)->sdl_alen);
116 if (!memcmp(iface->if_hwaddr, zero, ((struct sockaddr_dl *)p)->sdl_alen))
117 flog(LOG_WARNING, "WARNING, MAC address on %s is all zero!",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Djpeglsdec.c261 uint8_t *zero, *last, *cur; local
265 zero = av_mallocz(s->picture.linesize[0]);
266 last = zero;
330 av_free(zero);
360 av_free(zero);
H A Djpeglsenc.c237 uint8_t *buf2, *zero, *cur, *last; local
290 zero = av_mallocz(p->linesize[0]);
291 last = zero;
339 av_free(zero);
343 // last byte must be set to 0, so just append 7 "optional" zero-bits to
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D02-bitpacking.tex44 end of the byte. Bits in a byte are numbered from zero at the LSb to
63 Logically, bytes are always coded and decoded in order from byte zero
71 zero to 32 bits wide, into packets. These integer fields are not
233 \subsubsection{reading zero bits}
235 Reading a zero-bit-wide integer returns the value '0' and does not
238 and then reading a zero bit integer shall succeed, returning 0, and
239 not trigger an end-of-packet condition. Reading a zero-bit-wide
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Drack-meter.c55 int zero; member in struct:rackmeter_cpu
244 rcpu->zero = (cumm == 0);
247 pause = (rm->cpu[0].zero && rm->cpu[1].zero);
250 pause = (rm->cpu[0].zero && rm->cpu[1].zero);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/kernel/
H A Dunaligned.c303 static unsigned long zero[2] = { 0, }; \
307 src_val = &zero[0]; \
309 zero[1] = fetch_reg(1, regs); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Dmem.c67 /* clear the zero-page */
252 unsigned long addr, zero = 0; local
264 if(__do_copy_to_user((void __user *) addr, &zero,
265 sizeof(zero),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dptrace.c68 * zero have no stack-slot and need to be treated specially (see
102 static unsigned long zero; variable
117 zero = 0;
118 addr = &zero;
231 * Ensure no single-step breakpoint is pending. Returns non-zero
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_packet.h93 u_int16_t zero; /* Should be 0. */ member in struct:ospf_header::__anon3114::__anon3115
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/cio/
H A Dcio.h75 __u32 zero : 6; /* reserved zeros */ member in struct:orb
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/boot/bootp/
H A Dinit.S55 teq r10, #0 @ last tag (zero length)?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/lib/
H A Dcsumpartialcopyuser.S95 mov r0, #0 @ zero the buffer
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/power/
H A Dmpih-sub1.S1 /* IBM POWER sub_n -- Subtract two limb vectors of equal, non-zero length.
56 cmpi 1,10,0 # is count for unrolled loop zero?

Completed in 214 milliseconds

1234567891011>>