Searched refs:temp (Results 376 - 400 of 896) sorted by relevance

<<11121314151617181920>>

/external/grub/lib/
H A Dgetopt.c778 char *temp = my_index (optstring, c);
784 if (temp == NULL || c == ':')
800 if (temp[0] == 'W' && temp[1] == ';')
923 if (temp[1] == ':')
925 if (temp[2] == ':')
774 char *temp = my_index (optstring, c); local
/external/icu4c/test/intltest/
H A Dtscoll.cpp513 Order *temp = new Order[maxSize]; local
515 uprv_memcpy(temp, orders.getAlias(), size * sizeof(Order));
516 orders.adoptInstead(temp);
528 Order *temp = new Order[size]; local
530 uprv_memcpy(temp, orders.getAlias(), size * sizeof(Order));
531 orders.adoptInstead(temp);
/external/libogg/src/
H A Dframing.c426 /* construct the header in temp storage */
671 /* set up a temp page struct and recompute the checksum */
1102 unsigned char *temp=_ogg_malloc(og->header_len); local
1103 memcpy(temp,og->header,og->header_len);
1104 og->header=temp;
1106 temp=_ogg_malloc(og->body_len);
1107 memcpy(temp,og->body,og->body_len);
1108 og->body=temp;
1803 ogg_page temp; local
1818 ogg_sync_pageout(&oy,&temp);
1852 ogg_page temp; local
[all...]
/external/libvorbis/lib/
H A Denvelope.c127 float temp=vec[0]*vec[0]+.7*vec[1]*vec[1]+.2*vec[2]*vec[2]; local
133 decay=filters->nearDC_acc=filters->nearDC_partialacc+temp;
134 filters->nearDC_partialacc=temp;
136 decay=filters->nearDC_acc+=temp;
137 filters->nearDC_partialacc+=temp;
140 filters->nearDC[ptr]=temp;
/external/srec/portable/src/
H A DPFileSystem.c541 LCHAR temp[P_PATH_MAX]; local
545 LSTRCPY(temp, path);
546 lstrtrim(temp);
547 CHKLOG(rc, PFileSystemCanonicalSlashes(temp));
548 *isDirectory = temp[LSTRLEN(temp)-1] == '/';
/external/icu4c/common/
H A Dustrcase.c459 UChar *temp; local
489 temp=buffer;
492 temp=(UChar *)uprv_malloc(destCapacity*U_SIZEOF_UCHAR);
493 if(temp==NULL) {
499 temp=dest;
505 destLength=ustr_foldCase(csm->csp, temp, destCapacity, src, srcLength,
515 temp, destCapacity,
521 temp, destCapacity,
530 destLength=_toTitle((UCaseMap *)csm, temp, destCapacity,
536 if(temp!
[all...]
/external/icu4c/test/cintltst/
H A Dcdtrgtst.c54 UChar *temp; local
90 temp=(UChar*)malloc(sizeof(UChar) * 10);
91 u_uastrcpy(temp, "M yyyy dd");
92 udat_applyPattern(df, TRUE, temp, u_strlen(temp));
114 free(temp);
375 UChar temp[15]; local
393 u_uastrcpy(temp, "m/D/yy");
394 udat_applyPattern(fmt, FALSE, temp, u_strlen(temp));
471 UChar temp[20]; local
[all...]
/external/libvpx/vp8/common/
H A Dreconinter.c429 int temp; local
431 temp = x->block[yoffset ].bmi.mv.as_mv.row
436 if (temp < 0) temp -= 4;
437 else temp += 4;
439 x->block[uoffset].bmi.mv.as_mv.row = temp / 8;
442 x->block[uoffset].bmi.mv.as_mv.row = (temp / 8) & 0xfffffff8;
444 temp = x->block[yoffset ].bmi.mv.as_mv.col
449 if (temp < 0) temp
[all...]
/external/opencv/cv/src/
H A Dcvapprox.cpp71 _CvPtInfo temp; local
113 temp.next = 0;
114 current = &temp;
154 current = temp.next;
244 prev_current = &temp;
245 current = temp.next;
284 current = temp.next;
286 prev_current = &temp;
320 assert( temp.next );
346 temp
[all...]
/external/aac/libAACdec/src/
H A Dblock.h254 UINT temp=(r0)*nx+(r1)*x;
255 invQVal = (FIXP_DBL)temp;
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
H A DJarEntryTest.java172 List<?> temp = certs_bob;
174 certs_alice = temp;
/external/eigen/Eigen/src/Cholesky/
H A DLLT.h205 TempVectorType temp; local
212 temp = sqrt(sigma) * vec;
217 g.makeGivens(mat(i,i), -temp(i), &mat(i,i));
223 TempVecSegment y(temp.tail(rs));
230 temp = vec;
236 Scalar wj = temp.coeff(j);
251 temp.tail(rs) -= (wj/Ljj) * mat.col(j).tail(rs);
253 mat.col(j).tail(rs) = (nLjj/Ljj) * mat.col(j).tail(rs) + (nLjj * sigma*conj(wj)/gamma)*temp.tail(rs);
/external/icu4c/i18n/
H A Dcoll.cpp261 Locale * temp; local
271 temp = new Locale[localeCount];
273 if (temp != NULL) {
278 temp[i++] = Locale(tempKey);
285 availableLocaleList = temp;
286 temp = NULL;
292 if (temp) {
293 delete []temp;
/external/libvpx/vp8/common/x86/
H A Diwalsh_mmx.asm81 movq mm6, mm4 ;temp al
89 movq mm5, mm0 ;temp dl
122 movq mm6, mm1 ;temp al
130 movq mm5, mm0 ;temp dl
/external/replicaisland/src/com/replica/replicaisland/
H A DFadeDrawableComponent.java92 float temp = mInitialOpacity;
94 mTargetOpacity = temp;
/external/skia/tests/
H A DPathCoverageTest.cpp63 int temp = SkScalarCeil(SkScalarSqrt(SkScalarDiv(d, tol))); local
64 uint32_t count = SkMinScalar(SkNextPow2(temp), MAX_POINTS_PER_CURVE);
/external/srec/srec/cfront/
H A Dspec_anl.c151 bigdata temp; local
178 temp = SHIFT_UP((bigdata)wav_data[i], COEFDATA_SHIFT);
179 data[i] = (fftdata)(SHIFT_DOWN(temp - (*last_sample), COEFDATA_SHIFT));
375 int ii, jj, temp; local
380 temp = list[ii];
381 if (temp < list[jj])
384 list[jj] = temp;
387 if (temp == list[jj])
/external/v8/src/
H A Dstring-stream.cc109 EmbeddedVector<char, 24> temp; local
113 temp[format_length++] = format[offset++];
115 temp[format_length++] = format[offset++];
119 temp[format_length++] = type;
120 temp[format_length] = '\0';
158 int length = OS::SNPrintF(formatted, temp.start(), value);
165 OS::SNPrintF(formatted, temp.start(), value);
172 OS::SNPrintF(formatted, temp.start(), value);
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Dcrypto-aes.js50 for (var c=0; c<4; c++) t[c] = s[r][(c+r)%Nb]; // shift into temp copy
89 var temp = new Array(4);
98 for (var t=0; t<4; t++) temp[t] = w[i-1][t];
100 temp = SubWord(RotWord(temp));
101 for (var t=0; t<4; t++) temp[t] ^= Rcon[i/Nk][t];
103 temp = SubWord(temp);
105 for (var t=0; t<4; t++) w[i][t] = w[i-Nk][t] ^ temp[t];
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Dcrypto-aes.js50 for (var c=0; c<4; c++) t[c] = s[r][(c+r)%Nb]; // shift into temp copy
89 var temp = new Array(4);
98 for (var t=0; t<4; t++) temp[t] = w[i-1][t];
100 temp = SubWord(RotWord(temp));
101 for (var t=0; t<4; t++) temp[t] ^= Rcon[i/Nk][t];
103 temp = SubWord(temp);
105 for (var t=0; t<4; t++) w[i][t] = w[i-Nk][t] ^ temp[t];
/external/webkit/Source/JavaScriptCore/wtf/
H A DSHA1.cpp188 uint32_t temp = rotateLeft(5, a) + f(t, b, c, d) + e + w[t] + k(t);
193 a = temp;
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DSurfaceBacking.cpp214 TileGrid* temp = m_frontTileGrid; local
216 m_backTileGrid = temp;
/external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
H A DCameraConfigurationManager.java61 int temp = width;
63 height = temp;
/external/aac/libSBRdec/src/
H A Denv_calc.cpp1403 FIXP_DBL temp = bufferReal[l] << (int)preShift; local
1404 accu = fPow2AddDiv2(accu, temp);
1420 FIXP_DBL temp = bufferReal[l] >> (int)negpreShift; local
1421 accu = fPow2AddDiv2(accu, temp);
1466 FIXP_DBL temp; local
1513 temp = analysBufferReal[l][k] << (int)preShift;
1514 sumLine += fPow2Div2(temp);
1515 temp = analysBufferImag[l][k] << (int)preShift;
1516 sumLine += fPow2Div2(temp);
1521 temp
2140 FIXP_DBL temp; local
[all...]
/external/qemu/android/
H A Dconsole.c301 static char temp[1024]; local
302 int ret = vsnprintf( temp, sizeof(temp), format, args );
303 temp[ sizeof(temp)-1 ] = 0;
304 control_control_write( client, temp, -1 );
565 char temp[16]; local
566 int count = size > sizeof(temp)-1 ? sizeof(temp)-1 : size;
570 temp[n
1858 char temp[128]; local
1942 char temp[20], *p = temp, *end = p + sizeof(temp); local
[all...]

Completed in 601 milliseconds

<<11121314151617181920>>