Home
last modified time | relevance | path

Searched +defs:b +defs:get +defs:line (Results 1 – 25 of 711) sorted by relevance

12345678910>>...29

/dports/games/openfodder/openfodder-1.6.0/Source/Utils/
H A Dini.hpp51 #define fini_strncpy(a, b) wcscpy(a, b) argument
52 #define fini_strncpy(a, b, c) wcsncpy(a, b, c) argument
53 #define fini_strtok(a, b) wcstok(a, b) argument
66 #define fini_strcpy(a, b) strcpy(a, b) argument
67 #define fini_strncpy(a, b, c) strncpy(a, b, c) argument
68 #define fini_strtok(a, b) strtok(a, b) argument
267 fini_string_t line; in parse() local
427 const fini_char_t* line = temp.c_str(); in save() local
434 const fini_char_t* line = temp.c_str(); in save() local
591 fini_sstream_t line; in makeSection() local
[all …]
/dports/devel/binaryen/binaryen-version_98/test/example/
H A Dcpp-unit.cpp25 void assert_equal_(T a, U b, int line, const char* file) { in assert_equal_()
45 #define assert_equal(a, b) assert_equal_((a), (b), __LINE__, __FILE__) argument
49 Binary b; in test_bits() local
542 LocalGet get; in test_cost() local
/dports/math/vtk9/VTK-9.1.0/ThirdParty/zfp/vtkzfp/include/
H A Dzfparray1.h130 uint b = p->tag.index() - 1; in flush_cache() local
138 void get(Scalar* p) const in get() function
140 uint b = 0; in get() local
142 const CacheLine* line = cache.lookup(b + 1); in get() local
153 uint b = 0; in set() local
180 void get(Scalar* p, int sx) const in get() function
186 void get(Scalar* p, int sx, uint shape) const in get() function
213 Scalar get(uint i) const in get() function
233 CacheLine* line(uint i, bool write) const in line() function
236 uint b = block(i); in line() local
H A Dzfparray2.h134 uint b = p->tag.index() - 1; in flush_cache() local
142 void get(Scalar* p) const in get() function
144 uint b = 0; in get() local
147 const CacheLine* line = cache.lookup(b + 1); in get() local
158 uint b = 0; in set() local
196 void get(Scalar* p, int sx, int sy) const in get() function
203 void get(Scalar* p, int sx, int sy, uint shape) const in get() function
232 Scalar get(uint i, uint j) const in get() function
252 CacheLine* line(uint i, uint j, bool write) const in line() function
255 uint b = block(i, j); in line() local
H A Dzfparray3.h138 uint b = p->tag.index() - 1; in flush_cache() local
146 void get(Scalar* p) const in get() function
148 uint b = 0; in get() local
152 const CacheLine* line = cache.lookup(b + 1); in get() local
163 uint b = 0; in set() local
205 void get(Scalar* p, int sx, int sy, int sz) const in get() function
213 void get(Scalar* p, int sx, int sy, int sz, uint shape) const in get() function
244 Scalar get(uint i, uint j, uint k) const in get() function
264 CacheLine* line(uint i, uint j, uint k, bool write) const in line() function
267 uint b = block(i, j, k); in line() local
/dports/devel/zfp/zfp-0.5.5/array/
H A Dzfparray1.h130 uint b = p->tag.index() - 1; in flush_cache() local
138 void get(Scalar* p) const in get() function
140 uint b = 0; in get() local
142 const CacheLine* line = cache.lookup(b + 1); in get() local
153 uint b = 0; in set() local
180 void get(Scalar* p, int sx) const in get() function
186 void get(Scalar* p, int sx, uint shape) const in get() function
213 Scalar get(uint i) const in get() function
233 CacheLine* line(uint i, bool write) const in line() function
236 uint b = block(i); in line() local
H A Dzfparray2.h134 uint b = p->tag.index() - 1; in flush_cache() local
142 void get(Scalar* p) const in get() function
144 uint b = 0; in get() local
147 const CacheLine* line = cache.lookup(b + 1); in get() local
158 uint b = 0; in set() local
196 void get(Scalar* p, int sx, int sy) const in get() function
203 void get(Scalar* p, int sx, int sy, uint shape) const in get() function
232 Scalar get(uint i, uint j) const in get() function
252 CacheLine* line(uint i, uint j, bool write) const in line() function
255 uint b = block(i, j); in line() local
H A Dzfparray3.h138 uint b = p->tag.index() - 1; in flush_cache() local
146 void get(Scalar* p) const in get() function
148 uint b = 0; in get() local
152 const CacheLine* line = cache.lookup(b + 1); in get() local
163 uint b = 0; in set() local
205 void get(Scalar* p, int sx, int sy, int sz) const in get() function
213 void get(Scalar* p, int sx, int sy, int sz, uint shape) const in get() function
244 Scalar get(uint i, uint j, uint k) const in get() function
264 CacheLine* line(uint i, uint j, uint k, bool write) const in line() function
267 uint b = block(i, j, k); in line() local
/dports/biology/ugene/ugene-40.1/src/plugins_3rdparty/ball/src/include/BALL/MATHS/
H A Dplane3.h101 TPlane3(const TVector3<T>& a, const TVector3<T>& b, const TVector3<T>& c) in TPlane3()
114 TPlane3(const T& a, const T& b, const T& c, const T& d) in TPlane3()
199 void set(const TVector3<T>& a, const TVector3<T>& b, const TVector3<T>& c) in set()
223 void get(TPlane3& plane) const in get() function
234 void get(TVector3<T>& point, TVector3<T>& normal) const in get() function
317 bool has(const TLine3<T>& line) const in has()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/zfp/vtkzfp/include/
H A Dzfparray1.h75 uint b = p->tag.index() - 1; in flush_cache() local
83 void get(Scalar* p) const in get() function
85 uint b = 0; in get() local
87 const CacheLine* line = cache.lookup(b + 1); in get() local
98 uint b = 0; in set() local
118 friend void swap(reference a, reference b) in swap()
221 void get(Scalar* p, int sx) const in get() function
227 void get(Scalar* p, int sx, uint shape) const in get() function
245 const Scalar& get(uint i) const in get() function
265 CacheLine* line(uint i, bool write) const in line() function
[all …]
H A Dzfparray2.h82 uint b = p->tag.index() - 1; in flush_cache() local
90 void get(Scalar* p) const in get() function
92 uint b = 0; in get() local
95 const CacheLine* line = cache.lookup(b + 1); in get() local
106 uint b = 0; in set() local
127 friend void swap(reference a, reference b) in swap()
256 void get(Scalar* p, int sx, int sy) const in get() function
263 void get(Scalar* p, int sx, int sy, uint shape) const in get() function
283 const Scalar& get(uint i, uint j) const in get() function
303 CacheLine* line(uint i, uint j, bool write) const in line() function
[all …]
H A Dzfparray3.h86 uint b = p->tag.index() - 1; in flush_cache() local
94 void get(Scalar* p) const in get() function
96 uint b = 0; in get() local
100 const CacheLine* line = cache.lookup(b + 1); in get() local
111 uint b = 0; in set() local
133 friend void swap(reference a, reference b) in swap()
276 void get(Scalar* p, int sx, int sy, int sz) const in get() function
284 void get(Scalar* p, int sx, int sy, int sz, uint shape) const in get() function
306 const Scalar& get(uint i, uint j, uint k) const in get() function
326 CacheLine* line(uint i, uint j, uint k, bool write) const in line() function
[all …]
/dports/devel/ptypes/ptypes-2.1.1/src/
H A Dpinstm.cxx190 char instm::get() in get() function in instm
205 char* b = bufdata + bufpos; in token() local
235 string instm::line(int limit) in line() function in instm
243 string instm::line() in line() function in instm
257 char* b = bufdata + bufpos; in token() local
275 int instm::line(char* buf, int size, bool eateol) in line() function in instm
326 char* b = bufdata + bufpos; in skiptoken() local
/dports/java/javamail/javamail-JAVAMAIL-1_6_2/mbox/src/main/java/com/sun/mail/mbox/
H A DMessageLoader.java61 private char[] line; field in MessageLoader
107 int b; in load() local
149 int b; in skipHeader() local
237 int b; in skipBody() local
288 private final int get() throws IOException { in get() method in MessageLoader
/dports/comms/limesuite/LimeSuite-20.10.0/external/cpp-feather-ini-parser/
H A DINI.h50 #define fini_strncpy(a, b) wcscpy(a, b) argument
51 #define fini_strncpy(a, b, c) wcsncpy(a, b, c) argument
52 #define fini_strtok(a, b) wcstok(a, b) argument
65 #define fini_strcpy(a, b) strcpy(a, b) argument
66 #define fini_strncpy(a, b, c) strncpy(a, b, c) argument
67 #define fini_strtok(a, b) strtok(a, b) argument
207 value_t get(const section_t section, const key_t key, value_t def) in get() function
224 Y get(const W section, const X key, const Y def) in get() function
234 fini_char_t line[FINI_BUFFER_SIZE]; in parse() local
576 fini_sstream_t line; in makeSection() local
[all …]
/dports/sysutils/heirloom/heirloom-070715/fmt/
H A Dfmt.c220 #define get(mp, fi, c, m, b) (mp = mb_cur_max > 1 ? getvalid(fi, &c, &m) : \ argument
240 char b; in fmt() local
326 prefix(const wchar_t *line) in prefix()
383 split(const wchar_t *line) in split()
510 tabulate(wchar_t *line) in tabulate()
513 register int b, t; in tabulate() local
563 register long b; in leadin() local
/dports/science/siconos/siconos-4.4.0/io/src/test/
H A DBasicTest.cpp39 class line class
49 line() {}; in line() function in line
50 line(point* a, point*b) : _p1(a), _p2(b) {}; in line() function in line
255 void get() { }; in get() function in B
266 B b, bl; in t5() local
/dports/biology/bbmap/bbmap/current/tax/
H A DAccessionToTaxid.java74 String b=split.length>1 ? split[1] : null; in AccessionToTaxid() local
343 private static void accumulate(AtomicLongArray a, long[] b){ in accumulate()
352 public static int get(String accession){ in get() method in AccessionToTaxid
420 static long hash(final byte[] line, final int limit){ in hash()
437 public static int parseLineToTaxid(final byte[] line, final byte delimiter){ in parseLineToTaxid()
438 int a=0, b=0; in parseLineToTaxid() local
464 int a=0, b=0; in parseLineToTaxid_2col() local
613 public boolean parseLine(final byte[] line, final byte delimiter){ in parseLine()
614 int a=0, b=0; in parseLine() local
689 public boolean parseLine2(final byte[] line, final byte delimiter){ in parseLine2()
[all …]
H A DAccessionToTaxid_old.java73 String b=split.length>1 ? split[1] : null; in AccessionToTaxid_old() local
323 private static void accumulate(AtomicLongArray a, long[] b){ in accumulate()
332 public static int get(String accession){ in get() method in AccessionToTaxid_old
396 static long hash(final byte[] line, final int limit){ in hash()
413 public static int parseLineToTaxid(final byte[] line, final byte delimiter){ in parseLineToTaxid()
414 int a=0, b=0; in parseLineToTaxid() local
557 public boolean parseLine(final byte[] line, final byte delimiter){ in parseLine()
558 int a=0, b=0; in parseLine() local
633 public boolean parseLine2(final byte[] line, final byte delimiter){ in parseLine2()
634 int a=0, b=0; in parseLine2() local
/dports/devel/swig/swig-4.0.2/Examples/test-suite/php/
H A Dtests.php3 function die_on_error($errno, $errstr, $file, $line) {
119 static function get($var) { function in check
125 static function is_a($a,$b) {
138 static function classparent($a,$b) {
208 static function equal($a,$b,$message) {
213 static function resource($a,$b,$message) {
/dports/net/kea/kea-2.0.1/src/lib/cc/
H A Ddata.cc130 Element::get(const int) const { in get() function in isc::data::Element
165 Element::get(const std::string&) const { in get() function in isc::data::Element
210 operator==(const Element& a, const Element& b) { in operator ==()
219 operator<(Element const& a, Element const& b) { in operator <()
266 Element::create(const bool b, const Position& pos) { in create()
667 int line = 1, pos = 1; in fromJSON() local
680 int line = 1, pos = 1; in fromJSON() local
763 int line = 1, pos = 1; in fromJSON() local
938 int line = 0, pos = 0; in fromWire() local
954 int line = 0, pos = 0; in fromWire() local
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DLine.hpp25 double distance_to_squared(const L &line, const Vec<N, T> &point) in distance_to_squared()
43 double distance_to(const L &line, const Vec<N, T> &point) in distance_to()
82 …static inline double distance_to_squared(const Point &point, const Point &a, const Point &b) { ret… in distance_to_squared()
83 …static double distance_to(const Point &point, const Point &a, const Point &b) { return sqrt(distan… in distance_to()
86 Point b; member in Slic3r::Line
93 ThickLine(const Point& a, const Point& b) : Line(a, b), a_width(0), b_width(0) {} in ThickLine()
94 …ThickLine(const Point& a, const Point& b, double wa, double wb) : Line(a, b), a_width(wa), b_width… in ThickLine()
109 Vec3crd b; member in Slic3r::Line3
119 Vec2d b; member in Slic3r::Linef
135 Vec3d b; member in Slic3r::Linef3
[all …]
/dports/deskutils/taskwarrior/taskwarrior-2.6.1/src/
H A DTDB2.cpp98 bool TF2::get (int id, Task& task) in get() function in TF2
121 bool TF2::get (const std::string& uuid, Task& task) in get() function in TF2
237 void TF2::add_line (const std::string& line) in add_line()
319 Task TF2::load_task (const std::string& line) in load_task()
382 for (auto& line : _added_lines) in load_tasks() local
393 for (auto& line : _lines) in load_tasks() local
842 std::vector <std::string> b = backlog.get_lines (); in revert() local
977 void TDB2::revert_backlog ( in revert_backlog()
1317 bool TDB2::get (int id, Task& task) in get() function in TDB2
1325 bool TDB2::get (const std::string& uuid, Task& task) in get() function in TDB2
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/BN/io/DSL/cocoR/
H A DScanner.h59 int line; // token line (starting at 1) variable
106 UTF8Buffer( Buffer* b ) : Buffer( b ) {}; in UTF8Buffer()
193 int get( const wchar_t* key, int defaultVal ) { in get() function
233 int line; // line number of current character variable
261 void setTrace( bool b ) { _trace_=b;} in setTrace()
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/agrum/BN/io/net/cocoR/
H A DScanner.h59 int line; // token line (starting at 1) variable
106 UTF8Buffer( Buffer* b ) : Buffer( b ) {}; in UTF8Buffer()
193 int get( const wchar_t* key, int defaultVal ) { in get() function
233 int line; // line number of current character variable
262 void setTrace( bool b ) { _trace_=b;} in setTrace()

12345678910>>...29