/external/llvm/test/CodeGen/X86/ |
2011-03-09-Physreg-Coalescing.ll | 14 %temp.i = alloca [2 x i8], align 1 18 %arrayidx.i = getelementptr inbounds [2 x i8]* %temp.i, i32 0, i32 0
|
/external/opencv/otherlibs/highgui/ |
grfmt_base.cpp | 251 GrFmtFilterFactory** temp = (GrFmtFilterFactory**)pos; local 253 assert( temp == 0 || (m_factories <= temp && temp < m_factories + m_curFactories)); 254 if( temp ) 256 factory = *temp++; 257 pos = (ListPosition)(temp < m_factories + m_curFactories ? temp : 0);
|
/external/oprofile/libutil++/ |
child_reader.cpp | 132 ssize_t temp = read(fd1, buf1, PIPE_BUF); local 133 if (temp >= 0) 134 end1 = temp; 145 ssize_t temp = read(fd2, buf2 + end2, sz_buf2 - end2); local 146 if (temp > 0) 147 end2 += temp; 171 int temp = end2; local 194 if (ok && temp != end2)
|
/external/qemu/telephony/ |
test2.c | 72 char temp[256]; local 78 temp[mm++] = c; 80 strcat( temp+mm, "<LF>" ); 84 strcat( temp+mm, "<CR>" ); 88 sprintf( temp+mm, "\\x%02x", c ); 89 mm += strlen( temp+mm ); 92 temp[mm] = 0; 93 printf( "%p: << %s\n", client, temp );
|
/frameworks/base/data/sounds/ |
README.txt | 21 oggdec -o temp.wav ogg/Effect_Tick.ogg 22 sox temp.wav -r 48000 temp48k.wav
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
BerTlv.java | 89 int temp = data[curIndex++] & 0xff; local 90 if (temp < 0x80) { 91 length = temp; 92 } else if (temp == 0x81) { 93 temp = data[curIndex++] & 0xff; 94 if (temp < 0x80) { 101 length = temp; 106 " byte= " + Integer.toHexString(temp) + " curIndex=" + curIndex +
|
/packages/apps/Bluetooth/res/values-rm/ |
strings_pbap.xml | 6 <string name="pbap_acceptance_timeout_message" msgid="1107401415099814293">"Surpassą il temp per acceptar la connexiun cun %1$s"</string> 7 <string name="pbap_authentication_timeout_message" msgid="4166979525521902687">"Surpassą il temp per l\'endataziun da la clav da sessiun cun %1$s"</string>
|
/packages/apps/Mms/src/com/android/mms/ui/ |
LayoutSelectorAdapter.java | 46 IconListItem temp = new IconListItem(title, resource); local 47 data.add(temp);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
PKIXNameConstraintValidator.java | 376 byte[][] temp = extractIPsAndSubnetMasks(ipWithSubmask1, ipWithSubmask2); 377 byte ip1[] = temp[0]; 378 byte subnetmask1[] = temp[1]; 379 byte ip2[] = temp[2]; 380 byte subnetmask2[] = temp[3]; 409 byte[] temp = new byte[ipLength * 2]; 410 System.arraycopy(ip, 0, temp, 0, ipLength); 411 System.arraycopy(subnetMask, 0, temp, ipLength, ipLength); 412 return temp; 1839 String temp = ""; local 1856 String temp = ""; local 1872 String temp = ""; local [all...] |
/external/aac/libFDK/src/ |
scale.cpp | 352 SHORT temp, maxVal = 0; local 355 temp = (SHORT)(*vector++); 356 maxVal |= (temp^(temp>>(SHORT_BITS-1))); 379 INT_PCM temp, maxVal = 0; local 382 temp = (INT_PCM)(*vector); vector+=stride; 383 maxVal |= (temp^(temp>>((sizeof(INT_PCM)*8)-1))); 405 SHORT temp, maxVal = 0; local 408 temp = (SHORT)(*vector); vector+=stride 433 FIXP_DBL temp, maxVal = (FIXP_DBL)0; local 451 SHORT temp, maxVal = (FIXP_SGL)0; local [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/md4/ |
md4_one.c | 80 char temp[1024]; 85 chunk = (n > sizeof(temp)) ? sizeof(temp) : n; 86 ebcdic2ascii(temp, d, chunk); 87 MD4_Update(&c,temp,chunk);
|
/external/chromium_org/third_party/openssl/openssl/crypto/md5/ |
md5_one.c | 80 char temp[1024]; 85 chunk = (n > sizeof(temp)) ? sizeof(temp) : n; 86 ebcdic2ascii(temp, d, chunk); 87 MD5_Update(&c,temp,chunk);
|
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
qrsolv.h | 21 Scalar temp; local 60 temp = givens.c() * wa[k] + givens.s() * qtbpj; 62 wa[k] = temp; 66 temp = givens.c() * s(i,k) + givens.s() * sdiag[i]; 68 s(i,k) = temp;
|
r1updt.h | 22 Scalar temp; local 51 temp = givens.c() * s(j,i) - givens.s() * w[i]; 53 s(j,i) = temp; 72 temp = givens.c() * s(j,i) + givens.s() * w[i]; 74 s(j,i) = temp;
|
/external/jmonkeyengine/engine/src/core/com/jme3/shadow/ |
ShadowUtil.java | 129 Vector3f temp = new Vector3f();
local 130 temp.set(dir).multLocal(far).addLocal(pos);
131 Vector3f farCenter = temp.clone();
132 temp.set(dir).multLocal(near).addLocal(pos);
133 Vector3f nearCenter = temp.clone();
135 Vector3f nearUp = temp.set(up).multLocal(near_height).clone();
136 Vector3f farUp = temp.set(up).multLocal(far_height).clone();
137 Vector3f nearRight = temp.set(right).multLocal(near_width).clone();
138 Vector3f farRight = temp.set(right).multLocal(far_width).clone();
229 Vector3f temp = new Vector3f(); local 250 Vector3f temp = new Vector3f(); local [all...] |
/external/openssl/crypto/md4/ |
md4_one.c | 80 char temp[1024]; 85 chunk = (n > sizeof(temp)) ? sizeof(temp) : n; 86 ebcdic2ascii(temp, d, chunk); 87 MD4_Update(&c,temp,chunk);
|
/external/openssl/crypto/md5/ |
md5_one.c | 80 char temp[1024]; 85 chunk = (n > sizeof(temp)) ? sizeof(temp) : n; 86 ebcdic2ascii(temp, d, chunk); 87 MD5_Update(&c,temp,chunk);
|
/external/srec/srec/cfront/ |
sh_down.h | 45 int temp, retval; local 49 temp = value; 51 temp = -value; 53 retval = temp << shift; 55 if ((retval > (int)LONG_MAX) || (retval < temp)) /* TODO: max_val if LONG_MAX, overflow won't be detected */
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
FO_2I_D16F32C15_LShx_TRC_WRA_01.c | 42 LVM_INT32 Temp; 74 MUL32x16INTO32(pBiquadState->pDelays[1],pBiquadState->coefs[2],Temp,15); 75 ynL +=Temp; 77 MUL32x16INTO32(pBiquadState->pDelays[3],pBiquadState->coefs[2],Temp,15); 78 ynR +=Temp;
|
LVC_Core_MixSoft_1St_D16C31_WRA.c | 43 LVM_INT32 Temp; 50 ADD2_SAT_32x32(Current,Delta,Temp); /* Q31 + Q31 into Q31*/ 51 Current=Temp; 63 ADD2_SAT_32x32(Current,Delta,Temp); /* Q31 + Q31 into Q31*/ 64 Current=Temp;
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
ms_stereo.c | 53 Word32 temp; local 61 Word32 temp; local 98 temp = (pnlr + 1) / ((pnms >> 8) + 1); 100 temp = pnms - pnlr; 101 if( temp > 0 ){
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
transform.rs | 58 rs_matrix4x4 temp; 62 rsMatrixLoadTranslate(&temp, data.x, data.y, data.z); 65 rsMatrixLoadRotate(&temp, data.w, data.x, data.y, data.z); 68 rsMatrixLoadScale(&temp, data.x, data.y, data.z); 71 rsMatrixMultiply(mat, &temp);
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/ |
SOURCES | 5 Configured with: /tmp/AOSP-toolchain/build/../gcc/gcc-4.7/configure --prefix=/tmp/toolchain-build-linux/prefix --target=arm-linux-androideabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/toolchain-build-linux/temp-install --with-mpfr=/tmp/toolchain-build-linux/temp-install --with-mpc=/tmp/toolchain-build-linux/temp-install --with-cloog=/tmp/toolchain-build-linux/temp-install --with-ppl=/tmp/toolchain-build-linux/temp-install --disable-ppl-version-check --disable-cloog-version-check --enable-cloog-backend=isl --with-host-libstdcxx='-static-libgcc -Wl,-Bstatic,-lstdc++,-Bdynamic -lm' --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --enable-initfini-array --disable-nls --prefix=/tmp/toolchain-build-linux/prefix --with-sysroot=/tmp/toolchain-build-linux/prefix/sysroot --with-binutils-version=2.22 --with-mpfr-version=3.1.1 --with-mpc-version=1.0.1 --with-gmp-version=5.0.5 --with-gcc-version=4.7 --with-gdb-version=7.3.x --with-gxx-include-dir=/tmp/toolchain-build-linux/prefix/include/c++/4.7 --with-bugurl=http://source.android.com/source/report-bugs.html --disable-bootstrap --disable-libquadmath --enable-plugins --enable-libgomp --enable-gold --enable-graphite=yes --with-cloog-version=0.17.0 --with-ppl-version=1.0 --with-arch=armv5te --program-transform-name='s&^&arm-linux-androideabi-&' --enable-gold=default
|
/system/media/audio_utils/ |
tinysndfile.c | 29 uint8_t *temp; // realloc buffer used for shrinking 16 bits to 8 bits and byte-swapping member in struct:SNDFILE_ 72 handle->temp = NULL; 299 handle->temp = NULL; 328 free(handle->temp); 356 void *temp = NULL; local 359 temp = malloc(desiredBytes); 360 actualBytes = fread(temp, sizeof(char), desiredBytes, handle->stream); 375 memcpy_to_i16_from_i32(ptr, (const int *) temp, actualFrames * handle->info.channels); 376 free(temp); 379 memcpy_to_i16_from_float(ptr, (const float *) temp, actualFrames * handle->info.channels) [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
d_plsf_3.cpp | 173 Word16 temp; local 186 temp = 201 temp, 210 /* temp = mean_lsf[i] + past_r2_q[i] * PRED_FAC; */ 212 temp = 218 temp = 221 temp, 227 temp, 236 /* temp = mean_lsf[i] + past_r2_q[i]; */ 238 temp [all...] |