Home
last modified time | relevance | path

Searched refs:ushort (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/contrib/openzfs/lib/libspl/
H A Datomic.c44 ATOMIC_INC(ushort, ushort_t) in ATOMIC_INC()
62 ATOMIC_DEC(ushort, ushort_t)
128 ATOMIC_OR(ushort, ushort_t)
146 ATOMIC_AND(ushort, ushort_t)
168 ATOMIC_INC_NV(ushort, ushort_t)
186 ATOMIC_DEC_NV(ushort, ushort_t)
252 ATOMIC_OR_NV(ushort, ushort_t)
270 ATOMIC_AND_NV(ushort, ushort_t)
309 ATOMIC_CAS(ushort, ushort_t) in ATOMIC_CAS()
331 ATOMIC_SWAP(ushort, ushort_t)
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h9130 ushort __ovld __cnfn hadd(ushort, ushort);
9183 ushort __ovld __cnfn rhadd(ushort, ushort);
9236 ushort __ovld __cnfn clamp(ushort, ushort, ushort);
9437 ushort __ovld __cnfn mad_hi(ushort, ushort, ushort);
9489 ushort __ovld __cnfn mad_sat(ushort, ushort, ushort);
9541 ushort __ovld __cnfn max(ushort, ushort);
9633 ushort __ovld __cnfn min(ushort, ushort);
9726 ushort __ovld __cnfn mul_hi(ushort, ushort);
9783 ushort __ovld __cnfn rotate(ushort, ushort);
10958 ushort __ovld __cnfn bitselect(ushort, ushort, ushort);
[all …]
H A Dopencl-c-base.h120 typedef unsigned short ushort; typedef
178 typedef ushort ushort2 __attribute__((ext_vector_type(2)));
179 typedef ushort ushort3 __attribute__((ext_vector_type(3)));
180 typedef ushort ushort4 __attribute__((ext_vector_type(4)));
181 typedef ushort ushort8 __attribute__((ext_vector_type(8)));
182 typedef ushort ushort16 __attribute__((ext_vector_type(16)));
583 #define as_ushort(x) __builtin_astype((x), ushort)
/freebsd/contrib/sendmail/include/sm/
H A Dsem.h32 ushort *array;
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dtypes.h58 typedef unsigned short ushort; typedef
/freebsd/contrib/sendmail/libsm/
H A Dsem.c237 ushort *array;
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_atomic.cpp17 typedef unsigned short ushort; typedef
1739 ATOMIC_CMPXCHG_MIX(fixed2u, ushort, add, 16, +, fp, _Quad, 2i, 1,
1743 ATOMIC_CMPXCHG_MIX(fixed2u, ushort, sub, 16, -, fp, _Quad, 2i, 1,
1747 ATOMIC_CMPXCHG_MIX(fixed2u, ushort, mul, 16, *, fp, _Quad, 2i, 1,
1751 ATOMIC_CMPXCHG_MIX(fixed2u, ushort, div, 16, /, fp, _Quad, 2i, 1,
1828 ATOMIC_CMPXCHG_REV_MIX(fixed2u, ushort, sub_rev, 16, -, fp, _Quad, 2i, 1,
1832 ATOMIC_CMPXCHG_REV_MIX(fixed2u, ushort, div_rev, 16, /, fp, _Quad, 2i, 1,
2488 ATOMIC_CMPXCHG_CPT_MIX(fixed2u, ushort, add_cpt, 16, +, fp, _Quad, 2i, 1,
2492 ATOMIC_CMPXCHG_CPT_MIX(fixed2u, ushort, sub_cpt, 16, -, fp, _Quad, 2i, 1,
2496 ATOMIC_CMPXCHG_CPT_MIX(fixed2u, ushort, mul_cpt, 16, *, fp, _Quad, 2i, 1,
[all …]
/freebsd/sys/sys/
H A Dtypes.h54 typedef unsigned short ushort; /* Sys V compatibility */ typedef
/freebsd/contrib/file/magic/Magdir/
H A Dmathematica128 13 ushort 0
H A Dole2compounddocs12 >0x1A ushort !0xABAB OLE 2 Compound Document
H A Ddatabase414 >>>>>>>>>>4 ushort 0
H A Dmsdos646 >2 ushort =0
649 >2 ushort =0x0101
2210 0x3 ushort >1979
/freebsd/contrib/expat/
H A DREADME.md244 // Character type to use (char|ushort|wchar_t) [default=char]
H A Dconfigure.ac388 [EXPAT_CHAR_TYPE=ushort])],
H A DChanges601 on suffix "w") with -DEXPAT_CHAR_TYPE=(ushort|wchar_t)
603 involving -DEXPAT_CHAR_TYPE=(ushort|wchar_t)
713 - XML_UNICODE -> EXPAT_CHAR_TYPE=ushort (!)
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DOpenCLBuiltins.td347 def UShort : Type<"ushort", QualType<"Context.UnsignedShortTy">>;
1735 // For sub_group_broadcast, add scalar char, uchar, short, and ushort support,
/freebsd/contrib/ntp/
H A DChangeLog3167 * [Bug 1484] from 4.2.6p1-RC5: ushort is not defined in QNX6.
3581 * [Bug 1484] ushort is not defined in QNX6.
H A DCommitLog159350 [Bug 1484] ushort is not defined in QNX6.
159355 [Bug 1484] ushort is not defined in QNX6.
159358 [Bug 1484] ushort is not defined in QNX6.
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3112 SWIG_DECLARE_TYPEMAP_ARR_FN(ushort,unsigned short) in SWIG_DECLARE_TYPEMAP_ARR_FN()