Searched refs:assume (Results 1 – 25 of 51) sorted by relevance
123
/glibc-2.36/include/ |
D | verify.h | 4 #define assume(R) ((R) ? (void) 0 : __builtin_unreachable ()) macro
|
/glibc-2.36/sysdeps/powerpc/ |
D | preconfigure.ac | 54 # We couldn't figure it out, assume none
|
D | preconfigure | 69 # We couldn't figure it out, assume none
|
/glibc-2.36/sysdeps/ia64/fpu/ |
D | README | 30 We assume you do this in directory $OBJ. Once the build has
|
/glibc-2.36/timezone/ |
D | northamerica | 1006 # For now, assume all of DST-observing Canada will fall into line with the 1045 # but go with Shanks & Pottenger and assume they used Canadian rules. 1055 # at 00:01 local time. For now, assume it started in 1987. 1095 # in Canada to observe DST in 1971 but not 1970; for now we'll assume 1162 # For now, assume it started in 1993. 1321 # McKinnon sounds more authoritative. For now, assume that Atikokan 1335 # Shanks & Pottenger say 1923-09-19; assume it's a typo and that "-16" 1431 # starting 1966. Since 02:00s is clearly correct for 1967 on, assume 1730 # For lack of better information, assume that Southampton Island observed 1929 # For now we'll assume that the Federal District will bow to federal rules. [all …]
|
D | asia | 192 # assume it occurred in 1907, the same year as Mauritius (which 545 # (Hollandia). For now, assume all Indonesian locations other than Jayapura 1035 # their audience is astrologers) were US military bases. For now, assume 1328 # so for now we assume no DST. 1455 # For now, assume Rives McDow's informant got confused about Friday vs 1513 # XXX--in the absence of better information, assume that transition 1731 # with Shapir and assume that it observed DST from 1940 through 1947, 1756 # For now, let's assume that the spring switch was at 24:00, 1792 # surprised if they agreed about DST. But for now, assume they agree.
|
D | australasia | 717 # For now we'll continue to assume 2:00s for changes since 1960. 885 # For lack of better info, assume the tradition dates back to the 1178 # As with Australia, we'll assume the tradition is 2:00s, not 2:00. 1249 # For now, we assume the Ladrones switched at the same time as the Philippines; 1273 # We don't know when Kosrae switched from UTC+12; assume January 1 for now. 1304 # references, and can only assume that this was an error in interpretation
|
D | europe | 924 # For lack of better info, assume they were like Godthab before 1996. 927 # For 2007 on assume Thule will stay in sync with US DST rules. 1483 # known to be wrong about Estonia and Latvia, assume it's wrong here too. 1653 # Leiden were also distributed by the telegraph system, I assume that most 1920 # assume that Romania and Moldova switched to EU rules in 1997,
|
D | africa | 240 # For lack of better info, assume the new rule is last Thursday in August.
|
/glibc-2.36/localedata/ |
D | hu_HU.UTF-8.in | 161 alphabet cs ; <cs> -- or rarely <c><s>, can't tell for sure, assume <cs>. 163 alphabet ccs ; <cs><cs> -- or rarely <c><cs>, can't tell for sure, assume <cs><cs>.
|
/glibc-2.36/manual/ |
D | debug.texi | 45 @c assume those implementations are AS- or AC-safe, but even if we
|
D | tunables.texi | 469 Behavior of @theglibc{} can be tuned to assume specific hardware capabilities 504 assume that the CPU is @code{xxx} where xxx may have one of these values:
|
D | intro.texi | 253 the floating point environment they require. The routines cannot assume 294 safety. We assume that, by ``safe to call'', POSIX means that, as long 803 makes more sense for the library to assume they are taking care of it
|
D | charset.texi | 888 This version of @theglibc{} does not assume that @var{s} is at least 1044 assume that a function to convert one line from a buffer is needed. Since 1661 must not assume anything about the definition of this type; it must be 2080 the problem we assume to write a program that has to convert from 2415 buffer. The conversion function must not assume anything about the size
|
D | locale.texi | 444 portability, assume that any symbol beginning with @samp{LC_} might be 1018 returned string is not specified, and therefore you should not assume
|
D | install.texi | 357 for instructions on reporting bugs. Note that some of the tests assume
|
D | message.texi | 624 call the @code{gencat} program as follows (assume @file{ex.msg} contains 727 Now we can start building the program (assume the message catalog source
|
D | threads.texi | 954 (compiler) barrier. (Some compilers assume that well-known functions
|
D | job.texi | 489 Since shells follow this convention, applications can assume that they
|
/glibc-2.36/posix/ |
D | regex_internal.h | 46 # define DEBUG_ASSERT(x) assume (x)
|
/glibc-2.36/mach/ |
D | Machrules | 212 # dependencies and then assume all other MiG-generated modules depend on the
|
/glibc-2.36/ |
D | Makeconfig | 858 # We have to assume that glibc functions are called in any rounding 860 # disable any optimization that assume default rounding mode.
|
D | INSTALL | 328 on reporting bugs. Note that some of the tests assume they are not
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.4 | 768 * hurd/hurdioctl.c (tiocsctty): Don't assume MACH_PORT_NULL is 1540 * malloc/mtrace.c (tr_mallochook, tr_reallochook): Don't assume
|
D | ChangeLog.16 | 2027 timer interval, don't assume smallest possible interval is it. 2621 mount point. We assume procfs is mounted at /proc in many other 3461 assume that the "contents" member is suitably aligned. It is 8154 * posix/regcomp.c (utf8_sb_map): Don't assume initializer 8169 * posix/regexec.c (build_trtable): Don't assume bitset_t has no 8434 (setup): Remove FUNC_NAME and ALL arguments, assume they are always 8500 pointer P, use P () rather than (*P) (), as we now assume C89 or 8605 Don't assume 1<<31 has defined behavior on hosts with 32-bit int, 8676 * posix/regex.h (_RE_ARGS): Remove. No longer needed, since we assume 10575 do not invoke __sigprocmask(). We can always assume rt signals
|
123