Searched refs:reserves (Results 1 – 25 of 54) sorted by relevance
123
| /openbsd/src/games/trek/ |
| D | dock.c | 99 Ship.reserves = Param.reserves; in dock()
|
| D | trek.h | 210 double reserves; /* life support reserves */ member 268 double reserves; /* life support reserves */ member
|
| D | events.c | 418 Ship.reserves = Param.reserves; in events() 462 Ship.reserves -= Move.time; in events()
|
| D | checkcond.c | 64 if (Ship.reserves < 0.0) in checkcond()
|
| D | setup.c | 116 Param.reserves = Ship.reserves = (6 - Game.skill) * 2.0; in setup()
|
| D | srscan.c | 149 printf("damaged, reserves = %.2f", Ship.reserves); in srscan()
|
| /openbsd/src/gnu/llvm/libcxx/docs/DesignDocs/ |
| D | HeaderRemovalPolicy.rst | 32 newer version of the Standard. Libc++ also reserves the right to remove
|
| /openbsd/src/sys/dev/microcode/tusb3410/ |
| D | tusb3410-license | 53 copyright notice included in the Program. TI reserves all
|
| /openbsd/src/gnu/llvm/clang/docs/ |
| D | ShadowCallStack.rst | 64 whose ABI reserves ``x18`` (currently Android, Darwin, Fuchsia and Windows) 151 ``-ffixed-x18`` unless your target already reserves ``x18``.
|
| D | MemorySanitizer.rst | 208 * MemorySanitizer maps (but not reserves) 64 Terabytes of virtual
|
| D | AddressSanitizer.rst | 305 * On 64-bit platforms AddressSanitizer maps (but not reserves) 16+ Terabytes of
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | builtin-attrs.def | 194 since ISO C reserves these function names whether you include the
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | typeinfo | 152 // the compiler packs the pointer to the type name into a uintptr_t and reserves
|
| /openbsd/src/gnu/llvm/libcxx/docs/ |
| D | ReleaseNotes.rst | 119 in use. Note that in the future, libc++ reserves the right to remove
|
| D | UsingLibcxx.rst | 33 is considered unstable. Libc++ reserves the right to make breaking changes to the
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlstyle.pod | 198 reserves lowercase module names for "pragma" modules like C<integer> and
|
| D | perlhacktips.pod | 344 C reserves for its implementation any symbol whose name begins with an 346 or another underscore. C++ further reserves any symbol containing two 347 consecutive underscores, and further reserves in the global name space 373 POSIX also reserves many symbols. See Section 2.2.2 in 377 Perl reserves for its use any symbol beginning with C<Perl>, C<perl>,
|
| D | perlrebackslash.pod | 663 rest of the Standard. Unicode reserves the right to change them at 664 will, and Perl reserves the right to update its implementation to
|
| /openbsd/src/gnu/usr.bin/cvs/ |
| D | ChangeLog.zoo | 215 To support this notion of forked development, CVS reserves 217 reserves the ".0" and ".1" branches. So, if you intend to do your
|
| D | NEWS | 674 To support this notion of forked development, CVS reserves 676 reserves the ".0" and ".1" branches. So, if you intend to do your
|
| /openbsd/src/gnu/llvm/llvm/docs/ |
| D | StackMaps.rst | 82 ``llvm.experimental.patchpoint``, which reserves space for in-place
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | builtins.def | 60 compiler. For instance C90 reserves floorf function, but does not
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| D | c-mmix.texi | 333 This directive reserves a global register, gives it an initial value and
|
| /openbsd/src/gnu/usr.bin/binutils/gas/doc/ |
| D | c-mmix.texi | 333 This directive reserves a global register, gives it an initial value and
|
| /openbsd/src/gnu/llvm/llvm/lib/Target/ARM/ |
| D | ARMScheduleSwift.td | 682 // Resource requirement for permuting, just reserves the resources.
|
123