Searched refs:except (Results 1 - 25 of 55) sorted by relevance

123

/freebsd-11-stable/lib/libc/arm/gen/
H A Dfpsetsticky_vfp.c41 fpsetsticky(fp_except except)
47 new &= ~except;
50 return (old & except);
/freebsd-11-stable/lib/libc/softfloat/
H A Dfpsetsticky.c49 fpsetsticky(fp_except except)
54 float_exception_flags = except;
/freebsd-11-stable/lib/msun/tests/
H A Dfenv_test.c142 * This test works just as well with 0.0 - 0.0, except on ia64
393 int except, pass, raise, status; local
412 except = std_excepts[i];
414 if (except == FE_INEXACT)
417 raise = ALL_STD_EXCEPT ^ except;
427 assert((feenableexcept(except)
429 assert(fegetexcept() == except);
437 raiseexcept(except);
439 feraiseexcept(except);
474 int except, pas local
[all...]
H A Dnext_test.c233 int except)
243 if (actual_except != except) {
245 line, exp, actual_except, except);
232 _testl(const char *exp, int line, long double actual, long double expected, int except) argument
/freebsd-11-stable/usr.bin/chpass/
H A Dchpass.h51 const char *except, *save; member in struct:_entry
H A Dedit.c256 if (ep->except && strpbrk(val, ep->except)) {
/freebsd-11-stable/stand/ficl/
H A Dficl.c373 int except; local
391 except = setjmp(vmState);
393 switch (except)
411 except = VM_OUTOFTEXT;
456 return (except);
479 int except; local
497 except = setjmp(vmState);
499 if (except)
504 switch (except)
526 vmThrow(pVM, except);
[all...]
H A Dvm.c565 void vmThrow(FICL_VM *pVM, int except) argument
568 longjmp(*(pVM->pState), except);
/freebsd-11-stable/sys/cam/ctl/
H A Dctl.h180 void ctl_est_ua_port(struct ctl_lun *lun, int port, uint32_t except,
182 void ctl_est_ua_all(struct ctl_lun *lun, uint32_t except, ctl_ua_type ua);
184 void ctl_clr_ua_all(struct ctl_lun *lun, uint32_t except, ctl_ua_type ua);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.chillbadarg.ksh6 * You may not use this file except in compliance with the License.
H A Derr.copyoutbadaddr.ksh6 * You may not use this file except in compliance with the License.
H A Derr.copyoutstrbadaddr.ksh6 * You may not use this file except in compliance with the License.
/freebsd-11-stable/stand/pc98/btx/btx/
H A Dbtx.S332 jmp except # Double fault
334 jmp except # Invalid TSS
336 jmp except # Segment not present
338 jmp except # Stack segment fault
340 jmp except # General protection
342 jmp except # Page fault
353 except: cld # String ops inc label
362 jne except.1 # No
364 jmp except.2 # Join common code
365 except
[all...]
/freebsd-11-stable/stand/i386/btx/btx/
H A Dbtx.S330 jmp except # Double fault
332 jmp except # Invalid TSS
334 jmp except # Segment not present
336 jmp except # Stack segment fault
338 jmp except # General protection
340 jmp except # Page fault
351 except: cld # String ops inc label
360 jne except.1 # No
362 jmp except.2 # Join common code
363 except
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp139 bool ParseAtUnwindOrAtExcept(bool &unwind, bool &except);
644 return TokError("you must specify one or both of @unwind or @except");
646 bool unwind = false, except = false; local
647 if (ParseAtUnwindOrAtExcept(unwind, except))
651 if (ParseAtUnwindOrAtExcept(unwind, except))
660 getStreamer().EmitWinEHHandler(handler, unwind, except, Loc);
689 bool COFFAsmParser::ParseAtUnwindOrAtExcept(bool &unwind, bool &except) { argument
696 return Error(startLoc, "expected @unwind or @except");
699 else if (identifier == "except")
700 except
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dgenmultilib185 for except in ${exceptions}; do
186 echo " /${except}/) : ;;" >> tmpmultilib2
/freebsd-11-stable/gnu/usr.bin/cc/cc1plus/
H A DMakefile13 decl.c decl2.c error.c except.c expr.c dump.c friend.c init.c lex.c \
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache-db.sql10 * "License"); you may not use this file except in compliance
38 Same as in V1 schema, except that it uses the `WITHOUT ROWID` optimization:
/freebsd-11-stable/contrib/apr/misc/unix/
H A Drandbyte_os2.inc5 * (the "License"); you may not use this file except in compliance with
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_arm.S13 @ It preserves all registers except r0, r12(ip), r14(lr) and r15(pc)
74 @ It preserves all registers except r0, r12(ip), r14(lr) and r15(pc)
/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsnmpagent.c208 enum snmp_syntax except; local
223 if ((tp = find_node(&pdu->bindings[i], &except)) == NULL) {
233 snmp_debug("get: exception %u", except);
234 resp->bindings[i].syntax = except;
684 enum snmp_syntax except; local
702 if ((np = context.node[i] = find_node(b, &except)) == NULL) {
714 } else if (except == SNMP_SYNTAX_NOSUCHOBJECT) {
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Drep-cache-db.sql10 * "License"); you may not use this file except in compliance
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Descape.mk12 # anywhere in the makefile except in a command line, an include
19 # <newline>, and the next line, except that the first character of
29 # except before <newline>.
/freebsd-11-stable/crypto/openssl/util/
H A Dadd_cr.pl78 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_prime.pl46 * except that the holder is Tim Hudson (tjh@cryptsoft.com).

Completed in 159 milliseconds

123