Searched refs:tw (Results 1 - 20 of 20) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_x86.cpp22 uint16_t tw = 0; local
24 tw <<= 2;
31 tw |= 1; // Zero
33 tw |= 2; // Denormal
35 tw |= 2; // Infinity or NaN
38 tw |= 3; // Empty register
44 return tw;
49 uint8_t lldb_private::FullToAbridgedTagWord(uint16_t tw) { argument
54 if ((tw & mask) != mask)
H A DRegisterContext_x86.h388 uint8_t FullToAbridgedTagWord(uint16_t tw);
/openbsd-current/usr.bin/rsync/
H A Dsession.c34 double tr, tw, ts; local
58 tw = twrite / (1024.0 * 1024.0 * 1024.0);
62 tw = twrite / (1024.0 * 1024.0);
66 tw = twrite / 1024.0;
70 tw = twrite;
90 twsz, tw, twu,
103 uint64_t tw, tr, ts; local
108 tw = sess->total_write;
116 } else if (!io_write_ulong(sess, fd, tw)) {
125 stats_log(sess, tr, tw, t
139 uint64_t tr, tw, ts; local
[all...]
/openbsd-current/gnu/llvm/lldb/include/lldb/Symbol/
H A DTaggedASTType.h27 TaggedASTType(const TaggedASTType<C> &tw) : CompilerType(tw) {} argument
33 TaggedASTType<C> &operator=(const TaggedASTType<C> &tw) { argument
34 CompilerType::operator=(tw);
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/
H A D970915-0.f17 . * 4.*(3.-tw**2) * gzi2(A,B)
18 . + ((1.+2./tauw)*tw**2-(5.+2./tauw))* gzi1(A,B)
/openbsd-current/bin/ksh/
H A Dtree.c438 char **tw, **rw; local
453 for (tw = t->vars; *tw++ != NULL; )
455 rw = r->vars = areallocarray(NULL, tw - t->vars + 1,
456 sizeof(*tw), ap);
457 for (tw = t->vars; *tw != NULL; )
458 *rw++ = wdcopy(*tw++, ap);
465 for (tw = t->args; *tw
[all...]
/openbsd-current/regress/lib/libpthread/pthread_rwlock/
H A Dpthread_rwlock.c124 pthread_t tr[NUM_READERS], tw; local
138 if ((r = pthread_create(&tw, NULL, writer, NULL)))
148 pthread_join(tw, NULL);
/openbsd-current/gnu/usr.bin/perl/cpan/Tie-RefHash/t/
H A Drefhash.t56 my ($tr, $tw, $te) = @{$tied_results[$i]};
61 $ok = 0 if (defined($ow) != defined($tw)) or ($ow ne $tw);
73 defined $tw ? "\twarning: $tw\n" : "\tno warning\n",
/openbsd-current/usr.sbin/amd/amq/
H A Damq.c79 int tw = strlen(mt->mt_type); local
85 if (tw > *twid)
86 *twid = tw;
163 int tw = strlen(mi->mi_type); local
169 if (tw > *twid)
170 *twid = tw;
/openbsd-current/usr.bin/systat/
H A Dengine.c312 int len, i, d, tr, tw, val, pos, cur; local
337 tw = fld->width % d;
342 tw += fld->width;
349 while (tw >= d) {
351 tw -= d;
371 int i, tw, val; local
377 tw = fld->arg / 2;
382 tw += fld->arg;
384 while (tw >= fld->width) {
386 tw
[all...]
/openbsd-current/gnu/usr.bin/texinfo/makeinfo/
H A Dlang.h50 ta, te, tg, th, ti, tk, tl, tn, to, tr, ts, tt, tw, enumerator in enum:__anon7400
H A Dlang.c537 { tw, "tw", "Twi" },
/openbsd-current/gnu/usr.bin/texinfo/info/
H A Dinfo-utils.c507 int tw;
509 tw = ((hpos + 8) & 0xf8) - hpos;
510 while (i < tw)
504 int tw; local
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/t/
H A DAliases.t131 gb18030 big5plus euc-tw)
/openbsd-current/gnu/usr.bin/perl/t/
H A Dloc_tools.pl734 Chinese:zh:cn tw:cn.EUC eucCN eucTW euc.CN euc.TW Big5 GB2312 tw.EUC
/openbsd-current/gnu/lib/libreadline/
H A DMakefile.in57 ETAGS = etags -tw
58 CTAGS = ctags -tw
/openbsd-current/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags/
H A DList.pm478 {zh-tw} Taiwan Chinese;
1590 =item {tw} : Twi
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/bin/
H A Denc2xs1233 like euc-tw, it won't take too long.
/openbsd-current/gnu/usr.bin/perl/win32/
H A DMakefile1178 copy ..\README.tw ..\pod\perltw.pod
H A DGNUmakefile1654 copy ..\README.tw ..\pod\perltw.pod

Completed in 217 milliseconds