Home
last modified time | relevance | path

Searched defs:vb (Results 51 – 75 of 6860) sorted by relevance

12345678910>>...275

/dports/www/varnish6/varnish-cache-varnish-6.6.2/include/
H A Dvbm.h67 vbit_expand(struct vbitmap *vb, unsigned bit) in vbit_expand()
102 struct vbitmap *vb; in vbit_init() local
124 struct vbitmap *vb; in vbit_new() local
136 vbit_destroy(struct vbitmap *vb) in vbit_destroy()
151 vbit_set(struct vbitmap *vb, unsigned bit) in vbit_set()
160 vbit_clr(const struct vbitmap *vb, unsigned bit) in vbit_clr()
168 vbit_test(const struct vbitmap *vb, unsigned bit) in vbit_test()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/s2/util/math/
H A Dvector3-inl.h59 Vector3<VType>::Vector3(const Vector2<VType> &vb, VType z) { in Vector3()
66 Vector3<VType>::Vector3(const Self &vb) { in Vector3()
73 Vector3<VType>::Vector3(const Vector4<VType> &vb) { in Vector3()
80 Vector3<VType> Vector3<VType>::Cast(const Vector3<VType2> &vb) { in Cast()
97 bool Vector3<VType>::aequal(const Self &vb, FloatType margin) const { in aequal()
176 Vector3<VType> Vector3<VType>::MulComponents(const Self &vb) const { in MulComponents()
181 Vector3<VType> Vector3<VType>::DivComponents(const Self &vb) const { in DivComponents()
196 VType Vector3<VType>::DotProd(const Self &vb) const { in DotProd()
211 Vector3<VType> Vector3<VType>::CrossProd(const Self& vb) const { in CrossProd()
H A Dvector4-inl.h61 Vector4<VType>::Vector4(const Self &vb) { in Vector4()
69 Vector4<VType>::Vector4(const Vector2<VType> &vb, const VType z, in Vector4()
86 Vector4<VType>::Vector4(const Vector3<VType> &vb, const VType w) { in Vector4()
94 Vector4<VType> Vector4<VType>::Cast(const Vector4<VType2> &vb) { in Cast()
118 bool Vector4<VType>::aequal(const Self &vb, FloatType margin) const { in aequal()
207 Vector4<VType> Vector4<VType>::MulComponents(const Self &vb) const { in MulComponents()
213 Vector4<VType> Vector4<VType>::DivComponents(const Self &vb) const { in DivComponents()
229 VType Vector4<VType>::DotProd(const Self &vb) const { in DotProd()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/vendor/groonga/tools/
H A Dgroonga-memory-leak-checker.rb46 file.each_line do |command|
58 "--log-path", log.path,
69 puts(command)
77 result.open
/dports/databases/litestream/litestream-0.3.6/vendor/google.golang.org/grpc/xds/internal/balancer/edsbalancer/
H A Dconfig.go46 // the mean time, to keep things working, we need to add this field. And it
59 type edsConfigJSON struct {
68 // When unmarshalling, we iterate through the childPolicy/fallbackPolicy lists
76 l.EDSServiceName = configJSON.EDSServiceName
/dports/math/cgal/CGAL-5.3/include/CGAL/Triangulation_2/internal/
H A DConstraint_hierarchy_2.h345 context(T va, T vb) in context()
365 contexts_begin(T va, T vb) in contexts_begin()
375 contexts_end(T va, T vb) in contexts_end()
409 insert_constraint(T va, T vb){ in insert_constraint()
444 remove_constraint(T va, T vb){ in remove_constraint()
561 remove_Steiner(T v, T va, T vb) in remove_Steiner()
601 add_Steiner(T va, T vb, T vc){ in add_Steiner()
653 make_edge(T va, T vb) const in make_edge()
662 get_contexts(T va, T vb) const in get_contexts()
674 get_contexts(T va, T vb, in get_contexts()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/powerpc/
H A Dvec-minmax-2.c22 vector double vb = vec_promote (b, PREF_D); in vmaxd() local
29 vector double vb = vec_promote (b, PREF_D); in vmind() local
42 vector float vb = vec_promote (b, PREF_F); in vmaxf() local
49 vector float vb = vec_promote (b, PREF_F); in vminf() local
H A Dvec-minmax-1.c24 vector double vb = vec_promote (b, PREF_D); in vmaxd() local
31 vector double vb = vec_promote (b, PREF_D); in vmind() local
44 vector float vb = vec_promote (b, PREF_F); in vmaxf() local
51 vector float vb = vec_promote (b, PREF_F); in vminf() local
/dports/archivers/dpkg/dpkg-1.19.7/lib/dpkg/
H A Dpkg-format.c221 virt_package(struct varbuf *vb, in virt_package()
229 virt_status_abbrev(struct varbuf *vb, in virt_status_abbrev()
242 virt_status_want(struct varbuf *vb, in virt_status_want()
253 virt_status_status(struct varbuf *vb, in virt_status_status()
264 virt_status_eflag(struct varbuf *vb, in virt_status_eflag()
275 virt_synopsis(struct varbuf *vb, in virt_synopsis()
288 virt_fsys_last_modified(struct varbuf *vb, in virt_fsys_last_modified()
312 virt_fsys_files(struct varbuf *vb, in virt_fsys_files()
338 virt_source_package(struct varbuf *vb, in virt_source_package()
355 virt_source_version(struct varbuf *vb, in virt_source_version()
[all …]
/dports/biology/star/STAR-2.7.9a/source/
H A DserviceFuns.cpp15 numT vb= *((numT*) b); in funCompareNumbers() local
28 numT vb= *((numT*) b); in funCompareNumbersReverse() local
41 numT vb= *((numT*) b + Shift); in funCompareNumbersReverseShift() local
55 uint vb= *((uint*) b); in funCompareUint1() local
68 uint vb= *((uint*) b); in funCompareUint2() local
86 arrayType* vb= (arrayType*) b; in funCompareArrays() local
103 arrayType* vb= (arrayType*) b; in funCompareArraysReverse() local
120 arrayType* vb= ((arrayType*) b) + Shift; in funCompareArraysShift() local
137 Type vb= *( ((Type*) b) + 1 ); in funCompareTypeSecondFirst() local
155 Type vb= *( ((Type*) b)+Shift ); in funCompareTypeShift() local
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/bigarray/
H A Dbigarray_stubs.c257 value caml_ba_get_N(value vb, value * vind, int nind) in caml_ba_get_N()
306 CAMLprim value caml_ba_get_1(value vb, value vind1) in caml_ba_get_1()
622 CAMLprim value caml_ba_num_dims(value vb) in caml_ba_num_dims()
630 CAMLprim value caml_ba_dim(value vb, value vn) in caml_ba_dim()
638 CAMLprim value caml_ba_dim_1(value vb) in caml_ba_dim_1()
643 CAMLprim value caml_ba_dim_2(value vb) in caml_ba_dim_2()
648 CAMLprim value caml_ba_dim_3(value vb) in caml_ba_dim_3()
655 CAMLprim value caml_ba_kind(value vb) in caml_ba_kind()
662 CAMLprim value caml_ba_layout(value vb) in caml_ba_layout()
1041 CAMLprim value caml_ba_slice(value vb, value vind) in caml_ba_slice()
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/bigarray/
H A Dbigarray_stubs.c257 value caml_ba_get_N(value vb, value * vind, int nind) in caml_ba_get_N()
306 CAMLprim value caml_ba_get_1(value vb, value vind1) in caml_ba_get_1()
622 CAMLprim value caml_ba_num_dims(value vb) in caml_ba_num_dims()
630 CAMLprim value caml_ba_dim(value vb, value vn) in caml_ba_dim()
638 CAMLprim value caml_ba_dim_1(value vb) in caml_ba_dim_1()
643 CAMLprim value caml_ba_dim_2(value vb) in caml_ba_dim_2()
648 CAMLprim value caml_ba_dim_3(value vb) in caml_ba_dim_3()
655 CAMLprim value caml_ba_kind(value vb) in caml_ba_kind()
662 CAMLprim value caml_ba_layout(value vb) in caml_ba_layout()
1041 CAMLprim value caml_ba_slice(value vb, value vind) in caml_ba_slice()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/PCH/
H A Dcxx1y-variable-templates.cpp59 template<typename T> T vb = T(); variable
73 template<typename T> T vb = T(10); variable
92 template<typename T> T vb = T(100); variable
109 template int vb<int>; variable
139 template const int vb<const int>; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/PCH/
H A Dcxx1y-variable-templates.cpp59 template<typename T> T vb = T(); variable
73 template<typename T> T vb = T(10); variable
92 template<typename T> T vb = T(100); variable
109 template int vb<int>; variable
139 template const int vb<const int>; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/PCH/
H A Dcxx1y-variable-templates.cpp59 template<typename T> T vb = T(); variable
73 template<typename T> T vb = T(10); variable
92 template<typename T> T vb = T(100); variable
109 template int vb<int>; variable
139 template const int vb<const int>; variable
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/PCH/
H A Dcxx1y-variable-templates.cpp59 template<typename T> T vb = T(); variable
73 template<typename T> T vb = T(10); variable
92 template<typename T> T vb = T(100); variable
109 template int vb<int>; variable
139 template const int vb<const int>; variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/PCH/
H A Dcxx1y-variable-templates.cpp59 template<typename T> T vb = T(); variable
73 template<typename T> T vb = T(10); variable
92 template<typename T> T vb = T(100); variable
109 template int vb<int>; variable
139 template const int vb<const int>; variable
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/26_numerics/valarray/
H A D83860.cc40 const std::valarray<int> va(v), vb(v), vc(v); in test01() local
57 const std::valarray<int> va(v), vb(v); in test03() local
66 const std::valarray<int> va(v), vb(v); in test04() local
75 const std::valarray<int> va(v), vb(v); in test05() local
92 const std::valarray<int> va(v), vb(v); in test07() local
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/26_numerics/valarray/
H A D83860.cc40 const std::valarray<int> va(v), vb(v), vc(v); in test01() local
57 const std::valarray<int> va(v), vb(v); in test03() local
66 const std::valarray<int> va(v), vb(v); in test04() local
75 const std::valarray<int> va(v), vb(v); in test05() local
92 const std::valarray<int> va(v), vb(v); in test07() local
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/txscript/data/
H A Dsighash.json40 …["4ddaa680026ec4d8060640304b86823f1ac760c260cef81d85bd847952863d629a3002b54b0200000008526365636a65…
57 …["ca66ae10049533c2b39f1449791bd6d3f039efe0a121ab7339d39ef05d6dcb200ec3fb2b3b020000000465006a53ffff…
66 …["efec1cce044a676c1a3d973f810edb5a9706eb4cf888a240f2b5fb08636bd2db482327cf500000000005ab51656a52ff…
75 …["612701500414271138e30a46b7a5d95c70c78cc45bf8e40491dac23a6a1b65a51af04e6b94020000000451655153ffff…
92 …["68a59fb901c21946797e7d07a4a3ea86978ce43df0479860d7116ac514ba955460bae78fff0000000001abffffffff03…
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/26_numerics/valarray/
H A D83860.cc40 const std::valarray<int> va(v), vb(v), vc(v); in test01() local
57 const std::valarray<int> va(v), vb(v); in test03() local
66 const std::valarray<int> va(v), vb(v); in test04() local
75 const std::valarray<int> va(v), vb(v); in test05() local
92 const std::valarray<int> va(v), vb(v); in test07() local
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/PCH/
H A Dcxx1y-variable-templates.cpp55 template<typename T> T vb = T(); variable
69 template<typename T> T vb = T(10); variable
88 template<typename T> T vb = T(100); variable
105 template int vb<int>; variable
135 template const int vb<const int>; variable
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/26_numerics/valarray/
H A D83860.cc40 const std::valarray<int> va(v), vb(v), vc(v); in test01() local
57 const std::valarray<int> va(v), vb(v); in test03() local
66 const std::valarray<int> va(v), vb(v); in test04() local
75 const std::valarray<int> va(v), vb(v); in test05() local
92 const std::valarray<int> va(v), vb(v); in test07() local
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/26_numerics/valarray/
H A D83860.cc40 const std::valarray<int> va(v), vb(v), vc(v); in test01() local
57 const std::valarray<int> va(v), vb(v); in test03() local
66 const std::valarray<int> va(v), vb(v); in test04() local
75 const std::valarray<int> va(v), vb(v); in test05() local
92 const std::valarray<int> va(v), vb(v); in test07() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/PCH/
H A Dcxx1y-variable-templates.cpp59 template<typename T> T vb = T(); variable
73 template<typename T> T vb = T(10); variable
92 template<typename T> T vb = T(100); variable
109 template int vb<int>; variable
139 template const int vb<const int>; variable

12345678910>>...275