Home
last modified time | relevance | path

Searched refs:when (Results 1 – 25 of 1660) sorted by relevance

12345678910>>...67

/trueos/contrib/ntp/sntp/
HDmain.c233 double dispersion, weight, when, offset, error; member
693 double weight, disp, when, offset, error, drift, drifterr, in estimate_stats() local
701 record[i].when += correction; in estimate_stats()
706 record[index].when = *a_when; in estimate_stats()
743 disp = weight = when = offset = y = 0.0; in estimate_stats()
746 when += w*record[i].when; in estimate_stats()
752 when /= weight; in estimate_stats()
757 disp,weight,when,offset); in estimate_stats()
765 x += w*(record[i].when-when)*(record[i].when-when); in estimate_stats()
766 drift += w*(record[i].when-when)*(record[i].offset-offset); in estimate_stats()
[all …]
/trueos/lib/libdispatch/src/
HDtime.c131 _dispatch_timeout(dispatch_time_t when) in _dispatch_timeout() argument
134 if (when == DISPATCH_TIME_FOREVER) { in _dispatch_timeout()
137 if (when == 0) { in _dispatch_timeout()
140 if ((int64_t)when < 0) { in _dispatch_timeout()
141 when = (dispatch_time_t)-(int64_t)when; in _dispatch_timeout()
143 return now >= when ? 0 : when - now; in _dispatch_timeout()
146 return now >= when ? 0 : _dispatch_time_mach2nano(when - now); in _dispatch_timeout()
/trueos/contrib/llvm/tools/clang/include/clang/Frontend/
HDCodeGenOptions.def36 CODEGENOPT(CUDAIsDevice , 1, 0) ///< Set when compiling for CUDA device.
39 ///< aliases to base ctors when possible.
40 CODEGENOPT(DataSections , 1, 0) ///< Set when -fdata-sections is enabled.
41 CODEGENOPT(DisableFPElim , 1, 0) ///< Set when -fomit-frame-pointer is enabled.
48 CODEGENOPT(DisableRedZone , 1, 0) ///< Set when -mno-red-zone is enabled.
52 ///< Only useful when running CodeGen as a
61 CODEGENOPT(FunctionSections , 1, 0) ///< Set when -ffunction-sections is enabled.
64 CODEGENOPT(InstrumentFunctions , 1, 0) ///< Set when -finstrument-functions is
66 CODEGENOPT(InstrumentForProfiling , 1, 0) ///< Set when -pg is enabled.
70 CODEGENOPT(NoCommon , 1, 0) ///< Set when -fno-common or C++ is enabled.
[all …]
/trueos/contrib/groff/contrib/mom/
HDBUGS33 Post-quote spacing still wonky when paragraph spacing is turned on.
46 Spacing under quotes not correct when paragraph spacing is turned
68 Gaps are appearing at the bottom of pages when there's a linebreak
77 Changes made to ALD and LS in version 1.2-c should not apply when
79 conflict with the internal use of ALD when the docheader is only
80 one line long (as, for example, when DOCTYPE is CHAPTER).
102 .PAD not co-operating with mom's fontstyles, esp. when a full
112 Footnote markers not resetting properly on new pages when COLUMNS
124 COL_NEXT and COL_BREAK, when invoked during the last column on a
126 page when there are footnotes in the column.
[all …]
HDNEWS11 Footnotes can run on when being referenced by line number.
37 running text (after the first page) when using the docprocessing
95 the bottom page has been obsoleted. However, both EL and TN, when
97 arguments to TAB_SET or ST when no QUAD argument is given), must now
122 Adjusted vertical placement of hyphens around page numbering when
182 docprocessing tags (yes, there are times when users want to do
198 running text falls on a "legal" baseline when <distance> is given.
207 that (collated) docs have the correct page numbering style when the
213 when either headers or footers are on, mom picks up the correct
223 BAD NEWS: mom appears to be crippled in some areas when run with
[all …]
/trueos/contrib/gdb/gdb/
HDevent-loop.c171 struct timeval when; member
980 timer_ptr->when.tv_sec = time_now.tv_sec + delta.tv_sec; in create_timer()
981 timer_ptr->when.tv_usec = time_now.tv_usec + delta.tv_usec; in create_timer()
983 if (timer_ptr->when.tv_usec >= 1000000) in create_timer()
985 timer_ptr->when.tv_sec += 1; in create_timer()
986 timer_ptr->when.tv_usec -= 1000000; in create_timer()
1002 if ((timer_index->when.tv_sec > timer_ptr->when.tv_sec) || in create_timer()
1003 ((timer_index->when.tv_sec == timer_ptr->when.tv_sec) in create_timer()
1004 && (timer_index->when.tv_usec > timer_ptr->when.tv_usec))) in create_timer()
1078 if ((timer_ptr->when.tv_sec > time_now.tv_sec) || in handle_timer_event()
[all …]
/trueos/contrib/subversion/subversion/libsvn_subr/
HDtime.c88 svn_time_to_cstring(apr_time_t when, apr_pool_t *pool) in svn_time_to_cstring() argument
102 apr_time_exp_gmt(&exploded_time, when); in svn_time_to_cstring()
133 svn_time_from_cstring(apr_time_t *when, const char *data, apr_pool_t *pool) in svn_time_from_cstring() argument
165 apr_err = apr_time_exp_gmt_get(when, &exploded_time); in svn_time_from_cstring()
196 apr_err = apr_time_exp_gmt_get(when, &exploded_time); in svn_time_from_cstring()
209 svn_time_to_human_cstring(apr_time_t when, apr_pool_t *pool) in svn_time_to_human_cstring() argument
217 ret = apr_time_exp_lt(&exploded_time, when); in svn_time_to_human_cstring()
/trueos/sys/cddl/contrib/opensolaris/uts/common/dtrace/
HDprofile.c334 profile_online(void *arg, cpu_t *cpu, cyc_handler_t *hdlr, cyc_time_t *when) in profile_online() argument
346 when->cyt_interval = prof->prof_interval; in profile_online()
347 when->cyt_when = dtrace_gethrtime() + when->cyt_interval; in profile_online()
349 pcpu->profc_expected = when->cyt_when; in profile_online()
350 pcpu->profc_interval = when->cyt_interval; in profile_online()
370 cyc_time_t when; in profile_enable() local
380 when.cyt_interval = prof->prof_interval; in profile_enable()
381 when.cyt_when = dtrace_gethrtime() + when.cyt_interval; in profile_enable()
390 prof->prof_cyclic = cyclic_add(&hdlr, &when); in profile_enable()
/trueos/sys/netgraph/
HDng_pipe.c68 struct timeval when; /* this packet's due time */ member
636 struct timeval *when = &hinfo->qin_utime; in ngp_rcvdata() local
637 if (when->tv_sec < now->tv_sec || (when->tv_sec == now->tv_sec in ngp_rcvdata()
638 && when->tv_usec < now->tv_usec)) { in ngp_rcvdata()
639 when->tv_sec = now->tv_sec; in ngp_rcvdata()
640 when->tv_usec = now->tv_usec; in ngp_rcvdata()
768 struct timeval *when; in pipe_dequeue() local
780 when = &hinfo->qin_utime; in pipe_dequeue()
781 if (when->tv_sec > now->tv_sec || (when->tv_sec == now->tv_sec in pipe_dequeue()
782 && when->tv_usec > now->tv_usec)) in pipe_dequeue()
[all …]
/trueos/bin/sh/tests/expansion/
HDtrim6.018 [ "$y" = @ ] || echo "error when unquoted in non-splitting context"
19 [ "$yq" = @ ] || echo "error when quoted in non-splitting context"
20 [ "${v##*"$e"}" = @ ] || echo "error when quoted in splitting context"
22 [ ${v##*"$e"} = @ ] || echo "error when unquoted in splitting context"
/trueos/contrib/gcc/config/
HDt-svr41 # We need to use -fPIC when we are using gcc to compile the routines in
2 # crtstuff.c. This is only really needed when we are going to use gcc/g++
3 # to produce a shared library, but since we don't know ahead of time when
4 # we will be doing that, we just always use -fPIC when compiling the
/trueos/contrib/gcc/config/i386/
HDt-crtpic3 # We need to use -fPIC when we are using gcc to compile the routines in
4 # crtstuff.c. This is only really needed when we are going to use gcc/g++
5 # to produce a shared library, but since we don't know ahead of time when
6 # we will be doing that, we just always use -fPIC when compiling the
/trueos/crypto/openssl/doc/crypto/
HDRSA_get_ex_new_index.pod39 are called when the parent structure (in this case an RSA structure) is
40 initially created, when it is copied and when it is freed up. If any or all of
59 B<new_func()> is called when a structure is initially allocated (for example
64 B<free_func()> is called when a structure is being freed up. The dynamic parent
65 structure members should not be accessed because they will be freed up when
74 B<RSA_get_ex_new_index()> when the functions were initially registered. Finally
76 corresponding parameters when B<RSA_get_ex_new_index()> was called.
78 B<dup_func()> is called when a structure is being copied. Pointers to the
81 the source application data when the function is called, when the function returns
109 present in the parent RSA structure when it is called.
/trueos/contrib/serf/
HDCHANGES18 Fix a race condition when initializing OpenSSL from multiple threads (r2263)
19 Fix issue #138: Incorrect pkg-config file when GSSAPI isn't configured
33 Fix host header when url contains a username or password (r2170)
39 Do not invoke progress callback when no data was received (r2144)
42 Fix build when GSSAPI not in default include path (2155)
47 Fix the .pc file when installing serf in a non-default LIBDIR (r2191)
77 - continue functioning when a server sets KeepAlive: off
100 Fixed issue 94: Serf can enter an infinite loop when server aborts conn.
107 Return error when C-L, chunked, gzip encoded response bodies were
115 Handle EINTR when a user suspends and then backgrounds the app (r1708)
[all …]
/trueos/contrib/gdb/gdb/doc/
HDobserver.texi9 when GDB reaches certain states, or certain events occur in GDB.
21 when attaching the callback. In return, the subject will provide
26 as it lacks a mechanism that would deallocate this data when the
32 data when attaching the callback.
42 @value{GDBN} notifies all @code{normal_stop} observers when the
47 Note that the @code{normal_stop} notification is not emitted when
62 Remove @var{observer} from the list of observers to be notified when
/trueos/contrib/ipfilter/lib/
HDsave_v1trap.c299 maketrap_v1(community, buffer, bufsize, msg, msglen, ipaddr, when) in maketrap_v1() argument
306 time_t when;
379 s[0] = when >> 24;
380 s[1] = when >> 16;
381 s[2] = when >> 8;
382 s[3] = when & 0xff;
446 sendtrap_v1_0(fd, community, msg, msglen, when) in sendtrap_v1_0() argument
450 time_t when;
457 (u_char *)msg, msglen, 0, when);
/trueos/contrib/subversion/subversion/include/
HDsvn_time.h45 svn_time_to_cstring(apr_time_t when,
52 svn_time_from_cstring(apr_time_t *when,
60 svn_time_to_human_cstring(apr_time_t when,
/trueos/sys/cddl/dev/profile/
HDprofile.c493 profile_online(void *arg, cpu_t *cpu, cyc_handler_t *hdlr, cyc_time_t *when) in profile_online() argument
504 when->cyt_interval = prof->prof_interval; in profile_online()
505 when->cyt_when = gethrtime() + when->cyt_interval; in profile_online()
507 pcpu->profc_expected = when->cyt_when; in profile_online()
508 pcpu->profc_interval = when->cyt_interval; in profile_online()
528 cyc_time_t when; in profile_enable() local
537 when.cyt_interval = prof->prof_interval; in profile_enable()
538 when.cyt_when = gethrtime() + when.cyt_interval; in profile_enable()
547 prof->prof_cyclic = cyclic_add(&hdlr, &when); in profile_enable()
/trueos/sbin/dhclient/
HDdispatch.c168 if (timeouts->when <= cur_time) { in dispatch()
183 howlong = timeouts->when - cur_time; in dispatch()
351 add_timeout(time_t when, void (*where)(void *), void *what) in add_timeout() argument
385 q->when = when; in add_timeout()
390 if (!timeouts || timeouts->when > q->when) { in add_timeout()
398 if (t->next->when > q->when) { in add_timeout()
/trueos/contrib/libreadline/
HDCHANGES6 a. Fixed a problem that caused segmentation faults when using readline in
13 c. Fixed a problem with key sequence translation when presented with the
35 when there are non-printing characters in the primary prompt.
43 l. Fixed a problem with the callback interface that caused it to fail when
46 m. Fixed a bug that could cause a core dump when an edited history entry was
49 n. Fixed a bug that caused readline to reference freed memory when attmpting
60 r. Fixed a redisplay bug that occurred in multibyte-capable locales when the
93 end-of-line when manipulating multibyte characters.
96 end-of-line when manipulating multibyte characters.
102 string when it contains multibyte characters.
[all …]
/trueos/contrib/gcc/config/sparc/
HDt-sol217 # We need to use -fPIC when we are using gcc to compile the routines in
18 # crtstuff.c. This is only really needed when we are going to use gcc/g++
19 # to produce a shared library, but since we don't know ahead of time when
20 # we will be doing that, we just always use -fPIC when compiling the
/trueos/contrib/gcc/
HDgdbinit.in7 Works only when an inferior is executing.
16 Works only when an inferior is executing.
31 Works only when an inferior is executing.
40 Works only when an inferior is executing.
49 Works only when an inferior is executing.
58 Works only when an inferior is executing.
/trueos/contrib/libbegemot/
HDrpoll.c177 tval_t when; /* next time to trigger in usecs! */ member
406 p->when = GETUSECS() + usecs; in poll_start_utimer()
459 return tims[t1].when < tims[t2].when ? -1 in tim_cmp()
460 : tims[t1].when > tims[t2].when ? +1 in tim_cmp()
535 i, tfd[i]->when - now); in poll_dispatch()
538 if((tout = tims[tfd[0]].when - now) < 0) in poll_dispatch()
628 if(tims[tfd[i]].when > now) in poll_dispatch()
636 tims[tfd[i]].when = now + tims[tfd[i]].usecs; in poll_dispatch()
/trueos/sys/boot/common/
HDboot.c161 time_t when, otime, ntime; in autoboot() local
194 when = otime + timeout; /* when to boot */ in autoboot()
223 if (ntime >= when) { in autoboot()
230 kernelname, (int)(when - ntime), in autoboot()
231 (when-ntime)==1?"":"s"); in autoboot()
/trueos/contrib/gcc/doc/
HDlanguages.texi23 of these, such as alias analysis, may work better when GCC is
24 compiling directly from source code then when it is compiling from
26 @item Better debugging information is generated when compiling
27 directly from source code than when going via intermediate generated C

12345678910>>...67