Searched refs:period (Results 1 – 25 of 71) sorted by relevance
123
/glibc-2.36/string/ |
D | str-two-way.h | 119 size_t *period) in critical_factorization() argument 170 *period = p; in critical_factorization() 210 *period = p; in critical_factorization() 230 size_t period; /* The period of the right half of needle. */ in two_way_short_needle() local 236 suffix = critical_factorization (needle, needle_len, &period); in two_way_short_needle() 240 if (CMP_FUNC (needle, needle + period, suffix) == 0) in two_way_short_needle() 272 j += period; in two_way_short_needle() 273 memory = needle_len - period; in two_way_short_needle() 291 period = MAX (suffix, needle_len - suffix) + 1; in two_way_short_needle() 364 j += period; in two_way_short_needle() [all …]
|
/glibc-2.36/localedata/tests/ |
D | test1.cm | 73 <period> /x2e
|
D | test2.cm | 73 <period> /x2e
|
D | test3.cm | 73 <period> /x2e
|
D | test5.cm | 81 <period> /x2e
|
D | test4.cm | 79 <period> /x2e
|
/glibc-2.36/localedata/charmaps/ |
D | NATS-DANO-ADD | 71 <period> /x00 <U002E> FULL STOP
|
D | NATS-SEFI-ADD | 71 <period> /x00 <U002E> FULL STOP
|
D | JIS_C6229-1984-B-ADD | 96 <period> /x00 <U002E> FULL STOP
|
D | JIS_C6229-1984-HAND-ADD | 93 <period> /x00 <U002E> FULL STOP
|
D | JIS_C6229-1984-KANA | 142 <period> /x00 <U002E> FULL STOP
|
D | JIS_C6229-1984-A | 153 <period> /x2E <U002E> FULL STOP
|
D | JIS_C6229-1984-HAND | 156 <period> /x2E <U002E> FULL STOP
|
D | JIS_C6220-1969-JP | 157 <period> /x00 <U002E> FULL STOP
|
D | ISO_8859-1,GL | 80 <period> \d046 FULL STOP
|
/glibc-2.36/timezone/ |
D | australasia | 1126 # saving period will continue with the same rules as used during the 2008-2009 1133 # The extended daylight saving period that South Australia has been trialling 1150 # the 1989/90 year was a trial of an extended "daylight saving" period. 1151 # This trial was deemed successful and the extended period adopted for 1206 # until 0300 local time 1999-02-28. Each year the DST period will
|
D | africa | 489 # Mauritius. The summer time period which will be of one hour ahead of 900 # that the fasting month of ramadan coincides with the period concerned by summer time.
|
D | europe | 288 # in terms of standard time being GMT+1 with a period of winter time when it 289 # is GMT, rather than standard time being GMT with a period of summer time 905 # the same daylight savings time period as in West Greenland (Godthab). 1274 # to the julian/gregorian calendar) over the period in question.
|
/glibc-2.36/manual/ |
D | time.texi | 16 * Sleeping:: Waiting for a period of time. 54 A @dfn{period} is the elapsed time of an interval between two events, 57 @cindex period of time 1543 the name of the period for the year (e.g.@: an era name) in the 1980 The locale's representation of the period. 2835 This is the period between successive timer interrupts. If zero, the 2839 This is the period between now and the first timer interrupt. If zero, 2870 The timer period is too large. 2990 @code{select} and make the waiting period quite accurate. (Of course,
|
D | creature.texi | 137 (LFS). It is a transition interface for the period when @w{64 bit}
|
D | maint.texi | 506 by removing trailing suffixes starting with a period.
|
D | socket.texi | 2246 specify a timeout period; see @ref{Socket Options}. 3208 @code{select} (@pxref{Waiting for I/O}) to establish a timeout period 3462 blocks until the data are transmitted or the timeout period has expired. 3465 This specifies the timeout period, in seconds.
|
D | sysinfo.texi | 56 Domain Name) and consists of the hostname, then a period, then the
|
D | llio.texi | 2130 timeout period has expired. 2171 If @code{select} returns because the timeout period expires, it returns 2202 timeout period for reading from a file descriptor. The @code{input_timeout} 2204 file descriptor, or until the timeout period expires.
|
D | texinfo.tex | 592 % @. is an end-of-sentence period. 3380 % period following counts as ending a sentence. (Idea found in latex.) 3421 % We do .5em per period so that it has the same spacing in the cm 3422 % typewriter fonts as three actual period characters; on the other hand, 4203 % Call \doitemize, adding a period to the first argument and supplying the 4326 % we'll always have a period there to be parsed.
|
123