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

<<21222324252627282930>>

  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
data_builder.c 360 if (sensors.temp.status & INV_SENSOR_ON) {
361 if (timestamp < sensors.temp.timestamp)
362 timestamp = sensors.temp.timestamp;
548 if (sensors.temp.calibrated[0])
549 inv_data_builder.save.gyro_temp = sensors.temp.calibrated[0];
563 * @param[in] temp
566 void inv_get_gyro_bias(long *bias, long *temp)
571 if (temp != NULL)
572 temp[0] = inv_data_builder.save.gyro_temp;
577 * @param[out] temp Temperature where 1 C = 2^1
    [all...]
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
data_builder.c 392 if (sensors.temp.status & INV_SENSOR_ON) {
393 if (timestamp < sensors.temp.timestamp)
394 timestamp = sensors.temp.timestamp;
619 if (sensors.temp.calibrated[0])
620 inv_data_builder.save.gyro_temp = sensors.temp.calibrated[0];
656 void inv_get_mpl_gyro_bias(long *bias, long *temp)
662 if (temp != NULL)
663 temp[0] = inv_data_builder.save.gyro_temp;
696 * @param[out] temp Temperature where 1 C = 2^16
698 void inv_get_accel_bias(long *bias, long *temp)
    [all...]
  /external/yaffs2/yaffs2/utils/
mkyaffsimage.c 210 yaffs_TagsUnion temp; local
212 memset(&temp, 0, sizeof(temp));
214 temp.asBytes[0] = ((tags->asBytes[2] & 0x0F) << 4) | ((tags->asBytes[1] & 0xF0) >> 4);
215 temp.asBytes[1] = ((tags->asBytes[1] & 0x0F) << 4) | ((tags->asBytes[0] & 0xF0) >> 4);
216 temp.asBytes[2] = ((tags->asBytes[0] & 0x0F) << 4) | ((tags->asBytes[2] & 0x30) >> 2) | ((tags->asBytes[3] & 0xC0) >> 6);
217 temp.asBytes[3] = ((tags->asBytes[3] & 0x3F) << 2) | ((tags->asBytes[2] & 0xC0) >> 6);
218 temp.asBytes[4] = ((tags->asBytes[6] & 0x03) << 6) | ((tags->asBytes[5] & 0xFC) >> 2);
219 temp.asBytes[5] = ((tags->asBytes[5] & 0x03) << 6) | ((tags->asBytes[4] & 0xFC) >> 2);
220 temp.asBytes[6] = ((tags->asBytes[4] & 0x03) << 6) | (tags->asBytes[7] & 0x3F)
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
block_idct.cpp 627 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
699 temp = ((x3 + x2) >> 14);
700 CLIP_RESULT(temp)
701 word = word | (temp << 8);
703 temp = ((x0 + x4) >> 14);
704 CLIP_RESULT(temp)
705 word = word | (temp << 16);
707 temp = ((x8 + x6) >> 14);
708 CLIP_RESULT(temp)
709 word = word | (temp << 24)
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_2_autogen.h 349 GLfloat temp[1] = { GL_NEAREST, }; local
350 cmd.Init(GL_TEXTURE_2D, GL_TEXTURE_MAG_FILTER, &temp[0]);
356 ExecuteImmediateCmd(cmd, sizeof(temp)));
365 GLfloat temp[1] = { GL_NEAREST, }; local
366 cmd.Init(GL_TEXTURE_1D, GL_TEXTURE_MAG_FILTER, &temp[0]);
368 ExecuteImmediateCmd(cmd, sizeof(temp)));
377 GLfloat temp[1] = { GL_NEAREST, }; local
378 cmd.Init(GL_TEXTURE_3D, GL_TEXTURE_MAG_FILTER, &temp[0]);
380 ExecuteImmediateCmd(cmd, sizeof(temp)));
389 GLfloat temp[1] = { GL_NEAREST, } local
508 GLint temp[1] = { GL_NEAREST, }; local
524 GLint temp[1] = { GL_NEAREST, }; local
536 GLint temp[1] = { GL_NEAREST, }; local
548 GLint temp[1] = { GL_NEAREST, }; local
623 GLfloat temp[1 * 2] = { 0, }; local
699 GLfloat temp[2 * 2] = { 0, }; local
772 GLint temp[2 * 2] = { 0, }; local
845 GLfloat temp[3 * 2] = { 0, }; local
918 GLint temp[3 * 2] = { 0, }; local
991 GLfloat temp[4 * 2] = { 0, }; local
1064 GLint temp[4 * 2] = { 0, }; local
1139 GLfloat temp[4 * 2] = { 0, }; local
1151 GLfloat temp[4 * 2] = { 0, }; local
1226 GLfloat temp[9 * 2] = { 0, }; local
1238 GLfloat temp[9 * 2] = { 0, }; local
1313 GLfloat temp[16 * 2] = { 0, }; local
1325 GLfloat temp[16 * 2] = { 0, }; local
1385 GLfloat temp[1] = { 0, }; local
1439 GLfloat temp[2] = { 0, }; local
1493 GLfloat temp[3] = { 0, }; local
1547 GLfloat temp[4] = { 0, }; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_XML.py 292 temp = [ [], [], [] ]
297 temp[2].append( param )
299 temp[0].append( param )
301 temp[1].append( param )
303 parameters = temp[0]
304 parameters.extend( temp[1] )
306 parameters.extend( temp[2] )
311 temp = []
313 temp.append( self.parameters_by_name[ name ] )
315 return temp.__iter__(
    [all...]
  /external/mesa3d/src/mapi/glapi/gen/
glX_XML.py 292 temp = [ [], [], [] ]
297 temp[2].append( param )
299 temp[0].append( param )
301 temp[1].append( param )
303 parameters = temp[0]
304 parameters.extend( temp[1] )
306 parameters.extend( temp[2] )
311 temp = []
313 temp.append( self.parameters_by_name[ name ] )
315 return temp.__iter__(
    [all...]
  /external/srec/portable/src/
PANSIFileImpl.c 214 void* temp; local
223 temp = MALLOC(*count * size, MTAG);
224 if (temp == NULL)
230 memcpy(temp, buffer, *count * size);
232 swap_byte_order(temp, *count, size);
235 temp = buffer;
237 *count = fwrite(temp, size, *count, impl->value);
240 FREE(temp);
241 temp = NULL;
391 LCHAR* temp; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
icusvtst.cpp 207 UnicodeString temp;
208 lrmsg(temp, message, lhs, rhs);
211 logln(temp);
213 errln(temp);
224 UnicodeString temp; local
225 lrmsg(temp, message, lhs, rhs);
228 logln(temp);
230 errln(temp);
241 UnicodeString temp; local
242 lrmsg(temp, message, lhs, rhs)
258 UnicodeString temp; local
275 UnicodeString temp = message; local
292 UnicodeString temp; local
569 UnicodeString temp; local
1231 UnicodeString temp; local
1311 UnicodeString temp; local
1330 UnicodeString temp; local
    [all...]
  /external/icu4c/test/intltest/
icusvtst.cpp 207 UnicodeString temp;
208 lrmsg(temp, message, lhs, rhs);
211 logln(temp);
213 errln(temp);
224 UnicodeString temp; local
225 lrmsg(temp, message, lhs, rhs);
228 logln(temp);
230 errln(temp);
241 UnicodeString temp; local
242 lrmsg(temp, message, lhs, rhs)
258 UnicodeString temp; local
275 UnicodeString temp = message; local
292 UnicodeString temp; local
569 UnicodeString temp; local
1231 UnicodeString temp; local
1311 UnicodeString temp; local
1330 UnicodeString temp; local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
nfrule.cpp 518 int64_t temp = util64_pow(radix, tempResult + 1); local
519 if (temp <= baseValue) {
577 UnicodeString temp(buffer, len);
578 result.append(temp);
622 UnicodeString temp; local
623 sub2->toString(temp);
624 ruleTextCopy.insert(sub2->getPos(), temp);
625 sub1->toString(temp);
626 ruleTextCopy.insert(sub1->getPos(), temp);
836 UnicodeString temp; local
881 int32_t temp = pp2.getErrorIndex() + sub1->getPos() + pp.getIndex(); local
890 int32_t temp = sub1->getPos() + pp.getErrorIndex(); local
1349 UnicodeString temp; local
    [all...]
  /external/icu4c/i18n/
locdspnm.cpp 581 UnicodeString temp; local
586 resultRemainder.append(scriptDisplayName(script, temp));
589 appendWithSep(resultRemainder, regionDisplayName(country, temp));
592 appendWithSep(resultRemainder, variantDisplayName(variant, temp));
602 keyDisplayName(key, temp);
606 } else if (temp != UnicodeString(key, -1, US_INV)) {
609 temp,
617 appendWithSep(resultRemainder, temp)
810 UnicodeString temp(result, 0, maxResultSize);
811 ((const LocaleDisplayNames *)ldn)->localeDisplayName(locale, temp);
    [all...]
nfrule.cpp 516 int64_t temp = util64_pow(radix, tempResult + 1); local
517 if (temp <= baseValue) {
575 UnicodeString temp(buffer, len);
576 result.append(temp);
620 UnicodeString temp; local
621 sub2->toString(temp);
622 ruleTextCopy.insert(sub2->getPos(), temp);
623 sub1->toString(temp);
624 ruleTextCopy.insert(sub1->getPos(), temp);
834 UnicodeString temp; local
879 int32_t temp = pp2.getErrorIndex() + sub1->getPos() + pp.getIndex(); local
888 int32_t temp = sub1->getPos() + pp.getErrorIndex(); local
1347 UnicodeString temp; local
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/
gUnit.g 224 String temp = null;
227 if ( newline.length()==1 && getText().length()==5 ) temp = "";
228 else if ( newline.length()==2 && getText().length()==6 ) temp = "";
229 else temp = getText().substring(newFrontIndex, newEndIndex);
232 temp = getText().substring(newFrontIndex, oldEndIndex);
235 temp = getText().substring(oldFrontIndex, newEndIndex);
238 temp = getText().substring(oldFrontIndex, oldEndIndex);
241 BufferedReader bufReader = new BufferedReader(new StringReader(temp));
255 setText(temp);
  /external/chromium/chrome/common/extensions/
extension_l10n_util_unittest.cc 26 ScopedTempDir temp; local
27 ASSERT_TRUE(temp.CreateUniqueTempDir());
29 FilePath src_path = temp.path().Append(Extension::kLocaleFolder);
42 ScopedTempDir temp; local
43 ASSERT_TRUE(temp.CreateUniqueTempDir());
45 FilePath src_path = temp.path().Append(Extension::kLocaleFolder);
59 ScopedTempDir temp; local
60 ASSERT_TRUE(temp.CreateUniqueTempDir());
62 FilePath src_path = temp.path().Append(Extension::kLocaleFolder);
132 ScopedTempDir temp; local
151 ScopedTempDir temp; local
178 ScopedTempDir temp; local
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
ucbuf.c 715 UChar* temp = buf->currentPos; local
723 c = *temp++;
727 if(temp>=buf->bufLimit && buf->currentPos == buf->buffer){
741 if(c ==0x0d && temp+1<=buf->bufLimit && *(temp+1) == 0x0a ){
742 *len = (int32_t)(temp++ - buf->currentPos);
744 buf->currentPos = temp;
749 if (temp>=buf->bufLimit|| ucbuf_isCharNewLine(c)){ /* Unipad inserts 2028 line separators! */
750 *len = (int32_t)(temp - buf->currentPos);
752 buf->currentPos = temp;
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
laststmtchanges.test 216 create temp table t0(x);
217 create temp table t1 (k integer primary key);
218 create temp table t2 (k integer primary key);
219 create temp view v1 as select * from t1;
220 create temp view v2 as select * from t2;
221 create temp table n1 (k integer primary key, n);
222 create temp table n2 (k integer primary key, n);
231 create temp trigger r1 instead of insert on v1 for each row begin
241 create temp trigger r2 instead of insert on v2 for each row begin
  /external/icu4c/tools/toolutil/
ucbuf.c 716 UChar* temp = buf->currentPos; local
724 c = *temp++;
728 if(temp>=buf->bufLimit && buf->currentPos == buf->buffer){
742 if(c ==0x0d && temp+1<=buf->bufLimit && *(temp+1) == 0x0a ){
743 *len = (int32_t)(temp++ - buf->currentPos);
745 buf->currentPos = temp;
750 if (temp>=buf->bufLimit|| ucbuf_isCharNewLine(c)){ /* Unipad inserts 2028 line separators! */
751 *len = (int32_t)(temp - buf->currentPos);
753 buf->currentPos = temp;
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_tonecontrol.c 260 EAS_I8 temp; local
300 if ((result = TC_GetNextChar(pEASData->hwInstData, pData, &temp)) != EAS_SUCCESS)
311 if (temp >= TC_FIELD_SILENCE)
313 result = TC_StartNote(pEASData, pData, parserMode, temp);
318 switch (temp)
341 result = TC_GetNextChar(pEASData->hwInstData, pData, &temp);
349 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Unexpected byte 0x%02x in ToneControl stream\n", temp); */ }
646 EAS_I8 temp; local
665 if ((result = TC_GetNextChar(pEASData->hwInstData, pData, &temp)) != EAS_SUCCESS)
669 if (temp == TC_FIELD_VERSION
782 EAS_I8 temp; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
iatomic.h 408 unsigned long temp; local
417 :"=&r" (temp), "=m" (v->counter)
423 unsigned long temp; local
432 :"=&r" (temp), "=m" (v->counter)
441 long temp, result; local
452 :"=&r" (temp), "=m" (v->counter), "=&r" (result)
459 long temp, result; local
470 :"=&r" (temp), "=m" (v->counter), "=&r" (result)
725 unsigned long temp; local
735 : "=&r" (temp), "=m" (v->counter
749 unsigned long temp; local
768 unsigned long temp, result; local
789 unsigned long temp, result; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
iatomic.h 408 unsigned long temp; local
417 :"=&r" (temp), "=m" (v->counter)
423 unsigned long temp; local
432 :"=&r" (temp), "=m" (v->counter)
441 long temp, result; local
452 :"=&r" (temp), "=m" (v->counter), "=&r" (result)
459 long temp, result; local
470 :"=&r" (temp), "=m" (v->counter), "=&r" (result)
725 unsigned long temp; local
735 : "=&r" (temp), "=m" (v->counter
749 unsigned long temp; local
768 unsigned long temp, result; local
789 unsigned long temp, result; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
iatomic.h 408 unsigned long temp; local
417 :"=&r" (temp), "=m" (v->counter)
423 unsigned long temp; local
432 :"=&r" (temp), "=m" (v->counter)
441 long temp, result; local
452 :"=&r" (temp), "=m" (v->counter), "=&r" (result)
459 long temp, result; local
470 :"=&r" (temp), "=m" (v->counter), "=&r" (result)
725 unsigned long temp; local
735 : "=&r" (temp), "=m" (v->counter
749 unsigned long temp; local
768 unsigned long temp, result; local
789 unsigned long temp, result; local
    [all...]
  /external/lzma/CPP/Common/
MyVector.h 76 T temp = operator[](i); local
78 operator[](j) = temp;
134 T temp = p[k]; local
142 if (compare(&temp, p + s, param) >= 0)
147 p[k] = temp;
164 T temp = p[size]; local
166 p[1] = temp;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
armVCM4P10_Interpolate_Chroma_s.s 34 temp RN 11 label
117 SUB temp, iWidth, #1
122 ORR iWidth, iWidth, temp, LSL #16
217 SUB temp, iWidth, #1
222 ORR iWidth, iWidth, temp, LSL #16
255 SUB temp, iWidth, #1
260 ORR iWidth, iWidth, temp, LSL #16
  /frameworks/av/services/audioflinger/
AudioMixer.h 150 typedef void (*hook_t)(track_t* t, int32_t* output, size_t numOutFrames, int32_t* temp,
271 static void track__genericResample(track_t* t, int32_t* out, size_t numFrames, int32_t* temp,
273 static void track__nop(track_t* t, int32_t* out, size_t numFrames, int32_t* temp, int32_t* aux);
274 static void track__16BitsStereo(track_t* t, int32_t* out, size_t numFrames, int32_t* temp,
276 static void track__16BitsMono(track_t* t, int32_t* out, size_t numFrames, int32_t* temp,
278 static void volumeRampStereo(track_t* t, int32_t* out, size_t frameCount, int32_t* temp,
280 static void volumeStereo(track_t* t, int32_t* out, size_t frameCount, int32_t* temp,

Completed in 1165 milliseconds

<<21222324252627282930>>