HomeSort by relevance Sort by last modified time
    Searched full:stemp (Results 1 - 12 of 12) sorted by null

  /frameworks/base/graphics/java/android/graphics/
TemporaryBuffer.java 27 buf = sTemp;
28 sTemp = null;
42 sTemp = temp;
46 private static char[] sTemp = null;
  /external/quake/quake/src/QW/progs/
subs.qc 55 local entity stemp;
56 stemp = self;
60 self = stemp;
128 local entity stemp;
129 stemp = self;
132 self = stemp;
208 local entity t, stemp, otemp, act;
267 stemp = self;
270 other = stemp;
276 self = stemp;
    [all...]
items.qc 31 local entity stemp;
101 local entity stemp;
549 local entity stemp;
564 stemp = self;
567 self = stemp;
638 stemp = self;
658 self = stemp;
791 local entity stemp;
800 stemp = self;
803 self = stemp;
    [all...]
triggers.qc 2 entity stemp, otemp, s, old;
  /external/sonivox/arm-fm-22k/lib_src/
eas_imaadpcm.c 108 EAS_I16 sTemp;
137 if ((result = EAS_HWGetWord(pEASData->hwInstData, pState->fileHandle, &sTemp, EAS_FALSE)) != EAS_SUCCESS)
140 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "Predictor: Was %d, now %d\n", pState->decoderL.acc, sTemp); */ }
142 pState->decoderL.acc = pState->decoderL.x1 = sTemp;
145 if ((result = EAS_HWGetWord(pEASData->hwInstData, pState->fileHandle, &sTemp, EAS_FALSE)) != EAS_SUCCESS)
148 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "Step: Was %d, now %d\n", pState->decoderL.step, sTemp); */ }
150 pState->decoderL.step = sTemp & 0xff;
155 if ((result = EAS_HWGetWord(pEASData->hwInstData, pState->fileHandle, &sTemp, EAS_FALSE)) != EAS_SUCCESS)
157 pState->decoderR.acc = pState->decoderR.x1 = sTemp;
160 if ((result = EAS_HWGetWord(pEASData->hwInstData, pState->fileHandle, &sTemp, EAS_FALSE)) != EAS_SUCCESS
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_imaadpcm.c 108 EAS_I16 sTemp;
137 if ((result = EAS_HWGetWord(pEASData->hwInstData, pState->fileHandle, &sTemp, EAS_FALSE)) != EAS_SUCCESS)
140 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "Predictor: Was %d, now %d\n", pState->decoderL.acc, sTemp); */ }
142 pState->decoderL.acc = pState->decoderL.x1 = sTemp;
145 if ((result = EAS_HWGetWord(pEASData->hwInstData, pState->fileHandle, &sTemp, EAS_FALSE)) != EAS_SUCCESS)
148 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "Step: Was %d, now %d\n", pState->decoderL.step, sTemp); */ }
150 pState->decoderL.step = sTemp & 0xff;
155 if ((result = EAS_HWGetWord(pEASData->hwInstData, pState->fileHandle, &sTemp, EAS_FALSE)) != EAS_SUCCESS)
157 pState->decoderR.acc = pState->decoderR.x1 = sTemp;
160 if ((result = EAS_HWGetWord(pEASData->hwInstData, pState->fileHandle, &sTemp, EAS_FALSE)) != EAS_SUCCESS
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_imaadpcm.c 108 EAS_I16 sTemp;
137 if ((result = EAS_HWGetWord(pEASData->hwInstData, pState->fileHandle, &sTemp, EAS_FALSE)) != EAS_SUCCESS)
140 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "Predictor: Was %d, now %d\n", pState->decoderL.acc, sTemp); */ }
142 pState->decoderL.acc = pState->decoderL.x1 = sTemp;
145 if ((result = EAS_HWGetWord(pEASData->hwInstData, pState->fileHandle, &sTemp, EAS_FALSE)) != EAS_SUCCESS)
148 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_DETAIL, "Step: Was %d, now %d\n", pState->decoderL.step, sTemp); */ }
150 pState->decoderL.step = sTemp & 0xff;
155 if ((result = EAS_HWGetWord(pEASData->hwInstData, pState->fileHandle, &sTemp, EAS_FALSE)) != EAS_SUCCESS)
157 pState->decoderR.acc = pState->decoderR.x1 = sTemp;
160 if ((result = EAS_HWGetWord(pEASData->hwInstData, pState->fileHandle, &sTemp, EAS_FALSE)) != EAS_SUCCESS
    [all...]
  /frameworks/base/core/java/android/text/
BoringLayout.java 211 synchronized (sTemp) {
212 mMax = (int) (FloatMath.ceil(Styled.measureText(paint, sTemp,
282 synchronized (sTemp) {
283 wid = (int) (FloatMath.ceil(Styled.measureText(paint, sTemp,
387 private static final TextPaint sTemp =
TextUtils.java     [all...]
  /external/iproute2/examples/
cbq.init-v0.7.3 826 SADDR=${SRC%%:*}; STEMP=${SRC##*:}
827 [ "$SADDR" = "$SRC" ] && STEMP=""
829 SPORT=${STEMP%%/*}; SMASK=${STEMP##*/}
830 [ "$SPORT" = "$STEMP" ] && SMASK="0xffff"
    [all...]
  /build/tools/releasetools/
common.py 698 stemp = sf.WriteToTemp()
708 cmd.append(stemp.name)
719 stemp.close()
  /external/svox/pico/lib/
picopam.c     [all...]

Completed in 841 milliseconds