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.c43 ATOMIC_INC(ushort, ushort_t) in ATOMIC_INC()
59 ATOMIC_DEC(ushort, ushort_t)
119 ATOMIC_OR(ushort, ushort_t)
135 ATOMIC_AND(ushort, ushort_t)
155 ATOMIC_INC_NV(ushort, ushort_t)
171 ATOMIC_DEC_NV(ushort, ushort_t)
231 ATOMIC_OR_NV(ushort, ushort_t)
247 ATOMIC_AND_NV(ushort, ushort_t)
284 ATOMIC_CAS(ushort, ushort_t) in ATOMIC_CAS()
304 ATOMIC_SWAP(ushort, ushort_t)
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h75 char __ovld __cnfn convert_char_rte(ushort);
76 char __ovld __cnfn convert_char_sat_rte(ushort);
77 char __ovld __cnfn convert_char_rtz(ushort);
78 char __ovld __cnfn convert_char_sat_rtz(ushort);
79 char __ovld __cnfn convert_char_rtp(ushort);
80 char __ovld __cnfn convert_char_sat_rtp(ushort);
81 char __ovld __cnfn convert_char_rtn(ushort);
82 char __ovld __cnfn convert_char_sat_rtn(ushort);
83 char __ovld __cnfn convert_char(ushort);
84 char __ovld __cnfn convert_char_sat(ushort);
[all …]
H A Dopencl-c-base.h124 typedef unsigned short ushort; typedef
182 typedef ushort ushort2 __attribute__((ext_vector_type(2)));
183 typedef ushort ushort3 __attribute__((ext_vector_type(3)));
184 typedef ushort ushort4 __attribute__((ext_vector_type(4)));
185 typedef ushort ushort8 __attribute__((ext_vector_type(8)));
186 typedef ushort ushort16 __attribute__((ext_vector_type(16)));
587 #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/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/contrib/sendmail/libsm/
H A Dsem.c237 ushort *array;
/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 Dmsdos105 >>>>(0x3c.l+0x3E) ushort !0
496 >>>>>(0x3c.l+0x3E) ushort !0 for MS Windows
502 >>>>>>(0x3c.l+0x3E) ushort =0x0300
505 >>>>>(0x3c.l+0x3E) ushort 0
522 >>>>>(0x3c.l+0x3E) ushort !0
526 >>>>>(0x3c.l+0x3E) ushort 0 1.x/2.x
530 >>>>>(0x3c.l+0x3E) ushort =0x0300
541 >>>>>(0x3c.l+0x3E) ushort >0x0300
549 >>>>>(0x3c.l+0x3E) ushort >0x0300
592 >>>>>(0x3c.l+0x3E) ushort 0 1.x/2.x
[all …]
H A Dole2compounddocs12 >0x1A ushort !0xABAB OLE 2 Compound Document
H A Ddatabase414 >>>>>>>>>>4 ushort 0
/freebsd/contrib/expat/
H A DREADME.md289 // Character type to use (char|ushort|wchar_t) [default=char]
H A Dconfigure.ac401 [EXPAT_CHAR_TYPE=ushort])],
H A DChanges762 on suffix "w") with -DEXPAT_CHAR_TYPE=(ushort|wchar_t)
764 involving -DEXPAT_CHAR_TYPE=(ushort|wchar_t)
874 - 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 DChangeLog3285 * [Bug 1484] from 4.2.6p1-RC5: ushort is not defined in QNX6.
3699 * [Bug 1484] ushort is not defined in QNX6.
H A DCommitLog[all...]
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp3166 SWIG_DECLARE_TYPEMAP_ARR_FN(ushort,unsigned short) in SWIG_DECLARE_TYPEMAP_ARR_FN()