Searched refs:temp (Results 101 - 125 of 896) sorted by relevance

1234567891011>>

/external/sonivox/arm-fm-22k/lib_src/
H A Deas_ota.c167 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...]
H A Deas_mixer.c145 EAS_I32 temp; local
146 temp = MaximizerProcess(pEASData->effectsModules[EAS_MODULE_MAXIMIZER].effectData, pEASData->pMixBuffer, pEASData->pMixBuffer, numSamples);
147 temp = (temp * pEASData->masterGain) >> 15;
148 if (temp > 32767)
151 gain = (EAS_U16) temp;
340 EAS_I32 temp; local
393 temp = (pInputBuffer[src] * gainLeft) >> NUM_MIXER_GUARD_BITS;
394 temp += ((pInputBuffer[src+1] * gainRight) >> NUM_MIXER_GUARD_BITS);
395 pMixBuffer[dest] += temp;
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_ota.c167 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...]
H A Deas_mixer.c145 EAS_I32 temp; local
146 temp = MaximizerProcess(pEASData->effectsModules[EAS_MODULE_MAXIMIZER].effectData, pEASData->pMixBuffer, pEASData->pMixBuffer, numSamples);
147 temp = (temp * pEASData->masterGain) >> 15;
148 if (temp > 32767)
151 gain = (EAS_U16) temp;
340 EAS_I32 temp; local
393 temp = (pInputBuffer[src] * gainLeft) >> NUM_MIXER_GUARD_BITS;
394 temp += ((pInputBuffer[src+1] * gainRight) >> NUM_MIXER_GUARD_BITS);
395 pMixBuffer[dest] += temp;
[all...]
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_ota.c167 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...]
H A Deas_mixer.c145 EAS_I32 temp; local
146 temp = MaximizerProcess(pEASData->effectsModules[EAS_MODULE_MAXIMIZER].effectData, pEASData->pMixBuffer, pEASData->pMixBuffer, numSamples);
147 temp = (temp * pEASData->masterGain) >> 15;
148 if (temp > 32767)
151 gain = (EAS_U16) temp;
340 EAS_I32 temp; local
393 temp = (pInputBuffer[src] * gainLeft) >> NUM_MIXER_GUARD_BITS;
394 temp += ((pInputBuffer[src+1] * gainRight) >> NUM_MIXER_GUARD_BITS);
395 pMixBuffer[dest] += temp;
[all...]
/external/bison/lib/
H A Dobstack.h162 } temp; /* Temporary for some macros. */
267 Also, we can avoid using the `temp' slot, to make faster code. */
430 ( (h)->temp.tempint = (length), \
431 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \
432 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0))
435 ( (h)->temp.tempint = (length), \
436 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \
437 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0), \
438 memcpy ((h)->next_free, where, (h)->temp.tempint), \
439 (h)->next_free += (h)->temp
161 } temp; /* Temporary for some macros. */ member in struct:obstack
[all...]
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/
H A DTrackFragmentRandomAccessBox.java87 long temp = IsoTypeReader.readUInt32(content);
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;
120 temp = reserved << 6;
121 temp = temp | (((lengthSizeOfTrafNum - 1) & 0x3) << 4);
122 temp
[all...]
/external/dropbear/libtomcrypt/src/ciphers/
H A Dkasumi.c143 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/
H A Dexec.h203 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) >> 1
241 CPU86_LDoubleU temp; local
250 CPU86_LDoubleU temp; local
[all...]
/external/chromium/chrome/common/extensions/
H A Dextension_resource_unittest.cc47 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()),
/external/e2fsprogs/ext2ed/
H A Ddisk.c46 char temp [80]; local
53 sprintf (temp,"Seek offset %ld is out of range",offset);
54 internal_error (temp,"disk","low_read");
85 char temp [80]; local
105 sprintf (temp,"Seek offset %ld is out of range",offset);
106 internal_error (temp,"disk","low_write");
/external/jmonkeyengine/engine/src/core/com/jme3/effect/influencers/
H A DNewtonianParticleInfluencer.java41 temp.set(particle.velocity.z * surfaceTangentFactor, particle.velocity.y * surfaceTangentFactor, -particle.velocity.x * surfaceTangentFactor);
45 temp = m.multLocal(temp);
50 particle.velocity.addLocal(temp);
110 temp.set(FastMath.nextRandomFloat() * velocityVariation, FastMath.nextRandomFloat() * velocityVariation, FastMath.nextRandomFloat() * velocityVariation);
111 particle.velocity.addLocal(temp);
/external/qemu/android/utils/
H A Dini.c327 char temp[PATH_MAX], *p=temp, *end=p+sizeof(temp); local
328 p = bufprint(temp, end, "%s = %s\n", pair->key, pair->value);
329 if (fwrite(temp, p - temp, 1, fp) != 1) {
490 char temp[16]; local
491 snprintf(temp, sizeof temp, "%d", value);
492 iniFile_setValue(f, key, temp);
498 char temp[32]; local
506 char temp[32]; local
520 char temp[32]; local
[all...]
/external/libgsm/src/
H A Dlong_term.c68 register word temp, wt_k; local
74 temp = d[k];
75 temp = GSM_ABS( temp );
76 if (temp > dmax) {
77 dmax = temp;
81 temp = 0;
85 temp = gsm_norm( (longword)dmax << 16 );
87 if (temp > 6) scal = 0;
88 else scal = 6 - temp;
169 register word temp; local
310 register word temp; local
486 register word temp; local
[all...]
/external/skia/src/effects/
H A DSkBlurImageFilter.cpp164 SkBitmap temp; local
165 temp.setConfig(dst->config(), dst->width(), dst->height());
166 if (!temp.allocPixels()) {
171 boxBlurX(src, &temp, kernelSizeX, lowOffsetX, highOffsetX);
172 boxBlurY(temp, dst, kernelSizeY, lowOffsetY, highOffsetY);
173 boxBlurX(*dst, &temp, kernelSizeX, highOffsetX, lowOffsetX);
174 boxBlurY(temp, dst, kernelSizeY, highOffsetY, lowOffsetY);
175 boxBlurX(*dst, &temp, kernelSizeX3, highOffsetX, highOffsetX);
176 boxBlurY(temp, dst, kernelSizeY3, highOffsetY, highOffsetY);
179 boxBlurX(*dst, &temp, kernelSize
[all...]
/external/libxml2/
H A Duri.c1002 xmlChar *temp; local
1024 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1025 if (temp == NULL) {
1031 ret = temp;
1037 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1038 if (temp == NULL) {
1044 ret = temp;
1053 temp = (xmlChar *) xmlRealloc(ret, (max + 1) * sizeof(xmlChar));
1054 if (temp == NULL) {
1060 ret = temp;
1744 xmlChar *temp; local
2595 xmlURI temp; local
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/
H A DMessages.Designer.cs42 global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Antlr.Runtime.Messages", typeof(Messages).Assembly);
43 resourceMan = temp;
/external/opencv/otherlibs/highgui/
H A Dgrfmt_base.cpp251 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++/
H A Dchild_reader.cpp132 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/protobuf/src/google/protobuf/stubs/
H A Dstl_util-inl.h55 ForwardIterator temp = begin; local
57 delete *temp;
/external/qemu/telephony/
H A Dtest2.c72 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 );
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/
H A DFloatToFixed.java233 Vector3f temp = new Vector3f();
236 BufferUtils.populateFromBuffer(temp, input, i);
239 temp.multLocal(127).addLocal(0.5f, 0.5f, 0.5f);
242 byte v1 = (byte) temp.getX();
243 byte v2 = (byte) temp.getY();
244 byte v3 = (byte) temp.getZ();
257 Vector2f temp = new Vector2f();
271 BufferUtils.populateFromBuffer(temp, input, i);
274 sb.put( (short) (temp.getX()*Short.MAX_VALUE) );
275 sb.put( (short) (temp
[all...]
/external/chromium/base/
H A Datomicops_internals_mips_gcc.h53 Atomic32 temp, old; local
58 "move %0, %3\n" // temp = new_value
59 "sc %0, %2\n" // *ptr = temp (with atomic check)
63 : "=&r" (temp), "=&r" (old), "=m" (*ptr)
74 Atomic32 temp, temp2; local
79 "ll %0, %2\n" // temp = *ptr
80 "addu %1, %0, %3\n" // temp2 = temp + increment
83 "addu %1, %0, %3\n" // temp2 = temp + increment
85 : "=&r" (temp), "=&r" (temp2), "=m" (*ptr)
/external/dropbear/libtomcrypt/src/ciphers/aes/
H A Daes.c95 static ulong32 setup_mix(ulong32 temp) argument
97 return (Te4_3[byte(temp, 2)]) ^
98 (Te4_2[byte(temp, 1)]) ^
99 (Te4_1[byte(temp, 0)]) ^
100 (Te4_0[byte(temp, 3)]);
105 static ulong32 setup_mix2(ulong32 temp) argument
107 return Td0(255 & Te4[byte(temp, 3)]) ^
108 Td1(255 & Te4[byte(temp, 2)]) ^
109 Td2(255 & Te4[byte(temp, 1)]) ^
110 Td3(255 & Te4[byte(temp,
126 ulong32 temp, *rk; local
[all...]

Completed in 1043 milliseconds

1234567891011>>