HomeSort by relevance Sort by last modified time
    Searched refs:temp (Results 476 - 500 of 2100) sorted by null

<<11121314151617181920>>

  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
bitvector.cc 271 BitVector temp; local
272 temp.blocks_.map(mapper);
273 mapper.map(&temp.size_);
274 temp.ranks_.map(mapper);
275 temp.select0s_.map(mapper);
276 temp.select1s_.map(mapper);
277 temp.swap(this);
303 BitVector temp; local
304 temp.blocks_.read(reader);
305 reader.read(&temp.size_)
    [all...]
  /external/opencv/cv/src/
cvthresh.cpp 135 int temp = isrc[j]; local
136 idst[j] = ((CV_TOGGLE_FLT(temp) <= iThresh) - 1) & iMax;
146 int temp = isrc[j]; local
147 idst[j] = ((CV_TOGGLE_FLT(temp) > iThresh) - 1) & iMax;
157 float temp = src[j]; local
159 if( temp > thresh )
160 temp = thresh;
161 dst[j] = temp;
171 int temp = isrc[j]; local
172 idst[j] = ((CV_TOGGLE_FLT( temp ) <= iThresh) - 1) & temp
182 int temp = isrc[j]; local
    [all...]
  /external/qemu/distrib/jpeg-6b/
rdppm.c 252 register int temp; local
253 temp = UCH(*bufferptr++);
254 temp |= UCH(*bufferptr++) << 8;
255 *ptr++ = rescale[temp];
276 register int temp; local
277 temp = UCH(*bufferptr++);
278 temp |= UCH(*bufferptr++) << 8;
279 *ptr++ = rescale[temp];
280 temp = UCH(*bufferptr++);
281 temp |= UCH(*bufferptr++) << 8
    [all...]
  /external/chromium_org/crypto/third_party/nss/
rsawrapr.c 25 unsigned char *tempHash, *temp; local
52 temp = (unsigned char *)PORT_Alloc(hash->length);
53 (*hash->end)(hashContext, temp, &digestLen, hash->length);
54 PORT_Memcpy(tempHash, temp, maskLen - counter * hash->length);
55 PORT_Free(temp);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_query.c 143 uint32_t temp, *map; local
162 temp = 0;
165 temp += util_le32_to_cpu(*map);
172 vresult->b = temp != 0;
174 vresult->u64 = temp;
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_vector.cpp 136 ir_variable *const temp = local
139 this->base_ir->insert_before(temp);
188 ir_dereference *const lhs = new(mem_ctx) ir_dereference_variable(temp);
201 ir_dereference *const lhs = new(mem_ctx) ir_dereference_variable(temp);
211 *rvalue = new(mem_ctx) ir_dereference_variable(temp);
  /external/eigen/Eigen/src/Eigenvalues/
HessenbergDecomposition.h 270 static void _compute(MatrixType& matA, CoeffVectorType& hCoeffs, VectorType& temp);
292 void HessenbergDecomposition<MatrixType>::_compute(MatrixType& matA, CoeffVectorType& hCoeffs, VectorType& temp)
296 temp.resize(n);
312 .applyHouseholderOnTheLeft(matA.col(i).tail(remainingSize-1), h, &temp.coeffRef(0));
316 .applyHouseholderOnTheRight(matA.col(i).tail(remainingSize-1).conjugate(), internal::conj(h), &temp.coeffRef(0));
  /external/jmonkeyengine/engine/src/core/com/jme3/shadow/
ShadowUtil.java 129 Vector3f temp = new Vector3f(); local
130 temp.set(dir).multLocal(far).addLocal(pos);
131 Vector3f farCenter = temp.clone();
132 temp.set(dir).multLocal(near).addLocal(pos);
133 Vector3f nearCenter = temp.clone();
135 Vector3f nearUp = temp.set(up).multLocal(near_height).clone();
136 Vector3f farUp = temp.set(up).multLocal(far_height).clone();
137 Vector3f nearRight = temp.set(right).multLocal(near_width).clone();
138 Vector3f farRight = temp.set(right).multLocal(far_width).clone();
229 Vector3f temp = new Vector3f(); local
250 Vector3f temp = new Vector3f(); local
    [all...]
  /external/libvorbis/examples/
frameview.pl 213 my$temp=$graph_shell->Button(-text=>"<<",
229 my$graphy=-10-$temp->reqheight();
230 my$graph_slider=$temp=$graph_shell->Scale(-bigincrement=>1,
234 $graphy-=$temp->reqheight()+5;
239 my$oneresize=$temp=$graph_shell->Checkbutton(-text=>"rescale",-variable=>\$onecrop,
244 place(-relwidth=>1.,-width=>-10,-relheight=>.5,-height=>($graphy/2)-5-$temp->reqheight(),
245 -x=>5,-y=>5+$temp->reqheight,-anchor=>'nw');
248 my$tworesize=$temp=$graph_shell->Checkbutton(-text=>"rescale",-variable=>\$twocrop,
252 place(-relwidth=>1.,-relheight=>1.,-rely=>1.,-y=>5+$temp->reqheight(),-anchor=>'nw',-in=>$one);
423 # bounding boxen are hard. place temp labels
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_query.c 143 uint32_t temp, *map; local
162 temp = 0;
165 temp += util_le32_to_cpu(*map);
172 vresult->b = temp != 0;
174 vresult->u64 = temp;
  /external/mesa3d/src/glsl/
lower_vector.cpp 136 ir_variable *const temp = local
139 this->base_ir->insert_before(temp);
188 ir_dereference *const lhs = new(mem_ctx) ir_dereference_variable(temp);
201 ir_dereference *const lhs = new(mem_ctx) ir_dereference_variable(temp);
211 *rvalue = new(mem_ctx) ir_dereference_variable(temp);
  /external/skia/gm/
pathopsinverse.cpp 38 SkBitmap temp; local
39 temp.setConfig(SkBitmap::kARGB_8888_Config, 1, 1);
40 temp.allocPixels();
41 SkCanvas canvas(temp);
44 void* pixels = temp.getPixels();
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_framestitching.cpp 87 double *temp,*temp_p; local
104 temp= *X++;
106 r[0]=(*temp++)-c[0];
107 r[1]=(*temp++)-c[1];
108 r[2]=(*temp++)-c[2];
db_utilities_linalg.h 152 double temp; local
153 temp= *A; *A++ = *B; *B++ =temp; temp= *A; *A++ = *B; *B++ =temp; temp= *A; *A++ = *B; *B++ =temp;
154 temp= *A; *A++ = *B; *B++ =temp; temp= *A; *A++ = *B; *B++ =temp; temp= *A; *A++ = *B; *B++ =temp
164 double temp; local
214 double temp; local
224 double temp; local
    [all...]
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_framestitching.cpp 87 double *temp,*temp_p; local
104 temp= *X++;
106 r[0]=(*temp++)-c[0];
107 r[1]=(*temp++)-c[1];
108 r[2]=(*temp++)-c[2];
db_utilities_linalg.h 152 double temp; local
153 temp= *A; *A++ = *B; *B++ =temp; temp= *A; *A++ = *B; *B++ =temp; temp= *A; *A++ = *B; *B++ =temp;
154 temp= *A; *A++ = *B; *B++ =temp; temp= *A; *A++ = *B; *B++ =temp; temp= *A; *A++ = *B; *B++ =temp
164 double temp; local
214 double temp; local
224 double temp; local
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_framestitching.cpp 87 double *temp,*temp_p; local
104 temp= *X++;
106 r[0]=(*temp++)-c[0];
107 r[1]=(*temp++)-c[1];
108 r[2]=(*temp++)-c[2];
db_utilities_linalg.h 152 double temp; local
153 temp= *A; *A++ = *B; *B++ =temp; temp= *A; *A++ = *B; *B++ =temp; temp= *A; *A++ = *B; *B++ =temp;
154 temp= *A; *A++ = *B; *B++ =temp; temp= *A; *A++ = *B; *B++ =temp; temp= *A; *A++ = *B; *B++ =temp
164 double temp; local
214 double temp; local
224 double temp; local
    [all...]
  /external/lzma/Java/SevenZip/Compression/LZ/
BinTree.java 141 int temp = CrcTable[_bufferBase[cur] & 0xFF] ^ (_bufferBase[cur + 1] & 0xFF); local
142 hash2Value = temp & (kHash2Size - 1);
143 temp ^= ((int)(_bufferBase[cur + 2] & 0xFF) << 8);
144 hash3Value = temp & (kHash3Size - 1);
145 hashValue = (temp ^ (CrcTable[_bufferBase[cur + 3] & 0xFF] << 5)) & _hashMask;
276 int temp = CrcTable[_bufferBase[cur] & 0xFF] ^ (_bufferBase[cur + 1] & 0xFF); local
277 int hash2Value = temp & (kHash2Size - 1);
279 temp ^= ((int)(_bufferBase[cur + 2] & 0xFF) << 8);
280 int hash3Value = temp & (kHash3Size - 1);
282 hashValue = (temp ^ (CrcTable[_bufferBase[cur + 3] & 0xFF] << 5)) & _hashMask;
    [all...]
  /frameworks/base/obex/javax/obex/
HeaderSet.java 251 long temp = -1; local
262 temp = ((Long)headerValue).longValue();
263 if ((temp < 0L) || (temp > 0xFFFFFFFFL)) {
288 temp = ((Long)headerValue).longValue();
289 if ((temp < 0L) || (temp > 0xFFFFFFFFL)) {
420 temp = ((Long)headerValue).longValue();
421 if ((temp < 0L) || (temp > 0xFFFFFFFFL))
    [all...]
ObexHelper.java 240 Calendar temp = Calendar.getInstance(); local
243 temp.setTimeZone(TimeZone.getTimeZone("UTC"));
245 temp.set(Calendar.YEAR, Integer.parseInt(dateString.substring(
247 temp.set(Calendar.MONTH, Integer.parseInt(dateString.substring(
249 temp.set(Calendar.DAY_OF_MONTH, Integer.parseInt(dateString
251 temp.set(Calendar.HOUR_OF_DAY, Integer.parseInt(dateString
253 temp.set(Calendar.MINUTE, Integer.parseInt(dateString
255 temp.set(Calendar.SECOND, Integer.parseInt(dateString
257 headerImpl.setHeader(HeaderSet.TIME_ISO_8601, temp);
310 Calendar temp = Calendar.getInstance() local
433 int temp = dateHeader.get(Calendar.YEAR); local
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ucnv_u32.c 219 unsigned char temp[sizeof(uint32_t)]; local
238 temp[0] = 0;
287 temp[1] = (uint8_t) (ch >> 16 & 0x1F);
288 temp[2] = (uint8_t) (ch >> 8); /* unsigned cast implicitly does (ch & FF) */
289 temp[3] = (uint8_t) (ch); /* unsigned cast implicitly does (ch & FF) */
293 *(myTarget++) = temp[indexToWrite];
296 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite];
322 unsigned char temp[sizeof(uint32_t)]; local
342 temp[0] = 0;
391 temp[1] = (uint8_t) (ch >> 16 & 0x1F)
697 unsigned char temp[sizeof(uint32_t)]; local
807 unsigned char temp[sizeof(uint32_t)]; local
    [all...]
  /external/icu4c/common/
ucnv_u32.c 220 unsigned char temp[sizeof(uint32_t)]; local
239 temp[0] = 0;
288 temp[1] = (uint8_t) (ch >> 16 & 0x1F);
289 temp[2] = (uint8_t) (ch >> 8); /* unsigned cast implicitly does (ch & FF) */
290 temp[3] = (uint8_t) (ch); /* unsigned cast implicitly does (ch & FF) */
294 *(myTarget++) = temp[indexToWrite];
297 args->converter->charErrorBuffer[args->converter->charErrorBufferLength++] = temp[indexToWrite];
323 unsigned char temp[sizeof(uint32_t)]; local
343 temp[0] = 0;
392 temp[1] = (uint8_t) (ch >> 16 & 0x1F)
698 unsigned char temp[sizeof(uint32_t)]; local
808 unsigned char temp[sizeof(uint32_t)]; local
    [all...]
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
EASLib.c 637 int temp; local
638 temp = _CrtSetDbgFlag(_CRTDBG_REPORT_FLAG);
639 temp |= _CRTDBG_ALLOC_MEM_DF;
640 temp |= _CRTDBG_CHECK_ALWAYS_DF;
641 temp |= _CRTDBG_LEAK_CHECK_DF;
642 // temp |= _CRTDBG_DELAY_FREE_MEM_DF;
643 _CrtSetDbgFlag(temp);
888 EAS_I32 temp; local
906 temp = file->bytesInBuffer - file->readIndex;
907 if (temp > bytesLeft
1134 EAS_I32 temp; local
1315 int i, temp; local
    [all...]
EASLibVst.c 332 int temp; local
333 temp = _CrtSetDbgFlag(_CRTDBG_REPORT_FLAG);
334 temp |= _CRTDBG_ALLOC_MEM_DF;
335 temp |= _CRTDBG_CHECK_ALWAYS_DF;
336 temp |= _CRTDBG_LEAK_CHECK_DF;
337 // temp |= _CRTDBG_DELAY_FREE_MEM_DF;
338 _CrtSetDbgFlag(temp);
583 EAS_I32 temp; local
601 temp = file->bytesInBuffer - file->readIndex;
602 if (temp > bytesLeft
829 EAS_I32 temp; local
1010 int i, temp; local
    [all...]

Completed in 1121 milliseconds

<<11121314151617181920>>