HomeSort by relevance Sort by last modified time
    Searched refs:temp (Results 826 - 850 of 2100) sorted by null

<<31323334353637383940>>

  /external/v8/src/mips/
lithium-mips.h 586 LMulI(LOperand* left, LOperand* right, LOperand* temp) {
589 temps_[0] = temp;
618 LUnaryMathOperation(LOperand* value, LOperand* temp) {
620 temps_[0] = temp;
674 LIsObjectAndBranch(LOperand* value, LOperand* temp) {
676 temps_[0] = temp;
688 LIsStringAndBranch(LOperand* value, LOperand* temp) {
690 temps_[0] = temp;
715 explicit LIsUndetectableAndBranch(LOperand* value, LOperand* temp) {
717 temps_[0] = temp;
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MidiFile.cpp 325 EAS_I32 temp; local
336 result = EAS_ParseMetaData(easData, easHandle, &temp);
350 mDuration = *duration = int(temp);
441 int temp; local
504 if ((temp = mAudioSink->write(mAudioBuffer, num_output)) < 0) {
505 ALOGE("Error in writing:%d",temp);
506 return temp;
  /external/icu4c/common/
ustrcase.cpp 374 UChar *temp; local
404 temp=buffer;
407 temp=(UChar *)uprv_malloc(destCapacity*U_SIZEOF_UCHAR);
408 if(temp==NULL) {
414 temp=dest;
417 destLength=stringCaseMapper(csm, temp, destCapacity, src, srcLength, pErrorCode);
418 if(temp!=dest) {
423 uprv_memmove(dest, temp, copyLength*U_SIZEOF_UCHAR);
426 if(temp!=buffer) {
427 uprv_free(temp);
    [all...]
  /external/iproute2/misc/
ifstat.c 249 char temp[64]; local
258 sprintf(temp, "%uM", (unsigned)(rates[i]/mega));
259 fprintf(fp, "%-6s ", temp);
261 sprintf(temp, "%uK", (unsigned)(rates[i]/kilo));
262 fprintf(fp, "%-6s ", temp);
269 char temp[64]; local
278 sprintf(temp, "%uM", (unsigned)(vals[k]/mega));
279 fprintf(fp, "%-6s ", temp);
281 sprintf(temp, "%uK", (unsigned)(vals[k]/kilo));
282 fprintf(fp, "%-6s ", temp);
    [all...]
  /external/chromium_org/chrome/test/nacl/
nacl_browsertest_util.cc 36 std::string temp;
37 if (!value->GetAsString(&temp))
40 value.reset(reader.ReadToValue(temp));
42 return InternalError("Could not parse message JSON: " + temp +
47 return InternalError("Message was not an object: " + temp);
  /external/chromium_org/third_party/freetype/src/cache/
ftcsbits.c 132 FT_Int temp; local
149 #define CHECK_CHAR( d ) ( temp = (FT_Char)d, temp == d )
150 #define CHECK_BYTE( d ) ( temp = (FT_Byte)d, temp == d )
  /external/chromium_org/third_party/icu/source/test/cintltst/
cstrtest.c 42 const char *temp; local
132 temp=uprv_strdup("strdup");
133 if(uprv_strcmp(temp, "strdup") !=0 ){
134 log_err("FAIL: uprv_strdup() failed. Expected: \"strdup\", Got: %s\n", temp);
136 uprv_free((char *)temp);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_fpc_emit.c 55 * Get unpreserved temporary, a temp whose value is not preserved between
196 int temp = -1; local
218 * register (a utemp / unpreserved temp) won't do.
222 temp = i915_get_temp(p); /* get temp reg index */
223 tempReg = UREG(REG_TYPE_R, temp); /* make i915 register */
276 if (temp >= 0)
277 i915_release_temp(p, temp);
  /external/freetype/src/cache/
ftcsbits.c 132 FT_Int temp; local
149 #define CHECK_CHAR( d ) ( temp = (FT_Char)d, temp == d )
150 #define CHECK_BYTE( d ) ( temp = (FT_Byte)d, temp == d )
  /external/icu4c/test/cintltst/
cstrtest.c 42 const char *temp; local
132 temp=uprv_strdup("strdup");
133 if(uprv_strcmp(temp, "strdup") !=0 ){
134 log_err("FAIL: uprv_strdup() failed. Expected: \"strdup\", Got: %s\n", temp);
136 uprv_free((char *)temp);
cnumtst.c 129 UChar temp[5]; local
325 u_uastrcpy(temp, "JPY");
328 resultlengthneeded=unum_formatDoubleCurrency(cur_def, a, temp, NULL, resultlength, &pos2, &status);
333 unum_formatDoubleCurrency(cur_def, a, temp, result, resultlength, &pos2, &status);
366 if (u_strcmp(temp2, temp)==0) {
624 unum_getTextAttribute(cur_fr, UNUM_NEGATIVE_SUFFIX, temp, resultlength, &status);
629 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
639 if(u_strcmp(suffix,temp)!=0)
644 u_uastrcpy(temp,"$")
1162 UChar temp[128]; local
1486 char temp[512]; local
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_emit.c 55 * Get unpreserved temporary, a temp whose value is not preserved between
196 int temp = -1; local
218 * register (a utemp / unpreserved temp) won't do.
222 temp = i915_get_temp(p); /* get temp reg index */
223 tempReg = UREG(REG_TYPE_R, temp); /* make i915 register */
276 if (temp >= 0)
277 i915_release_temp(p, temp);
  /external/opencv/otherlibs/highgui/
loadsave.cpp 498 CvMat *temp = 0, *temp2 = 0; local
525 CV_CALL( temp = cvCreateMat(image->rows, image->cols, image->type) );
526 CV_CALL( cvFlip( image, temp, 0 ));
527 image = temp;
549 cvReleaseMat( &temp );
  /external/qemu/android/
qemu-setup.c 208 char temp[12]; local
209 snprintf( temp, sizeof(temp), "%d", console_port );
211 if (socket_send(s, temp, strlen(temp)) < 0) {
  /external/valgrind/main/memcheck/tests/
vcpu_fbench.c 536 double temp; local
546 temp = atan(y / x);
549 temp += pic;
551 temp -= pic;
553 return temp;
  /external/valgrind/main/perf/
fbench.c 532 double temp; local
542 temp = atan(y / x);
545 temp += pic;
547 temp -= pic;
549 return temp;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
dct.cpp 1213 Int temp = 0; local
1250 Int temp = 0; local
    [all...]
  /frameworks/base/core/java/android/text/
BoringLayout.java 259 char[] temp = TextUtils.obtain(500); local
270 TextUtils.getChars(text, i, j, temp, 0);
275 char c = temp[a];
283 if (textDir != null && textDir.isRtl(temp, 0, n)) {
289 TextUtils.recycle(temp);
  /system/core/libpixelflinger/
fixed.cpp 115 GGLfixed temp = bit + (r<<1); local
116 if (bshift >= 8) temp <<= (bshift-8);
117 else temp >>= (8-bshift);
118 if (a >= temp) {
120 a -= temp;
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
LevenbergMarquardt.h 118 Scalar temp, temp1, temp2; member in class:Eigen::LevenbergMarquardt
304 temp = Scalar(.5);
306 temp = Scalar(.5) * dirder / (dirder + Scalar(.5) * actred);
307 if (Scalar(.1) * fnorm1 >= fnorm || temp < Scalar(.1))
308 temp = Scalar(.1);
310 delta = temp * (std::min)(delta, pnorm / Scalar(.1));
311 par /= temp;
471 temp = -sum / fjac(j,j);
473 qtf[i] += fjac(i,j) * temp;
551 temp = Scalar(.5)
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_smf.c 277 EAS_U32 temp; local
329 temp = 0x7ffffff;
333 if (pSMFData->streams[i].ticks < temp)
335 temp = pSMFData->streams[i].ticks;
817 EAS_U32 temp; local
844 temp = 0;
849 temp = (temp << 8) | c;
852 pSMFData->tickConv = (EAS_U16) (((temp * 1024) / pSMFData->ppqn + 500) / 1000);
1049 EAS_U32 temp; local
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_smf.c 277 EAS_U32 temp; local
329 temp = 0x7ffffff;
333 if (pSMFData->streams[i].ticks < temp)
335 temp = pSMFData->streams[i].ticks;
817 EAS_U32 temp; local
844 temp = 0;
849 temp = (temp << 8) | c;
852 pSMFData->tickConv = (EAS_U16) (((temp * 1024) / pSMFData->ppqn + 500) / 1000);
1049 EAS_U32 temp; local
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_smf.c 277 EAS_U32 temp; local
334 temp = 0x7ffffff;
338 if (pSMFData->streams[i].ticks < temp)
340 temp = pSMFData->streams[i].ticks;
822 EAS_U32 temp; local
849 temp = 0;
854 temp = (temp << 8) | c;
857 pSMFData->tickConv = (EAS_U16) (((temp * 1024) / pSMFData->ppqn + 500) / 1000);
1054 EAS_U32 temp; local
    [all...]
  /external/chromium_org/content/browser/frame_host/
navigation_controller_impl.cc 913 std::string temp = params.url.spec(); local
    [all...]
  /external/opencv/cxcore/src/
cxsumpixels.cpp 436 CvScalar temp = {{0,0,0,0}}; local
438 iterator.size, temp.val ));
439 sum.val[0] += temp.val[0];
440 sum.val[1] += temp.val[1];
441 sum.val[2] += temp.val[2];
442 sum.val[3] += temp.val[3];
454 CvScalar temp = {{0,0,0,0}}; local
456 iterator.size, temp.val, cvAlgHintAccurate ));
457 sum.val[0] += temp.val[0];
458 sum.val[1] += temp.val[1]
625 int temp; local
880 CvMat* temp = 0; local
    [all...]

Completed in 674 milliseconds

<<31323334353637383940>>