HomeSort by relevance Sort by last modified time
    Searched full:temp (Results 576 - 600 of 4258) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
configargs.h 2 static const char configuration_arguments[] = "/tmp/android-8532/src/build/../gcc/gcc-4.6/configure --prefix=/usr/local --target=arm-linux-androideabi --host=x86_64-linux-gnu --build=x86_64-linux-gnu --with-gnu-as --with-gnu-ld --enable-languages=c,c++ --with-gmp=/tmp/android-8532/obj/temp-install --with-mpfr=/tmp/android-8532/obj/temp-install --with-mpc=/tmp/android-8532/obj/temp-install --without-ppl --without-cloog --disable-libssp --enable-threads --disable-nls --disable-libmudflap --disable-libgomp --disable-libstdc__-v3 --disable-sjlj-exceptions --disable-shared --disable-tls --disable-libitm --with-float=soft --with-fpu=vfp --with-arch=armv5te --enable-target-optspace --with-gcc-version=4.6 --with-binutils-version=2.21 --with-gmp-version=4.2.4 --with-mpfr-version=2.4.1 --with-gdb-version=7.3.x --with-arch=armv5te --with-sysroot=/tmp/android-8532/install/sysroot --with-prefix=/tmp/android-8532/install --with-gold-version=2.21 --enable-gold --program-transform-name='s&^&arm-linux-androideabi-&' --enable-gold=default";
obstack.h 172 PTR_INT_TYPE temp; /* Temporary for some macros. */
310 Also, we can avoid using the `temp' slot, to make faster code. */
468 ( (h)->temp = (length), \
469 (((h)->next_free + (h)->temp > (h)->chunk_limit) \
470 ? (_obstack_newchunk ((h), (h)->temp), 0) : 0))
473 ( (h)->temp = (length), \
474 (((h)->next_free + (h)->temp > (h)->chunk_limit) \
475 ? (_obstack_newchunk ((h), (h)->temp), 0) : 0), \
476 _obstack_memcpy ((h)->next_free, (where), (h)->temp), \
477 (h)->next_free += (h)->temp)
171 PTR_INT_TYPE temp; \/* Temporary for some macros. *\/ member in struct:obstack
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
clean.py 22 ('build-temp=', 't',
23 "temporary build directory (default: 'build.build-temp')"),
52 # remove the build/temp.<plat> directory (unless it's already
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
clean.py 22 ('build-temp=', 't',
23 "temporary build directory (default: 'build.build-temp')"),
52 # remove the build/temp.<plat> directory (unless it's already
  /system/extras/tests/bionic/libc/other/
test_vfprintf_leak.c 39 char temp[64]; local
43 snprintf( temp, sizeof(temp), "%g", n*0.647287623 );
  /system/media/audio_utils/
primitives.c 84 int32_t temp = *src++; local
85 dst[0] = temp;
86 dst[1] = temp;
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_decode_header.cpp 121 uint32 temp; local
136 temp = getUpTo17bits(inputStream, SYNC_WORD_LNGTH);
137 if ((temp & SYNC_WORD) != SYNC_WORD)
147 temp = getNbits(inputStream, 21); // to avoid multiple bitstream accesses
150 switch (temp >> 19) /* 2 */
167 info->layer_description = 4 - ((temp << 13) >> 30); /* 2 */
168 info->error_protection = !((temp << 15) >> 31); /* 1 */
173 calculate_crc((temp << 16) >> 16, 16, crc);
176 info->bitrate_index = (temp << 16) >> 28; /* 4 */
177 info->sampling_frequency = (temp << 20) >> 30; /* 2 *
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.h 640 LOperand* temp,
645 temps_[0] = temp;
652 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
680 LOperand* temp = NULL) {
683 temps_[0] = temp;
688 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
759 LMathFloor(LOperand* value, LOperand* temp) {
761 temps_[0] = temp;
765 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
774 LMathRound(LOperand* value, LOperand* temp) {
780 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
892 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
934 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
950 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
967 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
999 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1085 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1140 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1300 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1342 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1357 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
1674 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2117 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2168 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2230 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2355 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2484 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2510 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
2614 LOperand* temp() { return temps_[0]; } function in class:v8::internal::V8_FINAL
    [all...]
  /external/bison/lib/
obstack.h 161 } temp; /* Temporary for some macros. */
271 Also, we can avoid using the 'temp' slot, to make faster code. */
434 ( (h)->temp.tempint = (length), \
435 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \
436 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0))
439 ( (h)->temp.tempint = (length), \
440 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \
441 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0), \
442 memcpy ((h)->next_free, where, (h)->temp.tempint), \
443 (h)->next_free += (h)->temp.tempint
160 } temp; \/* Temporary for some macros. *\/ member in struct:obstack
    [all...]
  /external/opencv/cv/src/
cvdistransform.cpp 47 icvInitTopBottom( int* temp, int tempstep, CvSize size, int border )
52 int* ttop = (int*)(temp + i*tempstep);
53 int* tbottom = (int*)(temp + (size.height + border*2 - i - 1)*tempstep);
67 icvDistanceTransform_3x3_C1R( const uchar* src, int srcstep, int* temp,
77 step /= sizeof(temp[0]);
80 icvInitTopBottom( temp, step, size, BORDER );
86 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER;
113 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER;
139 icvDistanceTransform_5x5_C1R( const uchar* src, int srcstep, int* temp,
150 step /= sizeof(temp[0])
707 CvMat* temp = 0; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_halfpel.cpp 69 Int temp; local
83 temp = ((p1[j] + p2[j] + 1) >> 1) - *kk++;
84 sad += PV_ABS(temp);
101 Int temp; local
114 temp = ((p1[j] + p2[j] + p3[j] + p4[j] + 2) >> 2) - *kk++;
115 sad += PV_ABS(temp);
143 Int temp; local
157 temp = ((p1[j] + p2[j] + 1) >> 1) - *kk++;
158 sad += PV_ABS(temp);
175 Int temp; local
227 Int temp; local
268 Int temp; local
304 Int temp; local
785 Int temp; local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
obstack.h 161 } temp; /* Temporary for some macros. */
271 Also, we can avoid using the `temp' slot, to make faster code. */
434 ( (h)->temp.tempint = (length), \
435 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \
436 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0))
439 ( (h)->temp.tempint = (length), \
440 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \
441 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0), \
442 memcpy ((h)->next_free, where, (h)->temp.tempint), \
443 (h)->next_free += (h)->temp.tempint
160 } temp; \/* Temporary for some macros. *\/ member in struct:obstack
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
obstack.h 172 PTR_INT_TYPE temp; /* Temporary for some macros. */
310 Also, we can avoid using the `temp' slot, to make faster code. */
468 ( (h)->temp = (length), \
469 (((h)->next_free + (h)->temp > (h)->chunk_limit) \
470 ? (_obstack_newchunk ((h), (h)->temp), 0) : 0))
473 ( (h)->temp = (length), \
474 (((h)->next_free + (h)->temp > (h)->chunk_limit) \
475 ? (_obstack_newchunk ((h), (h)->temp), 0) : 0), \
476 _obstack_memcpy ((h)->next_free, (where), (h)->temp), \
477 (h)->next_free += (h)->temp)
171 PTR_INT_TYPE temp; \/* Temporary for some macros. *\/ member in struct:obstack
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
obstack.h 172 PTR_INT_TYPE temp; /* Temporary for some macros. */
310 Also, we can avoid using the `temp' slot, to make faster code. */
468 ( (h)->temp = (length), \
469 (((h)->next_free + (h)->temp > (h)->chunk_limit) \
470 ? (_obstack_newchunk ((h), (h)->temp), 0) : 0))
473 ( (h)->temp = (length), \
474 (((h)->next_free + (h)->temp > (h)->chunk_limit) \
475 ? (_obstack_newchunk ((h), (h)->temp), 0) : 0), \
476 _obstack_memcpy ((h)->next_free, (where), (h)->temp), \
477 (h)->next_free += (h)->temp)
171 PTR_INT_TYPE temp; \/* Temporary for some macros. *\/ member in struct:obstack
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
obstack.h 172 PTR_INT_TYPE temp; /* Temporary for some macros. */
310 Also, we can avoid using the `temp' slot, to make faster code. */
468 ( (h)->temp = (length), \
469 (((h)->next_free + (h)->temp > (h)->chunk_limit) \
470 ? (_obstack_newchunk ((h), (h)->temp), 0) : 0))
473 ( (h)->temp = (length), \
474 (((h)->next_free + (h)->temp > (h)->chunk_limit) \
475 ? (_obstack_newchunk ((h), (h)->temp), 0) : 0), \
476 _obstack_memcpy ((h)->next_free, (where), (h)->temp), \
477 (h)->next_free += (h)->temp)
171 PTR_INT_TYPE temp; \/* Temporary for some macros. *\/ member in struct:obstack
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
obstack.h 163 } temp; /* Temporary for some macros. */
268 Also, we can avoid using the `temp' slot, to make faster code. */
431 ( (h)->temp.tempint = (length), \
432 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \
433 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0))
436 ( (h)->temp.tempint = (length), \
437 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \
438 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0), \
439 memcpy ((h)->next_free, where, (h)->temp.tempint), \
440 (h)->next_free += (h)->temp.tempint
162 } temp; \/* Temporary for some macros. *\/ member in struct:obstack
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
obstack.h 163 } temp; /* Temporary for some macros. */
268 Also, we can avoid using the `temp' slot, to make faster code. */
431 ( (h)->temp.tempint = (length), \
432 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \
433 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0))
436 ( (h)->temp.tempint = (length), \
437 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \
438 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0), \
439 memcpy ((h)->next_free, where, (h)->temp.tempint), \
440 (h)->next_free += (h)->temp.tempint
162 } temp; \/* Temporary for some macros. *\/ member in struct:obstack
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
obstack.h 163 } temp; /* Temporary for some macros. */
268 Also, we can avoid using the `temp' slot, to make faster code. */
431 ( (h)->temp.tempint = (length), \
432 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \
433 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0))
436 ( (h)->temp.tempint = (length), \
437 (((h)->next_free + (h)->temp.tempint > (h)->chunk_limit) \
438 ? (_obstack_newchunk ((h), (h)->temp.tempint), 0) : 0), \
439 memcpy ((h)->next_free, where, (h)->temp.tempint), \
440 (h)->next_free += (h)->temp.tempint
162 } temp; \/* Temporary for some macros. *\/ member in struct:obstack
    [all...]
  /bionic/libc/arch-mips/include/machine/
regdef.h 41 #define AT $at /* assembler temp */
57 #define t0 $12 /* temp registers (not saved across subroutine calls) */
62 #define t0 $8 /* temp registers (not saved across subroutine calls) */
83 #define t8 $24 /* two more temp registers */
  /development/ndk/platforms/android-9/arch-mips/include/machine/
regdef.h 41 #define AT $at /* assembler temp */
57 #define t0 $12 /* temp registers (not saved across subroutine calls) */
62 #define t0 $8 /* temp registers (not saved across subroutine calls) */
83 #define t8 $24 /* two more temp registers */
  /external/ceres-solver/internal/ceres/
stl_util.h 52 ForwardIterator temp = begin; local
54 delete *temp;
66 ForwardIterator temp = begin; local
68 delete *temp;
  /external/chromium/chrome/browser/extensions/
convert_user_script.h 18 // unpacked in the system temp dir. Returns a valid extension that the caller
  /external/chromium_org/base/files/
important_file_writer.cc 47 DPLOG(WARNING) << "temp file failure: " << path.value().c_str()
56 // Write the data to a temp file then rename to avoid data loss if we crash
57 // while writing the file. Ensure that the temp file is on the same volume
58 // as target file, so it can be moved in one step, and that the temp file
  /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/test/
scoped_path_override.h 21 // Contructor that intializes the override to a scoped temp directory.

Completed in 527 milliseconds

<<21222324252627282930>>