/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_ota.c | 167 EAS_U8 temp; local 171 if ((result = EAS_HWGetByte(pEASData->hwInstData, fileHandle, &temp)) != EAS_SUCCESS) 175 cmdLen = temp; 181 if ((result = EAS_HWGetByte(pEASData->hwInstData, fileHandle, &temp)) != EAS_SUCCESS) 183 temp = temp >> 1; 187 if (temp != OTA_RINGTONE) 194 if (temp == OTA_SOUND) 217 if (temp != OTA_UNICODE) 322 EAS_U8 temp; local 849 EAS_U8 temp; local [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_ota.c | 167 EAS_U8 temp; local 171 if ((result = EAS_HWGetByte(pEASData->hwInstData, fileHandle, &temp)) != EAS_SUCCESS) 175 cmdLen = temp; 181 if ((result = EAS_HWGetByte(pEASData->hwInstData, fileHandle, &temp)) != EAS_SUCCESS) 183 temp = temp >> 1; 187 if (temp != OTA_RINGTONE) 194 if (temp == OTA_SOUND) 217 if (temp != OTA_UNICODE) 322 EAS_U8 temp; local 849 EAS_U8 temp; local [all...] |
/external/bison/lib/ |
obstack.h | 161 } temp; /* Temporary for some macros. */ 271 Also, we can avoid using the 'temp' slot, to make faster code. */ 434 ( (h)->temp.tempint = (length), \ 435 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \ 436 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0)) 439 ( (h)->temp.tempint = (length), \ 440 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \ 441 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0), \ 442 memcpy ((h)->next_free, where, (h)->temp.tempint), \ 443 (h)->next_free += (h)->temp.tempint 160 } temp; \/* Temporary for some macros. *\/ member in struct:obstack [all...] |
/external/chromium_org/base/ |
stl_util.h | 42 ForwardIterator temp = begin; local 44 delete *temp; 59 ForwardIterator temp = begin; local 61 delete temp->first; 62 delete temp->second; 73 ForwardIterator temp = begin; local 75 delete temp->first; 87 ForwardIterator temp = begin; local 89 delete temp->second;
|
/external/icu4c/test/intltest/ |
locnmtst.cpp | 89 UnicodeString temp; local 91 ldn->localeDisplayName("de_DE", temp); 93 test_assert_equal("Deutsch (Deutschland)", temp); 97 UnicodeString temp; local 99 ldn->localeDisplayName("en_GB", temp); 101 test_assert_equal("British English", temp); 105 UnicodeString temp; local 110 ldn->localeDisplayName(locname, temp); 112 test_assert_equal(target, temp); 116 UnicodeString temp; local 126 UnicodeString temp; local 136 UnicodeString temp; local 343 UnicodeString temp; local [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
qua_gain.cpp | 217 Word16 temp; local 277 temp = shl(exp_code, 1, pOverflow); 278 temp = add(15, temp, pOverflow); 279 exp_max[2] = add(exp_coeff[2], temp, pOverflow); 283 temp = add(1, exp_code, pOverflow); 284 exp_max[4] = add(exp_coeff[4], temp, pOverflow); 394 temp = sub(10, exp_gcode0, pOverflow); 395 L_tmp = L_shr(L_tmp, temp, pOverflow);
|
/frameworks/av/media/libstagefright/codecs/avc/common/src/ |
reflist.cpp | 410 AVCPictureData *temp; local 418 temp = data[j]; 420 data[i] = temp; 432 AVCPictureData *temp; local 440 temp = data[j]; 442 data[i] = temp; 455 AVCFrameStore *temp; local 463 temp = data[j]; 465 data[i] = temp; 477 AVCFrameStore *temp; local 499 AVCPictureData *temp; local 538 AVCPictureData *temp; local 560 AVCFrameStore *temp; local [all...] |
/libcore/luni/src/main/java/java/io/ |
DataInputStream.java | 67 int temp = in.read(); local 68 if (temp < 0) { 71 return temp != 0; 75 int temp = in.read(); local 76 if (temp < 0) { 79 return (byte) temp; 157 int temp = in.read(); local 158 if (temp < 0) { 161 return temp;
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
obstack.h | 161 } temp; /* Temporary for some macros. */ 271 Also, we can avoid using the `temp' slot, to make faster code. */ 434 ( (h)->temp.tempint = (length), \ 435 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \ 436 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0)) 439 ( (h)->temp.tempint = (length), \ 440 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \ 441 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0), \ 442 memcpy ((h)->next_free, where, (h)->temp.tempint), \ 443 (h)->next_free += (h)->temp.tempint 160 } temp; \/* Temporary for some macros. *\/ member in struct:obstack [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
obstack.h | 172 PTR_INT_TYPE temp; /* Temporary for some macros. */ 310 Also, we can avoid using the `temp' slot, to make faster code. */ 468 ( (h)->temp = (length), \ 469 (((h)->next_free + (h)->temp > (h)->chunk_limit) \ 470 ? (_obstack_newchunk ((h), (h)->temp), 0) : 0)) 473 ( (h)->temp = (length), \ 474 (((h)->next_free + (h)->temp > (h)->chunk_limit) \ 475 ? (_obstack_newchunk ((h), (h)->temp), 0) : 0), \ 476 _obstack_memcpy ((h)->next_free, (where), (h)->temp), \ 477 (h)->next_free += (h)->temp) 171 PTR_INT_TYPE temp; \/* Temporary for some macros. *\/ member in struct:obstack [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
obstack.h | 172 PTR_INT_TYPE temp; /* Temporary for some macros. */ 310 Also, we can avoid using the `temp' slot, to make faster code. */ 468 ( (h)->temp = (length), \ 469 (((h)->next_free + (h)->temp > (h)->chunk_limit) \ 470 ? (_obstack_newchunk ((h), (h)->temp), 0) : 0)) 473 ( (h)->temp = (length), \ 474 (((h)->next_free + (h)->temp > (h)->chunk_limit) \ 475 ? (_obstack_newchunk ((h), (h)->temp), 0) : 0), \ 476 _obstack_memcpy ((h)->next_free, (where), (h)->temp), \ 477 (h)->next_free += (h)->temp) 171 PTR_INT_TYPE temp; \/* Temporary for some macros. *\/ member in struct:obstack [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
obstack.h | 172 PTR_INT_TYPE temp; /* Temporary for some macros. */ 310 Also, we can avoid using the `temp' slot, to make faster code. */ 468 ( (h)->temp = (length), \ 469 (((h)->next_free + (h)->temp > (h)->chunk_limit) \ 470 ? (_obstack_newchunk ((h), (h)->temp), 0) : 0)) 473 ( (h)->temp = (length), \ 474 (((h)->next_free + (h)->temp > (h)->chunk_limit) \ 475 ? (_obstack_newchunk ((h), (h)->temp), 0) : 0), \ 476 _obstack_memcpy ((h)->next_free, (where), (h)->temp), \ 477 (h)->next_free += (h)->temp) 171 PTR_INT_TYPE temp; \/* Temporary for some macros. *\/ member in struct:obstack [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
obstack.h | 172 PTR_INT_TYPE temp; /* Temporary for some macros. */ 310 Also, we can avoid using the `temp' slot, to make faster code. */ 468 ( (h)->temp = (length), \ 469 (((h)->next_free + (h)->temp > (h)->chunk_limit) \ 470 ? (_obstack_newchunk ((h), (h)->temp), 0) : 0)) 473 ( (h)->temp = (length), \ 474 (((h)->next_free + (h)->temp > (h)->chunk_limit) \ 475 ? (_obstack_newchunk ((h), (h)->temp), 0) : 0), \ 476 _obstack_memcpy ((h)->next_free, (where), (h)->temp), \ 477 (h)->next_free += (h)->temp) 171 PTR_INT_TYPE temp; \/* Temporary for some macros. *\/ member in struct:obstack [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
obstack.h | 163 } temp; /* Temporary for some macros. */ 268 Also, we can avoid using the `temp' slot, to make faster code. */ 431 ( (h)->temp.tempint = (length), \ 432 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \ 433 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0)) 436 ( (h)->temp.tempint = (length), \ 437 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \ 438 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0), \ 439 memcpy ((h)->next_free, where, (h)->temp.tempint), \ 440 (h)->next_free += (h)->temp.tempint 162 } temp; \/* Temporary for some macros. *\/ member in struct:obstack [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
obstack.h | 163 } temp; /* Temporary for some macros. */ 268 Also, we can avoid using the `temp' slot, to make faster code. */ 431 ( (h)->temp.tempint = (length), \ 432 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \ 433 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0)) 436 ( (h)->temp.tempint = (length), \ 437 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \ 438 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0), \ 439 memcpy ((h)->next_free, where, (h)->temp.tempint), \ 440 (h)->next_free += (h)->temp.tempint 162 } temp; \/* Temporary for some macros. *\/ member in struct:obstack [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
obstack.h | 163 } temp; /* Temporary for some macros. */ 268 Also, we can avoid using the `temp' slot, to make faster code. */ 431 ( (h)->temp.tempint = (length), \ 432 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \ 433 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0)) 436 ( (h)->temp.tempint = (length), \ 437 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \ 438 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0), \ 439 memcpy ((h)->next_free, where, (h)->temp.tempint), \ 440 (h)->next_free += (h)->temp.tempint 162 } temp; \/* Temporary for some macros. *\/ member in struct:obstack [all...] |
/system/core/libcutils/ |
fs.c | 110 char temp[PATH_MAX]; local 111 if (snprintf(temp, PATH_MAX, "%s.XXXXXX", path) >= PATH_MAX) { 116 int fd = TEMP_FAILURE_RETRY(mkstemp(temp)); 118 ALOGE("Failed to open %s: %s", temp, strerror(errno)); 129 ALOGE("Failed to write %s: %s", temp, strerror(errno)); 133 ALOGE("Failed to close %s: %s", temp, strerror(errno)); 137 if (rename(temp, path) == -1) { 138 ALOGE("Failed to rename %s to %s: %s", temp, path, strerror(errno)); 147 unlink(temp);
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
HalAdaptation.cpp | 73 char temp[120]; local 94 if ( GetStrValue ( NAME_UART_PARITY, temp, sizeof ( temp ) ) ) 96 if ( strcmp ( temp, "even" ) == 0 ) 98 else if ( strcmp ( temp, "odd" ) == 0 ) 100 else if ( strcmp ( temp, "none" ) == 0 ) 106 if ( GetStrValue ( NAME_UART_STOPBITS, temp, sizeof ( temp ) ) ) 108 if ( strcmp ( temp, "1" ) == 0 ) 110 else if ( strcmp ( temp, "2" ) == 0 [all...] |
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/ |
TrackFragmentRandomAccessBox.java | 87 long temp = IsoTypeReader.readUInt32(content); local 88 reserved = (int) (temp >> 6); 89 lengthSizeOfTrafNum = ((int) (temp & 0x3F) >> 4) + 1; 90 lengthSizeOfTrunNum = ((int) (temp & 0xC) >> 2) + 1; 91 lengthSizeOfSampleNum = ((int) (temp & 0x3)) + 1; 119 long temp; local 120 temp = reserved << 6; 121 temp = temp | (((lengthSizeOfTrafNum - 1) & 0x3) << 4); 122 temp = temp | (((lengthSizeOfTrunNum - 1) & 0x3) << 2) [all...] |
/external/dropbear/libtomcrypt/src/ciphers/ |
kasumi.c | 143 ulong32 left, right, temp; local 154 temp = FL(left, n, skey); 155 temp = FO(temp, n++, skey); 156 right ^= temp; 157 temp = FO(right, n, skey); 158 temp = FL(temp, n++, skey); 159 left ^= temp; 170 ulong32 left, right, temp; local [all...] |
/external/qemu/target-i386/ |
exec.h | 203 CPU86_LDoubleU temp; local 214 temp.l.upper = (e << 20) | (ll >> 32); 215 temp.l.lower = ll; 217 temp.ll = ll | ((uint64_t)e << 52); 219 return temp.d; 224 CPU86_LDoubleU temp; local 227 temp.d = f; 229 stq(ptr, (MANTD(temp) << 11) | (1LL << 63)); 231 e = EXPD(temp) - EXPBIAS + 16383; 232 e |= SIGND(temp) >> 16 241 CPU86_LDoubleU temp; local 250 CPU86_LDoubleU temp; local [all...] |
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_rob_image_homography.cpp | 114 double back,Jf_dx[18],f[2],temp,temp2; local 130 temp=Jf_dx[0]; temp2=Jf_dx[9]; 131 JtJ[0]+=temp*Jf_dx[0]+temp2*Jf_dx[9]; 132 JtJ[1]+=temp*Jf_dx[1]+temp2*Jf_dx[10]; 133 JtJ[2]+=temp*Jf_dx[2]+temp2*Jf_dx[11]; 134 JtJ[3]+=temp*Jf_dx[3]+temp2*Jf_dx[12]; 135 JtJ[4]+=temp*Jf_dx[4]+temp2*Jf_dx[13]; 136 JtJ[5]+=temp*Jf_dx[5]+temp2*Jf_dx[14]; 137 JtJ[6]+=temp*Jf_dx[6]+temp2*Jf_dx[15]; 138 JtJ[7]+=temp*Jf_dx[7]+temp2*Jf_dx[16] [all...] |
/packages/apps/Camera2/jni/feature_stab/db_vlvm/ |
db_rob_image_homography.cpp | 114 double back,Jf_dx[18],f[2],temp,temp2; local 130 temp=Jf_dx[0]; temp2=Jf_dx[9]; 131 JtJ[0]+=temp*Jf_dx[0]+temp2*Jf_dx[9]; 132 JtJ[1]+=temp*Jf_dx[1]+temp2*Jf_dx[10]; 133 JtJ[2]+=temp*Jf_dx[2]+temp2*Jf_dx[11]; 134 JtJ[3]+=temp*Jf_dx[3]+temp2*Jf_dx[12]; 135 JtJ[4]+=temp*Jf_dx[4]+temp2*Jf_dx[13]; 136 JtJ[5]+=temp*Jf_dx[5]+temp2*Jf_dx[14]; 137 JtJ[6]+=temp*Jf_dx[6]+temp2*Jf_dx[15]; 138 JtJ[7]+=temp*Jf_dx[7]+temp2*Jf_dx[16] [all...] |
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_rob_image_homography.cpp | 114 double back,Jf_dx[18],f[2],temp,temp2; local 130 temp=Jf_dx[0]; temp2=Jf_dx[9]; 131 JtJ[0]+=temp*Jf_dx[0]+temp2*Jf_dx[9]; 132 JtJ[1]+=temp*Jf_dx[1]+temp2*Jf_dx[10]; 133 JtJ[2]+=temp*Jf_dx[2]+temp2*Jf_dx[11]; 134 JtJ[3]+=temp*Jf_dx[3]+temp2*Jf_dx[12]; 135 JtJ[4]+=temp*Jf_dx[4]+temp2*Jf_dx[13]; 136 JtJ[5]+=temp*Jf_dx[5]+temp2*Jf_dx[14]; 137 JtJ[6]+=temp*Jf_dx[6]+temp2*Jf_dx[15]; 138 JtJ[7]+=temp*Jf_dx[7]+temp2*Jf_dx[16] [all...] |
/external/chromium/chrome/common/extensions/ |
extension_resource_unittest.cc | 47 ScopedTempDir temp; local 48 ASSERT_TRUE(temp.CreateUniqueTempDir()); 52 FilePath root_resource = temp.path().AppendASCII(filename); 57 FilePath l10n_path = temp.path().Append(Extension::kLocaleFolder); 74 ExtensionResource resource(extension_id, temp.path(), 85 EXPECT_EQ(ToLower(temp.path().value()),
|