Searched refs:exc (Results 1 - 25 of 28) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/math-emu/
H A Dtypes.c26 int exc; local
28 exc = _FP_PACK_CANONICAL(D, 2, X);
29 if (!exc || !__FPU_TRAP_P(exc))
31 return exc;
39 int exc; local
42 exc = _FP_PACK_CANONICAL(S, 1, __X);
43 if (!exc || !__FPU_TRAP_P(exc)) {
46 exc |
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/libtest/
H A Dlib503.c64 fd_set rd, wr, exc; local
79 FD_ZERO(&exc);
81 multi_fdset(m, &rd, &wr, &exc, &maxfd);
85 select_test(maxfd+1, &rd, &wr, &exc, &interval);
H A Dlib504.c42 fd_set rd, wr, exc; local
90 FD_ZERO(&exc);
94 multi_fdset(m, &rd, &wr, &exc, &maxfd);
98 select_test(maxfd+1, &rd, &wr, &exc, &interval);
H A Dlib530.c72 fd_set rd, wr, exc; local
87 FD_ZERO(&exc);
89 multi_fdset(m, &rd, &wr, &exc, &maxfd);
93 select_test(maxfd+1, &rd, &wr, &exc, &interval);
H A Dlib533.c60 fd_set rd, wr, exc; local
92 FD_ZERO(&exc);
94 multi_fdset(m, &rd, &wr, &exc, &maxfd);
98 select_test(maxfd+1, &rd, &wr, &exc, &interval);
H A Dlib564.c58 fd_set rd, wr, exc; local
73 FD_ZERO(&exc);
75 multi_fdset(m, &rd, &wr, &exc, &maxfd);
79 select_test(maxfd+1, &rd, &wr, &exc, &interval);
H A Dlib525.c117 fd_set rd, wr, exc; local
132 FD_ZERO(&exc);
134 multi_fdset(m, &rd, &wr, &exc, &maxfd);
138 select_test(maxfd+1, &rd, &wr, &exc, &interval);
H A Dlib526.c86 fd_set rd, wr, exc; local
130 FD_ZERO(&exc);
132 multi_fdset(m, &rd, &wr, &exc, &maxfd);
136 select_test(maxfd+1, &rd, &wr, &exc, &interval);
H A Dfirst.c33 int select_wrapper(int nfds, fd_set *rd, fd_set *wr, fd_set *exc, argument
51 return select(nfds, rd, wr, exc, tv);
H A Dtest.h68 extern int select_wrapper(int nfds, fd_set *rd, fd_set *wr, fd_set *exc,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A DtstLastError.py23 def failUnlessXmlError(self,f,args,exc,domain,code,message,level,file,line):
24 """Run function f, with arguments args and expect an exception exc;
31 except exc:
50 self.fail("exception %s should have been raised" % exc)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dg729dec.c132 ctx->exc + i * ctx->subframe_size,
133 ctx->exc + i * ctx->subframe_size,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dgen_except.S90 movel USER_FPSR(%a6),FPSR_SHADOW(%a1) |set exc bits
145 movel USER_FPSR(%a6),FPSR_SHADOW(%a6) |set exc bits
154 andb FPSR_EXCEPT(%a6),%d0 |and in the fpsr exc byte
159 | ;based on first enabled exc
210 | the case of the ovfl exc without the ovfl enabled, but with
219 | ;it is an unsupp or unimp exc
350 | the exc taken will be inex2.
362 movel USER_FPSR(%a6),FPSR_SHADOW(%a1) |set exc bits
H A Dx_unimp.S69 fsave -(%a7) |capture possible exc state
H A Dkernel_ex.S69 btstb #dz_bit,FPCR_ENABLE(%a6) |test FPCR for dz exc enabled
74 btstb #dz_bit,FPCR_ENABLE(%a6) |test FPCR for dz exc enabled
172 bsetb #sign_bit,FP_SCR1(%a6) |set sign bit of exc operand
217 |** Note: the exc operand is returned in ETEMP.
H A Ddecbin.S439 clrl %d3 |clear d3 to force no exc and extended
500 beqs no_exc |skip this if no exc
H A Dscale.S50 fmovel #0,%fpcr |clr user enabled exc
H A Ddo_func.S508 bra t_inx2 |set inex2 exc
515 bra t_inx2 |set inex2 exc
H A Dx_snan.S144 movel EXC_EA(%a6),%a0 |get <ea> from exc frame
H A Dbindec.S290 | d4: exc picture/LEN
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dmesh.c312 "exc=%2x err=%2x im=%2x int=%2x sp=%2x\n",
443 dlog(ms, "about to arb, intr/exc/err/fc=%.8x",
455 dlog(ms, "busy b4 arb, intr/exc/err/fc=%.8x",
462 dlog(ms, "intr b4 arb, intr/exc/err/fc=%.8x",
499 dlog(ms, "intr after disresel, intr/exc/err/fc=%.8x",
505 dlog(ms, "after intr after disresel, intr/exc/err/fc=%.8x",
517 dlog(ms, "after arb, intr/exc/err/fc=%.8x",
522 dlog(ms, "resel? after arb, intr/exc/err/fc=%.8x",
533 dlog(ms, "tried reset after arb, intr/exc/err/fc=%.8x",
681 dlog(ms, "start_phase nmo/exc/f
1027 int err, exc, count; local
1121 int exc; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dosf_sys.c729 unsigned long exc, swcr, fpcr, fex; local
732 if (get_user(exc, (unsigned long __user *)buffer))
735 exc &= IEEE_STATUS_MASK;
738 swcr = (*state & IEEE_SW_MASK) | exc;
739 *state |= exc;
748 fex = (exc >> IEEE_STATUS_TO_EXCSUM_SHIFT) & swcr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dfpsp.S744 mov.w &0xe005,2+FP_SRC(%a6) # save exc status
763 mov.w &0xe001,2+FP_SRC(%a6) # save exc status
1006 mov.w &0xe003,2+FP_SRC(%a6) # save exc status
1037 mov.w &0xe001,2+FP_SRC(%a6) # save exc status
1381 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU;
1403 mov.w (tbl_except.b,%pc,%d0.w*2),2+FP_SRC(%a6) # create exc status
1757 # (where the exc frame is currently). make sure it's not at the top of the
1758 # frame or it will get overwritten when the exc stack frame is shifted "down".
1959 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU;
2413 # the handler exits through _fpsp_done(). If an enabled exc ha
[all...]
H A Dpfpsp.S743 mov.w &0xe005,2+FP_SRC(%a6) # save exc status
762 mov.w &0xe001,2+FP_SRC(%a6) # save exc status
1005 mov.w &0xe003,2+FP_SRC(%a6) # save exc status
1036 mov.w &0xe001,2+FP_SRC(%a6) # save exc status
1380 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU;
1402 mov.w (tbl_except.b,%pc,%d0.w*2),2+FP_SRC(%a6) # create exc status
1756 # (where the exc frame is currently). make sure it's not at the top of the
1757 # frame or it will get overwritten when the exc stack frame is shifted "down".
1958 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU;
2412 # the handler exits through _fpsp_done(). If an enabled exc ha
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-linux.c1046 fd_set ready, exc; local
1050 exc = in_fds;
1051 n = select(max_in_fd + 1, &ready, NULL, &exc, timo);

Completed in 168 milliseconds

12