HomeSort by relevance Sort by last modified time
    Searched refs:temp (Results 751 - 775 of 3860) sorted by null

<<31323334353637383940>>

  /external/v8/src/crankshaft/arm64/
lithium-arm64.h 661 explicit LArgumentsElements(LOperand* temp) {
662 temps_[0] = temp;
665 LOperand* temp() { return temps_[0]; } function in class:v8::internal::final
872 explicit LCheckInstanceType(LOperand* value, LOperand* temp) {
874 temps_[0] = temp;
878 LOperand* temp() { return temps_[0]; } function in class:v8::internal::final
887 explicit LCheckMaps(LOperand* value = NULL, LOperand* temp = NULL) {
889 temps_[0] = temp;
893 LOperand* temp() { return temps_[0]; } function in class:v8::internal::final
998 explicit LCmpHoleAndBranchD(LOperand* object, LOperand* temp) {
1004 LOperand* temp() { return temps_[0]; } function in class:v8::internal::final
1032 LOperand* temp() { return temps_[0]; } function in class:v8::internal::final
1209 LOperand* temp() { return temps_[0]; } function in class:v8::internal::final
1229 LOperand* temp() { return temps_[0]; } function in class:v8::internal::final
1288 LOperand* temp() { return temps_[0]; } function in class:v8::internal::final
1417 LOperand* temp() { return temps_[0]; } function in class:v8::internal::final
1449 LOperand* temp() { return temps_[0]; } function in class:v8::internal::final
1497 LOperand* temp() { return temps_[0]; } function in class:v8::internal::final
1553 LOperand* temp() { return temps_[0]; } function in class:v8::internal::LLoadKeyedExternal
1566 LOperand* temp() { return temps_[0]; } function in class:v8::internal::LLoadKeyedFixed
1579 LOperand* temp() { return temps_[0]; } function in class:v8::internal::LLoadKeyedFixedDouble
1706 LOperand* temp() { return temps_[0]; } function in class:v8::internal::final
1726 LOperand* temp() { return temps_[0]; } function in class:v8::internal::final
1837 LOperand* temp() { return temps_[0]; } function in class:v8::internal::final
1951 LOperand* temp() { return temps_[0]; } function in class:v8::internal::final
2064 LOperand* temp() { return temps_[0]; } function in class:v8::internal::final
2089 LOperand* temp() { return temps_[0]; } function in class:v8::internal::final
2210 LOperand* temp() { return temps_[0]; } function in class:v8::internal::final
2224 LOperand* temp() { return temps_[0]; } function in class:v8::internal::final
2238 LOperand* temp() { return temps_[0]; } function in class:v8::internal::final
2439 LOperand* temp() { return temps_[0]; } function in class:v8::internal::final
2458 LOperand* temp() { return temps_[0]; } function in class:v8::internal::final
2641 LOperand* temp() { return temps_[0]; } function in class:v8::internal::final
    [all...]
  /external/python/cpython2/Modules/
_cursesmodule.c 374 PyObject *temp; local
381 if (!PyArg_ParseTuple(args, "O;ch or int", &temp))
385 if (!PyArg_ParseTuple(args, "Ol;ch or int,attr", &temp, &lattr))
390 if (!PyArg_ParseTuple(args,"iiO;y,x,ch or int", &y, &x, &temp))
396 &y, &x, &temp, &lattr))
406 if (!PyCurses_ConvertToChtype(temp, &ch)) {
521 PyObject *temp; local
528 if (!PyArg_ParseTuple(args, "O;ch or int", &temp))
532 if (!PyArg_ParseTuple(args,"Ol;ch or int,attr", &temp, &lattr))
541 if (!PyCurses_ConvertToChtype(temp, &bkgd))
579 PyObject *temp; local
611 PyObject *temp[8]; local
782 PyObject *temp; local
970 PyObject *temp; local
1018 PyObject *temp; local
1293 PyCursesWindowObject *temp; local
1331 PyCursesWindowObject *temp; local
1369 PyObject *temp; local
1519 PyObject *temp; local
2572 PyObject *temp; local
2594 PyObject *temp; local
    [all...]
  /external/icu/icu4c/source/common/
ucnv_u32.cpp 222 unsigned char temp[sizeof(uint32_t)]; local
241 temp[0] = 0;
290 temp[1] = (uint8_t) (ch >> 16 & 0x1F);
291 temp[2] = (uint8_t) (ch >> 8); /* unsigned cast implicitly does (ch & FF) */
292 temp[3] = (uint8_t) (ch); /* unsigned cast implicitly does (ch & FF) */
296 *(myTarget++) = temp[indexToWrite];
299 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite];
325 unsigned char temp[sizeof(uint32_t)]; local
345 temp[0] = 0;
394 temp[1] = (uint8_t) (ch >> 16 & 0x1F)
700 unsigned char temp[sizeof(uint32_t)]; local
810 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...]
  /frameworks/base/obex/javax/obex/
ObexHelper.java 264 Calendar temp = Calendar.getInstance(); local
267 temp.setTimeZone(TimeZone.getTimeZone("UTC"));
269 temp.set(Calendar.YEAR, Integer.parseInt(dateString.substring(
271 temp.set(Calendar.MONTH, Integer.parseInt(dateString.substring(
273 temp.set(Calendar.DAY_OF_MONTH, Integer.parseInt(dateString
275 temp.set(Calendar.HOUR_OF_DAY, Integer.parseInt(dateString
277 temp.set(Calendar.MINUTE, Integer.parseInt(dateString
279 temp.set(Calendar.SECOND, Integer.parseInt(dateString
281 headerImpl.setHeader(HeaderSet.TIME_ISO_8601, temp);
334 Calendar temp = Calendar.getInstance() local
462 int temp = dateHeader.get(Calendar.YEAR); local
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/php/
php.swg 117 %typemap(in) SWIGTYPE *const& ($*ltype temp)
119 if(SWIG_ConvertPtr(*$input, (void **) &temp, $*1_descriptor, 0) < 0) {
122 $1 = ($1_ltype)&temp;
203 char temp[256];
204 sprintf(temp, "%lld", (long long)$1);
205 ZVAL_STRING(return_value, temp, 1);
214 char temp[256];
215 sprintf(temp, "%llu", (unsigned long long)$1);
216 ZVAL_STRING(return_value, temp, 1);
241 char temp[256]
    [all...]
  /external/gemmlowp/meta/generators/
mul_Nx8_Mx8_neon.py 129 temp = []
131 temp.append(registers.QuadRegister())
133 emitter.EmitVMull('u8', temp[0], left_lanes.lanes[0], right_lanes.lanes[0])
134 emitter.EmitVMull('u8', temp[1], left_lanes.lanes[0], right_lanes.lanes[1])
135 emitter.EmitVMull('u8', temp[2], left_lanes.lanes[0], right_lanes.lanes[2])
136 emitter.EmitVMull('u8', temp[3], left_lanes.lanes[1], right_lanes.lanes[0])
138 emitter.EmitVPadal('u16', aggregators[0], temp[0])
139 emitter.EmitVPadal('u16', aggregators[1], temp[1])
140 emitter.EmitVPadal('u16', aggregators[2], temp[2])
141 emitter.EmitVPadal('u16', aggregators[3], temp[3]
    [all...]
  /external/gptfdisk/
gptcurses.cc 225 char temp[40]; local
249 space->origPart->GetDescription().extract(0, 39, temp, 39);
250 printw(temp);
322 char temp[NAME_SIZE + 1]; local
339 partitions[partNum].GetDescription().extract(0, NAME_SIZE , temp, NAME_SIZE );
340 printw("Partition name: '%s'\n", temp);
349 char temp[NAME_SIZE + 1]; local
356 partitions[partNum].GetDescription().extract(0, NAME_SIZE , temp, NAME_SIZE );
357 printw("Current partition name is '%s'\n", temp);
363 getnstr(temp, NAME_SIZE )
371 char temp[80] = "L\\0"; local
    [all...]
  /external/lzma/CPP/7zip/Archive/7z/
7zHandler.cpp 184 char temp[16]; local
189 ConvertUInt32ToString((pm.Lzma2Prop >> 1) + 12, temp);
191 GetStringForSizeValue(temp, 3 << ((pm.Lzma2Prop >> 1) + 11));
192 s += temp;
197 GetStringForSizeValue(temp, pm.LzmaDic);
198 s += temp;
359 char temp[kTempSize]; local
361 temp[--pos] = 0;
485 MyStringCopy(temp + pos, name);
488 char *dest = temp + pos + nameLen;
    [all...]
  /frameworks/av/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...]
  /system/bt/btif/src/
btif_sdp_server.cc 378 uint8_t temp[4]; local
379 uint8_t* p_temp = temp;
432 UINT_DESC_TYPE, (uint32_t)4, temp);
436 p_temp = temp; // The macro modifies p_temp, hence rewind.
439 UINT_DESC_TYPE, (uint32_t)2, temp);
466 uint8_t temp[4]; local
467 uint8_t* p_temp = temp;
509 UINT_DESC_TYPE, (uint32_t)4, temp);
513 p_temp = temp; // The macro modifies p_temp, hence rewind.
516 UINT_DESC_TYPE, (uint32_t)2, temp);
543 uint8_t temp[4]; local
628 uint8_t temp[4]; local
    [all...]
  /system/bt/stack/smp/
p_256_multprecision.cc 81 uint32_t temp; local
85 temp = a[i] + carrier;
86 carrier = (temp < carrier);
87 temp += b[i];
88 carrier |= (temp < b[i]);
89 c[i] = temp;
99 uint32_t temp; local
103 temp = a[i] - borrow;
104 borrow = (temp > a[i]);
105 c[i] = temp - b[i]
140 uint32_t temp; local
213 uint32_t temp; local
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
glX_XML.py 285 temp = [ [], [], [] ]
290 temp[2].append( param )
292 temp[0].append( param )
294 temp[1].append( param )
296 parameters = temp[0]
297 parameters.extend( temp[1] )
299 parameters.extend( temp[2] )
304 temp = []
306 temp.append( self.parameters_by_name[ name ] )
308 return temp.__iter__(
    [all...]
  /external/icu/icu4c/source/test/intltest/
icusvtst.cpp 210 UnicodeString temp;
211 lrmsg(temp, message, lhs, rhs);
214 logln(temp);
216 errln(temp);
227 UnicodeString temp; local
228 lrmsg(temp, message, lhs, rhs);
231 logln(temp);
233 errln(temp);
244 UnicodeString temp; local
245 lrmsg(temp, message, lhs, rhs)
261 UnicodeString temp; local
278 UnicodeString temp = message; local
295 UnicodeString temp; local
572 UnicodeString temp; local
1233 UnicodeString temp; local
1313 UnicodeString temp; local
1332 UnicodeString temp; local
    [all...]
  /external/icu/icu4c/source/i18n/
nfrule.cpp 585 int64_t temp = util64_pow(radix, tempResult + 1);
586 if (temp <= baseValue) {
655 UnicodeString temp(buffer, len);
656 result.append(temp);
702 UnicodeString temp;
704 sub2->toString(temp);
705 ruleTextCopy.insert(sub2->getPos(), temp);
708 sub1->toString(temp);
709 ruleTextCopy.insert(sub1->getPos(), temp);
    [all...]
  /external/xz-embedded/linux/lib/xz/
xz_dec_lzma2.c 107 * temp.buf or the caller-provided input buffer.
275 } temp; member in struct:xz_dec_lzma2
842 * s->temp.buf, which (hopefully) gets filled on the next call to this
852 if (s->temp.size > 0 || s->lzma2.compressed == 0) {
853 tmp = 2 * LZMA_IN_REQUIRED - s->temp.size;
854 if (tmp > s->lzma2.compressed - s->temp.size)
855 tmp = s->lzma2.compressed - s->temp.size;
859 memcpy(s->temp.buf + s->temp.size, b->in + b->in_pos, tmp);
861 if (s->temp.size + tmp == s->lzma2.compressed)
    [all...]
  /external/v8/src/arm64/
macro-assembler-arm64.cc 62 Register temp = temps.AcquireX(); local
63 Ldr(temp, operand.immediate());
64 Logical(rd, rn, temp, op);
128 Register temp = temps.AcquireSameSizeAs(rn); local
129 Operand imm_operand = MoveImmediateForShiftedOp(temp, immediate);
132 // register so we use the temp register as an intermediate again.
133 Logical(temp, rn, imm_operand, op);
134 Mov(csp, temp);
148 Register temp = temps.AcquireSameSizeAs(rn); local
149 EmitExtendShift(temp, operand.reg(), operand.extend()
206 Register temp = rd.IsSP() ? temps.AcquireSameSizeAs(rd) : rd; local
356 Register temp = temps.AcquireX(); local
371 Register temp = temps.AcquireSameSizeAs(rn); local
398 Register temp = temps.AcquireSameSizeAs(rn); local
408 Register temp = temps.AcquireSameSizeAs(rn); local
488 Register temp = temps.AcquireX(); local
496 Register temp = temps.AcquireSameSizeAs(rn); local
520 Register temp = temps.AcquireX(); local
527 Register temp = temps.AcquireSameSizeAs(rn); local
538 Register temp = temps.AcquireSameSizeAs(rn); local
550 Register temp = temps.AcquireSameSizeAs(rn); local
576 Register temp = temps.AcquireSameSizeAs(addr.base()); local
612 Register temp = temps.AcquireSameSizeAs(base); local
1038 Register temp = temps.AcquireX(); local
1073 Register temp = temps.AcquireSameSizeAs(count); local
1362 Register temp = scope.AcquireX(); local
1603 Register temp = temps.AcquireX(); local
1617 Register temp = temps.AcquireX(); local
1630 Register temp = temps.AcquireX(); local
1642 Register temp = temps.AcquireX(); local
1654 Register temp = temps.AcquireX(); local
1680 Register temp = temps.AcquireX(); local
1810 Register temp = temps.AcquireX(); local
1866 Register temp = temps.AcquireX(); local
1888 Register temp = temps.AcquireX(); local
1955 Register temp = temps.AcquireX(); local
2052 Register temp = temps.AcquireX(); local
2070 Register temp = temps.AcquireX(); local
2097 Register temp = temps.AcquireX(); local
2603 Register temp = temps.AcquireX(); local
3373 Register temp = temps.AcquireX(); local
3403 Register temp = temps.AcquireX(); local
3412 Register temp = temps.AcquireX(); local
3564 Register temp = temps.AcquireX(); local
3813 Register temp = temps.AcquireX(); local
3825 Register temp = temps.AcquireX(); local
3892 Register temp = temps.AcquireX(); local
3972 Register temp = temps.AcquireX(); local
4088 Register temp = temps.AcquireX(); local
4103 Register temp = temps.AcquireX(); local
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/
gUnit.g 224 String temp = null;
227 if ( newline.length()==1 && getText().length()==5 ) temp = "";
228 else if ( newline.length()==2 && getText().length()==6 ) temp = "";
229 else temp = getText().substring(newFrontIndex, newEndIndex);
232 temp = getText().substring(newFrontIndex, oldEndIndex);
235 temp = getText().substring(oldFrontIndex, newEndIndex);
238 temp = getText().substring(oldFrontIndex, oldEndIndex);
241 BufferedReader bufReader = new BufferedReader(new StringReader(temp));
255 setText(temp);
  /external/flac/libFLAC/
lpc_intrin_sse41.c 608 __m128i summ, temp; local
642 temp = _mm_cvtsi32_si128(residual[0]); // 0 0 0 r[i]
643 temp = _mm_add_epi32(temp, summ); // ? ? ? d[i]
644 data[0] = _mm_cvtsi128_si32(temp);
652 dat[0] = _mm_alignr_epi8(temp, dat[0], 8); // ? d[i ] ? d[i-1]
663 temp = _mm_cvtsi32_si128(residual[i]); // 0 0 0 r[i]
664 temp = _mm_add_epi32(temp, summ); // ? ? ? d[i]
665 data[i] = _mm_cvtsi128_si32(temp);
670 __m128i summ, temp; local
728 __m128i summ, temp; local
778 __m128i summ, temp; local
824 __m128i summ, temp; local
863 __m128i summ, temp; local
891 __m128i summ, temp; local
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
ucbuf.cpp 717 UChar* temp = buf->currentPos; local
725 c = *temp++;
729 if(temp>=buf->bufLimit && buf->currentPos == buf->buffer){
743 if(c ==0x0d && temp <= buf->bufLimit && *temp == 0x0a ){
744 *len = (int32_t)(temp++ - buf->currentPos);
746 buf->currentPos = temp;
751 if (temp>=buf->bufLimit|| ucbuf_isCharNewLine(c)){ /* Unipad inserts 2028 line separators! */
752 *len = (int32_t)(temp - buf->currentPos);
754 buf->currentPos = temp;
    [all...]
  /external/libxaac/decoder/
ixheaacd_drc_freq_dec.c 436 WORD64 temp; local
438 temp = (WORD64)op * 35791394;
440 ret = (WORD32)((temp + 17895697) >> 30);
447 WORD64 temp; local
449 temp = (WORD64)op * 71582788;
451 ret = (WORD32)((temp + 134217728) >> 30);
799 WORD64 temp; local
810 WORD64 temp; local
821 WORD64 temp; local
933 float temp; local
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/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...]
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
inoutlist.swg 80 %typemap(in,noblock=1,fragment=asval_frag) Type *INPUT ($*ltype temp, int res = 0) {
87 temp = %static_cast(val, $*ltype);
88 $1 = &temp;
92 %typemap(in,noblock=1,fragment=asval_frag) Type &INPUT($*ltype temp, int res = 0) {
99 temp = %static_cast(val, $*ltype);
100 $1 = &temp;
177 Type *OUTPUT ($*1_ltype temp, int res = SWIG_TMPOBJ),
178 Type &OUTPUT ($*1_ltype temp, int res = SWIG_TMPOBJ) {
179 $1 = &temp;

Completed in 539 milliseconds

<<31323334353637383940>>