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

  /frameworks/base/cmds/bootanimation/
AudioPlayer.cpp 142 int tempInt;
156 if (sscanf(l, "card=%d", &tempInt) == 1) {
157 ALOGD("card=%d", tempInt);
158 mCard = tempInt;
165 } else if (sscanf(l, "device=%d", &tempInt) == 1) {
166 ALOGD("device=%d", tempInt);
167 mDevice = tempInt;
168 } else if (sscanf(l, "period_size=%d", &tempInt) == 1) {
169 ALOGD("period_size=%d", tempInt);
170 mPeriodSize = tempInt;
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
amrdecode.cpp 399 int tempInt;
447 tempInt = dec_ets_input_bfr[AMRSID_RXMODE_BIT_OFFSET+i] << i;
448 modeStore |= tempInt;
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js 408 // tempInt is used for 32-bit signed values or smaller. tempBigInt is used
409 // for 32-bit unsigned values or more than 32 bits. TODO: audit all uses of tempInt
410 var tempValue, tempInt, tempBigInt, tempInt2, tempBigInt2, tempPair, tempBigIntI, tempBigIntR, tempBigIntS, tempBigIntP, tempBigIntD;
    [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 466 // tempInt is used for 32-bit signed values or smaller. tempBigInt is used
467 // for 32-bit unsigned values or more than 32 bits. TODO: audit all uses of tempInt
468 var tempValue, tempInt, tempBigInt, tempInt2, tempBigInt2, tempPair, tempBigIntI, tempBigIntR, tempBigIntS, tempBigIntP, tempBigIntD;
    [all...]

Completed in 903 milliseconds