Searched refs:go (Results 76 - 100 of 141) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Ddev_table.h217 int go; member in struct:audio_operations
H A Daudio.c197 * before we go mucking around with it in sync_output().
833 if (changed && audio_devs[dev]->go)
854 audio_devs[dev]->go)
876 audio_devs[dev]->go = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/boot/
H A Dsetup.S280 # tell BIOS we want to go to long mode
372 shll $6, %edx # and go from 64k to 1k chunks
536 subw %ax, %dx # this will go into %ss after
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dfplsp.S4923 # 2. If |X| >= 15Pi or |X| < 2**(-40), go to 7. #
4929 # 4. If k is even, go to 6. #
4942 # 7. If |X| > 1, go to 9. #
4948 # go back to 3. #
4951 # 1. If |X| >= 15Pi or |X| < 2**(-40), go to 6. #
4956 # 3. If k is even, go to 5. #
4970 # 6. If |X| > 1, go to 8. #
4975 # go back to 2. #
5625 # 1. If |X| >= 15Pi or |X| < 2**(-40), go to 6. #
5630 # 3. If k is odd, go t
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Dchecksum.S351 bne 5b ! we did not go negative, continue looping
354 ccmerge:be ccte ! nope, go and check for end cruft
387 bne ccdbl ! we did not go negative, continue looping
H A Drem.S51 bge 2f ! no, go do the divide
H A Dsdiv.S51 bge 2f ! no, go do the divide
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dbindec.S256 bras A4_str |go move out ILOG
640 bne not_zr |if non-zero, go to second test
679 fblt A14_st |if less, all is ok, go to A14
769 bnes no_zr |if not, go on
771 beqs zer_m |if zero, go directly to binstr
H A Dround.S52 tstl %d0 |if grs are zero, go force
280 | would go less than 0. In that case the number becomes a denorm - the
319 bmis greater |then exp will go past 0 (neg) if
321 bsr nrm_set |else exp won't go past 0
346 bsr nrm_set |else exp won't go past 0
H A Dbinstr.S29 | extracts and shifts. The three msbs from d2 will go into
H A Dslog2.S82 | go to Step 3.
H A Dsatan.S23 | Step 1. If |X| >= 16 or |X| < 1/16, go to Step 5.
35 | Step 5. If |X| >= 16, go to Step 7.
H A Dres_func.S71 bsr nrm_set |normalize number (exp will go negative)
385 | ;cases go to cu_dnrm
389 bsr nrm_set |normalize number (exponent will go
1958 jmp (%a0) |go to the routine
2000 bra p_write |go write results
2005 bra p_write |go write the result
2009 bra p_write |go write the result
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dhead64.S252 brasl %r14,start_kernel # go to C code
H A Dhead.S377 # everything loaded, go for it
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/lib/
H A Dchecksum.S74 bt/s 4f ! if it's =0, go to 4f
122 bt 9f ! if it's =0 go to 9f
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/lib/
H A Dmemcopy.S88 j .Lcommon # go to common code for memcpy+bcopy
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/video/
H A Dnewport.h288 struct newport_rexregs go; member in struct:newport_regs
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/paride/
H A Dpcd.c47 go more slowly. -1 sets a default value that
336 static int pcd_wait(struct pcd_unit *cd, int go, int stop, char *fun, char *msg) argument
341 while ((((r = status_reg(cd)) & go) || (stop && (!(r & stop))))
H A Dpf.c56 go more slowly. -1 sets a default value that
385 static int pf_wait(struct pf_unit *pf, int go, int stop, char *fun, char *msg) argument
390 while ((((r = status_reg(pf)) & go) || (stop && (!(r & stop))))
H A Dpt.c58 go more slowly. -1 sets a default value that
267 static int pt_wait(struct pt_unit *tape, int go, int stop, char *fun, char *msg) argument
273 while ((((r = status_reg(pi)) & go) || (stop && (!(r & stop))))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_fw2.h988 offsetof(struct sym_ccb, phys.head.go.restart),
1019 offsetof(struct sym_ccb, phys.head.go.restart),
1418 * require the device to go to bus free.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/trident/
H A Dtrident_main.c1484 unsigned int val, go; local
1490 go = 1;
1495 go = 0;
1513 if (go)
1516 if (go) {
1539 if (!go)
1542 if (go) {
1548 if (go) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DBuilder.pm1081 Where normal "ok/not ok" test output should go.
1090 Where diagnostic output on test failures and diag() should go.
1099 Where diagnostics about todo test failures and diag() should go.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A Dproc-xsc3.S138 * For now we do nothing but go to idle mode for every case
147 mcr p14, 0, r0, c7, c0, 0 @ go to idle

Completed in 367 milliseconds

123456