Searched refs:uflow (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/ofed/include/rdma/ |
H A D | uverbs_std_types.h | 165 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 D | pdb.c | 283 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 D | pow.c | 310 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 D | erfcf.c | 104 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 D | erfc.c | 114 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 D | streambuf | 96 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 D | fstream | 47 virtual int_type uflow();
|
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_uverbs_std_types.c | 54 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 D | std_stream.h | 46 virtual int_type uflow(); 98 typename __stdinbuf<_CharT>::int_type __stdinbuf<_CharT>::uflow() { in imbue() 111 __stdinbuf<_CharT>::uflow() uflow() function
|