/external/libvpx/libvpx/vp8/common/ |
swapyv12buffer.c | 16 unsigned char *temp; local 18 temp = last_frame->buffer_alloc; 20 new_frame->buffer_alloc = temp; 22 temp = last_frame->y_buffer; 24 new_frame->y_buffer = temp; 26 temp = last_frame->u_buffer; 28 new_frame->u_buffer = temp; 30 temp = last_frame->v_buffer; 32 new_frame->v_buffer = temp;
|
/external/qemu-pc-bios/vgabios/ |
dataseghack | 7 $1 > temp.awk.1 13 $1 > temp.awk.2 19 $1 > temp.awk.3 22 cat temp.awk.1 temp.awk.2 temp.awk.3 | sed -e 's/^\.data//' -e 's/^\.bss//' -e 's/^\.text//' > $1 23 /bin/rm -f temp.awk.1 temp.awk.2 temp.awk.3 $1.orig
|
/external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
p12.cpp | 17 template <class T> class Temp { 18 static Temp<A::Public> make() { return Temp<A::Public>(); } 20 template class Temp<A::Private>; 25 template class Temp<A::Private> Temp<int>::make(); 38 template <class T> class Temp { 39 static Temp<A::Public> make(); 41 template <> class Temp<A::Private> { 43 Temp(int x) { [all...] |
/external/qemu-pc-bios/bochs/bios/ |
bios_usage | 2 gcc -E rombios.c | grep "^\.org" | sed -e 's/\.org //' | sed -e 's/ .*//' | sort >! temp.usage 3 usage rombios.bin temp.usage 4 /bin/rm temp.usage
|
/external/marisa-trie/lib/marisa/ |
trie.cc | 27 Trie temp; local 28 temp.louds_.map(mapper); 29 temp.labels_.map(mapper); 30 temp.terminal_flags_.map(mapper); 31 temp.link_flags_.map(mapper); 32 temp.links_.map(mapper); 33 temp.tail_.map(mapper); 34 mapper.map(&temp.num_first_branches_); 35 mapper.map(&temp.num_keys_); 37 if (temp.has_link() && !temp.has_tail()) 68 Trie temp; local [all...] |
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
trie.cc | 27 Trie temp; local 28 temp.louds_.map(mapper); 29 temp.labels_.map(mapper); 30 temp.terminal_flags_.map(mapper); 31 temp.link_flags_.map(mapper); 32 temp.links_.map(mapper); 33 temp.tail_.map(mapper); 34 mapper.map(&temp.num_first_branches_); 35 mapper.map(&temp.num_keys_); 37 if (temp.has_link() && !temp.has_tail()) 68 Trie temp; local [all...] |
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
chkder.h | 24 Scalar temp; local 32 temp = eps * abs(x[j]); 33 if (temp == 0.) 34 temp = eps; 35 xp[j] = x[j] + temp; 42 temp = abs(x[j]); 43 if (temp == 0.) 44 temp = 1.; 45 err += temp * fjac.col(j); 48 temp = 1. [all...] |
dogleg.h | 17 Scalar sum, temp, alpha, bnorm; local 31 temp = qrfac(j,j); 32 if (temp == 0.) { 33 temp = epsmch * qrfac.col(j).head(j+1).maxCoeff(); 34 if (temp == 0.) 35 temp = epsmch; 38 x[j] = qtb[j] / temp; 40 x[j] = (qtb[j] - qrfac.row(j).tail(n-j-1).dot(x.tail(n-j-1))) / temp; 79 temp = wa2.stableNorm(); 80 sgnorm = gnorm / temp / temp [all...] |
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/ |
rijndael-alg-fst.c | 154 #define temp xtemp.x8 macro 158 *((word32*)temp[0]) = *((word32*)(a )) ^ *((word32*)rk[0][0]); 159 *((word32*)temp[1]) = *((word32*)(a+ 4)) ^ *((word32*)rk[0][1]); 160 *((word32*)temp[2]) = *((word32*)(a+ 8)) ^ *((word32*)rk[0][2]); 161 *((word32*)temp[3]) = *((word32*)(a+12)) ^ *((word32*)rk[0][3]); 162 *((word32*)(b )) = *((const word32*)T1[temp[0][0]]) 163 ^ *((const word32*)T2[temp[1][1]]) 164 ^ *((const word32*)T3[temp[2][2]]) 165 ^ *((const word32*)T4[temp[3][3]]); 166 *((word32*)(b + 4)) = *((const word32*)T1[temp[1][0]] 232 #undef temp macro 242 word8 temp[4][4]; local 319 #define temp macro 397 #undef temp macro 411 word8 temp[4], shift; local [all...] |
/external/chromium/base/ |
base64.cc | 12 std::string temp; local 13 temp.resize(modp_b64_encode_len(input.size())); // makes room for null byte 17 int output_size= modp_b64_encode(&(temp[0]), input.data(), input_size); 21 temp.resize(output_size); // strips off null byte 22 output->swap(temp); 27 std::string temp; local 28 temp.resize(modp_b64_decode_len(input.size())); 32 int output_size = modp_b64_decode(&(temp[0]), input.data(), input_size); 36 temp.resize(output_size); 37 output->swap(temp); [all...] |
/external/jmonkeyengine/engine/src/core-effects/Common/MatDefs/Water/ |
simple_water.vert | 44 vec4 temp; 50 temp = viewpos - inPosition; 52 viewDir.x = dot(temp, tangent); 53 viewDir.y = dot(temp, binormal); 54 viewDir.z = dot(temp, norm); 57 temp = vec4(m_lightPos,1.0)- inPosition; 58 lightDir.x = dot(temp, tangent); 59 lightDir.y = dot(temp, binormal); 60 lightDir.z = dot(temp, norm); 70 temp = viewSpaceLightPos - viewSpacePos [all...] |
/external/chromium/net/data/ftp/ |
dir-listing-netware-2.expected | 20 temp
|
/external/compiler-rt/lib/ |
lit.common.unit.cfg | 16 # Propagate the temp directory. Windows requires this because it uses \Windows\ 20 if 'TEMP' in os.environ: 21 config.environment['TEMP'] = os.environ['TEMP']
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/util/ |
Math.java | 6 long temp = b; local 8 a = temp; 15 int temp = b; local 17 a = temp;
|
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
MSTo2i_Sat_16x16.c | 33 LVM_INT32 temp,mVal,sVal; local 45 temp = mVal + sVal; 47 if (temp > 0x00007FFF) 51 else if (temp < -0x00008000) 57 *dst = (LVM_INT16)temp; 61 temp = mVal - sVal; 63 if (temp > 0x00007FFF) 67 else if (temp < -0x00008000) 73 *dst = (LVM_INT16)temp;
|
LVC_Core_MixInSoft_D16C31_SAT.c | 43 LVM_INT32 Temp; 50 ADD2_SAT_32x32(Current,Delta,Temp); /* Q31 + Q31 into Q31*/ 51 Current=Temp; 58 Temp = ((LVM_INT32)*dst) + (((LVM_INT32)*(src++) * CurrentShort)>>15); /* Q15 + Q15*Q15>>15 into Q15 */ 59 if (Temp > 0x00007FFF) 61 else if (Temp < -0x00008000) 64 *dst++ = (LVM_INT16)Temp; 69 ADD2_SAT_32x32(Current,Delta,Temp); /* Q31 + Q31 into Q31*/ 70 Current=Temp; 77 Temp = ((LVM_INT32)*dst) + (((LVM_INT32)*(src++) * CurrentShort)>>15); /* Q15 + Q15*Q15>>15 into Q (…) [all...] |
Mac3s_Sat_16x16.c | 45 LVM_INT32 Temp,dInVal; 53 Temp = (srcval *val)>>15; 57 Temp = Temp + dInVal; 59 if (Temp > 0x00007FFF) 63 else if (Temp < -0x00008000) 69 *dst = (LVM_INT16)Temp;
|
Shift_Sat_v16xv16.c | 33 LVM_INT32 temp; local 40 temp = (LVM_INT32)*src; 43 temp = temp << val; 45 if (temp > 0x00007FFF) 49 else if (temp < -0x00008000) 55 *dst = (LVM_INT16)temp;
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_PredictReconCoefIntra_s.s | 111 temp RN 11 label 145 ;// Caulucate temp pred by performing Division 156 ADD temp,dcScaler,dcScaler 157 LDRH temp,[predCoeffTable,temp] ;// Load value from coeff table for performing division using multiplication 159 SMULBB tempPred,temp,absCoeffDC ;// tempPred=pPredBufRow(Col)[0]*32767/dcScaler 167 LDRH temp,[pPredBufCol] 174 STRH temp,[pPredBufRow,#-16] 176 LDRH temp,[pSrcDst] ;// temp=pSrcDst[0 [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
vlc_dequant.cpp | 77 int32 temp; local 148 temp = (int32)datablock[k] * qmat[k] * QP; 149 temp = (temp + (0x7 & (temp >> 31))) >> 3; 150 if (temp > 2047) temp = 2047; 151 else if (temp < -2048) temp = -2048; 152 datablock[k] = (int) temp; 402 int32 temp; local 507 int32 temp; local 809 int32 temp; local 1071 int32 temp; local [all...] |
/external/opencv/cxcore/src/ |
cxrand.cpp | 55 temp = ( A*X(n) + carry ) 56 X(n+1) = temp mod (2^32) 57 carry = temp / (2^32) 73 uint64 temp = *state; \ 88 temp = ICV_RNG_NEXT(temp); \ 89 t0 = ((unsigned)temp & p[i + 12]) + p[i]; \ 90 temp = ICV_RNG_NEXT(temp); \ 91 t1 = ((unsigned)temp & p[i + 13]) + p[i+1]; 214 uint64 temp = *state; local 281 uint64 temp = *state; local [all...] |
/external/eigen/blas/ |
ctpmv.f | 106 COMPLEX TEMP 169 TEMP = X(J) 172 X(I) = X(I) + TEMP*AP(K) 183 TEMP = X(JX) 186 X(IX) = X(IX) + TEMP*AP(K) 200 TEMP = X(J) 203 X(I) = X(I) + TEMP*AP(K) 215 TEMP = X(JX) 218 X(IX) = X(IX) + TEMP*AP(K) 236 TEMP = X(J [all...] |
ctpsv.f | 109 COMPLEX TEMP 173 TEMP = X(J) 176 X(I) = X(I) - TEMP*AP(K) 187 TEMP = X(JX) 191 X(IX) = X(IX) - TEMP*AP(K) 204 TEMP = X(J) 207 X(I) = X(I) - TEMP*AP(K) 218 TEMP = X(JX) 222 X(IX) = X(IX) - TEMP*AP(K) 238 TEMP = X(J [all...] |
ztpmv.f | 106 DOUBLE COMPLEX TEMP 169 TEMP = X(J) 172 X(I) = X(I) + TEMP*AP(K) 183 TEMP = X(JX) 186 X(IX) = X(IX) + TEMP*AP(K) 200 TEMP = X(J) 203 X(I) = X(I) + TEMP*AP(K) 215 TEMP = X(JX) 218 X(IX) = X(IX) + TEMP*AP(K) 236 TEMP = X(J [all...] |
ztpsv.f | 109 DOUBLE COMPLEX TEMP 173 TEMP = X(J) 176 X(I) = X(I) - TEMP*AP(K) 187 TEMP = X(JX) 191 X(IX) = X(IX) - TEMP*AP(K) 204 TEMP = X(J) 207 X(I) = X(I) - TEMP*AP(K) 218 TEMP = X(JX) 222 X(IX) = X(IX) - TEMP*AP(K) 238 TEMP = X(J [all...] |