HomeSort by relevance Sort by last modified time
    Searched defs:temp (Results 526 - 550 of 1947) sorted by null

<<21222324252627282930>>

  /external/chromium_org/v8/src/
list-inl.h 58 T temp = element; local
60 data_[length_++] = temp;
splay-tree-inl.h 102 Node* temp = root_; local
105 root_ = temp;
126 Node* temp = root_; local
129 root_ = temp;
230 Node* temp = current->left_; local
231 current->left_ = temp->right_;
232 temp->right_ = current;
233 current = temp;
246 Node* temp = current->right_; local
247 current->right_ = temp->left_
    [all...]
  /external/chromium_org/v8/test/mjsunit/
external-array-no-sse2.js 174 function temp() { function
external-array.js 174 function temp() { function
  /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/emma/core/java12/com/vladium/emma/rt/
RT.java 220 ExitHookManager temp = null; typedefs
223 temp = ExitHookManager.getSingleton ();
230 EXIT_HOOK_MANAGER = temp;
  /external/freetype/src/cache/
ftcsbits.c 132 FT_Int temp; local
149 #define CHECK_CHAR( d ) ( temp = (FT_Char)d, temp == d )
150 #define CHECK_BYTE( d ) ( temp = (FT_Byte)d, temp == d )
  /external/freetype/src/sfnt/
pngshim.c 43 int temp = ( alpha * color ) + 0x80; local
46 return ( temp + ( temp >> 8 ) ) >> 8;
  /external/guava/guava-tests/test/com/google/common/primitives/
CharArrayAsListTest.java 45 char[] temp = new char[values.length]; local
47 temp[i] = checkNotNull(values[i]); // checkNotNull for GWT (do not optimize).
49 return Chars.asList(temp);
DoubleArrayAsListTest.java 45 double[] temp = new double[values.length]; local
47 temp[i] = checkNotNull(values[i]); // checkNotNull for GWT (do not optimize).
49 return Doubles.asList(temp);
FloatArrayAsListTest.java 45 float[] temp = new float[values.length]; local
47 temp[i] = checkNotNull(values[i]); // checkNotNull for GWT (do not optimize).
49 return Floats.asList(temp);
IntArrayAsListTest.java 46 int[] temp = new int[values.length]; local
48 temp[i] = checkNotNull(values[i]); // checkNotNull for GWT (do not optimize).
50 return Ints.asList(temp);
LongArrayAsListTest.java 45 long[] temp = new long[values.length]; local
47 temp[i] = checkNotNull(values[i]); // checkNotNull for GWT (do not optimize).
49 return Longs.asList(temp);
ShortArrayAsListTest.java 45 short[] temp = new short[values.length]; local
47 temp[i] = checkNotNull(values[i]); // checkNotNull for GWT (do not optimize).
49 return Shorts.asList(temp);
  /external/icu/icu4c/source/common/
servls.cpp 79 UnicodeString temp; local
80 result = getKey(*key, &temp, status);
83 key->parseSuffix(temp);
84 LocaleUtility::initLocaleFromName(temp, *actualReturn);
  /external/icu/icu4c/source/i18n/
gender.cpp 119 GenderInfo* temp = (GenderInfo*) uhash_get(gGenderInfoCache, key); local
120 if (temp) {
121 result = temp;
  /external/icu/icu4c/source/io/
ufmt_cmn.c 72 UChar *left, *right, temp; local
91 temp = *left;
93 *right = temp;
  /external/icu/icu4c/source/test/intltest/
nmfmtrt.cpp 238 UnicodeString s, s2, temp; local
247 logln(/*value.getString(temp) +*/ " F> " + escape(s));
252 logln(escape(s) + " P> " /*+ n.getString(temp)*/);
260 logln(/*n.getString(temp) +*/ " F> " + escape(s2));
291 errln(/*value.getString(temp) +*/ typeOf(value, temp) + " F> " +
293 /*n.getString(temp) */ + typeOf(n, temp) + " F> " +
331 UnicodeString temp; local
349 char temp[16] local
    [all...]
nptrans.cpp 96 UnicodeString temp; local
97 prohibited.toPattern(temp,TRUE);
99 for(int32_t i=0;i<temp.length();i++){
100 printf("%c", (char)temp.charAt(i));
  /external/jpeg/
jcdctmgr.c 227 { register DCTELEM temp, qval; local
233 temp = workspace[i];
251 if (temp < 0) {
252 temp = -temp;
253 temp += qval>>1; /* for rounding */
254 DIVIDE_BY(temp, qval);
255 temp = -temp;
257 temp += qval>>1; /* for rounding *
318 { register FAST_FLOAT temp; local
    [all...]
jcparam.c 34 long temp; local
49 temp = ((long) basic_table[i] * scale_factor + 50L) / 100L;
51 if (temp <= 0L) temp = 1L;
52 if (temp > 32767L) temp = 32767L; /* max quantizer needed for 12 bits */
53 if (force_baseline && temp > 255L)
54 temp = 255L; /* limit to baseline range if requested */
55 (*qtblptr)->quantval[i] = (UINT16) temp;
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/libcxx/src/
strstream.cpp 306 off_type temp = epptr() - newpos; local
308 pbump(static_cast<int>((epptr() - pbase()) - temp));
  /external/libexif/libexif/
exif-content.c 160 ExifEntry **t, *temp; local
173 temp = c->entries[c->count-1];
184 t[c->count-1] = temp;
  /external/libgsm/src/
lpc.c 36 word temp, smax, scalauto; local
49 temp = GSM_ABS( s[k] );
50 if (temp > smax) smax = temp;
183 register word temp; local
198 temp = gsm_norm( L_ACF[0] );
200 assert(temp >= 0 && temp < 32);
203 for (i = 0; i <= 8; i++) ACF[i] = SASR( L_ACF[i] << temp, 16 );
215 temp = P[1]
257 register word temp; local
291 register word temp; local
    [all...]

Completed in 602 milliseconds

<<21222324252627282930>>