/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/stubs/ |
atomicops_internals_x86_gcc.h | 77 Atomic32 temp = increment; local 79 : "+r" (temp), "+m" (*ptr) 81 // temp now holds the old value of *ptr 82 return temp + increment; 87 Atomic32 temp = increment; local 89 : "+r" (temp), "+m" (*ptr) 91 // temp now holds the old value of *ptr 95 return temp + increment; 201 Atomic64 temp = increment; local 203 : "+r" (temp), "+m" (*ptr 211 Atomic64 temp = increment; local [all...] |
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/stubs/ |
atomicops_internals_x86_gcc.h | 77 Atomic32 temp = increment; local 79 : "+r" (temp), "+m" (*ptr) 81 // temp now holds the old value of *ptr 82 return temp + increment; 87 Atomic32 temp = increment; local 89 : "+r" (temp), "+m" (*ptr) 91 // temp now holds the old value of *ptr 95 return temp + increment; 201 Atomic64 temp = increment; local 203 : "+r" (temp), "+m" (*ptr 211 Atomic64 temp = increment; local [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/ |
atomicops_internals_x86_gcc.h | 77 Atomic32 temp = increment; local 79 : "+r" (temp), "+m" (*ptr) 81 // temp now holds the old value of *ptr 82 return temp + increment; 87 Atomic32 temp = increment; local 89 : "+r" (temp), "+m" (*ptr) 91 // temp now holds the old value of *ptr 95 return temp + increment; 201 Atomic64 temp = increment; local 203 : "+r" (temp), "+m" (*ptr 211 Atomic64 temp = increment; local [all...] |
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/stubs/ |
atomicops_internals_x86_gcc.h | 77 Atomic32 temp = increment; local 79 : "+r" (temp), "+m" (*ptr) 81 // temp now holds the old value of *ptr 82 return temp + increment; 87 Atomic32 temp = increment; local 89 : "+r" (temp), "+m" (*ptr) 91 // temp now holds the old value of *ptr 95 return temp + increment; 201 Atomic64 temp = increment; local 203 : "+r" (temp), "+m" (*ptr 211 Atomic64 temp = increment; local [all...] |
/external/libgsm/src/ |
rpe.c | 267 word xmax, xmaxc, temp, temp1, temp2; local 276 temp = xM[i]; 277 temp = GSM_ABS(temp); 278 if (temp > xmax) xmax = temp; 285 temp = SASR( xmax, 9 ); 290 itest |= (temp <= 0); 291 temp = SASR( temp, 1 ) 361 word temp, temp1, temp2, temp3; local [all...] |
/prebuilts/misc/windows/sdl2/test/ |
controllermap.c | 52 SDL_Surface *temp; local 56 temp = SDL_LoadBMP(file); 57 if (temp == NULL) { 64 if (temp->format->palette) { 65 SDL_SetColorKey(temp, SDL_TRUE, *(Uint8 *) temp->pixels); 67 switch (temp->format->BitsPerPixel) { 69 SDL_SetColorKey(temp, SDL_TRUE, 70 (*(Uint16 *) temp->pixels) & 0x00007FFF); 73 SDL_SetColorKey(temp, SDL_TRUE, *(Uint16 *) temp->pixels) 113 char mapping[4096], temp[4096]; local 181 SDL_JoystickGetGUIDString(SDL_JoystickGetGUID(joystick), temp, SDL_arraysize(temp)); local [all...] |
/toolchain/binutils/binutils-2.25/libiberty/testsuite/ |
test-pexecute.c | 240 remove ("temp.x"); 241 remove ("temp.y"); 270 TEST_PEX_RUN (pex1, PEX_LAST, "./test-pexecute", subargv, NULL, "temp.z"); 275 remove ("temp.z"); 277 pex1 = TEST_PEX_INIT (PEX_USE_PIPES, "temp"); 288 pex1 = TEST_PEX_INIT (PEX_USE_PIPES, "temp"); 303 if (fopen ("temp.x", "r") != NULL || fopen ("temp.y", "r") != NULL) 306 pex1 = TEST_PEX_INIT (0, "temp"); 321 if (fopen ("temp.x", "r") != NULL || fopen ("temp.y", "r") != NULL [all...] |
/device/linaro/hikey/l-loader/ |
Makefile | 16 $(OBJCOPY) -O binary loader temp 17 python gen_loader.py -o $@ --img_loader=temp --img_bl1=$(BL1) 18 rm -f loader temp
|
/docs/source.android.com/scripts/ |
build2stage.sh | 41 sed 's/staging[0-9]*$/staging'$1'/' online-sac/app.yaml > .temp 44 cp .temp online-sac/app.yaml 45 rm .temp
|
/external/clang/test/CodeGen/ |
2002-07-14-MiscTests.c | 29 static char *temp; variable 36 temp = (char *) malloc(32768); 38 return temp;
|
/external/clang/test/SemaTemplate/ |
temp_arg_type.cpp | 4 // [temp.arg.type]p1 24 // [temp.arg.type]p2 41 // FIXME: [temp.arg.type]p3. The check doesn't really belong here (it
|
/external/curl/lib/ |
getenv.c | 38 char *temp = getenv(variable); 40 if(temp != NULL) 41 ExpandEnvironmentStringsA(temp, env, sizeof(env));
|
/external/eigen/unsupported/Eigen/src/LevenbergMarquardt/ |
LMpar.h | 40 Scalar temp, paru; local 88 temp = wa1.blueNorm(); 89 parl = fp / m_delta / temp / temp; 122 temp = fp; 128 if (abs(fp) <= Scalar(0.1) * m_delta || (parl == 0. && fp <= temp && temp < 0.) || iter == 10) 136 temp = wa1[j]; 138 wa1[i] -= s.coeff(i,j) * temp; 140 temp = wa1.blueNorm() [all...] |
/external/icu/icu4c/source/common/ |
ustrfmt.c | 34 UChar temp; local 52 temp = buffer[(length-1) - j]; 54 buffer[j] = temp;
|
/external/llvm/test/CodeGen/PowerPC/ |
2007-01-15-AsmDialect.ll | 7 %temp = alloca i32, align 4 ; <i32*> [#uses=2] 18 store i32 %tmp5, i32* %temp 19 %tmp6 = load i32, i32* %temp ; <i32> [#uses=1]
|
vec_splat_constant.ll | 11 %temp = alloca <16 x i8> ; <<16 x i8>*> [#uses=2] 14 store <16 x i8> <i8 0, i8 0, i8 0, i8 14, i8 0, i8 0, i8 0, i8 14, i8 0, i8 0, i8 0, i8 14, i8 0, i8 0, i8 0, i8 14>, <16 x i8>* %temp, align 16 16 %1 = load <16 x i8>, <16 x i8>* %temp, align 16 ; <<16 x i8>> [#uses=1]
|
/external/llvm/test/Transforms/ScalarRepl/ |
2008-06-22-LargeArray.ll | 9 %temp = alloca [200 x i8] 10 %temp1 = bitcast [200 x i8]* %temp to i8* 12 %temp3 = bitcast [200 x i8]* %temp to i8*
|
/external/opencv3/modules/cudalegacy/perf/ |
perf_bgsegm.cpp | 163 cv::Mat temp; local 165 cv::cvtColor(frame, temp, cv::COLOR_BGR2GRAY); 167 cv::cvtColor(frame, temp, cv::COLOR_BGR2BGRA); 168 cv::swap(temp, frame); 196 cv::Mat temp; local 198 cv::cvtColor(frame, temp, cv::COLOR_BGR2GRAY); 200 cv::cvtColor(frame, temp, cv::COLOR_BGR2BGRA); 201 cv::swap(temp, frame); 228 cv::Mat temp; local 230 cv::cvtColor(frame, temp, cv::COLOR_BGR2GRAY) [all...] |
/frameworks/base/graphics/java/android/graphics/ |
TemporaryBuffer.java | 40 public static void recycle(char[] temp) { 41 if (temp.length > 1000) return; 44 sTemp = temp;
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/util/ |
IntArray.java | 27 int temp[] = new int[mSize + mSize]; local 28 System.arraycopy(mData, 0, temp, 0, mSize); 29 mData = temp;
|
/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
IntArray.java | 27 int temp[] = new int[mSize + mSize]; local 28 System.arraycopy(mData, 0, temp, 0, mSize); 29 mData = temp;
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
IntArray.java | 27 int temp[] = new int[mSize + mSize]; local 28 System.arraycopy(mData, 0, temp, 0, mSize); 29 mData = temp;
|
/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
IntArray.java | 27 int temp[] = new int[mSize + mSize]; local 28 System.arraycopy(mData, 0, temp, 0, mSize); 29 mData = temp;
|
/prebuilts/misc/common/swig/include/2.0.11/d/ |
dprimitives.swg | 37 %typemap(in) const TYPE & ($*1_ltype temp) 38 %{ temp = ($*1_ltype)$input; 39 $1 = &temp; %} 43 %{ static $*1_ltype temp; 44 temp = ($*1_ltype)$input; 45 $result = &temp; %} 80 %typemap(in) const bool & ($*1_ltype temp) 81 %{ temp = $input ? true : false; 82 $1 = &temp; %} 87 %{ static $*1_ltype temp; [all...] |
/prebuilts/misc/common/swig/include/2.0.11/typemaps/ |
enumint.swg | 8 %typemap(in,fragment=SWIG_AsVal_frag(int),noblock=1) const enum SWIGTYPE& (int val, int ecode, $basetype temp) { 13 temp = %static_cast(val,$basetype); 14 $1 = &temp;
|