Home
last modified time | relevance | path

Searched refs:pu (Results 1 – 25 of 59) sorted by relevance

123

/openbsd/sys/arch/hppa/spmath/
H A Dimpyu.S86 extru pu,27,28,pu ; <= zero
198 shd pc,pu,3,pu ; shift 3 signed
211 shd pm,pu,3,pu
216 extru pu,30,31,pu
224 shd pm,pu,2,pu ;
225 sub pu,op1,pu ; subtract op1
240 sh1sa extrs pu,30,31,pu ; signed
244 shd pm,pu,3,pu
256 shd pc,pu,2,pu ; shift with carry
265 extru pu,29,30,pu
[all …]
H A Dimpys.S75 extru pu,27,28,pu ; <= zero
207 shd pc,pu,3,pu ; shift 3 signed
220 shd pm,pu,3,pu
225 extru pu,30,31,pu
230 extru pu,29,30,pu ; shift unsigned
233 shd pm,pu,2,pu ;
234 sub pu,op1,pu ; subtract op1
247 sh1sa extrs pu,30,31,pu ; signed
260 shd pc,pu,2,pu ; shift with carry
269 extru pu,29,30,pu
[all …]
/openbsd/regress/usr.bin/mandoc/mdoc/Nm/
H A Dpunct.out_ascii4 NNmm--ppuunncctt - punctuation handling by the Nm macro
7 …closing punctuation aa) only one NNmm--ppuunncctt) only more than one NNmm--ppuunnc…
8 …middle aa) zz start NNmm--ppuunncctt) z dot NNmm--ppuunncctt. z comma NNmm--p…
9 …NNmm--ppuunncctt; z colon NNmm--ppuunncctt: z quest NNmm--ppuunncctt? z ex…
10 …NNmm--ppuunncctt) z bracket NNmm--ppuunncctt] z bar | mm op paren (aa op bracket…
12 Missing blank: NNmm--ppuunncctt..
/openbsd/regress/usr.bin/mandoc/mdoc/Bk/
H A Dinputlines.out_ascii4 BBkk--iinnppuuttlliinneess - effect of input lines breaks on word keeps
7 …BBkk--iinnppuuttlliinneess _x _x _x _x _x _x _x _x _x _x _x _x _x _x _…
10 …BBkk--iinnppuuttlliinneess _x _x _x _x _x _x _x _x _x _x _x _x _x _x _…
13 …BBkk--iinnppuuttlliinneess _x _x _x _x _x _x _x _x _x _x _x _x _x _x _…
16 …BBkk--iinnppuuttlliinneess _x _x _x _x _x _x _x _x _x _x _x _x _x _x _…
19 …BBkk--iinnppuuttlliinneess _x _x _x _x _x _x _x _x _x _x _x _x _x _x _…
22 …BBkk--iinnppuuttlliinneess _x _x _x _x _x _x _x _x _x _x _x _x _x _x _…
25 …BBkk--iinnppuuttlliinneess _x _x _x _x _x _x _x _x _x _x _x _x _x _x _…
28 …BBkk--iinnppuuttlliinneess _x _x _x _x _x _x _x _x _x _x _x _x _x _x _…
31 …BBkk--iinnppuuttlliinneess _x _x _x _x _x _x _x _x _x _x _x _x _x _x _…
[all …]
/openbsd/games/tetris/
H A Dscores.c265 struct peruser *pu; in checkscores() local
281 for (j = 0, pu = count; j < nrnames; j++, pu++) in checkscores()
282 if (strcmp(sp->hs_name, pu->name) == 0) in checkscores()
288 pu->name = sp->hs_name; in checkscores()
289 pu->times = 1; in checkscores()
298 if ((pu->times < MAXSCORES && in checkscores()
301 pu->times++; in checkscores()
/openbsd/sys/isofs/cd9660/
H A Dcd9660_node.c334 cd9660_tstamp_conv7(u_char *pi, struct timespec *pu) in cd9660_tstamp_conv7() argument
349 pu->tv_sec = 0; in cd9660_tstamp_conv7()
350 pu->tv_nsec = 0; in cd9660_tstamp_conv7()
370 pu->tv_sec = crtime; in cd9660_tstamp_conv7()
371 pu->tv_nsec = 0; in cd9660_tstamp_conv7()
388 cd9660_tstamp_conv17(u_char *pi, struct timespec *pu) in cd9660_tstamp_conv17() argument
413 return (cd9660_tstamp_conv7(buf,pu)); in cd9660_tstamp_conv17()
/openbsd/gnu/usr.bin/perl/lib/
H A DBenchmark.pm582 sub cpu_p { my($r,$pu,$ps,$cu,$cs) = @{$_[0]}; $pu+$ps ; }
583 sub cpu_c { my($r,$pu,$ps,$cu,$cs) = @{$_[0]}; $cu+$cs ; }
584 sub cpu_a { my($r,$pu,$ps,$cu,$cs) = @{$_[0]}; $pu+$ps+$cu+$cs ; }
585 sub real { my($r,$pu,$ps,$cu,$cs) = @{$_[0]}; $r ; }
646 my($r, $pu, $ps, $cu, $cs, $n) = @t;
656 $r,$pu,$ps,$cu,$cs,$tt) if $style eq 'all';
658 $r,$pu,$ps,$pt) if $style eq 'noc';
/openbsd/gnu/llvm/libcxx/include/experimental/
H A Dpropagate_const27 template <class T> constexpr bool operator==(nullptr_t, const propagate_const<T>& pu);
29 template <class T> constexpr bool operator!=(nullptr_t, const propagate_const<T>& pu);
42 …emplate <class T, class U> constexpr bool operator==(const _Tp& t, const propagate_const<_Up>& pu);
43 …emplate <class T, class U> constexpr bool operator!=(const _Tp& t, const propagate_const<_Up>& pu);
44 …template <class T, class U> constexpr bool operator<(const _Tp& t, const propagate_const<_Up>& pu);
45 …template <class T, class U> constexpr bool operator>(const _Tp& t, const propagate_const<_Up>& pu);
46 …emplate <class T, class U> constexpr bool operator<=(const _Tp& t, const propagate_const<_Up>& pu);
47 …emplate <class T, class U> constexpr bool operator>=(const _Tp& t, const propagate_const<_Up>& pu);
50 …template <class T> constexpr void swap(propagate_const<T>& pt, propagate_const<T>& pu) noexcept(se…
63 template <class U> EXPLICIT constexpr propagate_const(propagate_const<_Up>&& pu); // see below
[all …]
/openbsd/gnu/gcc/gcc/config/i386/
H A Dpentium.md39 (define_attr "pent_pair" "uv,pu,pv,np"
46 (const_string "pu")
52 (const_string "pu")
55 (const_string "pu")
58 (const_string "pu")
61 (const_string "pu")
249 (and (eq_attr "pent_pair" "pu")
273 (and (eq_attr "pent_pair" "pu")
297 (and (eq_attr "pent_pair" "pu")
/openbsd/gnu/usr.bin/gcc/gcc/config/i386/
H A Dpentium.md39 (define_attr "pent_pair" "uv,pu,pv,np"
46 (const_string "pu")
52 (const_string "pu")
55 (const_string "pu")
58 (const_string "pu")
61 (const_string "pu")
249 (and (eq_attr "pent_pair" "pu")
273 (and (eq_attr "pent_pair" "pu")
297 (and (eq_attr "pent_pair" "pu")
/openbsd/lib/libusbhid/
H A Dusage.c269 int k, j, us, pu, len; in hid_parse_usage_in_page() local
288 pu = strtonum(sep + len, 0x1, 0xFFFF, &errstr); in hid_parse_usage_in_page()
290 return (pages[k].usage << 16) | pu; in hid_parse_usage_in_page()
/openbsd/regress/usr.bin/mandoc/char/space/
H A Dtab-filled.out_ascii7 … bbeeggiinnnniinngg ooff tthhee ccuurrrreenntt iinnppuutt lliinnee..
22 … ccoonnttiinnuueess oonnttoo tthhee nneexxtt oouuttppuutt lliinnee..
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D991026-1.c9 } u, *pu = &u; in foo() local
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D22.crt18 BcoapPv3iO0hlNQgKqgc2iPRYewa/+pu+Ny7QME+Qdl1i4R+kqoAZROQvZYaYn3E
H A D1637.crt15 pu+a3NtFAZg14R0JcIQq5M3mavvt40K7ydyzXKAzSyhR13ktaM6JJ68CAwEAAaMh
H A D63.crt18 pu/m/iD/EILf2l8HEDOBV7CG2rWtj8xlyJA1LNFQ8rwTrfKBB9exZE9lAsfeiunF
H A D1712.key20 tT5jDPImm0suRAmExo42xCbOV8UnnBY0Linee/pu+mdOFWzLJdNEFk7Eq6/WkALG
H A D3141.key16 ernZeNgcQBrsgR2wsDF5/18f/yo21RHGn+mPkHozJDhgrFM62ESh5N0bnYOIl+pu
/openbsd/regress/usr.bin/mandoc/mdoc/Ns/
H A Dpunct.out_ascii4 NNss--ppuunncctt - punctuation after the no space macro
/openbsd/regress/usr.bin/mandoc/mdoc/Ux/
H A Dpunct.out_ascii4 UUxx--ppuunncctt - trailing delimiters in Unix macro arguments
/openbsd/regress/usr.bin/mandoc/mdoc/Oo/
H A Dpunct.out_ascii4 OOoo--ppuunncctt - punctuation handling by the Oo macro
/openbsd/regress/usr.bin/mandoc/mdoc/Op/
H A Dpunct.out_ascii4 OOpp--ppuunncctt - punctuation handling by the Op macro
/openbsd/regress/usr.bin/mandoc/mdoc/Sh/
H A DpunctNAME.out_ascii4 …SShh--ppuunnccttNNAAMMEE sseeccoonndd__nnaammee; tthhiirrdd__nnaam…
/openbsd/regress/usr.bin/mandoc/mdoc/Fo/
H A Dpunct.out_ascii4 FFoo--ppuunncctt - punctuation on function input lines
/openbsd/regress/usr.bin/mandoc/mdoc/Ms/
H A Dfont.out_ascii7 …normal text bboolldd_e_m_p_h_a_s_i_sbbaacckk | aafftteerr: ppuunnccttuu…

123