Searched refs:b (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.3.6/build/libraries/fx/common/src/ |
| D | fx_vec.c | 39 void VEC_Add(const VecFx32 *a, const VecFx32 *b, VecFx32 *ab) in VEC_Add() argument 42 SDK_NULL_ASSERT(b); in VEC_Add() 45 ab->x = a->x + b->x; in VEC_Add() 46 ab->y = a->y + b->y; in VEC_Add() 47 ab->z = a->z + b->z; in VEC_Add() 63 void VEC_Subtract(const VecFx32 *a, const VecFx32 *b, VecFx32 *ab) in VEC_Subtract() argument 66 SDK_NULL_ASSERT(b); in VEC_Subtract() 69 ab->x = a->x - b->x; in VEC_Subtract() 70 ab->y = a->y - b->y; in VEC_Subtract() 71 ab->z = a->z - b->z; in VEC_Subtract() [all …]
|
| /TwlSDK-5.3.6/build/libraries/init/ARM9.TWL/src/ |
| D | crt0.FLX.c | 509 #define REGION_BIT(a, b, c, d, e, f, g, h) (((a) << 0) | ((b) << 1) | ((c) << 2) | ((d) << 3) | ((… in INITi_InitRegion() argument 510 #define REGION_ACC(a, b, c, d, e, f, g, h) (((a) << 0) | ((b) << 4) | ((c) << 8) | ((d) << 12) | (… in INITi_InitRegion() argument 575 b @003 in INITi_InitRegion() 724 b @01_cache_store_loop in INITi_DoAutoload() 727 b @01_segments_loop in INITi_DoAutoload() 794 b @02_cache_store_loop in INITi_DoAutoload() 797 b @02_segments_loop in INITi_DoAutoload() 808 b _start_AutoloadDoneCallback in INITi_DoAutoload() 885 b @001 in INITi_CallStaticInitializers() 948 b @joinhere in MIi_UncompressBackward()
|