Home
last modified time | relevance | path

Searched refs:b_ (Results 1 – 16 of 16) sorted by relevance

/reactos/sdk/lib/3rdparty/freetype/src/base/
H A Dftcalc.c175 FT_Long b_, in FT_MulDiv() argument
184 b = (FT_UInt64)b_; in FT_MulDiv()
213 b = (FT_UInt64)b_; in FT_MulDiv_No_Round()
233 FT_Long b_ ) in FT_MulFix() argument
262 b = (FT_UInt64)b_; in FT_DivFix()
427 b = (FT_UInt32)b_; in FT_MulDiv()
475 b = (FT_UInt32)b_; in FT_MulDiv_No_Round()
549 sb = ( b_ >> ( sizeof ( b_ ) * 8 - 1 ) ); in FT_MulFix()
553 b = (FT_UInt32)b_; in FT_MulFix()
580 b = (FT_UInt32)b_; in FT_MulFix()
[all …]
/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Dinnerprod_test.cpp27 static size_t add(size_t a_, size_t b_) { in add() argument
28 return a_ + b_; in add()
31 static size_t mult(size_t a_, size_t b_) { in mult() argument
32 return a_ * b_; in mult()
H A Dbsearch_test.cpp22 static bool str_compare(const char* a_, const char* b_);
46 bool BsearchTest::str_compare(const char* a_, const char* b_) in str_compare() argument
48 return strcmp(a_, b_) < 0 ? 1 : 0; in str_compare()
H A Dmultiset_test.cpp28 static bool less_than(int a_, int b_) in less_than() argument
30 return a_ < b_; in less_than()
33 static bool greater_than(int a_, int b_) in greater_than() argument
35 return a_ > b_; in greater_than()
H A Dmax_test.cpp28 static bool str_compare(const char* a_, const char* b_) in str_compare() argument
29 { return strcmp(a_, b_) < 0 ? 1 : 0; } in str_compare()
H A Dmin_test.cpp27 static bool str_compare(const char* a_, const char* b_) in str_compare() argument
28 { return strcmp(a_, b_) < 0 ? 1 : 0; } in str_compare()
H A Dadj_test.cpp33 static int mult(int a_, int b_);
132 int AdjTest::mult(int a_, int b_) in mult() argument
134 return a_ * b_; in mult()
H A Dtransform_test.cpp31 static char map_char(char a_, int b_) { in map_char() argument
32 return char(a_ + b_); in map_char()
H A Dbound_test.cpp28 static bool char_str_less(const char* a_, const char* b_) in char_str_less() argument
30 return strcmp(a_, b_) < 0 ? 1 : 0; in char_str_less()
H A Dunique_test.cpp30 static bool str_equal(const char* a_, const char* b_) in str_equal() argument
31 { return *a_ == *b_; } in str_equal()
H A Dequal_test.cpp33 static bool values_squared(int a_, int b_);
175 bool EqualTest::values_squared(int a_, int b_) in values_squared() argument
177 return (a_ * a_ == b_); in values_squared()
H A Dsearch_test.cpp28 static bool str_equal(const char* a_, const char* b_) in str_equal() argument
30 return strcmp(a_, b_) == 0 ? 1 : 0; in str_equal()
H A Dmismatch_test.cpp34 bool str_equal(const char* a_, const char* b_) in str_equal() argument
36 return strcmp(a_, b_) == 0 ? 1 : 0; in str_equal()
H A Dsort_test.cpp42 static bool string_less(const char* a_, const char* b_) in string_less() argument
44 return strcmp(a_, b_) < 0 ? 1 : 0; in string_less()
H A Dpartial_test.cpp50 static bool str_compare(const char* a_, const char* b_) in str_compare() argument
52 return strcmp(a_, b_) < 0 ? 1 : 0; in str_compare()
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/
H A Dactivex.cpp194 struct b_ in win32_create_dib() struct