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/contrib/arm-optimized-routines/pl/math/
H A Dsv_pow_1u5.c236 svbool_t uflow = svpfalse_b (); in sv_exp_inline() local
241 uflow = svcmpge (pg, svsub_x (pg, abstop, SmallExp), 0x80000000); in sv_exp_inline()
242 uflow = svand_z (pg, uoflow, uflow); in sv_exp_inline()
245 oflow = svand_z (pg, uoflow, svbic_z (pg, oflow, uflow)); in sv_exp_inline()
248 special = svbic_z (pg, uoflow, svorr_z (pg, uflow, oflow)); in sv_exp_inline()
296 z = svsel (uflow, res_spurious_uflow, z); in sv_exp_inline()
H A Dv_erfcf_1u7.c100 uint32x4_t uflow = vcgeq_s32 (vreinterpretq_s32_f32 (x), in V_NAME_F1() local
102 cmp = vorrq_u32 (cmp, uflow); in V_NAME_F1()
H A Dv_erfc_1u8.c112 uint64x2_t uflow = vcgeq_s64 (vreinterpretq_s64_f64 (x), in V_NAME_D1() local
114 cmp = vorrq_u64 (cmp, uflow); in V_NAME_D1()
/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/llvm-project/libcxx/include/
H A Dstreambuf96 virtual int_type uflow();
185 return uflow();
270 virtual int_type uflow();
371 } else if ((__c = uflow()) != __eof) {
387 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 uflow() function