/external/quake/quake/src/WinQuake/ |
cmd.cpp | 113 char *temp; local 120 temp = (char*) Z_Malloc (templen); 121 Q_memcpy (temp, cmd_text.data, templen); 125 temp = NULL; // shut up compiler 133 SZ_Write (&cmd_text, temp, templen); 134 Z_Free (temp);
|
console.cpp | 215 char temp[MAXGAMEDIRLEN+1]; local 224 sprintf (temp, "%s%s", com_gamedir, t2); 225 unlink (temp); 451 int temp; local 457 temp = scr_disabled_for_loading; 460 scr_disabled_for_loading = temp;
|
sys_win.cpp | 473 unsigned int temp, t2;
local 480 temp = ((unsigned int)PerformanceCount.LowPart >> lowshift) |
485 oldtime = temp;
491 if ((temp <= oldtime) && ((oldtime - temp) < 0x10000000))
493 oldtime = temp; // so we can't get stuck
497 t2 = temp - oldtime;
500 oldtime = temp;
|
world.cpp | 160 { // create a temp hull from bounding box sizes 748 vec3_t temp; local 752 VectorCopy (start_l, temp); 753 start_l[0] = DotProduct (temp, forward); 754 start_l[1] = -DotProduct (temp, right); 755 start_l[2] = DotProduct (temp, up); 757 VectorCopy (end_l, temp); 758 end_l[0] = DotProduct (temp, forward); 759 end_l[1] = -DotProduct (temp, right); 760 end_l[2] = DotProduct (temp, up) 774 vec3_t temp; local [all...] |
/external/webkit/Source/WebCore/rendering/svg/ |
SVGRootInlineBox.cpp | 234 float temp = firstVector.at(first); local 236 lastVector.at(last) = temp; 280 InlineBox* temp = *first; local 282 *last = temp; 308 InlineBox* temp = *first; local 310 *last = temp;
|
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/ |
pitch_ol.cpp | 566 RETURNING(temp) 581 RETURNING(temp) 624 Word16 temp; local 626 temp = Lag_max(corr, scal_sig, scal_fac, scal_flag, L_frame, lag_max, 629 return(temp); 647 Word16 temp; local 649 temp = Lag_max(vadSt, corr, scal_sig, scal_fac, scal_flag, L_frame, 652 return(temp); [all...] |
/hardware/invensense/mlsdk/mllite/ |
mlMathFunc.c | 74 long long temp; local 76 temp = (long long)a *b; 77 result = (long)(temp >> 29); 90 long long temp; local 92 temp = (long long)a *b; 93 result = (long)(temp >> 30);
|
/packages/inputmethods/LatinIME/native/src/ |
correction.cpp | 471 const int temp = *base; local 472 if (temp != S_INT_MAX) { 475 *base = TWO_31ST_DIV_2 >= temp ? temp << 1 : S_INT_MAX; 478 // temp = 2^16 + 1 and multiplier = 2^17 + 1. 480 const int tempRetval = temp * multiplier; 481 *base = tempRetval >= temp ? tempRetval : S_INT_MAX; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
AndroidJarLoader.java | 399 byte[] temp = new byte[data_size + block_size]; 400 System.arraycopy(data, 0, temp, 0, data_size); 402 data = temp; 409 byte[] temp = new byte[offset]; 411 System.arraycopy(data, 0, temp, 0, offset); 413 data = temp;
|
/build/tools/rgb2565/ |
to565.c | 89 int* temp = error; error = next_error; next_error = temp; local
|
/cts/tests/tests/view/src/android/view/cts/ |
ViewGroup_LayoutParamsTest.java | 68 LayoutParams temp = new ViewGroup.LayoutParams(320, 480); local 70 new ViewGroup.LayoutParams(temp);
|
ViewGroup_MarginLayoutParamsTest.java | 92 MarginLayoutParams temp = new ViewGroup.MarginLayoutParams(320, 480); local 93 mMarginLayoutParams = new ViewGroup.MarginLayoutParams(temp);
|
/external/chromium/chrome/browser/autofill/crypto/ |
rc4_decryptor.h | 56 uint8 temp = *byte1; local 58 *byte2 = temp;
|
/external/clang/test/CodeGen/ |
asm.c | 10 void t3(unsigned char *src, unsigned long long temp) { 11 __asm__ volatile("" : "+m"(temp), "+r"(src));
|
/external/icu4c/i18n/ |
usearch.cpp | 139 const UChar *temp = str + *offset; local 140 uint16_t result = unorm_nextFCD16(fcdTrieIndex, fcdHighStart, temp, str + strlength); 141 *offset = (int32_t)(temp - str); 226 int32_t *temp = (int32_t *)allocateMemory( local 231 uprv_memcpy(temp, destination, sizeof(int32_t) * offset); 233 destination = temp; 266 int64_t *temp = (int64_t *)allocateMemory( local 273 uprv_memcpy(temp, destination, sizeof(int64_t) * offset); 275 destination = temp; 335 int32_t *temp = addTouint32_tArray(cetable, offset, &cetablesize local 412 int64_t *temp = addTouint64_tArray(pcetable, offset, &pcetablesize, local 509 int temp = defaultforward - count - 1; local 687 int32_t temp = textoffset; local 718 int32_t temp = textoffset; local 960 int32_t temp = start; local 1016 int32_t temp = end; local 1178 int32_t temp = *start; local 1308 int32_t temp = textoffset; local 1338 int32_t temp; local 1724 int32_t temp = textoffset; local 1828 int32_t temp = *start; local 2025 int32_t temp = *end; local 2387 int32_t temp = textoffset; local 2465 int32_t temp = *end; local [all...] |
/external/llvm/lib/VMCore/ |
Module.cpp | 81 StringRef temp = DataLayout; local 84 while (!temp.empty()) { 86 tie(token, temp) = getToken(temp, "-"); 100 StringRef temp = DataLayout; local 103 while (!temp.empty()) { 105 tie(token, temp) = getToken(temp, "-");
|
/external/mesa3d/src/mesa/program/ |
hash_table.c | 96 struct node *temp; local 101 foreach_s(node, temp, & ht->buckets[i]) {
|
/external/netperf/ |
netsh.c | 311 /* there was not a comma, we can use ns as a temp s */ 354 char temp[10]; /* gotta love magic constants :) */ 356 strncpy(temp,family_string,10); 361 temp, 365 if (strstr(temp,"6")) { 369 if (strstr(temp,"inet") || 370 strstr(temp,"4")) { 373 if (strstr(temp,"unspec") || 374 strstr(temp,"0")) { 353 char temp[10]; \/* gotta love magic constants :) *\/ local
|
/external/quake/quake/src/QW/client/ |
sys_win.c | 290 unsigned int temp, t2; 297 temp = ((unsigned int)PerformanceCount.LowPart >> lowshift) | 302 oldtime = temp; 308 if ((temp <= oldtime) && ((oldtime - temp) < 0x10000000)) 310 oldtime = temp; // so we can't get stuck 314 t2 = temp - oldtime; 317 oldtime = temp;
|
/external/skia/samplecode/ |
SampleAnimatedGradient.cpp | 36 SkScalar t, temp, x, y; local 41 temp = SampleCode::GetAnimScalar(SkIntToScalar(1), SkIntToScalar(8));
|
/external/skia/tests/ |
PathCoverageTest.cpp | 51 int temp = SkScalarCeil(SkScalarSqrt(SkScalarDiv(d, tol))); local 52 uint32_t count = SkMinScalar(SkNextPow2(temp), MAX_POINTS_PER_CURVE);
|
/external/webkit/Source/WebCore/bindings/js/ |
JSDOMGlobalObject.h | 93 JSC::WriteBarrier<JSC::JSObject> temp; local 94 const_cast<JSDOMGlobalObject*>(globalObject)->constructors().add(&ConstructorClass::s_info, temp).first->second.set(exec->globalData(), globalObject, constructor);
|
/external/webkit/Source/WebCore/platform/graphics/filters/ |
FETurbulence.cpp | 261 int temp = paintingData.latticeSelector[latticeIndex + noiseY.noisePositionIntegerValue]; 262 q = paintingData.gradient[paintingData.channel][temp]; 264 temp = paintingData.latticeSelector[nextLatticeIndex + noiseY.noisePositionIntegerValue]; 265 q = paintingData.gradient[paintingData.channel][temp]; 268 temp = paintingData.latticeSelector[latticeIndex + noiseY.noisePositionIntegerValue + 1]; 269 q = paintingData.gradient[paintingData.channel][temp]; 271 temp = paintingData.latticeSelector[nextLatticeIndex + noiseY.noisePositionIntegerValue + 1]; 272 q = paintingData.gradient[paintingData.channel][temp];
|
/frameworks/base/core/java/android/view/animation/ |
AnimationSet.java | 343 final Transformation temp = mTempTransformation; local 350 temp.clear(); 353 : 0.0f, temp); 354 previousTransformation.compose(temp); 369 final Transformation temp = mTempTransformation; local 380 temp.clear(); 381 more = a.getTransformation(currentTime, temp, getScaleFactor()) || more; 382 t.compose(temp);
|
/frameworks/base/icu4j/java/android/icu/text/ |
ArabicShaping.java | 897 char temp = buffer[i]; local 1837 char[] temp = new char[sourceLength * 2]; \/\/ all lamalefs requiring expansion local [all...] |