/external/lzma/CPP/Windows/ |
Time.cpp | 61 unsigned temp;
77 temp = (unsigned)(v / PERIOD_100);
78 if (temp == 4)
79 temp = 3;
80 year += temp * 100;
81 v -= temp * PERIOD_100;
83 temp = v / PERIOD_4;
84 if (temp == 25)
85 temp = 24;
86 year += temp * 4; [all...] |
/prebuilts/misc/common/swig/include/2.0.11/typemaps/ |
void.swg | 15 %typemap(in,noblock=1) void * const& ($*ltype temp = 0, int res) { 16 res = SWIG_ConvertPtr($input, %as_voidptrptr(&temp), 0, $disown); 20 $1 = &temp; 36 void *temp = 0; 37 int res = SWIG_ConvertPtr($input, &temp, 0, SWIG_POINTER_DISOWN); 41 $1 = ($1_ltype) temp; 77 static $*ltype temp = %reinterpret_cast(argp, $*ltype); 78 $result = &temp;
|
enumint.swg | 8 %typemap(in,fragment=SWIG_AsVal_frag(int),noblock=1) const enum SWIGTYPE& (int val, int ecode, $basetype temp) { 13 temp = %static_cast(val,$basetype); 14 $1 = &temp;
|
swigobject.swg | 7 %typemap(in,noblock=1) SWIG_Object const & ($*ltype temp) 9 temp = %static_cast($input, $*ltype); 10 $1 = &temp;
|
/system/core/toolbox/ |
getprop.c | 11 char temp[PROP_VALUE_MAX + PROP_NAME_MAX + 16]; local 12 snprintf(temp, sizeof temp, "[%s]: [%s]", key, name); 13 strlist_append_dup(list, temp);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
IPAddress.java | 49 String temp = address+"."; local 53 while (start < temp.length() 54 && (pos = temp.indexOf('.', start)) > start) 62 octet = Integer.parseInt(temp.substring(start, pos)); 131 String temp = address + ":"; local 135 while (start < temp.length() 136 && (pos = temp.indexOf(':', start)) >= start) 145 String value = temp.substring(start, pos); 147 if (pos == (temp.length() - 1) && value.indexOf('.') > 0) 160 octet = Integer.parseInt(temp.substring(start, pos), 16) [all...] |
/external/jpeg/ |
jidctintelsse.c | 117 __m128i temp, temp2; local 181 temp = _mm_mulhi_epi16(x5, *tg3); /*row5*tg3*/ \ 183 temp = _mm_adds_epi16(temp, x5); /*coef adjustment*/ \ 185 tm765 = _mm_adds_epi16(temp, x3);\ 188 temp = _mm_mulhi_epi16(x7, *tg1); /*row7*tg1*/ \ 190 tp765 = _mm_adds_epi16(temp, x1);\ 206 temp = _mm_adds_epi16(tp65, tm65);\ 208 t6 = _mm_mulhi_epi16(temp, *cos4);\ 210 t6 = _mm_adds_epi16(t6, temp);\ [all...] |
/external/qemu/distrib/jpeg-6b/ |
jidctintelsse.c | 117 __m128i temp, temp2; local 181 temp = _mm_mulhi_epi16(x5, *tg3); /*row5*tg3*/ \ 183 temp = _mm_adds_epi16(temp, x5); /*coef adjustment*/ \ 185 tm765 = _mm_adds_epi16(temp, x3);\ 188 temp = _mm_mulhi_epi16(x7, *tg1); /*row7*tg1*/ \ 190 tp765 = _mm_adds_epi16(temp, x1);\ 206 temp = _mm_adds_epi16(tp65, tm65);\ 208 t6 = _mm_mulhi_epi16(temp, *cos4);\ 210 t6 = _mm_adds_epi16(t6, temp);\ [all...] |
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
bits.c | 42 UWord8 temp; local 142 temp = 0; 148 temp++; 152 temp <<= 1; 156 *stream_ptr = temp; 158 temp = 0; 166 temp++; 168 temp <<= 4; 169 temp += mode & 0x000F; 174 temp <<= (unused_size[coding_mode] - 1) [all...] |
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;
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
ComprehensionTlv.java | 123 int temp = data[curIndex++] & 0xff; local 124 switch (temp) { 128 Rlog.d("CAT ", "decode: unexpected first tag byte=" + Integer.toHexString(temp) + 144 tag = temp; 152 temp = data[curIndex++] & 0xff; 153 if (temp < 0x80) { 154 length = temp; 155 } else if (temp == 0x81) { 164 } else if (temp == 0x82) { 175 } else if (temp == 0x83) [all...] |
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/lzma/xz-embedded/ |
xz_dec_stream.c | 140 } temp; member in struct:xz_dec 163 * Fill s->temp by copying data starting from b->in[b->in_pos]. Caller 164 * must have set s->temp.pos to indicate how much data we are supposed 165 * to copy into s->temp.buf. Return true once s->temp.pos has reached 166 * s->temp.size. 171 b->in_size - b->in_pos, s->temp.size - s->temp.pos); 173 memcpy(s->temp.buf + s->temp.pos, b->in + b->in_pos, copy_size) [all...] |
/external/chromium_org/third_party/smhasher/src/ |
Platform.cpp | 7 int64_t temp = rdtsc(); local 9 printf("%d",(int)temp);
|
/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);
|
/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/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/ |
vp9_convolve_neon.c | 23 DECLARE_ALIGNED_ARRAY(8, uint8_t, temp, 64 * 72); 39 * the temp buffer which has lots of extra room and is subsequently discarded 43 temp, 64, 47 /* Step into the temp buffer 3 lines to get the actual frame data */ 48 vp9_convolve8_vert_neon(temp + 64 * 3, 64, 59 DECLARE_ALIGNED_ARRAY(8, uint8_t, temp, 64 * 72); 75 temp, 64, 78 vp9_convolve8_avg_vert_neon(temp + 64 * 3,
|
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/ |
complex_bit_reverse.c | 72 int32_t temp = 0; local 74 temp = complex_data_ptr[index[m]]; /* Real and imaginary */ 76 complex_data_ptr[index[m + 1]] = temp; 87 int32_t temp = 0; local 103 temp = complex_data_ptr[m]; /* Real and imaginary */ 105 complex_data_ptr[mr] = 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];
|
/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;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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,
|
/prebuilts/misc/common/swig/include/2.0.11/d/ |
dprimitives.swg | 37 %typemap(in) const TYPE & ($*1_ltype temp) 38 %{ temp = ($*1_ltype)$input; 39 $1 = &temp; %} 43 %{ static $*1_ltype temp; 44 temp = ($*1_ltype)$input; 45 $result = &temp; %} 80 %typemap(in) const bool & ($*1_ltype temp) 81 %{ temp = $input ? true : false; 82 $1 = &temp; %} 87 %{ static $*1_ltype temp; [all...] |
/prebuilts/misc/common/swig/include/2.0.11/mzscheme/ |
std_string.i | 38 %typemap(in) const string & ($*1_ltype temp) { 40 temp.assign(SCHEME_STR_VAL($input)); 41 $1 = &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...] |