Searched refs:SRC (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/media/media-add-ons/mixer/
H A DInterpolate.cpp53 #define SRC *(const inType*)(src) macro
56 float tmp = (gain * (oldSample + (SRC - oldSample) * current - inMiddle)
70 oldSample = SRC;
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dgmp-impl.h118 /* Copy NLIMBS *limbs* from SRC to DST. */
119 #define MPN_COPY_INCR(DST, SRC, NLIMBS) \
123 (DST)[__i] = (SRC)[__i]; \
125 #define MPN_COPY_DECR(DST, SRC, NLIMBS) \
129 (DST)[__i] = (SRC)[__i]; \

Completed in 42 milliseconds