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

/frameworks/av/media/libeffects/testlibs/
H A DEffectsMath.h291 /* drive coef is given as int.frac */
295 #define MULT_AUDIO_DRIVE(audio,drive) /*lint -e(702) <avoid divide for performance>*/ \
298 ((int32_t)(audio)) * ((int32_t)(drive)) \
/frameworks/compile/libbcc/lib/Support/
H A Dsha1.c430 char drive[MAXDRIVE]; local
483 fnsplit(argv[i], drive, dir, name, ext);
488 sprintf(path, "%s%s%s", drive, dir, f.ff_name);

Completed in 69 milliseconds