HomeSort by relevance Sort by last modified time
    Searched refs:division (Results 1 - 13 of 13) sorted by null

  /device/samsung/crespo/alsa-lib/test/
midifile.c 153 double mf_ticks2sec (unsigned long ticks, int division, unsigned long tempo);
232 int format, ntrks, division; local
247 division = 96;
260 Mf_division = division = read16bit ();
267 division = Mf_division;
274 (*Mf_header) (format, ntrks, division);
788 * division This is kind of tricky, it can represent two
790 * (bit 15 set or not). If bit 15 of division is zero,
793 * division is a one, delta-times in a file correspond to
808 mfwrite (format, ntracks, division, fp
    [all...]
midifile.h 46 extern double mf_ticks2sec(unsigned long ticks,int division,unsigned long tempo);
playmidi1.c 148 static void do_header(int format, int ntracks, int division)
153 printf("smf format %d, %d tracks, %d ppq\n", format, ntracks, division);
154 ppq = division;
  /frameworks/base/core/java/android/text/
Styled.java 284 Class<?> division; local
287 division = MetricAffectingSpan.class;
289 division = CharacterStyle.class;
293 next = sp.nextSpanTransition(i, end, division);
  /external/qemu/
curses_keys.h 435 { "division", 0x0f7 },
monitor.c     [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_smf.c 247 /*lint -e{704} use shift instead of division */
1046 EAS_U16 division; local
1075 /* get the time division *
    [all...]
  /libcore/luni/src/main/java/java/math/
BigInteger.java 896 BigInt.division(getBigInt(), divisorBigInt, quotient, remainder);
910 BigInt.division(getBigInt(), divisor.getBigInt(), quotient, null);
    [all...]
BigInt.java 59 throw new ArithmeticException("BigInteger division by zero");
335 public static void division(BigInt dividend, BigInt divisor, method in class:BigInt
  /external/sonivox/arm-fm-22k/lib_src/
eas_smf.c 247 /*lint -e{704} use shift instead of division */
1046 EAS_U16 division; local
1071 /* get the time division */
1072 if ((result = EAS_HWGetWord(hwInstData, pSMFData->fileHandle, &division, EAS_TRUE)) != EAS_SUCCESS)
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_smf.c 247 /*lint -e{704} use shift instead of division */
1046 EAS_U16 division; local
1071 /* get the time division */
1072 if ((result = EAS_HWGetWord(hwInstData, pSMFData->fileHandle, &division, EAS_TRUE)) != EAS_SUCCESS)
    [all...]
  /external/dropbear/libtommath/
bn.tex     [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 142 milliseconds