/frameworks/native/opengl/libs/EGL/ |
egl_object.cpp | 112 String8 temp("GL_EXT_debug_marker "); 113 temp.append(gl_extensions); 114 gl_extensions.setTo(temp);
|
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/ |
AKFS_AOC.c | 155 AKFLOAT temp; local 168 temp = CalcR(&v[i], &out[0]); 169 if(d < temp){ 170 d = temp; 187 temp = tempv.u.x * tempv.u.x 190 if(d < temp){ 191 d = temp; 200 temp = dv[i].u.x * cross.u.x 203 temp = fabs(temp); [all...] |
/external/chromium_org/base/mac/ |
scoped_nsobject.h | 73 NST temp = that.object_; local 75 object_ = temp; 82 NST temp = object_; variable 84 return temp;
|
/external/chromium_org/base/win/ |
scoped_handle.h | 91 Handle temp = handle_; local 93 if (Traits::IsHandleValid(temp)) { 94 Verifier::StopTracking(temp, this, BASE_WIN_GET_CALLER, 97 return temp;
|
/external/chromium_org/ppapi/api/ |
pp_completion_callback.idl | 253 struct PP_CompletionCallback temp = *cc; 255 PP_RunCompletionCallback(&temp, res);
|
/external/chromium_org/third_party/icu/source/test/perf/usetperf/ |
usetperf.cpp | 77 int32_t temp = 0; local 81 temp += cp; 87 int32_t temp = 0; local 90 temp += uit.getCodepoint();
|
/external/e2fsprogs/ext2ed/ |
dir_com.c | 219 char *ptr,full_dir_name [500],dir_name [500],temp [500],temp2 [500]; local 237 sprintf (temp,"cd %s",full_dir_name);type_ext2___cd (temp);return; 284 sprintf (temp,"cd %s",temp2); /* And continue from there by dispatching a cd command */ 285 dispatch (temp); /* (which can call ourself or the general cd) */ 295 sprintf (temp,"cd %s",full_dir_name); 296 dispatch (temp); 453 unsigned char temp [80]; local 461 strncpy (temp,dir_entry_ptr->name,dir_entry_ptr->name_len); /* The name is not terminated */ 462 temp [dir_entry_ptr->name_len]=0 595 unsigned char *ptr,buffer [80],variable [80],value [80],temp [80]; local [all...] |
/external/eigen/unsupported/Eigen/src/MoreVectorization/ |
MathFunctions.h | 62 Packet4f temp=pmul(s4,z1);//not really a madd but a mul by z so that the next term can be a madd local 63 z1=pmadd(temp,x1,x1); 76 Packet4f temp=pmul(s4,z2);//not really a madd but a mul by z so that the next term can be a madd local 77 z2=pmadd(temp,x2,x2);
|
/external/guava/guava/src/com/google/common/io/ |
FileBackedOutputStream.java | 194 File temp = File.createTempFile("FileBackedOutputStream", null); local 198 temp.deleteOnExit(); 200 FileOutputStream transfer = new FileOutputStream(temp); 206 file = temp;
|
/external/icu4c/test/perf/usetperf/ |
usetperf.cpp | 77 int32_t temp = 0; local 81 temp += cp; 87 int32_t temp = 0; local 90 temp += uit.getCodepoint();
|
/external/lzma/C/Util/7z/ |
7zMain.c | 189 char temp[32];
local 193 temp[pos++] = (char)('0' + (unsigned)(value % 10));
198 *s++ = temp[--pos];
205 char temp[16];
local 208 temp[pos++] = (char)('0' + (value % 10));
213 *s++ = temp[--pos];
292 UInt16 *temp = NULL;
local 373 SzFree(NULL, temp);
375 temp = (UInt16 *)SzAlloc(NULL, tempSize * sizeof(temp[0])); [all...] |
/external/srec/srec/cfront/ |
chelmel4.c | 41 #if LOG_AS_PRINT /* BP temp hack */ 100 cepdata temp; local 105 for (j = 0, temp = 0; j < nf; j++) 106 temp += fb[j] * cp[j]; 107 cep[i] = temp;
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
filters.c | 36 uint32_t temp = 0; local 45 temp = (uint32_t)(prod >> 31); 46 if(temp == 0) { 49 scaling = 32 - WebRtcSpl_NormU32(temp);
|
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/ |
bgnscd.cpp | 240 Word16 temp; 362 temp = add(*voicedHangover, 1); 363 if (sub(temp, 10) > 0) 369 *voicedHangover = temp; 409 Word16 temp; local 576 temp = *voicedHangover + 1; 578 if (temp > 10) 584 *voicedHangover = temp;
|
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
cl_ltp.cpp | 647 Word16 temp; local 751 temp = *gain_pit; 756 L_temp = ((Word32) * (p_yl++) * temp) >> 14; 759 L_temp = ((Word32) * (p_exc++) * temp) >> 14;
|
/frameworks/base/core/java/com/android/internal/http/multipart/ |
MultipartEntity.java | 162 String temp = null; local 164 temp = (String) params.getParameter(MULTIPART_BOUNDARY); 166 if (temp != null) { 167 multipartBoundary = EncodingUtils.getAsciiBytes(temp);
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
ToPackedGrayFilter.java | 130 Frame temp = context.getFrameManager().newFrame(tempFrameFormat); local 131 mProgram.process(input, temp); 135 output.setDataFromFrame(temp); 136 temp.release();
|
/frameworks/base/obex/javax/obex/ |
ObexSession.java | 201 byte[] temp = new byte[correctPassword.length + 16]; 203 System.arraycopy(mChallengeDigest, 0, temp, 0, 16); 204 System.arraycopy(correctPassword, 0, temp, 16, correctPassword.length); 206 byte[] correctResponse = ObexHelper.computeMd5Hash(temp);
|
/frameworks/rs/tests/latency/ |
latency.cpp | 35 int temp = atoi(argv[3]); local 36 if (temp != 0) 41 int temp = atoi(argv[4]); local 42 if (temp != 0)
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/shape/ |
Curve.java | 52 private Vector3f temp = new Vector3f(); field in class:Curve 112 spline.interpolate((float) j / nbSubSegments, cptCP, temp); 113 array[i] = temp.getX(); 115 array[i] = temp.getY(); 117 array[i] = temp.getZ(); 165 spline.interpolate((float) j / nbSubSegments, currentControlPoint, temp); 166 array[lineIndex++] = temp.getX(); 167 array[lineIndex++] = temp.getY(); 168 array[lineIndex++] = temp.getZ();
|
/external/marisa-trie/lib/marisa/ |
vector-inline.h | 40 Vector temp; local 41 mapper.map(&temp.objs_, size); 42 temp.size_ = size; 43 temp.fix(); 44 temp.swap(this); 77 Vector temp; local 78 temp.resize(size); 79 reader.read(temp.buf_, size); 80 temp.swap(this);
|
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
vector-inline.h | 40 Vector temp; local 41 mapper.map(&temp.objs_, size); 42 temp.size_ = size; 43 temp.fix(); 44 temp.swap(this); 77 Vector temp; local 78 temp.resize(size); 79 reader.read(temp.buf_, size); 80 temp.swap(this);
|
/external/tremolo/Tremolo/ |
res012.c | 149 int temp=vorbis_book_decode(phrasebook,&vd->opb); local 150 if(temp==-1)goto eopbreak; 156 partword[j][i+k]=temp/div; 157 temp-=partword[j][i+k]*div; 207 int temp; local 213 temp=vorbis_book_decode(phrasebook,&vd->opb); 214 if(temp==-1)goto eopbreak; 220 partword[i+k]=temp/div; 221 temp-=partword[i+k]*div;
|
/external/wpa_supplicant_8/src/crypto/ |
aes-internal-dec.c | 31 u32 temp; local 39 temp = rk[i ]; rk[i ] = rk[j ]; rk[j ] = temp; 40 temp = rk[i + 1]; rk[i + 1] = rk[j + 1]; rk[j + 1] = temp; 41 temp = rk[i + 2]; rk[i + 2] = rk[j + 2]; rk[j + 2] = temp; 42 temp = rk[i + 3]; rk[i + 3] = rk[j + 3]; rk[j + 3] = temp;
|
/packages/apps/Gallery2/jni/filters/ |
geometry.c | 28 int temp = total - width; local 30 memcpy(destination + temp - i, source + i, bytes_to_copy); 42 int temp = 0; local 44 temp = width + i - cpy_bytes; 46 memcpy(destination + temp - j, source + i + j, cpy_bytes); 56 char* temp = (char *) malloc(arr_len); local 57 flipHorizontal(source, srcWidth, srcHeight, temp, dstWidth, dstHeight); 58 flipVertical(temp, dstWidth, dstHeight, destination, dstWidth, dstHeight); 59 free(temp);
|