HomeSort by relevance Sort by last modified time
    Searched refs:temp (Results 451 - 475 of 3860) sorted by null

<<11121314151617181920>>

  /external/libxaac/decoder/
ixheaacd_ps_bitdec.c 78 WORD16 temp, ret; local
85 temp = (WORD16)(op << 2);
87 temp = ixheaacd_mult16_shl(temp, 0x2aab);
89 ret = (temp >> 2);
99 WORD e, i, temp; local
124 temp =
127 temp, ixheaacd_negate16(num_iid_levels), num_iid_levels);
135 temp = ixheaacd_add16(ptr_ps_dec->iid_par_table[e][i - 1],
138 temp, ixheaacd_negate16(num_iid_levels), num_iid_levels)
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/
TrackFragmentRandomAccessBox.java 87 long temp = IsoTypeReader.readUInt32(content); local
88 reserved = (int) (temp >> 6);
89 lengthSizeOfTrafNum = ((int) (temp & 0x3F) >> 4) + 1;
90 lengthSizeOfTrunNum = ((int) (temp & 0xC) >> 2) + 1;
91 lengthSizeOfSampleNum = ((int) (temp & 0x3)) + 1;
119 long temp; local
120 temp = reserved << 6;
121 temp = temp | (((lengthSizeOfTrafNum - 1) & 0x3) << 4);
122 temp = temp | (((lengthSizeOfTrunNum - 1) & 0x3) << 2)
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclprimtypes.swg 63 char temp[256];
64 sprintf(temp, "%lu", value);
65 return Tcl_NewStringObj(temp,-1);
123 char temp[256];
124 sprintf(temp, "%lld", value);
125 return Tcl_NewStringObj(temp,-1);
177 char temp[256];
178 sprintf(temp, "%llu", value);
179 return Tcl_NewStringObj(temp,-1);
  /prebuilts/misc/windows/sdl2/test/
testrendertarget.c 43 SDL_Surface *temp; local
47 temp = SDL_LoadBMP(file);
48 if (temp == NULL) {
55 if (temp->format->palette) {
56 SDL_SetColorKey(temp, SDL_TRUE, *(Uint8 *) temp->pixels);
58 switch (temp->format->BitsPerPixel) {
60 SDL_SetColorKey(temp, SDL_TRUE,
61 (*(Uint16 *) temp->pixels) & 0x00007FFF);
64 SDL_SetColorKey(temp, SDL_TRUE, *(Uint16 *) temp->pixels)
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_rob_image_homography.cpp 114 double back,Jf_dx[18],f[2],temp,temp2; local
130 temp=Jf_dx[0]; temp2=Jf_dx[9];
131 JtJ[0]+=temp*Jf_dx[0]+temp2*Jf_dx[9];
132 JtJ[1]+=temp*Jf_dx[1]+temp2*Jf_dx[10];
133 JtJ[2]+=temp*Jf_dx[2]+temp2*Jf_dx[11];
134 JtJ[3]+=temp*Jf_dx[3]+temp2*Jf_dx[12];
135 JtJ[4]+=temp*Jf_dx[4]+temp2*Jf_dx[13];
136 JtJ[5]+=temp*Jf_dx[5]+temp2*Jf_dx[14];
137 JtJ[6]+=temp*Jf_dx[6]+temp2*Jf_dx[15];
138 JtJ[7]+=temp*Jf_dx[7]+temp2*Jf_dx[16]
    [all...]
  /external/libmpeg2/decoder/
impeg2d_vld.c 1088 WORD32 temp, temp1; local
1203 WORD32 temp; local
    [all...]
  /device/linaro/hikey/l-loader/
hikey.mk 19 $(OBJCOPY) -O binary loader temp
20 python gen_loader_hikey.py -o $@ --img_loader=temp --img_bl1=$(BL1) --img_ns_bl1u=$(NS_BL1U)
21 rm -f loader temp
  /external/e2fsprogs/ext2ed/
disk.c 47 char temp [80]; local
54 sprintf (temp,"Seek offset %ld is out of range",offset);
55 internal_error (temp,"disk","low_read");
86 char temp [80]; local
106 sprintf (temp,"Seek offset %ld is out of range",offset);
107 internal_error (temp,"disk","low_write");
  /external/icu/icu4c/source/test/perf/strsrchperf/
strsrchperf.cpp 41 UChar* temp = (UChar*)malloc(sizeof(UChar)*(pttrnLen));
43 temp[i] = src[start++];
45 pttrn = temp; /* store word in pttrn */
60 UChar* temp = (UChar*)malloc(sizeof(UChar)*(pttrnLen)); local
62 temp[i] = src[start++];
64 pttrn = temp; /* store word in pttrn */
  /external/pdfium/fxbarcode/common/reedsolomon/
BC_ReedSolomonGF256.cpp 86 auto temp = m_zero->Clone(); local
87 if (!temp)
89 return temp;
93 auto temp = pdfium::MakeUnique<CBC_ReedSolomonGF256Poly>(); local
94 if (!temp->Init(this, &coefficients)) {
98 return temp;
  /external/pdfium/fxbarcode/pdf417/
BC_PDF417Writer.cpp 79 int32_t temp = outHeight; local
81 outWidth = temp;
91 int32_t temp = outHeight; local
93 outWidth = temp;
104 std::vector<uint8_t> temp = bitarray; local
108 bitarray[jj * height + inverseii] = temp[ii * width + jj];
  /external/webrtc/webrtc/voice_engine/
utility.cc 102 int32_t temp = 0; local
104 temp = ((source[i * 2] + source[i * 2 + 1]) >> 1) + target[i];
105 target[i] = WebRtcSpl_SatW32ToW16(temp);
108 int32_t temp = 0; local
110 temp = source[i] + target[i];
111 target[i] = WebRtcSpl_SatW32ToW16(temp);
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
pitch_fr.cpp 337 Word16 temp; local
354 temp = *(p_excf++);
355 *(p_s_excf++) = temp >> 2;
356 s += (Word32) temp * temp;
357 temp = *(p_excf++);
358 *(p_s_excf++) = temp >> 2;
359 s += (Word32) temp * temp;
415 temp = exc[k]
730 Word16 temp; local
    [all...]
  /frameworks/support/jetifier/jetifier/core/src/main/kotlin/com/android/tools/build/jetifier/core/pom/
DependencyVersions.kt 64 val temp = currentSet.toMutableMap()
65 temp[forVariable] = newVersion
66 return DependencyVersions(temp)
  /packages/apps/Car/Hvac/src/com/android/car/hvac/controllers/
TemperatureController.java 74 final int temp = ((Float)value.getValue()).intValue();
75 mPassengerTempBarExpanded.setTemperature(temp);
76 mPassengerTempBarCollapsed.setTemperature(temp);
86 final int temp = ((Float)value.getValue()).intValue();
87 mDriverTempBarCollapsed.setTemperature(temp);
88 mDriverTempBarExpanded.setTemperature(temp);
  /prebuilts/misc/common/swig/include/2.0.11/guile/
std_string.i 39 %typemap(in) const string & ($*1_ltype temp, char *tempptr) {
42 temp.assign(tempptr);
44 $1 = &temp;
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
cstrings.swg 59 %typemap(in,noblock=1,numinputs=0) TYPEMAP (Char temp[MAX+1]) {
60 $1 = ($1_ltype) temp;
85 %typemap(in,noblock=1,numinputs=0) TYPEMAP(Char temp[SIZE]) {
86 $1 = ($1_ltype) temp;
114 (int res,Char temp[MAX+1], Char *t = 0, size_t n = 0, int alloc = 0) {
120 memcpy(temp, t, sizeof(Char)*n);
122 temp[n - 1] = 0;
123 $1 = ($1_ltype) temp;
247 %typemap(in,noblock=1,numinputs=0) TYPEMAP($*1_ltype temp = 0) {
248 $1 = &temp;
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
iio_utils.h 261 struct iio_channel_info temp; local
267 temp = (*ci_array)[y + 1];
269 (*ci_array)[y] = temp;
440 char *temp = malloc(strlen(basedir) + strlen(filename) + 2); local
441 if (temp == NULL)
444 sprintf(temp, "%s/%s", basedir, filename);
447 printf("VERB: echo %d > %s\n", val, temp);
448 sysfsfp = fopen(temp, "w");
450 printf("failed to open %s\n", temp);
458 sysfsfp = fopen(temp, "r")
494 char *temp = malloc(strlen(basedir) + strlen(filename) + 2); local
554 char *temp = malloc(strlen(basedir) + strlen(filename) + 2); local
576 char *temp = malloc(strlen(basedir) + strlen(filename) + 2); local
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
iio_utils.h 261 struct iio_channel_info temp; local
267 temp = (*ci_array)[y + 1];
269 (*ci_array)[y] = temp;
440 char *temp = malloc(strlen(basedir) + strlen(filename) + 2); local
441 if (temp == NULL)
444 sprintf(temp, "%s/%s", basedir, filename);
447 printf("VERB: echo %d > %s\n", val, temp);
448 sysfsfp = fopen(temp, "w");
450 printf("failed to open %s\n", temp);
458 sysfsfp = fopen(temp, "r")
494 char *temp = malloc(strlen(basedir) + strlen(filename) + 2); local
554 char *temp = malloc(strlen(basedir) + strlen(filename) + 2); local
576 char *temp = malloc(strlen(basedir) + strlen(filename) + 2); local
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/java/
java.swg 412 %typemap(in, noblock=1) char *& ($*1_ltype temp = 0) {
415 temp = ($*1_ltype)JCALL2(GetStringUTFChars, jenv, $input, 0);
416 if (!temp) return $null;
418 $1 = &temp;
429 %typemap(in) const bool & ($*1_ltype temp)
430 %{ temp = $input ? true : false;
431 $1 = &temp; %}
434 %{ static $*1_ltype temp;
435 temp = $input ? true : false;
436 $result = &temp; %
    [all...]
  /external/libgsm/src/
long_term.c 68 register word temp, wt_k; local
74 temp = d[k];
75 temp = GSM_ABS( temp );
76 if (temp > dmax) {
77 dmax = temp;
81 temp = 0;
85 temp = gsm_norm( (longword)dmax << 16 );
87 if (temp > 6) scal = 0;
88 else scal = 6 - temp;
169 register word temp; local
310 register word temp; local
486 register word temp; local
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_mixer.c 145 EAS_I32 temp; local
146 temp = MaximizerProcess(pEASData->effectsModules[EAS_MODULE_MAXIMIZER].effectData, pEASData->pMixBuffer, pEASData->pMixBuffer, numSamples);
147 temp = (temp * pEASData->masterGain) >> 15;
148 if (temp > 32767)
151 gain = (EAS_U16) temp;
340 EAS_I32 temp; local
393 temp = (pInputBuffer[src] * gainLeft) >> NUM_MIXER_GUARD_BITS;
394 temp += ((pInputBuffer[src+1] * gainRight) >> NUM_MIXER_GUARD_BITS);
395 pMixBuffer[dest] += temp;
    [all...]
  /art/runtime/arch/mips/
asm_support_mips.S 73 .macro LDu feven,fodd,disp,base,temp
75 lw \temp, \disp+4(\base)
76 mthc1 \temp, \feven
81 .macro SDu feven,fodd,disp,base,temp
82 mfhc1 \temp, \feven
84 sw \temp, \disp+4(\base)
99 .macro LDu feven,fodd,disp,base,temp
104 .macro SDu feven,fodd,disp,base,temp
  /art/test/102-concurrent-gc/src/
Main.java 57 byte[] temp = l[a].bytes;
59 l[b].bytes = temp;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
pymath.c 42 double temp = x; local
44 y = temp;

Completed in 903 milliseconds

<<11121314151617181920>>