Searched refs:b_ (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/freetype/dist/src/base/ |
| H A D | ftcalc.c | 174 FT_Long b_, 183 b = (FT_UInt64)b_; 187 FT_MOVE_SIGN( b_, b, s ); 203 FT_Long b_, 212 b = (FT_UInt64)b_; 216 FT_MOVE_SIGN( b_, b, s ); 232 FT_Long b_ ) 236 return FT_MULFIX_ASSEMBLER( (FT_Int32)a_, (FT_Int32)b_ ); 240 FT_Int64 ab = (FT_Int64)a_ * (FT_Int64)b_; 253 FT_Long b_ ) 173 FT_MulDiv(FT_Long a_,FT_Long b_,FT_Long c_) argument 202 FT_MulDiv_No_Round(FT_Long a_,FT_Long b_,FT_Long c_) argument 231 FT_MulFix(FT_Long a_,FT_Long b_) argument 252 FT_DivFix(FT_Long a_,FT_Long b_) argument 415 FT_MulDiv(FT_Long a_,FT_Long b_,FT_Long c_) argument 463 FT_MulDiv_No_Round(FT_Long a_,FT_Long b_,FT_Long c_) argument 508 FT_MulFix(FT_Long a_,FT_Long b_) argument 607 FT_DivFix(FT_Long a_,FT_Long b_) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_opt_load_store_vectorize.c | 221 static bool entry_key_equals(const void *a_, const void *b_) argument 224 struct entry_key *b = (struct entry_key*)b_; 252 static int sort_entries(const void *a_, const void *b_) argument 255 struct entry *b = *(struct entry*const*)b_;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_private.h | 1556 bool radv_cmp_vs_prolog(const void *a_, const void *b_);
|
| H A D | radv_cmd_buffer.c | 2724 radv_cmp_vs_prolog(const void *a_, const void *b_) argument 2727 const uint32_t *b = b_;
|
Completed in 23 milliseconds