Home
last modified time | relevance | path

Searched refs:uflow (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/ofed/include/rdma/
H A Duverbs_std_types.h165 struct ib_uflow_object *uflow; in ib_set_flow() local
176 uflow = container_of(uobj, typeof(*uflow), uobject); in ib_set_flow()
177 uflow->resources = uflow_res; in ib_set_flow()
/freebsd/usr.sbin/sa/
H A Dpdb.c283 int uflow; in print_ci() local
289 uflow = 1; in print_ci()
291 uflow = 0; in print_ci()
354 if (!uflow) in print_ci()
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dpow.c310 svbool_t uflow in sv_exp_inline() local
312 uflow = svand_z (pg, uoflow, uflow); in sv_exp_inline()
315 oflow = svand_z (pg, uoflow, svbic_z (pg, oflow, uflow)); in sv_exp_inline()
319 svbool_t special = svbic_z (pg, uoflow, svorr_z (pg, uflow, oflow)); in sv_exp_inline()
337 z = svsel (uflow, res_spurious_uflow, z); in sv_exp_inline()
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Derfcf.c104 uint32x4_t uflow = vcgeq_s32 (vreinterpretq_s32_f32 (x), in V_NAME_F1() local
106 cmp = vorrq_u32 (cmp, uflow); in V_NAME_F1()
H A Derfc.c114 uint64x2_t uflow = vcgeq_s64 (vreinterpretq_s64_f64 (x), in V_NAME_D1() local
116 cmp = vorrq_u64 (cmp, uflow); in V_NAME_D1()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dstreambuf96 virtual int_type uflow();
188 return uflow();
277 virtual int_type uflow();
378 } else if ((__c = uflow()) != __eof) {
394 typename basic_streambuf<_CharT, _Traits>::int_type basic_streambuf<_CharT, _Traits>::uflow() {
H A Dfstream47 virtual int_type uflow();
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_std_types.c54 struct ib_uflow_object *uflow = in uverbs_free_flow() local
63 ib_uverbs_flow_resources_free(uflow->resources); in uverbs_free_flow()
/freebsd/contrib/llvm-project/libcxx/src/
H A Dstd_stream.h46 virtual int_type uflow();
98 typename __stdinbuf<_CharT>::int_type __stdinbuf<_CharT>::uflow() { in imbue()
111 __stdinbuf<_CharT>::uflow() uflow() function