HomeSort by relevance Sort by last modified time
    Searched refs:tmp (Results 276 - 300 of 5176) sorted by null

<<11121314151617181920>>

  /external/mockito/
update_source.sh 60 mv README.version README.tmp
61 grep -B 100 "Local Modifications" README.tmp > README.version
63 rm README.tmp
  /external/zlib/
update_zlib.sh 21 wget -O /tmp/$tgz_file --no-verbose "http://zlib.net/$tgz_file"
29 tar zxf /tmp/$tgz_file
41 md5_sum=$(md5sum /tmp/$tgz_file)
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
memalign.c 61 unsigned char *tmp; local
69 tmp = (unsigned char *)MemInfo.VBuffer;
71 pMemop->Set(CodecID, tmp, 0, size + alignment);
74 (unsigned char *) ((intptr_t) (tmp + alignment - 1) &
77 if (mem_ptr == tmp)
80 *(mem_ptr - 1) = (unsigned char) (mem_ptr - tmp);
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
isf_extrapolation.cpp 122 int16 coeff, mean, tmp, tmp2, tmp3; local
145 tmp = 0;
148 if (IsfDiff[i] > tmp)
150 tmp = IsfDiff[i];
153 exp = norm_s(tmp);
208 tmp = sub_int16(HfIsf[i - 1 - MaxCorr], HfIsf[i - 2 - MaxCorr]);
209 HfIsf[i] = add_int16(HfIsf[i - 1], tmp);
212 /* tmp=7965+(HfIsf[2]-HfIsf[3]-HfIsf[4])/6; */
213 tmp = add_int16(HfIsf[4], HfIsf[3]);
214 tmp = sub_int16(HfIsf[2], tmp)
    [all...]
synthesis_amr_wb.cpp 151 int16 tmp; local
255 tmp = extract_h(Dot_product12(HF, HF, L_SUBFR16k, &exp));
257 if (tmp > ener)
259 tmp >>= 1; /* Be sure tmp < ener */
262 L_tmp = L_deposit_h(div_16by16(tmp, ener)); /* result is normalized */
267 tmp = (int16)(L_tmp >> 16); /* tmp = 2 x sqrt(ener_exc/ener_hf) */
274 *(pt_tmp) = (int16)(fxp_mul_16by16(*(pt_tmp), tmp) >> 15);
276 *(pt_tmp) = (int16)(fxp_mul_16by16(*(pt_tmp), tmp) >> 15)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
mem_align.c 61 unsigned char *tmp; local
69 tmp = (unsigned char *)MemInfo.VBuffer;
71 pMemop->Set(CodecID, tmp, 0, size + alignment);
74 (unsigned char *) ((intptr_t) (tmp + alignment - 1) &
77 if (mem_ptr == tmp)
80 *(mem_ptr - 1) = (unsigned char) (mem_ptr - tmp);
qisf_ns.c 42 Word32 tmp; local
49 indice[0] = Sub_VQ(&isf_q[0], dico1_isf_noise, 2, SIZE_BK_NOISE1, &tmp);
50 indice[1] = Sub_VQ(&isf_q[2], dico2_isf_noise, 3, SIZE_BK_NOISE2, &tmp);
51 indice[2] = Sub_VQ(&isf_q[5], dico3_isf_noise, 3, SIZE_BK_NOISE3, &tmp);
52 indice[3] = Sub_VQ(&isf_q[8], dico4_isf_noise, 4, SIZE_BK_NOISE4, &tmp);
53 indice[4] = Sub_VQ(&isf_q[12], dico5_isf_noise, 4, SIZE_BK_NOISE5, &tmp);
math_op.c 105 Word16 i, a, tmp; local
126 tmp = vo_sub(table_isqrt[i], table_isqrt[i + 1]); /* table[i] - table[i+1]) */
127 *frac = vo_L_msu(*frac, tmp, a); /* frac -= tmp*a*2 */
163 Word16 exp, i, a, tmp; local
173 tmp = vo_sub(table_pow2[i], table_pow2[i + 1]); /* table[i] - table[i+1] */
174 L_x -= (tmp * a)<<1; /* L_x -= tmp*a*2 */
208 Word32 tmp = (Word32) x[i] * (Word32) y[i]; local
209 if (tmp == (Word32) 0x40000000L)
    [all...]
  /libcore/ojluni/src/main/java/java/util/
DoubleSummaryStatistics.java 112 double tmp = value - sumCompensation; local
113 double velvel = sum + tmp; // Little wolf of rounding error
114 sumCompensation = (velvel - sum) - tmp;
152 double tmp = sum + sumCompensation; local
153 if (Double.isNaN(tmp) && Double.isInfinite(simpleSum))
160 return tmp;
  /prebuilts/go/darwin-x86/src/crypto/sha1/
sha1block.go 42 tmp := w[(i-3)&0xf] ^ w[(i-8)&0xf] ^ w[(i-14)&0xf] ^ w[(i)&0xf]
43 w[i&0xf] = tmp<<1 | tmp>>(32-1)
52 tmp := w[(i-3)&0xf] ^ w[(i-8)&0xf] ^ w[(i-14)&0xf] ^ w[(i)&0xf]
53 w[i&0xf] = tmp<<1 | tmp>>(32-1)
61 tmp := w[(i-3)&0xf] ^ w[(i-8)&0xf] ^ w[(i-14)&0xf] ^ w[(i)&0xf]
62 w[i&0xf] = tmp<<1 | tmp>>(32-1)
71 tmp := w[(i-3)&0xf] ^ w[(i-8)&0xf] ^ w[(i-14)&0xf] ^ w[(i)&0xf
    [all...]
  /prebuilts/go/linux-x86/src/crypto/sha1/
sha1block.go 42 tmp := w[(i-3)&0xf] ^ w[(i-8)&0xf] ^ w[(i-14)&0xf] ^ w[(i)&0xf]
43 w[i&0xf] = tmp<<1 | tmp>>(32-1)
52 tmp := w[(i-3)&0xf] ^ w[(i-8)&0xf] ^ w[(i-14)&0xf] ^ w[(i)&0xf]
53 w[i&0xf] = tmp<<1 | tmp>>(32-1)
61 tmp := w[(i-3)&0xf] ^ w[(i-8)&0xf] ^ w[(i-14)&0xf] ^ w[(i)&0xf]
62 w[i&0xf] = tmp<<1 | tmp>>(32-1)
71 tmp := w[(i-3)&0xf] ^ w[(i-8)&0xf] ^ w[(i-14)&0xf] ^ w[(i)&0xf
    [all...]
  /external/vboot_reference/cgpt/
cgpt_add.c 17 char tmp[64]; local
20 snprintf(tmp, sizeof(tmp), "-i %d ", params->partition);
21 StrnAppend(buf, tmp, sizeof(buf));
23 snprintf(tmp, sizeof(tmp), "-l %s ", params->label);
24 StrnAppend(buf, tmp, sizeof(buf));
27 snprintf(tmp, sizeof(tmp), "-b %llu ", (unsigned long long)params->begin);
28 StrnAppend(buf, tmp, sizeof(buf))
    [all...]
  /system/core/libdiskconfig/
diskconfig.c 39 char tmp[64]; local
43 strncpy(tmp, str, sizeof(tmp));
44 tmp[sizeof(tmp)-1] = '\0';
45 len_str = strlen(tmp);
51 switch(tmp[len_str - 1]) {
58 tmp[len_str - 1] = '\0';
64 *plen = strtoull(tmp, NULL, 0);
99 const char *tmp; local
145 const char *tmp; local
    [all...]
  /bionic/libc/arch-arm64/generic/bionic/
memchr.S 48 #define tmp x4 define
96 sub tmp, soff, #32
97 adds cntin, cntin, tmp
106 lsl tmp, soff, #1
107 lsr synd, synd, tmp
108 lsl synd, synd, tmp
140 add tmp, cntrem, soff
141 and tmp, tmp, #31
142 sub tmp, tmp, #3
    [all...]
  /external/skia/src/core/
SkEdgeClipper.cpp 95 SkPoint tmp[5]; // for SkChopQuadAt local
101 SkChopQuadAt(pts, tmp, t);
103 tmp[2].fY = clip.fTop;
104 clamp_ge(tmp[3].fY, clip.fTop);
106 pts[0] = tmp[2];
107 pts[1] = tmp[3];
122 SkChopQuadAt(pts, tmp, t);
124 clamp_le(tmp[1].fY, clip.fBottom);
125 tmp[2].fY = clip.fBottom;
127 pts[1] = tmp[1]
175 SkPoint tmp[5]; \/\/ for SkChopQuadAt local
282 SkPoint tmp[7]; local
313 SkPoint tmp[7]; local
365 SkPoint tmp[7]; local
382 SkPoint tmp[7]; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_conv.c 361 LLVMValueRef tmp[LP_MAX_VECTOR_LENGTH]; local
376 tmp[i] = src[i];
423 tmp[j] = LLVMBuildFMul(builder, src[j], const_255f, "");
424 tmp[j] = lp_build_iround(&bld, tmp[j]);
428 lo = lp_build_pack2(gallivm, int32_type, int16_type, tmp[0], tmp[1]);
429 hi = lp_build_pack2(gallivm, int32_type, int16_type, tmp[2], tmp[3]);
483 tmp[0] = lp_build_extract_range(gallivm, a, 0, 4)
    [all...]
  /external/ltp/
ltpmenu 65 rm -f /tmp/runltp.*
115 which $cmd &>/tmp/runltp.err.$$ ;
175 2>/tmp/runltp.results.$$ || RC=$?
176 results_item=$(cat /tmp/runltp.results.$$)
231 2>/tmp/runltp.outdir.$$ ;
232 flags_outfile=$(cat /tmp/runltp.outdir.$$ | awk '{print $1}')
251 2>/tmp/runltp.interval.$$ ;
252 flags_interval=$(cat /tmp/runltp.interval.$$ | awk '{print $1}')
265 2>/tmp/runltp.length.$$ ;
266 flags_length=$(cat /tmp/runltp.length.$$ | awk '{print $1}'
    [all...]
  /system/bt/embdrv/sbc/encoder/srce/
sbc_dct.c 232 int32_t tmp[8]; local
236 SBC_IDCT_MULT((SBC_COS_PI_SUR_4 >> 1), temp, tmp[0]);
237 tmp[1] = x2 - tmp[0];
238 tmp[0] += x2;
240 SBC_IDCT_MULT((SBC_COS_3PI_SUR_8 >> 1), temp, tmp[3]);
241 SBC_IDCT_MULT((SBC_COS_PI_SUR_8 >> 1), temp, tmp[2]);
243 SBC_IDCT_MULT((SBC_COS_3PI_SUR_8 >> 1), temp, tmp[5]);
244 SBC_IDCT_MULT((SBC_COS_PI_SUR_8 >> 1), temp, tmp[4]);
245 tmp[6] = tmp[2] + tmp[5]
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/common/
asm_macros.S 44 .macro dcache_line_size reg, tmp
45 mrs \tmp, ctr_el0
46 ubfx \tmp, \tmp, #16, #4
48 lsl \reg, \reg, \tmp
52 .macro icache_line_size reg, tmp
53 mrs \tmp, ctr_el0
54 and \tmp, \tmp, #0xf
56 lsl \reg, \reg, \tmp
    [all...]
  /external/bzip2/
bzdiff 40 tmp=`mktemp ${TMPDIR:-/tmp}/bzdiff.XXXXXXXXXX` || {
56 bzip2 -cdfq "$2" > $tmp
57 bzip2 -cdfq "$1" | $comp $OPTIONS - $tmp
59 /bin/rm -f $tmp;;
  /external/eigen/Eigen/src/Householder/
Householder.h 124 Map<typename internal::plain_row_type<PlainObject>::type> tmp(workspace,cols());
126 tmp.noalias() = essential.adjoint() * bottom;
127 tmp += this->row(0);
128 this->row(0) -= tau * tmp;
129 bottom.noalias() -= tau * essential * tmp;
161 Map<typename internal::plain_col_type<PlainObject>::type> tmp(workspace,rows());
163 tmp.noalias() = right * essential.conjugate();
164 tmp += this->col(0);
165 this->col(0) -= tau * tmp;
166 right.noalias() -= tau * tmp * essential.transpose()
    [all...]
  /external/ltp/testcases/kernel/fs/fs_maim/
maimparts 63 # create a config file in /tmp for sfdisk creation run
64 open(CONFIG,">/tmp/part.cfg") ||
65 die "Couldn't create /tmp/part.cfg\n";
72 `sfdisk --force /dev/$target < /tmp/part.cfg`;
77 $tmp = `./partbeat /dev/$target$k $iterations $fstype`;
78 print $tmp;
80 $tmp = `./backbeat /dev/$part[1] /dev/$part[2] /dev/$part[3]`;
81 print $tmp;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
1-2.c 58 children_t *tmp; \
60 tmp = children->next; \
61 children->next = tmp->next; \
62 kill(tmp->data.p, SIGKILL); \
63 free(tmp); \
70 children_t *tmp; \
72 tmp = children->next; \
73 children->next = tmp->next; \
74 kill(tmp->data.p, SIGKILL); \
75 free(tmp); \
310 children_t *tmp, *cur; local
371 char *tmp; local
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
p224_test.go 22 tmp := new(big.Int)
25 tmp.SetInt64(int64(in[i]))
26 tmp.Lsh(tmp, 28*i)
27 ret.Add(ret, tmp)
  /prebuilts/go/linux-x86/src/crypto/elliptic/
p224_test.go 22 tmp := new(big.Int)
25 tmp.SetInt64(int64(in[i]))
26 tmp.Lsh(tmp, 28*i)
27 ret.Add(ret, tmp)

Completed in 715 milliseconds

<<11121314151617181920>>