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

<<11121314151617181920>>

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
dtx_dec.cpp 887 Word16 temp; local
936 temp = ~((~st->log_en_hist[i]) >> 3);
940 temp = st->log_en_hist[i] >> 3;
942 st->log_en = add(st->log_en, temp, pOverflow);
1060 temp = (Word16) L_temp;
1064 st->true_sid_period_inv = div_s(1 << 10, temp);
1109 temp = ~((~st->log_en) >> 1);
1113 temp = st->log_en >> 1;
    [all...]
  /external/e2fsprogs/ext2ed/
inode_com.c 123 unsigned short temp; local
147 temp=inode_ptr->i_mode & 0x1ff;
148 temp=temp >> i;
149 if (temp & 4)
154 if (temp & 2)
159 if (temp & 1)
170 temp=inode_ptr->i_flags;
172 if (temp & EXT2_SECRM_FL)
178 if (temp & EXT2_UNRM_FL
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
IntArray.java 62 int temp = 0; local
68 temp <<= 8;
74 temp |= barrBarrI;
76 m_ints[iarrJ--] = temp;
81 temp = 0;
84 temp <<= 8;
90 temp |= barrBarrI;
92 m_ints[iarrJ] = temp;
192 byte[] temp = new byte[4];
201 temp[barrI++] = thisByte
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
graw_util.h 226 struct pipe_resource temp, *tex; local
229 temp.target = PIPE_TEXTURE_2D;
230 temp.format = PIPE_FORMAT_B8G8R8A8_UNORM;
231 temp.width0 = width;
232 temp.height0 = height;
233 temp.depth0 = 1;
234 temp.last_level = 0;
235 temp.array_size = 1;
236 temp.nr_samples = 1;
237 temp.bind = PIPE_BIND_SAMPLER_VIEW
    [all...]
  /external/mesa3d/src/gallium/tests/graw/
graw_util.h 226 struct pipe_resource temp, *tex; local
229 temp.target = PIPE_TEXTURE_2D;
230 temp.format = PIPE_FORMAT_B8G8R8A8_UNORM;
231 temp.width0 = width;
232 temp.height0 = height;
233 temp.depth0 = 1;
234 temp.last_level = 0;
235 temp.array_size = 1;
236 temp.nr_samples = 1;
237 temp.bind = PIPE_BIND_SAMPLER_VIEW
    [all...]
  /libcore/luni/src/main/java/java/math/
Conversion.java 83 int[] temp = new int[numberLength]; local
84 System.arraycopy(digits, 0, temp, 0, numberLength);
93 resDigit = Division.divideArrayByInt(temp, temp, tempLen,
104 for (i = tempLen - 1; (i > 0) && (temp[i] == 0); i--) {
108 if ((tempLen == 1) && (temp[0] == 0)) { // the quotient is 0
202 int[] temp = new int[numberLength]; local
204 System.arraycopy(digits, 0, temp, 0, tempLen);
212 + (temp[i1] & 0xFFFFFFFFL);
214 temp[i1] = (int) res
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_imelody.c 140 static EAS_BOOL IMY_GetNumber (EAS_HW_DATA_HANDLE hwInstData, S_IMELODY_DATA *pData, EAS_INT *temp, EAS_BOOL inHeader);
334 EAS_INT temp; local
448 if (!IMY_GetNumber(pEASData->hwInstData, pData, &temp, EAS_FALSE))
457 pData->repeatCount = (EAS_I16) temp;
1238 EAS_INT temp; local
1346 EAS_INT temp; local
1433 EAS_INT temp; local
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_imelody.c 140 static EAS_BOOL IMY_GetNumber (EAS_HW_DATA_HANDLE hwInstData, S_IMELODY_DATA *pData, EAS_INT *temp, EAS_BOOL inHeader);
334 EAS_INT temp; local
448 if (!IMY_GetNumber(pEASData->hwInstData, pData, &temp, EAS_FALSE))
457 pData->repeatCount = (EAS_I16) temp;
1238 EAS_INT temp; local
1346 EAS_INT temp; local
1433 EAS_INT temp; local
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_imelody.c 140 static EAS_BOOL IMY_GetNumber (EAS_HW_DATA_HANDLE hwInstData, S_IMELODY_DATA *pData, EAS_INT *temp, EAS_BOOL inHeader);
334 EAS_INT temp; local
457 if (!IMY_GetNumber(pEASData->hwInstData, pData, &temp, EAS_FALSE))
466 pData->repeatCount = (EAS_I16) temp;
1247 EAS_INT temp; local
1355 EAS_INT temp; local
1442 EAS_INT temp; local
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 464 LOperand* temp) {
467 temps_[0] = temp;
536 LModI(LOperand* left, LOperand* right, LOperand* temp) {
539 temps_[0] = temp;
549 LDivI(LOperand* left, LOperand* right, LOperand* temp) {
552 temps_[0] = temp;
562 LMulI(LOperand* left, LOperand* right, LOperand* temp) {
565 temps_[0] = temp;
612 LMathPowHalf(LOperand* context, LOperand* value, LOperand* temp) {
615 temps_[0] = temp;
620 LOperand* temp() { return temps_[0]; } function in class:v8::internal::LMathPowHalf
    [all...]
  /art/runtime/base/
stl_util.h 46 ForwardIterator temp = begin; local
48 delete *temp;
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
SHA1ImplTest.java 205 int temp; local
220 temp = ( a << 5 ) | ( a >>> 27 );
223 temp += ( b & c ) | ( (~b) & d ) ;
225 temp += b ^ c ^ d ;
227 temp += ( b & c ) | ( b & d ) | ( c & d ) ;
229 temp += b ^ c ^ d ;
232 temp += e + bufW[s] + K[t] ;
237 a = temp;
  /external/chromium_org/chrome/test/chromedriver/
cpp_source.py 35 temp = '_'.join(dir_from_src.split('/') + [base_name])
36 define = temp.upper() + '_H_'
  /external/chromium_org/ppapi/c/
pp_completion_callback.h 280 struct PP_CompletionCallback temp = *cc; local
282 PP_RunCompletionCallback(&temp, res);
  /external/chromium_org/ppapi/cpp/extensions/
optional.h 85 T* temp = value_; local
87 other->value_ = temp;
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
hasher.py 59 temp = (ord(string[i + 1]) << 11) ^ result
60 result = (result << 16) ^ temp
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
DenormalDisabler.h 97 int temp = a; local
98 asm volatile("ldmxcsr %0" : : "m" (temp));
  /external/chromium_org/third_party/WebKit/Source/web/
WebDocument.cpp 164 Vector<WebElement> temp; local
165 temp.reserveCapacity(sourceLength);
169 temp.append(WebElement(toElement(node)));
171 results.assign(temp);
178 Vector<WebFormElement> temp; local
179 temp.reserveCapacity(sourceLength);
184 temp.append(WebFormElement(toHTMLFormElement(node)));
186 results.assign(temp);
  /external/kernel-headers/original/asm-mips/
local.h 33 unsigned long temp; local
43 : "=&r" (result), "=&r" (temp), "=m" (l->a.counter)
47 unsigned long temp; local
57 : "=&r" (result), "=&r" (temp), "=m" (l->a.counter)
78 unsigned long temp; local
88 : "=&r" (result), "=&r" (temp), "=m" (l->a.counter)
92 unsigned long temp; local
102 : "=&r" (result), "=&r" (temp), "=m" (l->a.counter)
  /external/libvorbis/test/
test.c 86 float temp = fabs (data_in [k]); local
87 max_abs = MAX (max_abs, temp);
  /libcore/luni/src/main/java/java/io/
ByteArrayInputStream.java 186 int temp = pos;
188 return pos - temp;
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
DelayedOperations.java 91 final ArrayList<QueuedOperation> temp = new ArrayList<QueuedOperation>(mPendingOperations); local
92 for (QueuedOperation qo : temp) {
  /external/jpeg/
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/lzma/C/Util/SfxSetup/
SfxSetup.c 336 errorMessage = "Can't create temp folder";
389 WCHAR *temp; local
398 temp = path + pathLen;
400 SzArEx_GetFileNameUtf16(&db, i, temp);
414 for (j = 0; temp[j] != 0; j++)
416 if (temp[j] == '/')
418 temp[j] = 0;
420 temp[j] = CHAR_PATH_SEPARATOR;
433 const WCHAR *name = temp + nameStartPos;
435 unsigned nameLen = FindExt(temp + nameStartPos, &extLen);
503 WCHAR *temp = path + pathLen; local
    [all...]
  /external/marisa-trie/lib/marisa/
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...]

Completed in 623 milliseconds

<<11121314151617181920>>