Searched refs:flagp (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/libroot/posix/arch/x86_64/
H A Dfenv.c45 fesetexceptflag(const fexcept_t *flagp, int excepts) argument
51 env.__x87.__status |= *flagp & excepts;
56 env.__mxcsr |= *flagp & excepts;
/haiku/src/kits/tracker/
H A DRegExp.cpp442 RegExp::Reg(int32 paren, int32* flagp) argument
450 *flagp = kHasWidth;
477 *flagp &= ~kHasWidth;
479 *flagp |= flags&kSPStart;
489 *flagp &= ~kHasWidth;
491 *flagp |= flags&kSPStart;
527 RegExp::Branch(int32* flagp) argument
534 *flagp = kWorst;
546 *flagp |= flags & kHasWidth;
549 *flagp |
575 Piece(int32* flagp) argument
656 Atom(int32* flagp) argument
[all...]
/haiku/src/system/libroot/posix/arch/x86/
H A Dfenv.c88 fesetexceptflag(const fexcept_t *flagp, int excepts) argument
95 env.__status |= *flagp & excepts;
101 mxcsr |= *flagp & excepts;

Completed in 1984 milliseconds