HomeSort by relevance Sort by last modified time
    Searched refs:temp (Results 276 - 300 of 1099) sorted by null

<<11121314151617181920>>

  /external/sonivox/arm-wt-22k/lib_src/
eas_imelody.c 140 static EAS_BOOL IMY_GetNumber (EAS_HW_DATA_HANDLE hwInstData, S_IMELODY_DATA *pData, EAS_INT *temp, EAS_BOOL inHeader);
334 EAS_INT temp; local
457 if (!IMY_GetNumber(pEASData->hwInstData, pData, &temp, EAS_FALSE))
466 pData->repeatCount = (EAS_I16) temp;
1247 EAS_INT temp; local
1355 EAS_INT temp; local
1442 EAS_INT temp; local
    [all...]
eas_tonecontrol.c 260 EAS_I8 temp; local
300 if ((result = TC_GetNextChar(pEASData->hwInstData, pData, &temp)) != EAS_SUCCESS)
311 if (temp >= TC_FIELD_SILENCE)
313 result = TC_StartNote(pEASData, pData, parserMode, temp);
318 switch (temp)
341 result = TC_GetNextChar(pEASData->hwInstData, pData, &temp);
349 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Unexpected byte 0x%02x in ToneControl stream\n", temp); */ }
646 EAS_I8 temp; local
665 if ((result = TC_GetNextChar(pEASData->hwInstData, pData, &temp)) != EAS_SUCCESS)
669 if (temp == TC_FIELD_VERSION
782 EAS_I8 temp; local
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
SHA1ImplTest.java 205 int temp; local
220 temp = ( a << 5 ) | ( a >>> 27 );
223 temp += ( b & c ) | ( (~b) & d ) ;
225 temp += b ^ c ^ d ;
227 temp += ( b & c ) | ( b & d ) | ( c & d ) ;
229 temp += b ^ c ^ d ;
232 temp += e + bufW[s] + K[t] ;
237 a = temp;
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
Attachment.h 72 int releaseFileDescriptor() { int temp = m_fileDescriptor; m_fileDescriptor = -1; return temp; } local
  /libcore/luni/src/main/java/java/io/
ByteArrayInputStream.java 208 int temp = pos;
210 return pos - temp;
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DelayedOperations.java 91 final ArrayList<QueuedOperation> temp = new ArrayList<QueuedOperation>(mPendingOperations); local
92 for (QueuedOperation qo : temp) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
HighlightDrawer.java 47 int temp = width; local
49 height = temp;
  /external/jpeg/
rdppm.c 252 register int temp; local
253 temp = UCH(*bufferptr++);
254 temp |= UCH(*bufferptr++) << 8;
255 *ptr++ = rescale[temp];
276 register int temp; local
277 temp = UCH(*bufferptr++);
278 temp |= UCH(*bufferptr++) << 8;
279 *ptr++ = rescale[temp];
280 temp = UCH(*bufferptr++);
281 temp |= UCH(*bufferptr++) << 8
    [all...]
  /external/opencv/cv/src/
cvthresh.cpp 135 int temp = isrc[j]; local
136 idst[j] = ((CV_TOGGLE_FLT(temp) <= iThresh) - 1) & iMax;
146 int temp = isrc[j]; local
147 idst[j] = ((CV_TOGGLE_FLT(temp) > iThresh) - 1) & iMax;
157 float temp = src[j]; local
159 if( temp > thresh )
160 temp = thresh;
161 dst[j] = temp;
171 int temp = isrc[j]; local
172 idst[j] = ((CV_TOGGLE_FLT( temp ) <= iThresh) - 1) & temp
182 int temp = isrc[j]; local
    [all...]
  /external/mesa3d/src/glsl/
lower_vector.cpp 136 ir_variable *const temp = local
139 this->base_ir->insert_before(temp);
188 ir_dereference *const lhs = new(mem_ctx) ir_dereference_variable(temp);
201 ir_dereference *const lhs = new(mem_ctx) ir_dereference_variable(temp);
211 *rvalue = new(mem_ctx) ir_dereference_variable(temp);
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_framestitching.cpp 87 double *temp,*temp_p; local
104 temp= *X++;
106 r[0]=(*temp++)-c[0];
107 r[1]=(*temp++)-c[1];
108 r[2]=(*temp++)-c[2];
db_utilities_linalg.h 152 double temp; local
153 temp= *A; *A++ = *B; *B++ =temp; temp= *A; *A++ = *B; *B++ =temp; temp= *A; *A++ = *B; *B++ =temp;
154 temp= *A; *A++ = *B; *B++ =temp; temp= *A; *A++ = *B; *B++ =temp; temp= *A; *A++ = *B; *B++ =temp
164 double temp; local
214 double temp; local
224 double temp; local
    [all...]
  /frameworks/base/obex/javax/obex/
HeaderSet.java 251 long temp = -1; local
262 temp = ((Long)headerValue).longValue();
263 if ((temp < 0L) || (temp > 0xFFFFFFFFL)) {
288 temp = ((Long)headerValue).longValue();
289 if ((temp < 0L) || (temp > 0xFFFFFFFFL)) {
420 temp = ((Long)headerValue).longValue();
421 if ((temp < 0L) || (temp > 0xFFFFFFFFL))
    [all...]
ObexHelper.java 240 Calendar temp = Calendar.getInstance(); local
243 temp.setTimeZone(TimeZone.getTimeZone("UTC"));
245 temp.set(Calendar.YEAR, Integer.parseInt(dateString.substring(
247 temp.set(Calendar.MONTH, Integer.parseInt(dateString.substring(
249 temp.set(Calendar.DAY_OF_MONTH, Integer.parseInt(dateString
251 temp.set(Calendar.HOUR_OF_DAY, Integer.parseInt(dateString
253 temp.set(Calendar.MINUTE, Integer.parseInt(dateString
255 temp.set(Calendar.SECOND, Integer.parseInt(dateString
257 headerImpl.setHeader(HeaderSet.TIME_ISO_8601, temp);
310 Calendar temp = Calendar.getInstance() local
433 int temp = dateHeader.get(Calendar.YEAR); local
    [all...]
  /external/icu4c/common/
ucnv_u32.c 219 unsigned char temp[sizeof(uint32_t)]; local
238 temp[0] = 0;
287 temp[1] = (uint8_t) (ch >> 16 & 0x1F);
288 temp[2] = (uint8_t) (ch >> 8); /* unsigned cast implicitly does (ch & FF) */
289 temp[3] = (uint8_t) (ch); /* unsigned cast implicitly does (ch & FF) */
293 *(myTarget++) = temp[indexToWrite];
296 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite];
322 unsigned char temp[sizeof(uint32_t)]; local
342 temp[0] = 0;
391 temp[1] = (uint8_t) (ch >> 16 & 0x1F)
697 unsigned char temp[sizeof(uint32_t)]; local
807 unsigned char temp[sizeof(uint32_t)]; local
    [all...]
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
EASLib.c 637 int temp; local
638 temp = _CrtSetDbgFlag(_CRTDBG_REPORT_FLAG);
639 temp |= _CRTDBG_ALLOC_MEM_DF;
640 temp |= _CRTDBG_CHECK_ALWAYS_DF;
641 temp |= _CRTDBG_LEAK_CHECK_DF;
642 // temp |= _CRTDBG_DELAY_FREE_MEM_DF;
643 _CrtSetDbgFlag(temp);
888 EAS_I32 temp; local
906 temp = file->bytesInBuffer - file->readIndex;
907 if (temp > bytesLeft
1134 EAS_I32 temp; local
1315 int i, temp; local
    [all...]
EASLibVst.c 332 int temp; local
333 temp = _CrtSetDbgFlag(_CRTDBG_REPORT_FLAG);
334 temp |= _CRTDBG_ALLOC_MEM_DF;
335 temp |= _CRTDBG_CHECK_ALWAYS_DF;
336 temp |= _CRTDBG_LEAK_CHECK_DF;
337 // temp |= _CRTDBG_DELAY_FREE_MEM_DF;
338 _CrtSetDbgFlag(temp);
583 EAS_I32 temp; local
601 temp = file->bytesInBuffer - file->readIndex;
602 if (temp > bytesLeft
829 EAS_I32 temp; local
1010 int i, temp; local
    [all...]
  /external/yaffs2/yaffs2/utils/
mkyaffsimage.c 210 yaffs_TagsUnion temp; local
212 memset(&temp, 0, sizeof(temp));
214 temp.asBytes[0] = ((tags->asBytes[2] & 0x0F) << 4) | ((tags->asBytes[1] & 0xF0) >> 4);
215 temp.asBytes[1] = ((tags->asBytes[1] & 0x0F) << 4) | ((tags->asBytes[0] & 0xF0) >> 4);
216 temp.asBytes[2] = ((tags->asBytes[0] & 0x0F) << 4) | ((tags->asBytes[2] & 0x30) >> 2) | ((tags->asBytes[3] & 0xC0) >> 6);
217 temp.asBytes[3] = ((tags->asBytes[3] & 0x3F) << 2) | ((tags->asBytes[2] & 0xC0) >> 6);
218 temp.asBytes[4] = ((tags->asBytes[6] & 0x03) << 6) | ((tags->asBytes[5] & 0xFC) >> 2);
219 temp.asBytes[5] = ((tags->asBytes[5] & 0x03) << 6) | ((tags->asBytes[4] & 0xFC) >> 2);
220 temp.asBytes[6] = ((tags->asBytes[4] & 0x03) << 6) | (tags->asBytes[7] & 0x3F)
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
block_idct.cpp 627 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
699 temp = ((x3 + x2) >> 14);
700 CLIP_RESULT(temp)
701 word = word | (temp << 8);
703 temp = ((x0 + x4) >> 14);
704 CLIP_RESULT(temp)
705 word = word | (temp << 16);
707 temp = ((x8 + x6) >> 14);
708 CLIP_RESULT(temp)
709 word = word | (temp << 24)
    [all...]
  /external/srec/portable/src/
PANSIFileImpl.c 214 void* temp; local
223 temp = MALLOC(*count * size, MTAG);
224 if (temp == NULL)
230 memcpy(temp, buffer, *count * size);
232 swap_byte_order(temp, *count, size);
235 temp = buffer;
237 *count = fwrite(temp, size, *count, impl->value);
240 FREE(temp);
241 temp = NULL;
391 LCHAR* temp; local
    [all...]
  /external/icu4c/test/intltest/
icusvtst.cpp 207 UnicodeString temp;
208 lrmsg(temp, message, lhs, rhs);
211 logln(temp);
213 errln(temp);
224 UnicodeString temp; local
225 lrmsg(temp, message, lhs, rhs);
228 logln(temp);
230 errln(temp);
241 UnicodeString temp; local
242 lrmsg(temp, message, lhs, rhs)
258 UnicodeString temp; local
275 UnicodeString temp = message; local
292 UnicodeString temp; local
569 UnicodeString temp; local
1231 UnicodeString temp; local
1311 UnicodeString temp; local
1330 UnicodeString temp; local
    [all...]
  /external/icu4c/i18n/
nfrule.cpp 518 int64_t temp = util64_pow(radix, tempResult + 1); local
519 if (temp <= baseValue) {
577 UnicodeString temp(buffer, len);
578 result.append(temp);
622 UnicodeString temp; local
623 sub2->toString(temp);
624 ruleTextCopy.insert(sub2->getPos(), temp);
625 sub1->toString(temp);
626 ruleTextCopy.insert(sub1->getPos(), temp);
836 UnicodeString temp; local
881 int32_t temp = pp2.getErrorIndex() + sub1->getPos() + pp.getIndex(); local
890 int32_t temp = sub1->getPos() + pp.getErrorIndex(); local
1349 UnicodeString temp; local
    [all...]
  /external/chromium/chrome/common/extensions/
extension_l10n_util_unittest.cc 26 ScopedTempDir temp; local
27 ASSERT_TRUE(temp.CreateUniqueTempDir());
29 FilePath src_path = temp.path().Append(Extension::kLocaleFolder);
42 ScopedTempDir temp; local
43 ASSERT_TRUE(temp.CreateUniqueTempDir());
45 FilePath src_path = temp.path().Append(Extension::kLocaleFolder);
59 ScopedTempDir temp; local
60 ASSERT_TRUE(temp.CreateUniqueTempDir());
62 FilePath src_path = temp.path().Append(Extension::kLocaleFolder);
132 ScopedTempDir temp; local
151 ScopedTempDir temp; local
178 ScopedTempDir temp; local
    [all...]
  /external/icu4c/tools/toolutil/
ucbuf.c 715 UChar* temp = buf->currentPos; local
723 c = *temp++;
727 if(temp>=buf->bufLimit && buf->currentPos == buf->buffer){
741 if(c ==0x0d && temp+1<=buf->bufLimit && *(temp+1) == 0x0a ){
742 *len = (int32_t)(temp++ - buf->currentPos);
744 buf->currentPos = temp;
749 if (temp>=buf->bufLimit|| ucbuf_isCharNewLine(c)){ /* Unipad inserts 2028 line separators! */
750 *len = (int32_t)(temp - buf->currentPos);
752 buf->currentPos = temp;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
iatomic.h 408 unsigned long temp; local
417 :"=&r" (temp), "=m" (v->counter)
423 unsigned long temp; local
432 :"=&r" (temp), "=m" (v->counter)
441 long temp, result; local
452 :"=&r" (temp), "=m" (v->counter), "=&r" (result)
459 long temp, result; local
470 :"=&r" (temp), "=m" (v->counter), "=&r" (result)
725 unsigned long temp; local
735 : "=&r" (temp), "=m" (v->counter
749 unsigned long temp; local
768 unsigned long temp, result; local
789 unsigned long temp, result; local
    [all...]

Completed in 2365 milliseconds

<<11121314151617181920>>