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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/smhasher/src/
Platform.cpp 7 int64_t temp = rdtsc(); local
9 printf("%d",(int)temp);
  /external/elfutils/tests/
run-readelf-test1.sh 31 debugout=${debugfile:+-f testfile.debug.temp -F $debugfile}
35 tempfiles testfile.temp
37 testrun ../src/readelf -r testfile3 > testfile.temp
39 diff -u - testfile.temp <<EOF
  /frameworks/native/opengl/tests/gralloc/
gralloc.cpp 43 void* temp = malloc(size); local
45 memset(temp, 0, size);
73 memcpy(temp, temp2, size);
79 memcpy(temp, vaddr, size);
85 memcpy(vaddr, temp, size);
92 lamecpy(temp, temp2, size);
98 lamecpy(temp, vaddr, size);
104 lamecpy(vaddr, temp, size);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
BerTlv.java 89 int temp = data[curIndex++] & 0xff; local
90 if (temp < 0x80) {
91 length = temp;
92 } else if (temp == 0x81) {
93 temp = data[curIndex++] & 0xff;
94 if (temp < 0x80) {
101 length = temp;
106 " byte= " + Integer.toHexString(temp) + " curIndex=" + curIndex +
  /external/chromium_org/remoting/base/
typed_buffer.h 37 TypedBuffer temp; local
38 temp.Swap(*rvalue.object);
39 Swap(temp);
51 TypedBuffer temp; local
52 temp.Swap(*rvalue.object);
53 Swap(temp);
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_convolve_neon.c 23 DECLARE_ALIGNED_ARRAY(8, uint8_t, temp, 64 * 72);
37 * the temp buffer which has lots of extra room and is subsequently discarded
41 temp, 64,
45 /* Step into the temp buffer 3 lines to get the actual frame data */
46 vp9_convolve8_vert_neon(temp + 64 * 3, 64,
57 DECLARE_ALIGNED_ARRAY(8, uint8_t, temp, 64 * 72);
71 temp, 64,
74 vp9_convolve8_avg_vert_neon(temp + 64 * 3,
  /external/lzma/CPP/Common/
IntToString.cpp 14 char temp[72]; local
19 temp[pos++] = (char)((delta < 10) ? ('0' + delta) : ('a' + (delta - 10)));
24 *s++ = temp[--pos];
31 wchar_t temp[32]; local
35 temp[pos++] = (wchar_t)(L'0' + (int)(value % 10));
40 *s++ = temp[--pos];
  /external/qemu/android/
main-emulator.c 298 char temp[PATH_MAX], *p=temp, *end=p+sizeof(temp); local
299 p = bufprint(temp, end, "%s/%s", path, filename);
300 D("Probing for: %s\n", temp);
301 return (p < end && path_exists(temp));
316 char temp[PATH_MAX], *p=temp, *end=p+sizeof(temp); local
334 p = bufprint(temp, end, "%s/lib", progDir)
372 char temp[2048], *p=temp, *end=p+sizeof(temp); local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
q_gain_c.cpp 210 Word16 temp; local
274 temp = index + (index << 1);
276 p = &qua_gain_code[temp];
278 temp = (gcode0 * *(p++)) >> 15;
281 *gain = temp << 1;
285 *gain = temp;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
preemph.c 35 Word16 temp; local
38 temp = x[lg - 1];
51 *mem = temp;
64 Word16 temp; local
67 temp = x[lg - 1];
82 *mem = temp;
  /system/core/libpixelflinger/codeflinger/
blending.cpp 32 component_t& temp, // incomming fragment / output
40 integer_t fragment(temp.reg, temp.h, temp.flags);
41 if (!(temp.flags & CORRUPTIBLE)) {
42 temp.reg = regs.obtain();
43 temp.flags |= CORRUPTIBLE;
59 build_blendFOneMinusF(temp, factor, fragment, fogColor);
64 component_t& temp, // incomming fragment / output
77 if (!temp.size())
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_jn.c 57 double a, b, temp, di; local
95 case 0: temp = cos(x)+sin(x); break;
96 case 1: temp = -cos(x)+sin(x); break;
97 case 2: temp = -cos(x)-sin(x); break;
98 case 3: temp = cos(x)-sin(x); break;
100 b = invsqrtpi*temp/sqrt(x);
105 temp = b;
107 a = temp;
118 temp = x*0.5; b = temp;
219 double a, b, temp; local
    [all...]
  /external/fdlibm/
e_jn.c 61 double a, b, temp, di; local
100 case 0: temp = ieee_cos(x)+ieee_sin(x); break;
101 case 1: temp = -ieee_cos(x)+ieee_sin(x); break;
102 case 2: temp = -ieee_cos(x)-ieee_sin(x); break;
103 case 3: temp = ieee_cos(x)-ieee_sin(x); break;
105 b = invsqrtpi*temp/ieee_sqrt(x);
110 temp = b;
112 a = temp;
123 temp = x*0.5; b = temp;
223 double a, b, temp; local
    [all...]
  /external/kernel-headers/original/asm-mips/
bitops.h 62 unsigned long temp; local
72 : "=&r" (temp), "=m" (*m)
84 : "=&r" (temp), "=m" (*m)
98 : "=&r" (temp), "=m" (*m)
127 unsigned long temp; local
137 : "=&r" (temp), "=m" (*m)
149 : "=&r" (temp), "=m" (*m)
163 : "=&r" (temp), "=m" (*m)
207 unsigned long temp; local
216 : "=&r" (temp), "=m" (*m
220 unsigned long temp; local
265 unsigned long temp; local
280 unsigned long temp; local
333 unsigned long temp; local
348 unsigned long temp; local
402 unsigned long temp; local
419 unsigned long temp; local
436 unsigned long temp; local
492 unsigned long temp; local
507 unsigned long temp; local
    [all...]
  /external/libgsm/src/
rpe.c 267 word xmax, xmaxc, temp, temp1, temp2; local
276 temp = xM[i];
277 temp = GSM_ABS(temp);
278 if (temp > xmax) xmax = temp;
285 temp = SASR( xmax, 9 );
290 itest |= (temp <= 0);
291 temp = SASR( temp, 1 )
361 word temp, temp1, temp2, temp3; local
    [all...]
  /external/tcpdump/
parsenfsfh.c 123 u_int32_t temp; local
267 temp = make_uint32(fhp[12], fhp[13], fhp[14], fhp[15]);
268 *inop = temp;
279 temp = make_uint32(fhp[15], fhp[14], fhp[13], fhp[12]);
280 *inop = temp;
290 temp = make_uint32(fhp[3], fhp[2], fhp[1], fhp[0]);
291 fsidp->Fsid_dev.Minor = temp & 0xFFFFF;
292 fsidp->Fsid_dev.Major = (temp>>20) & 0xFFF;
294 temp = make_uint32(fhp[15], fhp[14], fhp[13], fhp[12]);
295 *inop = temp;
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_fmsynth.c 225 EAS_I32 temp; local
228 temp = (EAS_I32) nLogRate << 7;
229 temp += ((EAS_I32) nKeyNumber - EG_SCALE_PIVOT_POINT) * (EAS_I32) nEGScale;
232 temp = max(temp, 0);
233 temp = min(temp, 32767);
237 return fmRateTable[temp >> 8];
401 EAS_I32 temp; local
422 temp = (EAS_I32) pChannel->pan - 64
518 EAS_I32 temp; local
627 EAS_U32 temp; local
730 EAS_I32 temp; local
806 EAS_I32 temp; local
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_fmsynth.c 225 EAS_I32 temp; local
228 temp = (EAS_I32) nLogRate << 7;
229 temp += ((EAS_I32) nKeyNumber - EG_SCALE_PIVOT_POINT) * (EAS_I32) nEGScale;
232 temp = max(temp, 0);
233 temp = min(temp, 32767);
237 return fmRateTable[temp >> 8];
401 EAS_I32 temp; local
422 temp = (EAS_I32) pChannel->pan - 64
518 EAS_I32 temp; local
627 EAS_U32 temp; local
730 EAS_I32 temp; local
806 EAS_I32 temp; local
    [all...]
  /external/chromium_org/media/mp4/
avc.cc 41 std::vector<uint8> temp;
42 temp.swap(*buffer);
43 buffer->reserve(temp.size() + 32);
46 while (pos + length_size < temp.size()) {
47 int nal_size = temp[pos];
48 if (length_size == 2) nal_size = (nal_size << 8) + temp[pos+1];
51 RCHECK(pos + nal_size <= temp.size());
54 buffer->insert(buffer->end(), temp.begin() + pos,
55 temp.begin() + pos + nal_size);
58 return pos == temp.size()
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
idct_vca.cpp 450 int32 x0, x1, x2, x4, x5, temp; local
476 temp = ((x0 + x2) >> 14);
477 CLIP_RESULT(temp)
478 word = word | (temp << 8);
479 temp = ((x0 + x1) >> 14);
480 CLIP_RESULT(temp)
481 word = word | (temp << 16);
482 temp = ((x0 + x5) >> 14);
483 CLIP_RESULT(temp)
484 word = word | (temp << 24)
507 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
580 int32 x0, x1, x2, x3, x4, x5, x6, x7, x8, temp; local
    [all...]
  /external/marisa-trie/lib/marisa/
mapper.cc 75 Mapper temp; local
76 temp.size_ = (std::size_t)file_size;
78 temp.file_ = ::CreateFileA(filename, GENERIC_READ, FILE_SHARE_READ,
80 MARISA_THROW_IF(temp.file_ == NULL, MARISA_IO_ERROR);
82 temp.map_ = ::CreateFileMapping(temp.file_, NULL, PAGE_READONLY, 0, 0, NULL);
83 MARISA_THROW_IF(temp.map_ == NULL, MARISA_IO_ERROR);
85 temp.origin_ = ::MapViewOfFile(temp.map_, FILE_MAP_READ, 0, 0, 0);
86 MARISA_THROW_IF(temp.origin_ == NULL, MARISA_IO_ERROR)
103 Mapper temp; local
    [all...]
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
mapper.cc 78 Mapper temp; local
79 temp.size_ = (std::size_t)file_size;
81 temp.file_ = ::CreateFileA(filename, GENERIC_READ, FILE_SHARE_READ,
83 MARISA_ALPHA_THROW_IF(temp.file_ == NULL, MARISA_ALPHA_IO_ERROR);
85 temp.map_ = ::CreateFileMapping(temp.file_, NULL, PAGE_READONLY, 0, 0, NULL);
86 MARISA_ALPHA_THROW_IF(temp.map_ == NULL, MARISA_ALPHA_IO_ERROR);
88 temp.origin_ = ::MapViewOfFile(temp.map_, FILE_MAP_READ, 0, 0, 0);
89 MARISA_ALPHA_THROW_IF(temp.origin_ == NULL, MARISA_ALPHA_IO_ERROR)
107 Mapper temp; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
int_lpc.cpp 443 Word16 temp; local
450 temp = shr(lsp_old[i], 2, pOverflow);
451 temp = sub(lsp_old[i], temp, pOverflow);
454 lsp[i] = add(temp2, temp, pOverflow);
467 temp = shr(lsp_new[i], 1, pOverflow);
469 lsp[i] = add(temp, temp2, pOverflow);
481 temp = shr(lsp_new[i], 2, pOverflow);
482 temp = sub(lsp_new[i], temp, pOverflow)
580 Word16 temp; local
    [all...]
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.c 759 int32_t temp; local
822 temp = (pReverb->m_nRoomLpfFwd << 15)
824 *pValue16 = Effects_Linear16ToMillibels(temp);
826 ALOGV("get REVERB_PARAM_ROOM_LEVEL %d, gain %d, m_nRoomLpfFwd %d, m_nRoomLpfFbk %d", *pValue16, temp, pReverb->m_nRoomLpfFwd, pReverb->m_nRoomLpfFbk);
840 temp = MULT_EG1_EG1(pReverb->m_nRoomLpfFbk, pReverb->m_nRoomLpfFbk);
841 ALOGV("get REVERB_PARAM_ROOM_HF_LEVEL, a1^2 %d", temp);
845 temp = 32767 + temp - temp2;
846 ALOGV("get REVERB_PARAM_ROOM_HF_LEVEL, a1^2 + 2 Cos a1 + 1 %d", temp);
847 temp = Effects_Sqrt(temp) * 181
1042 int32_t temp; local
1903 int temp; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_comp.cpp 1525 ULong temp, temp2; local
1559 temp = *(src += lx); local
1677 temp = *(src += lx); local
1722 ULong temp; local
1769 ULong temp; local
1802 ULong temp; local
1869 ULong temp; local
    [all...]

Completed in 3335 milliseconds

1 2 3 4 5 67 8 91011>>