Searched refs:zero (Results 251 - 275 of 358) sorted by relevance

<<1112131415

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/atm/
H A Dueagle-atm.c1068 u16 zero = 0; /* ;-) */ local
1102 uea_request(sc, UEA_SET_2183_DATA, UEA_MPTX_MAILBOX, 2, &zero);
1103 uea_request(sc, UEA_SET_2183_DATA, UEA_MPRX_MAILBOX, 2, &zero);
1104 uea_request(sc, UEA_SET_2183_DATA, UEA_SWAP_MAILBOX, 2, &zero);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dmipsinc.h32 #define zero $0 /* wired zero */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/lib/
H A Dcsumpartialcopygeneric.S57 .Lless8: teq len, #0 @ check for zero count
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bzip2/
H A Dblocksort.c854 if (j <= (h - 1)) goto zero;
856 zero:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ppc/as/
H A Dlpc_asm.s221 vspltish v16,0 ; v16: zero vector
386 vspltish v4,0 ; v4: zero vector
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ppc/gas/
H A Dlpc_asm.s223 vspltish v16,0 # v16: zero vector
388 vspltish v4,0 # v4: zero vector
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/vfp/
H A Dvfpdouble.c85 * Special-case zero.
158 * number) are non-zero, the result is inexact.
826 * If 'm' is zero, the result is always zero. In this case,
827 * 'n' may be zero or a number, but it doesn't matter which.
1033 * If n and m are zero, the result is invalid
1045 * If m is zero, raise div0 exceptions
1051 * If m is infinity, or n is zero, the result is zero
1054 goto zero;
[all...]
H A Dvfpsingle.c87 * Special-case zero.
163 * number) are non-zero, the result is inexact.
870 * If 'm' is zero, the result is always zero. In this case,
871 * 'n' may be zero or a number, but it doesn't matter which.
1081 * If n and m are zero, the result is invalid
1093 * If m is zero, raise div0 exception
1099 * If m is infinity, or n is zero, the result is zero
1102 goto zero;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dfsys.S40 * PSR.be = cleared to zero (i.e., little-endian byte order is in effect)
631 * PSR.TB : must be 0 already; if it wasn't zero on entry to
988 .zero:
989 .space fsyscall_table + 8*NR_syscalls - .zero, 0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_fw1.h201 u32 zero [ 1]; member in struct:SYM_FWB_SCR
1001 * (lcb.head.resel_sa assumed at offset zero of lcb).
1584 PADDR_B (zero),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/gadget/
H A Dgmidi.c677 req->zero = 0;
755 * no response queued, just zero status == success.
790 req->zero = value < w_length;
H A Dfile_storage.c1430 fsg->ep0req->zero = rc < w_length;
1469 /* Note: currently the net2280 driver fails zero-length
1616 bh->inreq->zero = 0;
2286 bh->inreq->zero = 0;
2373 bh->inreq->zero = 0;
2392 bh->inreq->zero = 1;
2404 bh->inreq->zero = 1;
2488 bh->inreq->zero = 0;
2639 /* Check that only command bytes listed in the mask are non-zero */
H A Dgoku_udc.c424 || req->req.zero)
591 || req->req.zero)
784 _req->zero = 1;
H A Dinode.c971 req->zero = 0;
1153 /* indices start at zero, for simplicity */
1196 dev->req->zero = 1;
1561 req->zero = value < w_length;
1820 * . message tag (u32, host order) ... for now, must be zero; it
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dmxb.c917 int zero = 0; local
926 mxb->saa7111a->driver->command(mxb->saa7111a,DECODER_SET_GPIO, &zero);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/boot/compressed/
H A Dhead.S161 @ if delta is zero, we are
492 mov r0, #0 @ must be zero
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dfpsp.S438 set z_bit, 0x2 # zero result
449 set dz_bit, 2 # divide by zero
464 set z_mask, 0x04000000 # zero bit mask (lw)
469 set z_bmask, 0x04 # zero bit mask (byte)
484 set adz_mask, 0x00000010 # accrued divide by zero
524 set rz_mode, 0x1 # round-to-zero
703 andi.l &0x00ff01ff,USER_FPSR(%a6) # zero all but accured field
705 fmov.l &0x0,%fpcr # zero current control regs
789 and.l &0xffff00ff,USER_FPSR(%a6) # zero all but accured field
791 fmov.l &0x0,%fpcr # zero curren
8134 zero: label
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_bufs.c100 * \return zero on success or a negative value on error.
374 * \return zero on success or a negative value on error.
556 * \return zero on success or a negative number on failure.
1288 * \return zero on success or a negative number on failure.
1341 * \return zero on success or a negative number on failure.
1428 * \return zero on success or a negative number on failure.
1480 * \return zero on success or a negative number on failure.
1534 * \return zero on success or a negative number on failure.
1549 const int zero = 0; local
1619 &zero, sizeo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dsetox.S147 | to 62 bits so that the last two bits of T are zero. The
176 | Notes: For non-zero X, the inexact exception will always be
267 | to 62 bits so that the last two bits of T are zero. The
462 |--entry point for EXP(X), here X is finite, non-zero, and not NaN's
627 |--entry point for EXPM1(X), here X is finite, non-zero, non-NaN
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dtparm.c191 way yet, if it equals zero we're looking for terminfo codes, and if
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/t/
H A Ddb-recno.t846 $h[0] = "zero" ;
907 0: zero
914 The first record was [zero]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/mm/
H A Dcopy_page.S144 tst r6,r6 ! Check explicitly for zero
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Drem.S69 ! Divide by zero trap. If it returns, return 0 (about as
H A Dsdiv.S69 ! Divide by zero trap. If it returns, return 0 (about as
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A Dproc-arm6_7.S119 moveq pc, lr @ zero -> no fixup

Completed in 312 milliseconds

<<1112131415