Home
last modified time | relevance | path

Searched refs:lwb (Results 1 – 25 of 310) sorted by relevance

12345678910>>...13

/dports/misc/rump/buildrump.sh-b914579/src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzil.c556 zio_buf_free(lwb->lwb_buf, lwb->lwb_sz); in zil_destroy()
768 zio_buf_free(lwb->lwb_buf, lwb->lwb_sz); in zil_lwb_write_done()
800 0, &lwb->lwb_blk, lwb->lwb_buf, BP_GET_LSIZE(&lwb->lwb_blk), in zil_lwb_write_init()
853 ASSERT(lwb->lwb_nused <= lwb->lwb_sz); in zil_lwb_write_start()
965 lwb = zil_lwb_write_start(zilog, lwb); in zil_lwb_commit()
976 lr_buf = lwb->lwb_buf + lwb->lwb_nused; in zil_lwb_commit()
1022 ASSERT3U(lwb->lwb_nused, <=, lwb->lwb_sz); in zil_lwb_commit()
1190 ((lwb == NULL) || (LWB_EMPTY(lwb)) || in zil_commit_writer()
1204 lwb = zil_lwb_commit(zilog, itx, lwb); in zil_commit_writer()
1220 if (lwb != NULL && lwb->lwb_zio != NULL) in zil_commit_writer()
[all …]
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/
H A Drandom.C75 if (!IsSignedLong(lwb) || !IsSignedLong(upb)) in RandomLong()
77 const long lo = AsSignedLong(lwb); in RandomLong()
94 return RandomBigInt(RndSrc, BigInt(lwb), upb); in RandomBigInt()
99 return RandomBigInt(RndSrc, lwb, BigInt(upb)); in RandomBigInt()
107 return lwb + sample; in RandomBigInt()
175 { return RandomLong(GlobalRandomSource(), lwb, upb); } in RandomLong()
194 myLwb(AsSignedLong(lwb)), in RandomSeqLong()
374 myLwb(lwb), in RandomSeqBigInt()
390 myLwb(lwb), in RandomSeqBigInt()
406 myLwb(lwb), in RandomSeqBigInt()
[all …]
H A DMachineInt.C40 bool IsInRange(const MachineInt& lwb, const MachineInt& val, const MachineInt& upb) in IsInRange() argument
44 if (!IsNegative(lwb)) return false; in IsInRange()
46 if (AsSignedLong(lwb) > VAL) return false; in IsInRange()
54 if (IsNegative(lwb)) return true; in IsInRange()
55 return AsUnsignedLong(lwb) <= VAL; in IsInRange()
72 bool IsInRange(const MachineInt& lwb, const MachineInt& val, const MachineInt& upb)
74 return (lwb <= val) && (val <= upb);
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/
H A Drandom.C75 if (!IsSignedLong(lwb) || !IsSignedLong(upb)) in RandomLong()
77 const long lo = AsSignedLong(lwb); in RandomLong()
94 return RandomBigInt(RndSrc, BigInt(lwb), upb); in RandomBigInt()
99 return RandomBigInt(RndSrc, lwb, BigInt(upb)); in RandomBigInt()
107 return lwb + sample; in RandomBigInt()
175 { return RandomLong(GlobalRandomSource(), lwb, upb); } in RandomLong()
194 myLwb(AsSignedLong(lwb)), in RandomSeqLong()
374 myLwb(lwb), in RandomSeqBigInt()
390 myLwb(lwb), in RandomSeqBigInt()
406 myLwb(lwb), in RandomSeqBigInt()
[all …]
H A DMachineInt.C40 bool IsInRange(const MachineInt& lwb, const MachineInt& val, const MachineInt& upb) in IsInRange() argument
44 if (!IsNegative(lwb)) return false; in IsInRange()
46 if (AsSignedLong(lwb) > VAL) return false; in IsInRange()
54 if (IsNegative(lwb)) return true; in IsInRange()
55 return AsUnsignedLong(lwb) <= VAL; in IsInRange()
72 bool IsInRange(const MachineInt& lwb, const MachineInt& val, const MachineInt& upb)
74 return (lwb <= val) && (val <= upb);
/dports/math/giacxcas/CoCoALib-0.99700/include/CoCoA/
H A Drandom.H44 friend long RandomLong(RandomSource& RndSrc, const MachineInt& lwb, const MachineInt& upb);
48 friend BigInt RandomBigInt(RandomSource& RndSrc, const BigInt& lwb, const BigInt& upb);
74 long RandomLong(const MachineInt& lwb, const MachineInt& upb);
75 BigInt RandomBigInt(const MachineInt& lwb, const MachineInt& upb);
76 BigInt RandomBigInt(const MachineInt& lwb, const BigInt& upb);
77 BigInt RandomBigInt(const BigInt& lwb, const MachineInt& upb);
78 BigInt RandomBigInt(const BigInt& lwb, const BigInt& upb);
86 RandomSeqLong(const MachineInt& lwb, const MachineInt& upb, const MachineInt& seed = 0);
196 RandomSeqBigInt(const MachineInt& lwb, const BigInt& upb, const MachineInt& seed = 0);
197 RandomSeqBigInt(const BigInt& lwb, const MachineInt& upb, const MachineInt& seed = 0);
[all …]
/dports/math/cocoalib/CoCoALib-0.99712/include/CoCoA/
H A Drandom.H44 friend long RandomLong(RandomSource& RndSrc, const MachineInt& lwb, const MachineInt& upb);
48 friend BigInt RandomBigInt(RandomSource& RndSrc, const BigInt& lwb, const BigInt& upb);
74 long RandomLong(const MachineInt& lwb, const MachineInt& upb);
75 BigInt RandomBigInt(const MachineInt& lwb, const MachineInt& upb);
76 BigInt RandomBigInt(const MachineInt& lwb, const BigInt& upb);
77 BigInt RandomBigInt(const BigInt& lwb, const MachineInt& upb);
78 BigInt RandomBigInt(const BigInt& lwb, const BigInt& upb);
86 RandomSeqLong(const MachineInt& lwb, const MachineInt& upb, const MachineInt& seed = 0);
196 RandomSeqBigInt(const MachineInt& lwb, const BigInt& upb, const MachineInt& seed = 0);
197 RandomSeqBigInt(const BigInt& lwb, const MachineInt& upb, const MachineInt& seed = 0);
[all …]
/dports/math/cocoalib/CoCoALib-0.99712/src/tests/
H A Dtest-RandomSource2.C62 const long lwb = numeric_limits<long>::min(); in program() local
68 const long rnd = RandomLong(RndSrc, lwb, upb); in program()
72 CoCoA_ASSERT_ALWAYS(smallest < lwb + 14*(upb/NumIters)); // 99.9% chance of being true in program()
81 for (int lwb=-12345; lwb < 23456; lwb += 321) in program() local
85 ++hist[RandomLong(RndSrc, lwb, lwb+NumCases-1) - lwb]; in program()
/dports/math/giacxcas/CoCoALib-0.99700/src/tests/
H A Dtest-RandomSource2.C62 const long lwb = numeric_limits<long>::min(); in program() local
68 const long rnd = RandomLong(RndSrc, lwb, upb); in program()
72 CoCoA_ASSERT_ALWAYS(smallest < lwb + 14*(upb/NumIters)); // 99.9% chance of being true in program()
81 for (int lwb=-12345; lwb < 23456; lwb += 321) in program() local
85 ++hist[RandomLong(RndSrc, lwb, lwb+NumCases-1) - lwb]; in program()
/dports/games/adonthell/adonthell-0.3.8/src/
H A Dwin_container.cc44 for(lwb::iterator i=list_wb_.begin();i!=list_wb_.end();i++) in move()
59 for(lwb::iterator i=list_wb_.begin();i!=list_wb_.end();i++) in update_position()
83 for(lwb::iterator i=list_wb_.begin();i!=list_wb_.end();i++) in remove_all()
92 for(lwb::iterator i=list_wb_.begin();i!=list_wb_.end();i++) in destroy()
101 for(lwb::iterator i=list_wb_.begin();i!=list_wb_.end();i++) in update()
137 for(lwb::iterator i=list_wb_.begin();i!=list_wb_.end();i++) in set_brightness()
145 for(lwb::iterator i=list_wb_.begin();i!=list_wb_.end();i++) in set_trans()
152 for(lwb::iterator i=list_wb_.begin();i!=list_wb_.end();i++) in set_visible_all()
166 for(lwb::iterator i=list_wb_.begin();i!=list_wb_.end();i++) in draw()
189 for(lwb::iterator i=list_wb_.begin();i!=list_wb_.end();i++) in update_layout()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dcompat.c137 struct log_wrapper_baton *lwb = baton; in log_wrapper_callback() local
139 if (lwb->receiver && SVN_IS_VALID_REVNUM(log_entry->revision)) in log_wrapper_callback()
144 return lwb->receiver(lwb->baton, in log_wrapper_callback()
161 struct log_wrapper_baton *lwb = apr_palloc(pool, sizeof(*lwb)); in svn_compat_wrap_log_receiver() local
164 lwb->baton = receiver_baton; in svn_compat_wrap_log_receiver()
165 lwb->receiver = receiver; in svn_compat_wrap_log_receiver()
167 *receiver2_baton = lwb; in svn_compat_wrap_log_receiver()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dcompat.c137 struct log_wrapper_baton *lwb = baton; in log_wrapper_callback() local
139 if (lwb->receiver && SVN_IS_VALID_REVNUM(log_entry->revision)) in log_wrapper_callback()
144 return lwb->receiver(lwb->baton, in log_wrapper_callback()
161 struct log_wrapper_baton *lwb = apr_palloc(pool, sizeof(*lwb)); in svn_compat_wrap_log_receiver() local
164 lwb->baton = receiver_baton; in svn_compat_wrap_log_receiver()
165 lwb->receiver = receiver; in svn_compat_wrap_log_receiver()
167 *receiver2_baton = lwb; in svn_compat_wrap_log_receiver()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_subr/
H A Dcompat.c137 struct log_wrapper_baton *lwb = baton; in log_wrapper_callback() local
139 if (lwb->receiver && SVN_IS_VALID_REVNUM(log_entry->revision)) in log_wrapper_callback()
144 return lwb->receiver(lwb->baton, in log_wrapper_callback()
161 struct log_wrapper_baton *lwb = apr_palloc(pool, sizeof(*lwb)); in svn_compat_wrap_log_receiver() local
164 lwb->baton = receiver_baton; in svn_compat_wrap_log_receiver()
165 lwb->receiver = receiver; in svn_compat_wrap_log_receiver()
167 *receiver2_baton = lwb; in svn_compat_wrap_log_receiver()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_subr/
H A Dcompat.c137 struct log_wrapper_baton *lwb = baton; in log_wrapper_callback() local
139 if (lwb->receiver && SVN_IS_VALID_REVNUM(log_entry->revision)) in log_wrapper_callback()
144 return lwb->receiver(lwb->baton, in log_wrapper_callback()
161 struct log_wrapper_baton *lwb = apr_palloc(pool, sizeof(*lwb)); in svn_compat_wrap_log_receiver() local
164 lwb->baton = receiver_baton; in svn_compat_wrap_log_receiver()
165 lwb->receiver = receiver; in svn_compat_wrap_log_receiver()
167 *receiver2_baton = lwb; in svn_compat_wrap_log_receiver()
/dports/dns/bind911/bind-9.11.37/bin/named/
H A Dlwdnoop.c29 lwres_buffer_t lwb; in ns_lwdclient_processnoop() local
50 &client->pkt, &lwb); in ns_lwdclient_processnoop()
54 r.base = lwb.base; in ns_lwdclient_processnoop()
55 r.length = lwb.used; in ns_lwdclient_processnoop()
72 lwres_context_freemem(client->clientmgr->lwctx, lwb.base, lwb.length); in ns_lwdclient_processnoop()
/dports/devel/boost-docs/boost_1_72_0/libs/icl/example/itvset_shell_/
H A Ditvset_shell.cpp48 typename SetTV::domain_type lwb = typename SetTV::domain_type(); in setTestShell() local
66 cin >> lwb >> upb; in setTestShell()
68 = typename SetTV::interval_type(lwb,upb); in setTestShell()
80 cin >> lwb >> upb; in setTestShell()
82 = typename SetTV::interval_type(lwb,upb); in setTestShell()
/dports/devel/boost-docs/boost_1_72_0/libs/icl/example/splititvmap_shell_/
H A Dsplititvmap_shell.cpp51 lwb = typename MapTV::domain_type(), in mapTestShell() local
72 cin >> lwb >> upb >> val; in mapTestShell()
74 itv = typename MapTV::interval_type(lwb,upb); in mapTestShell()
85 cin >> lwb >> upb >> val; in mapTestShell()
87 itv = typename MapTV::interval_type(lwb,upb); in mapTestShell()
/dports/devel/boost-python-libs/boost_1_72_0/libs/icl/example/itvset_shell_/
H A Ditvset_shell.cpp48 typename SetTV::domain_type lwb = typename SetTV::domain_type(); in setTestShell() local
66 cin >> lwb >> upb; in setTestShell()
68 = typename SetTV::interval_type(lwb,upb); in setTestShell()
80 cin >> lwb >> upb; in setTestShell()
82 = typename SetTV::interval_type(lwb,upb); in setTestShell()
/dports/devel/boost-python-libs/boost_1_72_0/libs/icl/example/splititvmap_shell_/
H A Dsplititvmap_shell.cpp51 lwb = typename MapTV::domain_type(), in mapTestShell() local
72 cin >> lwb >> upb >> val; in mapTestShell()
74 itv = typename MapTV::interval_type(lwb,upb); in mapTestShell()
85 cin >> lwb >> upb >> val; in mapTestShell()
87 itv = typename MapTV::interval_type(lwb,upb); in mapTestShell()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/icl/example/splititvmap_shell_/
H A Dsplititvmap_shell.cpp51 lwb = typename MapTV::domain_type(), in mapTestShell() local
72 cin >> lwb >> upb >> val; in mapTestShell()
74 itv = typename MapTV::interval_type(lwb,upb); in mapTestShell()
85 cin >> lwb >> upb >> val; in mapTestShell()
87 itv = typename MapTV::interval_type(lwb,upb); in mapTestShell()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/icl/example/itvset_shell_/
H A Ditvset_shell.cpp48 typename SetTV::domain_type lwb = typename SetTV::domain_type(); in setTestShell() local
66 cin >> lwb >> upb; in setTestShell()
68 = typename SetTV::interval_type(lwb,upb); in setTestShell()
80 cin >> lwb >> upb; in setTestShell()
82 = typename SetTV::interval_type(lwb,upb); in setTestShell()
/dports/databases/percona57-server/boost_1_59_0/libs/icl/example/itvset_shell_/
H A Ditvset_shell.cpp48 typename SetTV::domain_type lwb = typename SetTV::domain_type(); in setTestShell() local
66 cin >> lwb >> upb; in setTestShell()
68 = typename SetTV::interval_type(lwb,upb); in setTestShell()
80 cin >> lwb >> upb; in setTestShell()
82 = typename SetTV::interval_type(lwb,upb); in setTestShell()
/dports/databases/percona57-server/boost_1_59_0/libs/icl/example/splititvmap_shell_/
H A Dsplititvmap_shell.cpp51 lwb = typename MapTV::domain_type(), in mapTestShell() local
72 cin >> lwb >> upb >> val; in mapTestShell()
74 itv = typename MapTV::interval_type(lwb,upb); in mapTestShell()
85 cin >> lwb >> upb >> val; in mapTestShell()
87 itv = typename MapTV::interval_type(lwb,upb); in mapTestShell()
/dports/databases/xtrabackup/boost_1_59_0/libs/icl/example/itvset_shell_/
H A Ditvset_shell.cpp48 typename SetTV::domain_type lwb = typename SetTV::domain_type(); in setTestShell() local
66 cin >> lwb >> upb; in setTestShell()
68 = typename SetTV::interval_type(lwb,upb); in setTestShell()
80 cin >> lwb >> upb; in setTestShell()
82 = typename SetTV::interval_type(lwb,upb); in setTestShell()
/dports/databases/xtrabackup/boost_1_59_0/libs/icl/example/splititvmap_shell_/
H A Dsplititvmap_shell.cpp51 lwb = typename MapTV::domain_type(), in mapTestShell() local
72 cin >> lwb >> upb >> val; in mapTestShell()
74 itv = typename MapTV::interval_type(lwb,upb); in mapTestShell()
85 cin >> lwb >> upb >> val; in mapTestShell()
87 itv = typename MapTV::interval_type(lwb,upb); in mapTestShell()

12345678910>>...13