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

<<21222324252627282930>>

  /external/sonivox/arm-fm-22k/host_src/
eas_wave.c 61 EAS_U32 temp; local
64 temp = (((((p[3] << 8) | p[2]) << 8) | p[1]) << 8) | p[0];
65 *pValue = temp;
82 EAS_U16 temp; local
85 temp = (p[1] << 8) | p[0];
86 *pValue = temp;
  /external/sonivox/arm-hybrid-22k/host_src/
eas_wave.c 61 EAS_U32 temp; local
64 temp = (((((p[3] << 8) | p[2]) << 8) | p[1]) << 8) | p[0];
65 *pValue = temp;
82 EAS_U16 temp; local
85 temp = (p[1] << 8) | p[0];
86 *pValue = temp;
  /external/sonivox/arm-wt-22k/host_src/
eas_wave.c 61 EAS_U32 temp; local
64 temp = (((((p[3] << 8) | p[2]) << 8) | p[1]) << 8) | p[0];
65 *pValue = temp;
82 EAS_U16 temp; local
85 temp = (p[1] << 8) | p[0];
86 *pValue = temp;
  /external/srec/portable/src/
ArrayListImpl.c 82 void** temp = REALLOC(impl->contents, newCapacity * sizeof(void*)); local
83 if (temp == NULL)
85 impl->contents = temp;
125 void** temp; local
129 if ((temp = REALLOC(impl->contents, newCapacity * sizeof(void*))) == NULL)
131 impl->contents = temp;
  /frameworks/base/graphics/java/android/graphics/
Color.java 124 int temp = Math.min(b, Math.min(r, g)); local
128 if (V == temp) {
131 final float vtemp = (float) (V - temp);
167 int temp = Math.min(b, Math.min(r, g)); local
171 if (V == temp) {
174 S = (V - temp) / (float) V;
  /external/aac/libSBRenc/src/
tran_det.cpp 379 FIXP_DBL mean_val,std_val,temp; local
421 temp = ((FIXP_DBL)mean_val - ((FIXP_DBL)Energies[j][i] >> scaleFactor0))<<shift;
422 temp = fPow2(temp);
423 temp = fMult(temp, i_noCols1);
424 accu += temp;
427 temp = ((FIXP_DBL)mean_val - ((FIXP_DBL)Energies[j][i] >> scaleFactor1))<<shift;
428 temp = fPow2(temp);
    [all...]
bit_sbr.cpp 621 INT i, temp; local
639 temp = ceil_ln2(sbrEnvData->hSbrBSGrid->bs_num_env);
640 payloadBits += FDKwriteBits (hBitStream, temp, SBR_ENV_BITS);
650 temp = sbrEnvData->hSbrBSGrid->bs_abs_bord - (bufferFrameStart + numberTimeSlots);
652 temp = sbrEnvData->hSbrBSGrid->bs_abs_bord - bufferFrameStart;
654 payloadBits += FDKwriteBits (hBitStream, temp, SBR_ABS_BITS);
658 temp = (sbrEnvData->hSbrBSGrid->bs_rel_bord[i] - 2) >> 1;
659 payloadBits += FDKwriteBits (hBitStream, temp, SBR_REL_BITS);
662 temp = ceil_ln2(sbrEnvData->hSbrBSGrid->n + 2);
663 payloadBits += FDKwriteBits (hBitStream, sbrEnvData->hSbrBSGrid->p, temp);
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/
aes_core.c 633 u32 temp; local
734 u32 temp; local
1208 u32 temp; local
1309 u32 temp; local
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.h 630 LOperand* temp = NULL,
634 temps_[0] = temp;
640 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
650 LDivI(LOperand* left, LOperand* right, LOperand* temp) {
653 temps_[0] = temp;
658 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
669 LOperand* temp = NULL) {
672 temps_[0] = temp;
677 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
779 LMathRound(LOperand* value, LOperand* temp) {
785 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
937 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
953 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
970 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1002 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1088 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1143 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1318 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1360 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1375 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1694 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2137 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2188 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2250 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2381 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2534 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2638 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
    [all...]
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_convolve8_dspr2.c     [all...]
  /external/openssl/crypto/aes/
aes_core.c 633 u32 temp; local
734 u32 temp; local
1208 u32 temp; local
1309 u32 temp; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
loctest.cpp 238 UnicodeString temp; local
251 if ( (temp=testLocale.getLanguage()) != (dataTable[LANG][i]))
252 errln(" Language code mismatch: " + temp + " versus "
254 if ( (temp=testLocale.getScript()) != (dataTable[SCRIPT][i]))
255 errln(" Script code mismatch: " + temp + " versus "
257 if ( (temp=testLocale.getCountry()) != (dataTable[CTRY][i]))
258 errln(" Country code mismatch: " + temp + " versus "
260 if ( (temp=testLocale.getVariant()) != (dataTable[VAR][i]))
261 errln(" Variant code mismatch: " + temp + " versus "
263 if ( (temp=testLocale.getName()) != (dataTable[NAME][i])
417 UnicodeString temp; local
686 UnicodeString temp; local
735 UnicodeString temp; local
1118 UnicodeString temp; local
1179 UnicodeString temp; local
1183 UnicodeString temp; local
1378 UnicodeString temp; local
1399 UnicodeString temp; local
1445 UnicodeString temp; local
1540 UnicodeString temp; local
    [all...]
dtfmtrtts.cpp 148 UnicodeString temp; local
149 logln("Default TimeZone: " + tz->getID(temp));
165 logln("ENTERING INFINITE TEST LOOP FOR Locale: " + loc.getDisplayName(temp));
210 UnicodeString temp; local
212 logln("Locale: " + loc.getDisplayName(temp));
241 errln(UnicodeString("Could not DF::createDateInstance ") + UnicodeString(styleName((DateFormat::EStyle)style)) + " Locale: " + loc.getDisplayName(temp));
254 errln(UnicodeString("Could not DF::createTimeInstance ") + UnicodeString(styleName((DateFormat::EStyle)style)) + " Locale: " + loc.getDisplayName(temp));
268 dataerrln(UnicodeString("Could not DF::createDateTimeInstance ") + UnicodeString(styleName((DateFormat::EStyle)dstyle)) + ", tstyle" + UnicodeString(styleName((DateFormat::EStyle)tstyle)) + "Locale: " + loc.getDisplayName(temp));
461 UnicodeString temp; local
464 escape(s[j], temp) + UnicodeString(" d=") + d[j] +
    [all...]
numrgts.cpp 514 UnicodeString temp; local
515 logln("nf toPattern1: " + nf->toPattern(temp));
516 logln("nf toLocPattern1: " + nf->toLocalizedPattern(temp));
522 logln("nf toPattern2: " + nf->toPattern(temp));
523 logln("nf toLocPattern2: " + nf->toLocalizedPattern(temp));
526 logln("nf: " + nf->format((int32_t)1234, temp, pos)); // 1234,00
527 logln("nf: " + nf->format((int32_t)-1234, temp, pos)); // (1234,00)
541 logln("nf toPattern2: " + nf->toPattern(temp));
542 logln("nf toLocPattern2: " + nf->toLocalizedPattern(temp));
645 UnicodeString temp; local
793 UnicodeString temp; local
1214 UnicodeString temp; local
1415 UnicodeString temp; local
1450 UnicodeString temp; local
1486 UnicodeString temp; local
1551 UnicodeString temp; local
1579 UnicodeString temp; local
1757 UnicodeString temp; local
1997 UnicodeString temp; local
2020 UnicodeString f2, temp; local
    [all...]
  /external/icu4c/test/intltest/
loctest.cpp 239 UnicodeString temp; local
252 if ( (temp=testLocale.getLanguage()) != (dataTable[LANG][i]))
253 errln(" Language code mismatch: " + temp + " versus "
255 if ( (temp=testLocale.getScript()) != (dataTable[SCRIPT][i]))
256 errln(" Script code mismatch: " + temp + " versus "
258 if ( (temp=testLocale.getCountry()) != (dataTable[CTRY][i]))
259 errln(" Country code mismatch: " + temp + " versus "
261 if ( (temp=testLocale.getVariant()) != (dataTable[VAR][i]))
262 errln(" Variant code mismatch: " + temp + " versus "
264 if ( (temp=testLocale.getName()) != (dataTable[NAME][i])
418 UnicodeString temp; local
687 UnicodeString temp; local
736 UnicodeString temp; local
1139 UnicodeString temp; local
1200 UnicodeString temp; local
1204 UnicodeString temp; local
1399 UnicodeString temp; local
1420 UnicodeString temp; local
1466 UnicodeString temp; local
1561 UnicodeString temp; local
    [all...]
dtfmtrtts.cpp 148 UnicodeString temp; local
149 logln("Default TimeZone: " + tz->getID(temp));
165 logln("ENTERING INFINITE TEST LOOP FOR Locale: " + loc.getDisplayName(temp));
210 UnicodeString temp; local
212 logln("Locale: " + loc.getDisplayName(temp));
241 errln(UnicodeString("Could not DF::createDateInstance ") + UnicodeString(styleName((DateFormat::EStyle)style)) + " Locale: " + loc.getDisplayName(temp));
254 errln(UnicodeString("Could not DF::createTimeInstance ") + UnicodeString(styleName((DateFormat::EStyle)style)) + " Locale: " + loc.getDisplayName(temp));
268 dataerrln(UnicodeString("Could not DF::createDateTimeInstance ") + UnicodeString(styleName((DateFormat::EStyle)dstyle)) + ", tstyle" + UnicodeString(styleName((DateFormat::EStyle)tstyle)) + "Locale: " + loc.getDisplayName(temp));
468 UnicodeString temp; local
471 escape(s[j], temp) + UnicodeString(" d=") + d[j] +
    [all...]
numrgts.cpp 518 UnicodeString temp; local
519 logln("nf toPattern1: " + nf->toPattern(temp));
520 logln("nf toLocPattern1: " + nf->toLocalizedPattern(temp));
526 logln("nf toPattern2: " + nf->toPattern(temp));
527 logln("nf toLocPattern2: " + nf->toLocalizedPattern(temp));
530 logln("nf: " + nf->format((int32_t)1234, temp, pos)); // 1234,00
531 logln("nf: " + nf->format((int32_t)-1234, temp, pos)); // (1234,00)
545 logln("nf toPattern2: " + nf->toPattern(temp));
546 logln("nf toLocPattern2: " + nf->toLocalizedPattern(temp));
649 UnicodeString temp; local
797 UnicodeString temp; local
1218 UnicodeString temp; local
1419 UnicodeString temp; local
1454 UnicodeString temp; local
1490 UnicodeString temp; local
1555 UnicodeString temp; local
1583 UnicodeString temp; local
1761 UnicodeString temp; local
2001 UnicodeString temp; local
2024 UnicodeString f2, temp; local
    [all...]
  /external/chromium_org/content/renderer/
v8_value_converter_impl_unittest.cc 65 std::string temp; local
66 if (!value->GetString(key, &temp)) {
70 return temp;
74 v8::Handle<v8::String> temp = local
77 if (temp.IsEmpty()) {
81 v8::String::Utf8Value utf8(temp);
86 std::string temp; local
87 if (!value->GetString(static_cast<size_t>(index), &temp)) {
91 return temp;
95 v8::Handle<v8::String> temp = value->Get(index).As<v8::String>() local
165 base::Value* temp = NULL; local
179 base::Value* temp = NULL; local
186 base::Value* temp = NULL; local
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.c 455 EAS_U32 temp; local
485 if ((result = EAS_HWReadFile(dls.hwInstData, dls.fileHandle, &temp, sizeof(temp), &size)) != EAS_SUCCESS)
489 dls.bigEndian = (temp == CHUNK_RIFF);
493 if ((result = NextChunk(&dls, &pos, &temp, &size)) != EAS_SUCCESS)
495 if (temp != CHUNK_DLS)
497 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Expected DLS chunk, got %08lx\n", temp); */ }
512 if ((result = NextChunk(&dls, &pos, &temp, &size)) != EAS_SUCCESS)
516 switch (temp)
519 if ((result = Parse_cdl(&dls, size, &temp)) != EAS_SUCCESS
813 EAS_U32 temp; local
880 EAS_U32 temp; local
1302 EAS_U32 temp; local
1348 EAS_U32 temp; local
1532 EAS_U32 temp; local
1589 EAS_U32 temp; local
1835 EAS_U32 temp; local
2457 EAS_I32 temp; local
2484 EAS_I32 temp; local
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_NdefRecord.c 555 *temp, local
647 temp=Record->Type;
652 *Buffer = *temp;
654 temp++;
660 temp=Record->Id;
665 *Buffer = *temp;
667 temp++;
671 temp=Record->PayloadData;
676 *Buffer = *temp;
678 temp++
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.h 629 LModI(LOperand* left, LOperand* right, LOperand* temp) {
632 temps_[0] = temp;
637 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
646 LDivI(LOperand* left, LOperand* right, LOperand* temp) {
649 temps_[0] = temp;
654 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
667 LOperand* temp = NULL) {
670 temps_[0] = temp;
675 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
909 explicit LIsStringAndBranch(LOperand* value, LOperand* temp) {
915 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
947 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1036 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1092 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1204 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1640 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1696 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2033 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2072 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2086 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2131 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2192 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2292 LOperand* temp() { return temps_[1]; } function in class:v8::internal::V8_FINAL
2318 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2487 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2570 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
    [all...]
  /external/chromium_org/chrome/common/extensions/
extension_l10n_util_unittest.cc 33 base::ScopedTempDir temp; local
34 ASSERT_TRUE(temp.CreateUniqueTempDir());
36 base::FilePath src_path = temp.path().Append(kLocaleFolder);
48 temp.path(), &manifest, &error));
55 base::ScopedTempDir temp; local
56 ASSERT_TRUE(temp.CreateUniqueTempDir());
58 base::FilePath src_path = temp.path().Append(kLocaleFolder);
71 base::ScopedTempDir temp; local
72 ASSERT_TRUE(temp.CreateUniqueTempDir());
74 base::FilePath src_path = temp.path().Append(kLocaleFolder)
88 base::ScopedTempDir temp; local
160 base::ScopedTempDir temp; local
179 base::ScopedTempDir temp; local
210 base::ScopedTempDir temp; local
    [all...]
  /external/libvpx/libvpx/vp8/common/
reconinter.c 258 int temp; local
260 temp = x->block[yoffset ].bmi.mv.as_mv.row
265 temp += 4 + ((temp >> (sizeof(temp) * CHAR_BIT - 1)) * 8);
267 x->block[uoffset].bmi.mv.as_mv.row = (temp / 8) & x->fullpixel_mask;
269 temp = x->block[yoffset ].bmi.mv.as_mv.col
274 temp += 4 + ((temp >> (sizeof(temp) * CHAR_BIT - 1)) * 8)
546 int temp; local
    [all...]
  /external/qemu/android/
main-common.c 142 char temp[MAX_PATH]; local
159 p = temp;
160 end = p + sizeof(temp);
162 if (p < end && load_keyset(temp) == 0)
165 p = temp;
167 if (p < end && load_keyset(temp) == 0)
170 p = temp;
173 if (p < end && load_keyset(temp) == 0)
817 char temp[MAX_PATH]; local
818 char* p = temp;
888 char temp[MAX_PATH]; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cnumtst.c 146 UChar temp[5]; local
345 u_uastrcpy(temp, "JPY");
348 resultlengthneeded=unum_formatDoubleCurrency(cur_def, a, temp, NULL, resultlength, &pos2, &status);
353 unum_formatDoubleCurrency(cur_def, a, temp, result, resultlength, &pos2, &status);
386 if (u_strcmp(temp2, temp)==0) {
643 unum_getTextAttribute(cur_fr, UNUM_NEGATIVE_SUFFIX, temp, resultlength, &status);
648 unum_setTextAttribute(cur_def, UNUM_NEGATIVE_SUFFIX, temp, u_strlen(temp), &status);
658 if(u_strcmp(suffix,temp)!=0)
663 u_uastrcpy(temp,"$")
1001 UChar temp[128]; local
1316 char temp[512]; local
    [all...]

Completed in 835 milliseconds

<<21222324252627282930>>