Searched refs:then (Results 1 - 25 of 265) sorted by relevance

1234567891011

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dbcopy-1.c12 struct timeval past, now, then; local
13 __builtin_bcopy (&then, &past, sizeof (then));
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/macros/
H A Dapp3.d2 #name: APP with macro then NO_APP then more code
H A Dapp2.d2 #name: APP with macro then NO_APP
/netbsd-6-1-5-RELEASE/sbin/dump/
H A Dunctime.c56 struct tm then; local
58 str = strptime(str, "%a %b %e %H:%M:%S %Y", &then);
59 then.tm_isdst = -1;
62 return mktime(&then);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mri/
H A Dif.s5 if d1 <gt> d0 and d2 <gt> d0 then
6 if d1 <gt> d2 then
12 if d0 <gt> d1 or d0 <gt> d2 then
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mmix/
H A Dbpo-7.s1 # If the symbol is a register then this is an error.
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/test/
H A Dtrace-calls.lua9 if t~=nil and t.currentline>=0 then io.write(t.short_src,":",t.currentline," ") end
11 if event=="call" then
14 level=level-1 if level<0 then level=0 end
16 if t.what=="main" then
17 if event=="call" then
22 elseif t.what=="Lua" then
H A Dsieve.lua16 if n == nil then return end
17 if math.mod(n, p) ~= 0 then coroutine.yield(n) end
26 if n == nil then break end
H A Dsort.lua6 if l<u then
14 if f(x[i],t) then
32 if f(x[j],x[m]) then m=j end
46 if x[i] then io.write(",") end
H A Dbisect.lua8 if c==a or c==b or math.abs(a-b)<delta then return c,b-a end
11 if fa*fc<0 then return bisect(f,a,c,fa,fc) else return bisect(f,c,b,fc,fb) end
H A Dfib.lua6 if n<2 then
18 if not y then
H A Dtrace-globals.lua7 if type(a)=="string" then
18 if line>=0 then io.write(":",line) end
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/30_threads/condition_variable/members/
H A D2.cc41 auto then = std::chrono::monotonic_clock::now(); local
42 std::cv_status result = c1.wait_until(l, then + ms);
44 VERIFY( (std::chrono::monotonic_clock::now() - then) >= ms );
H A D1.cc41 auto then = std::chrono::system_clock::now(); local
44 VERIFY( (std::chrono::system_clock::now() - then) >= ms );
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/30_threads/condition_variable_any/members/
H A D2.cc66 auto then = std::chrono::monotonic_clock::now(); local
67 std::cv_status result = c1.wait_until(m, then + ms);
69 VERIFY( (std::chrono::monotonic_clock::now() - then) >= ms );
H A D1.cc65 auto then = std::chrono::system_clock::now(); local
68 VERIFY( (std::chrono::system_clock::now() - then) >= ms );
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/examples/hello-c++-kde/admin/
H A Dconf.change.pl136 if test "x\$ac_file" != x..; then
140 if test -f \$tmp/subs.files ; then
153 if test "x\$ac_cs_root" = "x" ; then
166 if test "x\$ac_file" != x..; then
170 if test -f \$ac_cs_root.sacfiles ; then
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/bindings/lua/
H A Doptparse.lua12 -- <opt> the option string to be used (can be anything, if one letter opt, then should be -x val, more letters: -xy=val )
48 if flag then
59 if optdesc then
62 if action == 'store' or action == nil then
65 if not val then o.fail('option requires an argument ' .. v) end
66 elseif action == 'store_true' then
68 elseif action == 'store_false' then
73 if v:match('^%-') then o.fail('invalid option ' .. v) end
78 if options.help then
82 if options.version then
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/hkpclient/
H A Doptparse.lua12 -- <opt> the option string to be used (can be anything, if one letter opt, then should be -x val, more letters: -xy=val )
48 if flag then
59 if optdesc then
62 if action == 'store' or action == nil then
65 if not val then o.fail('option requires an argument ' .. v) end
66 elseif action == 'store_true' then
68 elseif action == 'store_false' then
73 if v:match('^%-') then o.fail('invalid option ' .. v) end
78 if options.help then
82 if options.version then
[all...]
/netbsd-6-1-5-RELEASE/libexec/httpd/lua/
H A Doptparse.lua12 -- <opt> the option string to be used (can be anything, if one letter opt, then should be -x val, more letters: -xy=val )
48 if flag then
59 if optdesc then
62 if action == 'store' or action == nil then
65 if not val then o.fail('option requires an argument ' .. v) end
66 elseif action == 'store_true' then
68 elseif action == 'store_false' then
73 if v:match('^%-') then o.fail('invalid option ' .. v) end
78 if options.help then
82 if options.version then
[all...]
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/etc/
H A Dstrict.lua12 if mt == nil then
25 if not mt.__declared[n] then
27 if w ~= "main" and w ~= "C" then
36 if not mt.__declared[n] and what() ~= "C" then
/netbsd-6-1-5-RELEASE/usr.sbin/timed/timed/
H A Dcandidate.c51 struct timeval then, wait; local
84 (void)gettimeofday(&then, 0);
85 then.tv_sec += 3;
88 timersub(&then, &wait, &wait);
/netbsd-6-1-5-RELEASE/share/mk/
H A Dbsd.obj.mk25 @if [ ! -d ${MAKEOBJDIRPREFIX} ]; then \
30 @if [ ! -d ${__objdir} ]; then \
32 if [ ! -d ${__objdir} ]; then \
71 if [ "$$here" != "$$subdir" ]; then \
72 if [ ! -d ${__usrobjdir} ]; then \
80 [ "$$dest" = "$$ttarg" ]; then \
87 if [ ! -d $$dest ]; then \
95 if [ ! -d ${__objdir} ] || [ -h ${__objdir} ]; then \
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/otp/
H A Dotp_db.c113 time_t now, then; local
125 memcpy (&then, p, sizeof(then));
126 ctx->lock_time = then;
129 if (then && now - then < OTP_USER_TIMEOUT) {
/netbsd-6-1-5-RELEASE/lib/libm/arch/vax/
H A Dn_sincos.S58 beql 1f # if x is zero or reserved operand then return x
94 beql 1f # if x is reserved operand then return x

Completed in 368 milliseconds

1234567891011